Closed
Bug 825505
Opened 12 years ago
Closed 12 years ago
crash when calling 'Edit' context menu for site/page/thumbnail on about:home and returning to it with the 'Back' button: [@ java.lang.NullPointerException: at org.mozilla.gecko.AboutHomeContent$17.onActivityResult(AboutHomeContent.java) ]
Categories
(Firefox for Android Graveyard :: Awesomescreen, defect)
Tracking
(firefox20+ fixed)
RESOLVED
FIXED
Firefox 20
People
(Reporter: aryx, Assigned: wesj)
Details
(Keywords: crash, topcrash, Whiteboard: [native-crash])
Crash Data
Attachments
(1 file)
2.42 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
Firefox for Android trunk 20121230, Android 4.1.2 (stock), Google Nexus S
This bug was filed from the Socorro interface and is
report bp-1a6be7b5-7920-49d7-80a2-d486d2121230 .
=============================================================
There is a crash when calling 'the Edit' context menu for a page on about:home and returning to it (from the awesome screen) with the 'Back' button: [@ java.lang.NullPointerException: at org.mozilla.gecko.AboutHomeContent$17.onActivityResult(AboutHomeContent.java) ]
This feature landed two days ago: http://hg.mozilla.org/mozilla-central/rev/a9c2f983a4ea
Updated•12 years ago
|
Assignee: nobody → wjohnston
Severity: normal → critical
Whiteboard: [native-crash]
Comment 1•12 years ago
|
||
Let's also remove the Log.i here:
http://mxr.mozilla.org/mozilla-central/source/mobile/android/base/AboutHomeContent.java#991
We don't want to be dumping URLs into logcat if we can help it.
Comment 2•12 years ago
|
||
This is the unfixed topcrash on 20 for Android at this time.
tracking-firefox20:
--- → ?
Keywords: topcrash
Assignee | ||
Comment 3•12 years ago
|
||
I was just going to test the resultCode here, but AwesomeBarResultHandler doesn't check it and instead depends on data != null:
http://mxr.mozilla.org/mozilla-central/source/mobile/android/base/AwesomebarResultHandler.java#15
which scared me into doing both for now.
Attachment #697106 -
Flags: review?(mark.finkle)
Updated•12 years ago
|
Attachment #697106 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Comment 4•12 years ago
|
||
Comment 5•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 20
Updated•12 years ago
|
status-firefox20:
--- → fixed
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
•