[Bug c++/33590] c++ crash in KDE's qca module

2007-09-30 Thread bangerth at dealii dot org


--- Comment #4 from bangerth at dealii dot org  2007-10-01 01:10 ---
On big files, this is what can happen with optimized builds...


-- 

bangerth at dealii dot org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||INVALID


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



[Bug c++/33590] c++ crash in KDE's qca module

2007-09-29 Thread dancecile at gmail dot com


--- Comment #1 from dancecile at gmail dot com  2007-09-29 18:35 ---
Created an attachment (id=14268)
 -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14268action=view)
the preprocessed file (*.i*) that triggers the bug

Here's the .ii file that was generated (uncompressed 1.8 MB, too big to attach)


-- 


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



[Bug c++/33590] c++ crash in KDE's qca module

2007-09-29 Thread rguenth at gcc dot gnu dot org


--- Comment #2 from rguenth at gcc dot gnu dot org  2007-09-29 19:01 ---
c++: Internal error: Killed (program cc1plus)

something killed g++, likely your system ran out of memory.  Consult output
of 'dmesg'.


-- 

rguenth at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||INVALID


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



[Bug c++/33590] c++ crash in KDE's qca module

2007-09-29 Thread dancecile at gmail dot com


--- Comment #3 from dancecile at gmail dot com  2007-09-29 19:33 ---
wow, thanks :) dmesg was full of low memory stuff, and it turns out my swap
wasn't mounted so thanks for pointing this out quick.

i ran the compile again and it worked ok. looking at my memory consumption, i
saw that cc1plus was using _about_ 330 MB of memory. this seems like a kinda
strange amount of memory used, so i just want to double-check its not a bug.


-- 

dancecile at gmail dot com changed:

   What|Removed |Added

 Status|RESOLVED|UNCONFIRMED
 Resolution|INVALID |


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