Closed
Bug 1079873
Opened 9 years ago
Closed 9 years ago
crash in java.lang.NullPointerException: at org.mozilla.gecko.GeckoSharedPrefs.forProfile(GeckoSharedPrefs.java)
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox35 affected, fennec35+)
RESOLVED
FIXED
People
(Reporter: aaronmt, Assigned: wesj)
Details
(Keywords: crash)
Crash Data
This bug was filed from the Socorro interface and is report bp-d937521b-a36c-4687-bafa-92b712141007. ============================================================= java.lang.NullPointerException at org.mozilla.gecko.GeckoSharedPrefs.forProfile(GeckoSharedPrefs.java:99) at org.mozilla.gecko.GeckoSharedPrefs.forProfile(GeckoSharedPrefs.java:90) at org.mozilla.gecko.home.HomeConfigPrefsBackend.getLocale(HomeConfigPrefsBackend.java:332) at org.mozilla.gecko.home.HomePanelsManager$1.run(HomePanelsManager.java:99) at android.os.Handler.handleCallback(Handler.java:733) at android.os.Handler.dispatchMessage(Handler.java:95) at android.os.Looper.loop(Looper.java:136) at org.mozilla.gecko.util.GeckoBackgroundThread.run(GeckoBackgroundThread.java:43)
Comment 1•9 years ago
|
||
This is another null profile bug -- GeckoProfile.get() has returned null. Over to Wes :D
Assignee: nobody → wjohnston
Status: NEW → ASSIGNED
Updated•9 years ago
|
tracking-fennec: ? → 35+
Assignee | ||
Comment 2•9 years ago
|
||
We should not be crashing for this anymore. QA, can you verify if this is still in crash-stats?
Keywords: qawanted
Reporter | ||
Comment 3•9 years ago
|
||
No reports in the past 28 days
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•2 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
•