I am working on a Eclipse plug-in, and frequently have crashes where the
error message refers to the JDWP.
Using Java 1.5.0 (on an Intel Mac), the error message logged to the Eclipse
console is:
JDWP exit error JVMTI_ERROR_INVALID_EVENT_TYPE(102): ExceptionOccurred
FATAL ERROR in native method: JDWP ExceptionOccurred,
jvmtiError=JVMTI_ERROR_INVALID_EVENT_TYPE(102)
And the crash log contains:
Thread: 26
Exception: EXC_BREAKPOINT (0x0006)
Code[0]: 0x00000002
Code[1]: 0x00000000
Thread 26 Crashed:
0 libclient.dylib 0x9b6821cc JVM_RaiseSignal + 338568
1 libclient.dylib 0x9b5eaf0d
JNI_GetDefaultJavaVMInitArgs_Impl + 5863
2 libjdwp.jnilib 0x9b78dc19 debugInit_exit + 430
3 libjdwp.jnilib 0x9b79359e
eventHandlerRestricted_iterator + 2044
4 libjdwp.jnilib 0x9b794833
eventHandlerRestricted_iterator + 6801
5 libclient.dylib 0x9b551724 JVM_GetStackTraceElement +
50754
6 libclient.dylib 0x9b4d9434 JVM_Write + 25604
7 libclient.dylib 0x9b47703c JVM_StartThread + 1632
8 libclient.dylib 0x9b4020a9 JNI_CreateJavaVM_Impl +
52779
9 libSystem.B.dylib 0x90024b07 _pthread_body + 84
Running using Java 1.4.2, the error message is slightly different:
FATAL ERROR in native method: JDWP "util.c" (Jan 26 2006), line 1188:
Unexpected error, error code = 113 (JVMDI_ERROR_INTERNAL)
but the crash log is similar.
Can someone please tell me what this error means, and what my program could
be doing that causes the error?
Thanks,
-- Greg Dow
-- Adobe Systems Inc
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden
This email sent to email@hidden