This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Stray "cxxtest" processes
- From: Tom Tromey <tromey at redhat dot com>
- To: Zack Weinberg <zack at codesourcery dot com>
- Cc: gcc at gcc dot gnu dot org, java at gcc dot gnu dot org
- Date: 04 Jun 2002 21:49:58 -0600
- Subject: Re: Stray "cxxtest" processes
- References: <20020531223653.GA25707@codesourcery.com> <87vg8y6fix.fsf@creche.redhat.com> <20020605032755.GB12206@codesourcery.com>
- Reply-to: tromey at redhat dot com
>>>>> "Zack" == Zack Weinberg <zack@codesourcery.com> writes:
Zack> #15 0x4047acec in java.lang.ThreadGroup.uncaughtException(java.lang.Thread, java.lang.Throwable) (this=0xfffffffc, thread=0x8090f18, t=0x8090f18)
Zack> at ../../../libjava/java/lang/ThreadGroup.java:528
Some exception was thrown but not caught.
Now, in theory this is ok. In this case, I guess something odd is
happening.
My guess is that the dlopen of the cxxtest JNI library fails, throwing
an exception and then somehow inducing a further problem.
Zack> Wasn't the license for the demangler fixed so that it could be linked
Zack> into libjava, thus eliminating the need to spawn a separate process?
Yes, but nobody has done the work. Also we still need addr2line, so
this work might not make a big enough difference.
Tom