c++/10874: ICE: unrecognized symbol type ""

Wolfgang Bangerth bangerth@ices.utexas.edu
Tue May 20 19:32:00 GMT 2003


> Thanks for your help.  For some reason my swap partition was not enabled, so 
> it ran out of physical memory (96M).  I mounted swap partition and it works 
> like a charm.  Is it possible to have an out of memory error message?

That's pretty hard, since if the operating system overcommits memory 
(which most do these days), then an application will not get an 
out-of-memory status from malloc, but just a page fault or something when 
it actually uses this memory. It's hard to detect what exactly caused 
this, then.

Thanks for the feedback
W.

-------------------------------------------------------------------------
Wolfgang Bangerth              email:            bangerth@ices.utexas.edu
                               www: http://www.ices.utexas.edu/~bangerth/




More information about the Gcc-bugs mailing list