This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: GCJ 3.3 crash with string handling reproduceable case
- From: "Ranjit Mathew" <rmathew4lists at hotmail dot com>
- To: Øyvind Harboe <oyvind dot harboe at zylin dot com>,<java at gcc dot gnu dot org>
- Date: Wed, 26 Feb 2003 18:35:34 +0530
- Subject: Re: GCJ 3.3 crash with string handling reproduceable case
- References: <41D1051F31A2674C99E41CA28EE734980A1FA3@isp-ex2k.intellimade.net>
- Reply-to: "Ranjit Mathew" <rmathew at hotmail dot com>
> I've put together a small program that crashes eventually. This
> is not a livelock, but I created the app when I was trying
> to create a usable bugreport on the livelock problem.
"eventually" is an understatement - it takes VERY long on my
machine to crash (but it does crash). I can reduce the crashing
time by using "gij -mx=???".
The really frustrating part is that I get a Windows GPF every
time, but the stack trace shown by the "drmingw" JIT-windows-debugger
is always never from the thread that really caused the fault
and is always quite different.
Just once, I got a "SuspendThread failed" dialog box from the GC...
I really suspect that it is some problem with the GC but I do not
know how to trace it. :-(
BTW, as Jeff had pointed out earlier, the "gctest" from the GC
always crashes immediately for me as well with a GPF. :-(
Ranjit.