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):
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]