Skip to content
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

NullPointerException on Nexus 6p #416

Closed
androidyue opened this issue Feb 1, 2016 · 5 comments
Closed

NullPointerException on Nexus 6p #416

androidyue opened this issue Feb 1, 2016 · 5 comments

Comments

@androidyue
Copy link

Detailed information

In com.mx.browser.star:1.0:1.
* FAILURE:
java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.String.equals(java.lang.Object)' on a null object reference
    at com.squareup.leakcanary.HeapAnalyzer.findLeakingReference(HeapAnalyzer.java:160)
    at com.squareup.leakcanary.HeapAnalyzer.checkForLeak(HeapAnalyzer.java:95)
    at com.squareup.leakcanary.internal.HeapAnalyzerService.onHandleIntent(HeapAnalyzerService.java:57)
    at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:66)
    at android.os.Handler.dispatchMessage(Handler.java:102)
    at android.os.Looper.loop(Looper.java:148)
    at android.os.HandlerThread.run(HandlerThread.java:61)

* Reference Key: 26755512-4c1a-4525-99fb-3b5859b1ea8d
* Device: Huawei google Nexus 6P angler
* Android Version: 6.0.1 API: 23 LeakCanary: 1.3.1
* Durations: watch=5038ms, gc=140ms, heap dump=6120ms, analysis=22492ms
@waltarmour
Copy link

I have a repro (same stack) with this device:

  • Reference Key: 073e495a-9e0e-4c57-a283-3e9dac48d308
  • Device: LGE google Nexus 5 hammerhead
  • Android Version: 6.0.1 API: 23 LeakCanary: 1.3.1
  • Durations: watch=6707ms, gc=156ms, heap dump=6826ms, analysis=18689ms

It does NOT repro on 1.4-beta1 .

@Boza-s6
Copy link

Boza-s6 commented Feb 17, 2016

Same here with

  • Device: Sony [Z5]
  • Android Version: 6.0 API: 23 LeakCanary: 1.3.1

@MonteCreasor
Copy link

Same stack with:

  • Reference Key: 76d55ea0-df4b-4f5b-afc0-56fe4fb568f8
  • Device: motorola google Nexus 6 shamu
  • Android Version: 6.0.1 API: 23 LeakCanary: 1.3.1
  • Durations: watch=5009ms, gc=140ms, heap dump=5725ms, analysis=16739ms

@xiaoluo
Copy link

xiaoluo commented Feb 24, 2016

java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.String.equals(java.lang.Object)' on a null object reference
at com.squareup.leakcanary.HeapAnalyzer.findLeakingReference(HeapAnalyzer.java:160)
at com.squareup.leakcanary.HeapAnalyzer.checkForLeak(HeapAnalyzer.java:95)
at com.squareup.leakcanary.internal.HeapAnalyzerService.onHandleIntent(HeapAnalyzerService.java:57)
at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:66)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:148)
at android.os.HandlerThread.run(HandlerThread.java:61)

                                                                      * Reference Key: 87f19db1-9ead-4b65-a6da-ce31fb50be19
                                                                      * Device: Xiaomi Xiaomi MI 4LTE cancro_wc_lte
                                                                      * Android Version: 6.0.1 API: 23 LeakCanary: 1.3.1
                                                                      * Durations: watch=5070ms, gc=166ms, heap dump=7506ms, analysis=22519ms

@jrodbx
Copy link
Collaborator

jrodbx commented Mar 9, 2016

Duplicate of #341. Please update to a later version.

@jrodbx jrodbx closed this as completed Mar 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants