a JNI backtrace

Bryce McKinlay bryce@albatross.co.nz
Wed Mar 21 21:19:00 GMT 2001


"Marcus G. Daniels" wrote:

> Any idea what this means?  I can see it makes it in and out of the stub
> for the SwarmCImpl create method ok..
>
> #0  _ZN4java4util9Hashtable4hashEPNS_4lang6ObjectE (this=0x8065f20, key=0x11)
>     at /src/gcc/libjava/java/util/Hashtable.java:610

Your c++filt is too old and it isn't demangling the names correctly. Make sure it
finds the new c++filt that gets put in your gcc install directory on the path
first, and it should be a lot more readable.

regards

  [ bryce ]




More information about the Java mailing list