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: libgcj failure: frame->marker == MARK_NONE


>>>>> "Erik" == Erik Poupaert <erik dot poupaert at chello dot 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


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