[Bug bootstrap/48415] GC Warning: Repeated allocation of very large block
krebbel at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Sep 7 14:09:00 GMT 2011
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.
More information about the Gcc-bugs
mailing list