Closed
Bug 963754
Opened 12 years ago
Closed 12 years ago
Home panels settings dialog crashes with null string
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox28 unaffected, firefox29 verified, firefox30 verified, fennec29+)
VERIFIED
FIXED
Firefox 29
Tracking | Status | |
---|---|---|
firefox28 | --- | unaffected |
firefox29 | --- | verified |
firefox30 | --- | verified |
fennec | 29+ | --- |
People
(Reporter: aaronmt, Assigned: liuche)
Details
(Keywords: crash, regression)
Crash Data
Attachments
(1 file)
2.04 KB,
patch
|
Margaret
:
review+
|
Details | Diff | Splinter Review |
This bug was filed from the Socorro interface and is
report bp-5eb09b9c-3b8d-47b4-afb5-16daf2140123.
=============================================================
java.lang.NullPointerException
at android.widget.ArrayAdapter.createViewFromResource(ArrayAdapter.java:394)
at android.widget.ArrayAdapter.getView(ArrayAdapter.java:362)
at android.widget.AbsListView.obtainView(AbsListView.java:2161)
at android.widget.ListView.measureHeightOfChildren(ListView.java:1247)
at android.widget.ListView.onMeasure(ListView.java:1159)
[...]
Comments:
trying to set a different panel by default for (URL removed)
crash at opening web history
I was trying to access the history settings in the mobile version of Nightly and it just crashed the moment I tapped History.
Reporter | ||
Updated•12 years ago
|
tracking-fennec: --- → ?
Keywords: regression
Reporter | ||
Updated•12 years ago
|
status-firefox28:
--- → unaffected
status-firefox29:
--- → affected
Reporter | ||
Comment 1•12 years ago
|
||
I think this is basically bug 963051. Interestingly there's a crash reporter for the crash today (so people are submitting crashes), the other day there wasn't (at least for me, I was just hitting Nightly is not responding).
Comment 2•12 years ago
|
||
I'm running into this on my Nexus 7 on a recent local build of m-c. It happens every time I try to change the default panel in settings :/
Comment 3•12 years ago
|
||
Oh, I don't have the patch for bug 963051 in my tree, I'll update and try again.
Comment 4•12 years ago
|
||
Nope, still crashing with the latest m-c. Also crashing on my N4.
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → liuche
Assignee | ||
Updated•12 years ago
|
Summary: crash in java.lang.NullPointerException: at android.widget.ArrayAdapter.createViewFromResource(ArrayAdapter.java) → Home panels settings dialog crashes with null string
Assignee | ||
Comment 5•12 years ago
|
||
Tested this on N7 and N4.
Attachment #8366162 -
Flags: review?(margaret.leibovic)
Updated•12 years ago
|
Attachment #8366162 -
Flags: review?(margaret.leibovic) → review+
Assignee | ||
Comment 6•12 years ago
|
||
Comment 7•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 29
Updated•12 years ago
|
tracking-fennec: ? → 29+
Comment 8•11 years ago
|
||
Verified as fixed in builds:
- 29.0a2 (2014-02-26);
- 30.0a1 (2014-02-26);
Device: Samsung Galaxy Nexus (Android 4.2.1).
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
•