This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Bugs for JNI on Solaris
- From: Tom Tromey <tromey at redhat dot com>
- To: martin dot kahlert at infineon dot com
- Cc: java-patches at gcc dot gnu dot org
- Date: 13 Feb 2002 10:55:10 -0700
- Subject: Re: Bugs for JNI on Solaris
- References: <20020213123529.A20768@keksy.muc.infineon.com>
- Reply-to: tromey at redhat dot com
>>>>> "Martin" == Martin Kahlert <martin.kahlert@infineon.com> writes:
Martin> I think, Tom changed a bit too much of my patch:
Martin> env-> locals->next = env->locals;
Martin> env-> locals = NULL;
Martin> only produces a memory leak (and an infinite linked list
Martin> inside the leak) and the following for loop gives a SegFault.
Martin> Perhaps the original lines would be better.
Sorry, I don't know what happened there.
The code is obviously incorrect; I'm applying your patch.
Tom