You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After 821cc66, jadx started throwing "JadxRuntimeException: Path cross not found for blocks" when decompiling some methods.
Relevant log output or stacktrace
Stacktraces
/* JADX ERROR: JadxRuntimeException in pass: ConstructorVisitor
jadx.core.utils.exceptions.JadxRuntimeException: Path cross not found for blocks: B:17:0x0058 and B:15:0x0046
at jadx.core.dex.visitors.ConstructorVisitor.insertPhiInsn(ConstructorVisitor.java:110)
at jadx.core.dex.visitors.ConstructorVisitor.processInvoke(ConstructorVisitor.java:78)
at jadx.core.dex.visitors.ConstructorVisitor.replaceInvoke(ConstructorVisitor.java:50)
at jadx.core.dex.visitors.ConstructorVisitor.visit(ConstructorVisitor.java:36)
*/
/* renamed from: a */
public static final ml.C6510f m16199a(
/* JADX ERROR: JadxRuntimeException in pass: ConstructorVisitor
jadx.core.utils.exceptions.JadxRuntimeException: Path cross not found for blocks: B:17:0x0058 and B:15:0x0046
at jadx.core.dex.visitors.ConstructorVisitor.insertPhiInsn(ConstructorVisitor.java:110)
at jadx.core.dex.visitors.ConstructorVisitor.processInvoke(ConstructorVisitor.java:78)
at jadx.core.dex.visitors.ConstructorVisitor.replaceInvoke(ConstructorVisitor.java:50)
*/
/* JADX ERROR: Method generation error
jadx.core.utils.exceptions.JadxRuntimeException: Code variable not set in r4v0 ??
at jadx.core.dex.instructions.args.SSAVar.getCodeVar(SSAVar.java:238)
at jadx.core.codegen.MethodGen.addMethodArguments(MethodGen.java:223)
at jadx.core.codegen.MethodGen.addDefinition(MethodGen.java:168)
at jadx.core.codegen.ClassGen.addMethodCode(ClassGen.java:401)
at jadx.core.codegen.ClassGen.addMethod(ClassGen.java:335)
at jadx.core.codegen.ClassGen.lambda$addInnerClsAndMethods$3(ClassGen.java:301)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at java.base/java.util.stream.SortedOps$RefSortingSink.end(SortedOps.java:395)
at java.base/java.util.stream.Sink$ChainedReference.end(Sink.java:258)
*/
Issue details
After 821cc66, jadx started throwing "JadxRuntimeException: Path cross not found for blocks" when decompiling some methods.
Relevant log output or stacktrace
Stacktraces
Provide sample and class/method full name
Smali
Jadx version
821cc66
The text was updated successfully, but these errors were encountered: