This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Freeze in GC_suspend_handler
- From: Andrew Haley <aph at cambridge dot redhat dot com>
- To: Daniel Bonniot <Daniel dot Bonniot at inria dot fr>
- Cc: java at gcc dot gnu dot org
- Date: Tue, 11 Jun 2002 17:21:15 +0100 (BST)
- Subject: Freeze in GC_suspend_handler
- References: <3D061C92.3050505@inria.fr>
Daniel Bonniot writes:
>
> Hi,
>
> I have been trying to use various versions of gcj on my compiler
> (http://nice.sf.net). There is progress: first versions of gcj crashed
> at compile time. After summiting bugs, version 3.1 now compiles fine.
> The generated program now runs, but unfortunately freezes (works fine
> with a java interpreter). I haven't submited a bug report yet, as the
> program is bug, and I have no clue on how to isolate the problem. Here
> are the symptoms, running the program with gdb. After it stops running
> (no CPU used for some time), I pressed Control-C:
What is Thread 2 doing?
Andrew.