This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Freeze in GC_suspend_handler
- From: Daniel Bonniot <Daniel dot Bonniot at inria dot fr>
- To: "Boehm, Hans" <hans_boehm at hp dot com>, java <java at gcc dot gnu dot org>
- Date: Tue, 11 Jun 2002 19:41:35 +0200
- Subject: Re: Freeze in GC_suspend_handler
- References: <40700B4C02ABD5119F000090278766443BF3F5@hplex1.hpl.hp.com>
Should I continue to CC to the list?
Boehm, Hans wrote:
This initial SIGSEGV is not normal. The expected one occurs inside GC_find_limit. _Jv_MarkObj should not fault. Once it does, the rest of this is expected.
OK, so we made progress ;-)
Is this from a clean build of the gcc 3.1 release tree? It would would be nice to understand exactly where and why _Jv_MarkObj is failing.
I am using the gcj-3.1 from Debian. Here is the version info:
$ gcj -v
Reading specs from /usr/lib/gcc-lib/i386-linux/3.1.1/specs
Reading specs from /usr/lib/gcc-lib/i386-linux/3.1.1/../../../libgcj.spec
rename spec lib to liborig
Configured with: /mnt/data/gcc-3.1/gcc-3.1-3.1.1ds0/src/configure -v
--enable-languages=c,c++,java,f77,proto,objc,ada --prefix=/usr
--mandir=/usr/share/man --infodir=/usr/share/info
--with-gxx-include-dir=/usr/include/g++-v3-3.1 --enable-shared
--with-system-zlib --enable-long-long --enable-nls
--without-included-gettext --enable-clocale=gnu --enable-threads=posix
--enable-java-gc=boehm --enable-objc-gc i386-linux
Thread model: posix
gcc version 3.1.1 20020531 (Debian prerelease)