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: "GCJ Java" <java at gcc dot gnu dot org>
- Date: 22 Mar 2003 01:00:31 -0700
- Subject: Re: libgcj failure: frame->marker == MARK_NONE
- References: <POEIJGMGPFPGFHAGKFHAMEEHCGAA.erik.poupaert@chello.be>
- Reply-to: tromey at redhat dot com
>>>>> "Erik" == Erik Poupaert <erik dot poupaert at chello dot be> writes:
>>>>> Sure. This is in _Jv_JNI_DeleteLocalRef. It means that the local
>>>>> reference you are deleting couldn't be found.
Erik> The GCJ version is 4 days older. Otherwise, it's configured identically,
Erik> running on exactly the same platform (RH8.0)
If that's the only difference, then I have no explanation.
I guess only debugging will show the answer.
Tom