libgcj failure: frame->marker == MARK_NONE

Tom Tromey tromey@redhat.com
Mon Mar 17 17:47:00 GMT 2003


>>>>> "Erik" == Erik Poupaert <erik.poupaert@chello.be> writes:

Erik> On my machine it works fine. On the other machine, we get:

Did you compile libgcj the same way on both machines?
I'm wondering if you have assertions disabled but he has them enabled.
(These are the internal assertions, not the 1.4 `assert' feature.)

Erik> libgcj failure: frame->marker == MARK_NONE
Erik>     in function _Jv_JNI_DeleteLocalRef, file
Erik>  ../../../gcc-20030310/libjava/jni.cc , line 258
Erik> Does anybody recognize this error message?

Sure.  This is in _Jv_JNI_DeleteLocalRef.  It means that the local
reference you are deleting couldn't be found.

Tom



More information about the Java mailing list