Closed
Bug 785596
Opened 13 years ago
Closed 13 years ago
java.lang.NullPointerException: at org.mozilla.gecko.GeckoAppShell$10.run(GeckoAppShell.java)
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox17+ verified, firefox18 verified)
VERIFIED
FIXED
Firefox 18
People
(Reporter: scoobidiver, Assigned: kats)
References
Details
(Keywords: crash, regression, topcrash, Whiteboard: [native-crash])
Crash Data
Attachments
(1 file)
2.00 KB,
patch
|
sriram
:
review+
lsblakk
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
It's a low volume crash but there's a spike in crashes starting from 17.0a1/20120824. It has been hit by 10 users in less than one day.
The regression range is:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=5650196a8c7d&tochange=1c0ac073dc65
java.lang.NullPointerException
at org.mozilla.gecko.GeckoAppShell$10.run(GeckoAppShell.java:1505)
at android.os.Handler.handleCallback(Handler.java:605)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4511)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:980)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:747)
at dalvik.system.NativeStart.main(Native Method)
More reports at:
https://crash-stats.mozilla.com/report/list?signature=java.lang.NullPointerException%3A+at+org.mozilla.gecko.GeckoAppShell%2410.run%28GeckoAppShell.java%29
Assignee | ||
Comment 1•13 years ago
|
||
GeckoApp.mAppContext.getLayerView() is returning null, probably because of an activity restart. This is likely a regression from bug 781220. Patch coming shortly.
Assignee: nobody → bugmail.mozilla
Assignee | ||
Comment 2•13 years ago
|
||
Attachment #655590 -
Flags: review?(sriram)
Comment 3•13 years ago
|
||
Comment on attachment 655590 [details] [diff] [review]
Patch
Review of attachment 655590 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good to me.
Attachment #655590 -
Flags: review?(sriram) → review+
Assignee | ||
Comment 4•13 years ago
|
||
Comment 5•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 18
Reporter | ||
Updated•13 years ago
|
status-firefox17:
--- → affected
Updated•13 years ago
|
Comment 6•13 years ago
|
||
Looks like this missed the merge, let's get an uplift nomination and land to Aurora.
Assignee | ||
Comment 7•13 years ago
|
||
Comment on attachment 655590 [details] [diff] [review]
Patch
[Approval Request Comment]
Bug caused by (feature/regressing bug #): 781220
User impact if declined: low-volume crash
Testing completed (on m-c, etc.): on m-c
Risk to taking this patch (and alternatives if risky): mobile-only, low-risk
String or UUID changes made by this patch: none
Attachment #655590 -
Flags: approval-mozilla-aurora?
Assignee | ||
Updated•13 years ago
|
status-firefox18:
--- → fixed
Updated•13 years ago
|
Attachment #655590 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Assignee | ||
Comment 8•13 years ago
|
||
Comment 9•13 years ago
|
||
Latest crash on Aurora channel was on 2012-09-14 with the following build id: 20120903042010 which doesn't contain the patch. There is no crash on Nightly. It seems that the bug was fixed. Closing it as verified fixed
Updated•12 years ago
|
tracking-fennec: ? → ---
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
•