This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Freeze in GC_suspend_handler


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)




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]