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 java/53982] gij built for x32 can't run a simple Hello World class


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

--- Comment #3 from Daniel Schepler <dschepler at gmail dot com> 2012-07-16 16:04:47 UTC ---
Update on comment #2:

Running through the java files one at a time, I found that just
gcj -C -Wall org/jpedal/jbig2/examples/viewer/NavigationToolbar.java
fails by itself.  The first time, it creates a bunch of dependent .class files
and outputs warnings for the sources, but subsequent times, I get just

ecj1: arena.c:661: heap_trim: Assertion `p->size == (0|0x1)' failed.
gcj: internal compiler error: Aborted (program ecj1)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcj-4.7/README.Bugs> for instructions.

But oddly, that's not 100% reproducible.  When I just ran that command 10 times
in a row, it failed 6 times out of the 10.


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