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: Stray "cxxtest" processes


>>>>> "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


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