Closed
Bug 1410220
Opened 8 years ago
Closed 8 years ago
Crash in java.lang.NullPointerException: at org.mozilla.search.SearchActivity.execute(SearchActivity.java)
Categories
(Firefox for Android Graveyard :: Search Activity, defect)
Tracking
(firefox56 wontfix, firefox57 fix-optional, firefox58 affected)
RESOLVED
WONTFIX
| Tracking | Status | |
|---|---|---|
| firefox56 | --- | wontfix |
| firefox57 | --- | fix-optional |
| firefox58 | --- | affected |
People
(Reporter: philipp, Unassigned, NeedInfo)
Details
(Keywords: crash, regression)
Crash Data
This bug was filed from the Socorro interface and is
report bp-faa3f2ae-2954-41d0-b4b7-7f83d0171017.
=============================================================
java.lang.NullPointerException: Attempt to invoke virtual method 'void org.mozilla.search.autocomplete.SuggestionsFragment.setEngine(org.mozilla.gecko.search.SearchEngine)' on a null object reference
at org.mozilla.search.SearchActivity.execute(SearchActivity.java:316)
at org.mozilla.gecko.search.SearchEngineManager$RunCallbackUiThreadRunnable.run(SearchEngineManager.java:185)
at android.os.Handler.handleCallback(Handler.java:751)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:154)
at android.app.ActivityThread.main(ActivityThread.java:6682)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1520)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1410)
this crash signature is regressing in volume since fennec 55.
| Reporter | ||
Updated•8 years ago
|
status-firefox58:
--- → affected
Comment 2•8 years ago
|
||
I also mentioned in triage that all the locales in the comments are "None"
Not sure, but I think we're planning to nuke the search activity anyway? -> jcheng
Flags: needinfo?(wehuang)
Flags: needinfo?(snorp)
Flags: needinfo?(jcheng)
Comment 4•8 years ago
|
||
not sure what you mean by nuke the search activity?
perhaps Max or Nevin knows?
Flags: needinfo?(max)
Flags: needinfo?(jcheng)
Flags: needinfo?(cnevinchen)
Comment 5•8 years ago
|
||
I think you are ni-ed here.
https://bugzilla.mozilla.org/show_bug.cgi?id=1221344#c4
Flags: needinfo?(cnevinchen) → needinfo?(jcheng)
Comment 6•8 years ago
|
||
This is an ex-Search Activity now (bug 1221344).
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Updated•8 years ago
|
Flags: needinfo?(wehuang)
Updated•8 years ago
|
Flags: needinfo?(max)
Updated•8 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
•