Closed
Bug 1145611
Opened 10 years ago
Closed 7 years ago
crash in java.lang.NullPointerException: Attempt to invoke virtual method ''void org.mozilla.gecko.gfx.LayerView.setVisibility(int)'' on a null object reference at org.mozilla.gecko.BrowserApp.hideWebContent(BrowserApp.java)
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: aaronmt, Unassigned)
Details
(Keywords: crash)
Crash Data
This bug was filed from the Socorro interface and is
report bp-5f43b64e-dd7f-4354-952c-f501b2150318.
=============================================================
java.lang.NullPointerException: Attempt to invoke virtual method 'void org.mozilla.gecko.gfx.LayerView.setVisibility(int)' on a null object reference
at org.mozilla.gecko.BrowserApp.hideWebContent(BrowserApp.java:2519)
at org.mozilla.gecko.BrowserApp.access$2300(BrowserApp.java:143)
at org.mozilla.gecko.BrowserApp$39.onPropertyAnimationEnd(BrowserApp.java:2510)
at org.mozilla.gecko.animation.PropertyAnimator.stop(PropertyAnimator.java:217)
at org.mozilla.gecko.animation.PropertyAnimator.run(PropertyAnimator.java:107)
at org.mozilla.gecko.animation.PropertyAnimator$FramePosterPostJB$1.doFrame(PropertyAnimator.java:328)
at android.view.Choreographer$CallbackRecord.run(Choreographer.java:765)
at android.view.Choreographer.doCallbacks(Choreographer.java:580)
at android.view.Choreographer.doFrame(Choreographer.java:549)
at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:753)
at android.os.Handler.handleCallback(Handler.java:739)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:135)
at android.app.ActivityThread.main(ActivityThread.java:5292)
at java.lang.reflect.Method.invoke(Native Method)
at java.lang.reflect.Method.invoke(Method.java:372)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:908)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:703)
Updated•10 years ago
|
Crash Signature: [@ java.lang.NullPointerException: Attempt to invoke virtual method ''void org.mozilla.gecko.gfx.LayerView.setVisibility(int)'' on a null object reference at org.mozilla.gecko.BrowserApp.hideWebContent(BrowserApp.java)] → [@ java.lang.NullPointerException: Attempt to invoke virtual method ''void org.mozilla.gecko.gfx.LayerView.setVisibility(int)'' on a null object reference at org.mozilla.gecko.BrowserApp.hideWebContent(BrowserApp.java)]
[@ java.lang.NullPointerException:…
Comment 1•7 years ago
|
||
Closing because no crash reported since 12 weeks.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
| Assignee | ||
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•