Re: [FC5] Strange problem with Ada/GNAT
- From: Tony Nelson <tonynelson@xxxxxxxxxxxxxxxxx>
- Date: Tue, 25 Apr 2006 11:00:02 -0400
At 10:34 PM -0700 4/24/06, Michael Rohan wrote:
Hi Folks,
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 |
| Please submit a bug report; see http://gcc.gnu.org/bugs.html. |
| Use a subject line meaningful to you and us to track the bug. |
| Include the entire contents of this bug box in the report. |
| Include the exact gcc or gnatmake command that you entered. |
| Also include sources listed below in gnatchop format |
| (concatenated together with no headers between files). |
+==========================================================================+
Please include these source files with error report
Note that list may not be accurate in some cases,
so please double check that the problem can still
be reproduced with the set of files listed.
list may be incomplete
compilation abandoned
It may well be a bug, but I find it difficult that something this simple
should
cause problems.
Has anyone else seen this?
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.
____________________________________________________________________
TonyN.:' <mailto:tonynelson@xxxxxxxxxxxxxxxxx>
' <http://www.georgeanelson.com/>
--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
- Follow-Ups:
- Re: [FC5] Strange problem with Ada/GNAT
- From: Jakub Jelinek
- Re: [FC5] Strange problem with Ada/GNAT
- References:
- [FC5] Strange problem with Ada/GNAT
- From: Michael Rohan
- [FC5] Strange problem with Ada/GNAT
- Prev by Date: Re: strange character issues
- Next by Date: RE: FC5 LDAP Authentication Problem[Scanned]
- Previous by thread: [FC5] Strange problem with Ada/GNAT
- Next by thread: Re: [FC5] Strange problem with Ada/GNAT
- Index(es):
Relevant Pages
|