Closed
Bug 862234
Opened 12 years ago
Closed 12 years ago
java.lang.NullPointerException: at org.mozilla.gecko.widget.TopSitesView$8.onActivityResult(TopSitesView.java)
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox23 affected)
RESOLVED
DUPLICATE
of bug 839854
Tracking | Status | |
---|---|---|
firefox23 | --- | affected |
People
(Reporter: scoobidiver, Unassigned)
References
Details
(Keywords: crash, regression, Whiteboard: [native-crash])
Crash Data
It has been three times by one user since 23.0a1/20130409.
I assume it's a regression from bug 852312.
Here is a crash report: bp-06a2195e-1273-43a0-9525-b0fe62130416.
java.lang.NullPointerException
at org.mozilla.gecko.widget.TopSitesView$8.onActivityResult(TopSitesView.java:582)
at org.mozilla.gecko.ActivityHandlerHelper.handleActivityResult(ActivityHandlerHelper.java:225)
at org.mozilla.gecko.GeckoApp.onActivityResult(GeckoApp.java:2327)
at org.mozilla.gecko.BrowserApp.onActivityResult(BrowserApp.java:803)
at android.app.Activity.dispatchActivityResult(Activity.java:5293)
at android.app.ActivityThread.deliverResults(ActivityThread.java:3315)
at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2729)
at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:2771)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2235)
at android.app.ActivityThread.access$600(ActivityThread.java:141)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1234)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:5041)
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:793)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560)
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.widget.TopSitesView%248.onActivityResult%28TopSitesView.java%29
Comment 1•12 years ago
|
||
(In reply to Scoobidiver from comment #0)
> It has been three times by one user since 23.0a1/20130409.
> I assume it's a regression from bug 852312.
It looks like the changeset in that bug just moves this code from AboutHomeContent to TopSitesView. I wonder if there's a similar crash that was showing up previously in AboutHomeContent.
Reporter | ||
Comment 2•12 years ago
|
||
(In reply to :Margaret Leibovic from comment #1)
> I wonder if there's a similar crash that was showing up previously in AboutHomeContent.
Bug 836656 and bug 839854.
Comment 3•12 years ago
|
||
(In reply to Scoobidiver from comment #2)
> (In reply to :Margaret Leibovic from comment #1)
> > I wonder if there's a similar crash that was showing up previously in AboutHomeContent.
> Bug 836656 and bug 839854.
Oh yeah, this sounds like the same like cpeterson was describing in bug 839854 comment 3.
Comment 4•12 years ago
|
||
I'm going to mark this as a dupe of bug 839854, since it's the same bug, just with a different signature now.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•4 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
•