This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: a JNI backtrace
- To: "Marcus G. Daniels" <mgd at swarm dot org>
- Subject: Re: a JNI backtrace
- From: Bryce McKinlay <bryce at albatross dot co dot nz>
- Date: Thu, 22 Mar 2001 17:30:37 +1200
- CC: java at gcc dot gnu dot org
- References: <rfik85i8k45.fsf@cathcart.sysc.pdx.edu>
"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 ]