This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: libgcj failure: frame->marker == MARK_NONE
- From: "Erik Poupaert" <erik dot poupaert at chello dot be>
- To: <tromey at redhat dot com>,"GCJ Java" <java at gcc dot gnu dot org>
- Date: Mon, 17 Mar 2003 19:56:58 +0100
- Subject: RE: libgcj failure: frame->marker == MARK_NONE
>>>> Sure. This is in _Jv_JNI_DeleteLocalRef. It means that the local
>>>> reference you are deleting couldn't be found.
The GCJ version is 4 days older. Otherwise, it's configured identically,
running on exactly the same platform (RH8.0)
By the way, I still can't get gcj (or ld for that matter) to include a
symbol table in "self" that the JNI lookup will find. "-export-dynamic"
doesn't help. In windows, I link with the *.exp file, and it works. How do I
get JNI to find its symbols in the executable?