Closed
Bug 1188688
Opened 9 years ago
Closed 9 years ago
Frequently triggers "TypeError: this._searchSuggestionController is null"
Categories
(Firefox :: Address Bar, defect, P2)
Firefox
Address Bar
Tracking
()
VERIFIED
FIXED
Firefox 42
Tracking | Status | |
---|---|---|
firefox42 | --- | verified |
People
(Reporter: xidorn, Assigned: mak)
References
Details
(Whiteboard: [unifiedautocomplete][suggestions][fxsearch])
Attachments
(1 file)
(deleted),
patch
|
ttaubert
:
review+
|
Details | Diff | Splinter Review |
The complete error info is:
A coding exception was thrown in a Promise resolution callback.
See https://developer.mozilla.org/Mozilla/JavaScript_code_modules/Promise.jsm/Promise
Full message: TypeError: this._searchSuggestionController is null
Full stack: _matchSearchSuggestions/promise<@file:///c:/mozilla-source/central/obj-firefox/dist/bin/components/UnifiedComplete.js:937:1
Handler.prototype.process@resource://gre/modules/Promise.jsm -> resource://gre/modules/Promise-backend.js:934:23
this.PromiseWalker.walkerLoop@resource://gre/modules/Promise.jsm -> resource://gre/modules/Promise-backend.js:813:7
Promise*this.PromiseWalker.scheduleWalkerLoop@resource://gre/modules/Promise.jsm -> resource://gre/modules/Promise-backend.js:744:11
this.PromiseWalker.schedulePromise@resource://gre/modules/Promise.jsm -> resource://gre/modules/Promise-backend.js:776:7
this.PromiseWalker.completePromise@resource://gre/modules/Promise.jsm -> resource://gre/modules/Promise-backend.js:711:7
this.SearchSuggestionController.prototype._fetchRemote/<@resource://gre/modules/SearchSuggestionController.jsm:250:54
this.SearchSuggestionController.prototype.stop@resource://gre/modules/SearchSuggestionController.jsm:172:7
stop@resource://gre/modules/PlacesSearchAutocompleteProvider.jsm:181:5
stop@file:///c:/mozilla-source/central/obj-firefox/dist/bin/components/UnifiedComplete.js:775:7
UnifiedComplete.prototype.stopSearch@file:///c:/mozilla-source/central/obj-firefox/dist/bin/components/UnifiedComplete.js:1776:7
handleEnter@chrome://browser/content/urlbarBindings.xml:890:1
handleKeyPress@chrome://global/content/bindings/autocomplete.xml:479:24
onKeyPress@chrome://browser/content/urlbarBindings.xml:199:18
onxblkeypress@chrome://global/content/bindings/autocomplete.xml:582:8
This error frequently appears in browser console as well as the command line output.
Assignee | ||
Updated•9 years ago
|
Blocks: UnifiedComplete
Flags: firefox-backlog?
Priority: -- → P2
Whiteboard: [unifiedautocomplete][suggestions][fxsearch]
Assignee | ||
Updated•9 years ago
|
Flags: firefox-backlog? → firefox-backlog+
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → mak77
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•9 years ago
|
||
Attachment #8642436 -
Flags: review?(ttaubert)
Updated•9 years ago
|
Attachment #8642436 -
Flags: review?(ttaubert) → review+
Comment 4•9 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 42
Updated•9 years ago
|
Flags: qe-verify+
QA Contact: andrei.vaida
Comment 5•9 years ago
|
||
Reproduced the bug on Nightly 42.0a1 (2015-08-03).
I'm no longer seeing these errors as of Nightly 42.0a1 (2015-08-05). Tested with Windows 10 x64 (10240), Ubuntu 14.04 (x86) and Mac OS X 10.10.4.
You need to log in
before you can comment on or make changes to this bug.
Description
•