[Bug c++/40217] gcc-4.3.1 fails to produce an error message for out of memory condition

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu May 21 06:25:00 GMT 2009



------- Comment #1 from pinskia at gcc dot gnu dot org  2009-05-21 06:25 -------
>g++: Internal error: Killed: 9 (program cc1plus)                                

The kernel killed cc1plus because of being out of memory.  So yes it did
already say what happened.

Also since -pipe was being used, it is hard to tell the assembler that it ran
out of memory and to abort assembling too.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40217



More information about the Gcc-bugs mailing list