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++/47290] [4.5/4.6 Regression] memory exhausted compiling a destructor with an infinite 'for (;;);' loop


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


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