jadx icon indicating copy to clipboard operation
jadx copied to clipboard

An error occurred

Open yanqizhen99 opened this issue 2 years ago • 1 comments

Jadx version : 1.4.1 Java version : 18.0.1.1 Java VM : Oracle Corporation OpenJDK 64-Bit Server VM Platform : Windows 10 (10.0 amd64) Max heap size: 6144 MB

java.lang.NegativeArraySizeException: -610911488 at io.github.hqktech.JDWP.decodeRaw(JDWP.java:402) at io.github.hqktech.JDWP$JdwpString.decode(JDWP.java:7475) at io.github.hqktech.JDWP$VirtualMachine$AllClassesWithGeneric.decode(JDWP.java:1553) at jadx.gui.device.debugger.SmaliDebugger.getAllClasses(SmaliDebugger.java:1074) at jadx.gui.device.debugger.SmaliDebugger.getClassSignatureInternal(SmaliDebugger.java:983) at jadx.gui.device.debugger.SmaliDebugger.getClassSignatureSync(SmaliDebugger.java:291) at jadx.gui.device.debugger.DebugController.fetchStackFrameNames(DebugController.java:580) at jadx.gui.device.debugger.DebugController.updateAllStackFrames(DebugController.java:565) at jadx.gui.device.debugger.DebugController.lambda$updateAllInfo$16(DebugController.java:870) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source)

yanqizhen99 avatar Jun 10 '22 11:06 yanqizhen99

@yanqizhen99 This error means your phone has sent data to the Jadx integrated debugger that had an unexpected format. To be able to understand and potentially solve this error we need more details:

  1. Is the problem reproducible (does it always occur when you are debugging a certain app)?
  2. What Android device was used for debugging (manufacturer, model, Android version)
  3. What app were you debugging (please provide APK if possible)

jpstotz avatar Jun 10 '22 12:06 jpstotz

No user feedback

jpstotz avatar Aug 18 '22 17:08 jpstotz

I encountered the same issue and think it might a duplicate of #1471.

george-hopkins avatar Sep 03 '22 15:09 george-hopkins