please try this Java test program

Jeff Sturm jsturm@one-point.com
Sun Apr 29 14:05:00 GMT 2001


On 29 Apr 2001, Per Bothner wrote:
> I've tracked down the crash in Jigsaw to a mis-compilation of
> Properties.java.  If you are running on Linux, I would be interested
> if you could try compiling and running this program against the 3.0 branch:

I get the same result.  I think you're seeing the effects of PR 1412, now
that libgcj is compiled with -O2.  The workaround is to compile without
-O2 or with -fno-defer-pop.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=1412&database=gcc

I reported once that this failure doesn't occur on mainline with -O2.  I
don't know if that's still the case.

> I don't think I'm qualified to track this down, but I need other
> people to see if they experience this bug.

Who do you suppose could figure this out?  It's a very old bug (reported
earlier by Bryce as well), and very annoying.  Releasing 3.0 this way
really isn't an option.

Jeff




More information about the Java mailing list