Re: [kaffe] kaffe fails to handle AttachCurrentThread properly

2008-01-23 Thread Robert Schuster
Robert Schuster schrieb: > Hi, > I haven't looked deeply into this but kaffe Now I did. Have a look at this gdb log. Breakpoint 2, threadMain (arg=0x0) at Test.c:42 42JNIEnv* env = NULL; (gdb) s 43(*cachedJavaVM)->AttachCurrentThread(cachedJavaVM, (void **) &env, NULL); (gdb) s Ka

[kaffe] kaffe fails to handle AttachCurrentThread properly

2008-01-23 Thread Robert Schuster
Hi, I haven't looked deeply into this but kaffe is unable to call a Java method from a thread that has been attached to the VM using AttachCurrentThread. Have a look at this simple example program. I ran the test on a x86 machine. Regards Robert attachThread.tar.gz Description: GNU Zip compres