-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[core] JadxRuntimeException in pass: SSATransform #858
Comments
Updated error /* JADX ERROR: JadxRuntimeException in pass: SSATransform
jadx.core.utils.exceptions.JadxRuntimeException: Not initialized variable reg: 5, insn: 0x0000: IPUT (r5 I:sg.bigo.live.model.live.end.LiveEndComponent), (r4 I:sg.bigo.live.model.live.end.a) sg.bigo.live.model.live.end.a.z sg.bigo.live.model.live.end.LiveEndComponent, block:B:0:0x0000
at jadx.core.dex.visitors.ssa.SSATransform.renameVarsInBlock(SSATransform.java:165)
at jadx.core.dex.visitors.ssa.SSATransform.renameVariables(SSATransform.java:137)
at jadx.core.dex.visitors.ssa.SSATransform.process(SSATransform.java:55)
at jadx.core.dex.visitors.ssa.SSATransform.visit(SSATransform.java:41)
*/
/* JADX ERROR: NullPointerException in pass: ConstInlineVisitor
java.lang.NullPointerException
at jadx.core.dex.visitors.ConstInlineVisitor.checkForSynchronizeBlock(ConstInlineVisitor.java:121)
at jadx.core.dex.visitors.ConstInlineVisitor.checkInsn(ConstInlineVisitor.java:86)
at jadx.core.dex.visitors.ConstInlineVisitor.process(ConstInlineVisitor.java:53)
at jadx.core.dex.visitors.ConstInlineVisitor.visit(ConstInlineVisitor.java:45)
*/
/* JADX ERROR: NullPointerException in pass: ConstructorVisitor
java.lang.NullPointerException
at jadx.core.dex.instructions.mods.ConstructorInsn.<init>(ConstructorInsn.java:47)
at jadx.core.dex.visitors.ConstructorVisitor.processInvoke(ConstructorVisitor.java:64)
at jadx.core.dex.visitors.ConstructorVisitor.replaceInvoke(ConstructorVisitor.java:48)
at jadx.core.dex.visitors.ConstructorVisitor.visit(ConstructorVisitor.java:37)
*/
/* JADX ERROR: NullPointerException in pass: ProcessVariables
java.lang.NullPointerException
at jadx.core.dex.visitors.regions.variables.ProcessVariables$1.processBlock(ProcessVariables.java:77)
at jadx.core.dex.visitors.regions.DepthRegionTraversal.traverseInternal(DepthRegionTraversal.java:60)
at jadx.core.dex.visitors.regions.DepthRegionTraversal.lambda$traverseInternal$0(DepthRegionTraversal.java:64)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1507)
at jadx.core.dex.visitors.regions.DepthRegionTraversal.traverseInternal(DepthRegionTraversal.java:64)
at jadx.core.dex.visitors.regions.DepthRegionTraversal.traverse(DepthRegionTraversal.java:19)
at jadx.core.dex.visitors.regions.variables.ProcessVariables.removeUnusedResults(ProcessVariables.java:70)
at jadx.core.dex.visitors.regions.variables.ProcessVariables.visit(ProcessVariables.java:45)
*/
C12941a(long r4) {
/*
r3 = this;
r4.f59230z = r5
r0 = 8200(0x2008, double:4.0513E-320)
r2 = 1000(0x3e8, double:4.94E-321)
r4.<init>(r0, r2)
return
*/
throw new UnsupportedOperationException("Method not decompiled: sg.bigo.live.model.live.end.C12941a.<init>(sg.bigo.live.model.live.end.LiveEndComponent):void");
} |
@sergey-wowwow fixed. |
@skylot /* JADX WARN: Incorrect args count in method signature: ()V */
Pipe$sink$1(okio.Pipe pipe) {
this.this$0 = pipe;
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I've noticed an error in decompiled code, class
sg.bigo.live.model.live.end.a
APK: https://drive.google.com/file/d/1JHN2y5aNkdaCMzjrJy-sjIBKnt-_a1y7/view?usp=sharing
The text was updated successfully, but these errors were encountered: