Re: [FC5] Strange problem with Ada/GNAT



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



Relevant Pages

  • [FC5] Strange problem with Ada/GNAT
    ... but I can't compile even the simplest of Ada sources on FC5: ... Please include these source files with error report ...
    (Fedora)
  • Re: Compile java sources inside J2EE component
    ... >>After creating the source files I need ... >>to compile them at runtime, is there a possibility to do so? ... to define his specific CRM model at runtime. ... java classes that represent this model and instances of this model to ...
    (comp.lang.java.programmer)
  • Re: Multilangual : how to?
    ... texts into separate *.rc source files John. ... maintenance point of view to keep them in the same source file, but compile ... Also, error-message texts really belong in a separate, more specialised *.mc ... source files get compiled by the mc message compiler. ...
    (microsoft.public.vb.general.discussion)
  • Re: Linking options
    ... Link all source files to one VS.NET project (literally add them into ... VS.NET) then compile those modules into your final assembly. ... > Is it possible to do a static link when building an executable? ... > little application that uses 3 or 4 of my custom DLLs. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: gcc problem , need help with djgpp
    ... Daniel Oljaca escreveu: ... I am however having a problem, when I use the gcc command to compile I get this error message: ... I saved it and then I tried to run the compile command in C:\cprograms, but I recieved the error message that I mentioned above. ...
    (comp.os.msdos.djgpp)