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: Tom Tromey <tromey at redhat dot com>
- To: "Erik Poupaert" <erik dot poupaert at chello dot be>
- Cc: <java at gcc dot gnu dot org>
- Date: 17 Mar 2003 10:41:58 -0700
- Subject: Re: libgcj failure: frame->marker == MARK_NONE
- References: <POEIJGMGPFPGFHAGKFHAGEDNCGAA.erik.poupaert@chello.be>
- Reply-to: tromey at redhat dot com
>>>>> "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