JDWP command failed for jni #24

Open
opened 2025-08-09 17:12:59 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @hyx0408 on 7/29/2022

Prepared: Lcom/android/gles3jni/GLES3JNIView$Renderer;
Prepared: Lcom/android/gles3jni/GLES3JNIView$1;
Prepared: Lcom/android/gles3jni/GLES3JNILib;
JDWP command failed 'Linetable:GLES3JNILib,init'. Error 511
JDWP command failed 'Linetable:GLES3JNILib,resize'. Error 511
JDWP command failed 'Linetable:GLES3JNILib,step'. Error 511

Did this affect lldb to load the native jni library? After "System.loadlibrary("libmyjni")" run, there is no module named libmyjni.so in my lldb target. Do you know how to make lldb work with jni so?

*Originally created by @hyx0408 on 7/29/2022* ``` Prepared: Lcom/android/gles3jni/GLES3JNIView$Renderer; Prepared: Lcom/android/gles3jni/GLES3JNIView$1; Prepared: Lcom/android/gles3jni/GLES3JNILib; JDWP command failed 'Linetable:GLES3JNILib,init'. Error 511 JDWP command failed 'Linetable:GLES3JNILib,resize'. Error 511 JDWP command failed 'Linetable:GLES3JNILib,step'. Error 511 ``` Did this affect lldb to load the native jni library? After "System.loadlibrary("libmyjni")" run, there is no module named libmyjni.so in my lldb target. Do you know how to make lldb work with jni so?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/android-dev-ext#24
No description provided.