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 bootstrap/48415] GC Warning: Repeated allocation of very large block


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

Andreas Krebbel <krebbel at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|powerpc64-suse-linux        |powerpc64-suse-linux,
                   |                            |s390x-ibm-linux
           Priority|P3                          |P2
                 CC|                            |krebbel at gcc dot gnu.org
               Host|powerpc64-suse-linux        |powerpc64-suse-linux,
                   |                            |s390x-ibm-linux

--- Comment #1 from Andreas Krebbel <krebbel at gcc dot gnu.org> 2011-09-07 14:06:41 UTC ---
I see similar messages with bootstrap on S/390 rev. 178250

/build/gcc-head-build/s390x-ibm-linux-gnu/32/libjava/.libs/lt-gcj-dbtool -n
classmap.db
GC Warning: Repeated allocation of very large block (appr. size 131072000):
        May lead to memory leak and poor performance.
GC Warning: Out of Memory!  Returning NIL!
GC Warning: Repeated allocation of very large block (appr. size 65536000):
        May lead to memory leak and poor performance.
GC Warning: Out of Memory!  Returning NIL!

The lt-gcj-dbtool bootstrap runs into an infinite loop due to that.


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