[Bug c++/47290] [4.5/4.6 Regression] memory exhausted compiling a destructor with an infinite 'for (;;);' loop
redi at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Jan 14 14:23:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47290
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |memory-hog
Status|UNCONFIRMED |NEW
Last reconfirmed| |2011.01.14 14:20:44
Summary|memory exhausted compiling |[4.5/4.6 Regression] memory
|a destructor with an |exhausted compiling a
|infinite 'for (;;);' loop |destructor with an infinite
| |'for (;;);' loop
Ever Confirmed|0 |1
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-01-14 14:20:44 UTC ---
confirmed as regression since 4.4
seems to stop allocating at about 10GB, then just consumes 100% cpu until
killed
More information about the Gcc-bugs
mailing list