Closed
Bug 1061644
Opened 11 years ago
Closed 11 years ago
crash in java.lang.IllegalArgumentException: Couldn''t find search engine for identifier: YAHOO at org.mozilla.search.providers.SearchEngineManager.createEngine(SearchEngineManager.java)
Categories
(Firefox for Android Graveyard :: Search Activity, defect)
Tracking
(firefox34 verified disabled, firefox35 verified)
VERIFIED
FIXED
Firefox 35
| Tracking | Status | |
|---|---|---|
| firefox34 | --- | verified disabled |
| firefox35 | --- | verified |
People
(Reporter: aaronmt, Assigned: Margaret)
References
Details
(Keywords: crash, regression)
Crash Data
Attachments
(1 file)
|
2.20 KB,
patch
|
bnicholson
:
review+
|
Details | Diff | Splinter Review |
This bug was filed from the Socorro interface and is
report bp-6b3ec78c-ff2f-47c9-81d5-de3b42140901.
=============================================================
java.lang.IllegalArgumentException: Couldn't find search engine for identifier: YAHOO
at org.mozilla.search.providers.SearchEngineManager.createEngine(SearchEngineManager.java:172)
at org.mozilla.search.providers.SearchEngineManager.access$100(SearchEngineManager.java:27)
at org.mozilla.search.providers.SearchEngineManager$1.doInBackground(SearchEngineManager.java:85)
at android.os.AsyncTask$2.call(AsyncTask.java:288)
at java.util.concurrent.FutureTask.run(FutureTask.java:237)
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:231)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
at java.lang.Thread.run(Thread.java:841)
| Reporter | ||
Updated•11 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•11 years ago
|
||
Thanks for filing. I ran into this myself over the weekend. Fix coming soon!
This also shouldn't affect Firefox 34, since the search activity is disabled there.
Component: General → Search Activity
| Assignee | ||
Updated•11 years ago
|
Blocks: 1057629
Keywords: regression
| Assignee | ||
Comment 2•11 years ago
|
||
This won't migrate the pref that a user may already have set, but this is a more robust fix that could actually fix future problems (e.g. user chooses default engine, switches locale, engine no longer exists in new locale).
As I said in the bug that caused this, I don't care about migrating Nightly users :)
Attachment #8482860 -
Flags: review?(bnicholson)
Updated•11 years ago
|
Attachment #8482860 -
Flags: review?(bnicholson) → review+
| Assignee | ||
Comment 3•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 35
Updated•11 years ago
|
Crash Signature: [@ java.lang.IllegalArgumentException: Couldn''t find search engine for identifier: YAHOO at org.mozilla.search.providers.SearchEngineManager.createEngine(SearchEngineManager.java)] → [@ java.lang.IllegalArgumentException: Couldn''t find search engine for identifier: YAHOO at org.mozilla.search.providers.SearchEngineManager.createEngine(SearchEngineManager.java)]
[@ java.lang.IllegalArgumentException: Couldn''t find search engine for …
(In reply to Wes Kocher (:KWierso) from comment #4)
> https://hg.mozilla.org/mozilla-central/rev/1bbaa42b6534
Should this be marked status-firefox35:fixed/disabled or is affected still appropriate?
| Assignee | ||
Comment 6•11 years ago
|
||
(In reply to Anthony Hughes, QA Mentor (:ashughes) from comment #5)
> (In reply to Wes Kocher (:KWierso) from comment #4)
> > https://hg.mozilla.org/mozilla-central/rev/1bbaa42b6534
>
> Should this be marked status-firefox35:fixed/disabled or is affected still
> appropriate?
This is fixed on 35.
Thanks Margaret. Verified fixed based on crash-stats.
Status: RESOLVED → VERIFIED
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
•