On Tue, Apr 25, 2006 at 11:00:02AM -0400, Tony Nelson wrote: > >I'm sure this is probably a local environment problem and am investigating > >locally, but I can't compile even the simplest of Ada sources on FC5: > > > >simple.adb: > >procedure Simple is > >begin > > null; > >end Simple; > > > >$ gcc -c simple.adb > >+===========================GNAT BUG DETECTED==============================+ > >| 4.1.0 20060304 (Red Hat 4.1.0-3) (i386-redhat-linux-gnu) Storage_Error stack > >overflow (or erroneous memory access)| > >| Error detected at system.ads:153:5 | > > At a guess, SELinux is rearing its ugly head again? Look for AVC messages > in /var/log/messages (or /var/log/audit/audit.log. Try using tail -f on > whichever log, and in another terminal trying your gcc command. This is a kernel bug. See https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=187853 Jakub