This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/37008] Crash bug on a big c++ file



------- Comment #2 from rguenth at gcc dot gnu dot org  2008-08-02 11:47 -------
g++: Internal error: Killed (program cc1plus)

this means your system ran out of memory and the operating system decided
to kill the compiler.  Note that memory usage problems are unlikely to be
fixed in a further release of GCC 4.2, but you might want to try GCC 4.3.1
or later which uses less memory than GCC 4.1 for your testcase.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |compile-time-hog, memory-hog
      Known to fail|                            |4.2.4
      Known to work|                            |4.1.2 4.3.1
   Last reconfirmed|0000-00-00 00:00:00         |2008-08-02 11:47:05
               date|                            |


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]