Skip to content

[core] NullPointerException in pass: LoopRegionVisitor #2799

@bagipro

Description

@bagipro

Issue details

Hey,

There's an error that prevents a method from being decompiled. Open p000a.BinderC0000a class of this APK: https://drive.google.com/file/d/1e14fbjyV34GQZIYKamVrW2YHOopynMK9/view?usp=sharing

Relevant log output or stacktrace

/*  JADX ERROR: NullPointerException in pass: LoopRegionVisitor
        java.lang.NullPointerException: Cannot invoke "jadx.core.dex.instructions.args.SSAVar.use(jadx.core.dex.instructions.args.RegisterArg)" because "ssaVar" is null
        	at jadx.core.dex.nodes.InsnNode.rebindArgs(InsnNode.java:493)
        	at jadx.core.dex.nodes.InsnNode.rebindArgs(InsnNode.java:496)
        */
    /* JADX WARN: Code restructure failed: missing block: B:85:0x0189, code lost:
    
        if (r8 != false) goto L91;
     */
    /* JADX WARN: Removed duplicated region for block: B:137:0x0280  */
    /* JADX WARN: Removed duplicated region for block: B:144:0x029b  */
    /* renamed from: a */
    /*
        Code decompiled incorrectly, please refer to instructions dump.
    */
    public final boolean m0a(int r25, android.os.Parcel r26, android.os.Parcel r27, int r28) {
        /*
            Method dump skipped, instructions count: 1337
            To view this dump change 'Code comments level' option to 'DEBUG'
        */
        throw new UnsupportedOperationException("Method not decompiled: p000a.BinderC0000a.m0a(int, android.os.Parcel, android.os.Parcel, int):boolean");
    }

Provide sample and class/method full name

No response

Jadx version

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    CoreIssues in jadx-core modulebug

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions