On Fri, 19 Mar 1999, Craig E Rasmussen wrote:
> I'm trying to do something truly evil. I'm calling a C function
> from Python which starts up a JVM. Everything works fine if I just
> use the C function to start the JVM. However, if I do it via
> Python I get the following error (repeated over and over again with
> different addresses):
Hi Craig.
I remember getting an error like that when I loaded a Java VM
into a Tcl Interp. I think the problem was that I had linked to
the green threads libjava when I should have been using the
native threads version. JNI and green threads do not mix well.
later
Mo DeJong
dejong at cs.umn.edu
> Tried to free bogus memory 811ff08, ignored
>
> I found this error string in libjava.so in the green_threads directory.
> I'm using jdk116_v5 with Redhat 5.2 and glibc. I have several questions:
>
> 1. Will using JDK1.2 fix this.
> 2. Should I be using native threads?
> 3. How can I get the sources to libjava to compile and track down the
> problem.
>
> Thanks for any and all help,
>
> Craig Rasmussen
>
>
> ----------------------------------------------------------------------
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
>
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]