This is the mail archive of the
java-prs@sources.redhat.com
mailing list for the Java project.
Re: gcj/349: Core dump in GC_find_limit() in os_dep.c
- To: apbianco at cygnus dot com
- Subject: Re: gcj/349: Core dump in GC_find_limit() in os_dep.c
- From: Tom Tromey <tromey at cygnus dot com>
- Date: 15 Sep 2000 22:00:00 -0000
- Cc: java-prs at sourceware dot cygnus dot com,
- Reply-To: Tom Tromey <tromey at cygnus dot com>
The following reply was made to PR gcj/349; it has been noted by GNATS.
From: Tom Tromey <tromey@cygnus.com>
To: jthwaites@michaelhouse.com
Cc: java-gnats@sourceware.cygnus.com
Subject: Re: gcj/349: Core dump in GC_find_limit() in os_dep.c
Date: 15 Sep 2000 16:03:45 -0600
>> Synopsis: Core dump in GC_find_limit() in os_dep.c
This "crash" is normal -- the GC catches it and handles it.
Please try debugging again and this time use "cont" in the debugger to
go past this segv.
Tom