Status fields:
creation_ts: | 2006-04-29 12:41 |
---|---|
component: | threads |
version: | default branch |
rep_platform: | All |
op_sys: | Linux |
bug_status: | RESOLVED |
resolution: | FIXED |
reporter: | psj@harker.dyndns.org |
Eclipse fails to start for me with Cacao trunk with the following error: LOG: [(nil)] JNI-Call: AttachCurrentThread: IMPLEMENT ME! cacao: ../../../../src/threads/native/threads.c:976: allocLockRecordSimple: Assertion `t' failed. I can workaround this in Eclipse (normally runs for me with Cacao) but wanted to log the bug as placeholder to note that AttachCurrentThread is not implemented in src/native/jni.c and in case others saw the same thing.
In what situation it fails to start?
Works for me with Cacao SVN HEAD and Classpath HEAD 16/05/2006 (where I could reliably reproduce before). Will look for differences unless you want to close as working?
I don't think you have to, unless you want to.
AttachCurrentThread is only used for the mozilla-based initial splash screen (unless you use the mozilla embedding somewhere else). This could easily explain why you couldn't reproduce it.