Bug 1549075 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

I've managed to updated my nightly to 68.0a1 (2019-05-04) (64 bit)

Build config points to
Built from https://hg.mozilla.org/mozilla-central/rev/9419be649effc5bc67eb3d6fce1db46caa7fae7e

Address bar is completely broken, console has


```
Error: Something tried to use the search service before it's been properly intialized. Please examine the stack trace to figure out what and where to fix it:
_ensureInitialized@resource://gre/modules/SearchService.jsm:709:15
get defaultEngine@resource://gre/modules/SearchService.jsm:2264:10
_getUrlMetaData@resource:///modules/UrlbarValueFormatter.jsm:111:35
_formatURL@resource:///modules/UrlbarValueFormatter.jsm:196:28
update@resource:///modules/UrlbarValueFormatter.jsm:64:12
formatValue@resource:///modules/UrlbarInput.jsm:252:27
_on_blur@resource:///modules/UrlbarInput.jsm:1272:10
handleEvent@resource:///modules/UrlbarInput.jsm:305:23
_adjustFocusBeforeTabSwitch@chrome://browser/content/tabbrowser.js:1150:32
updateDisplay@resource:///modules/AsyncTabSwitcher.jsm:415:23
postActions@resource:///modules/AsyncTabSwitcher.jsm:618:10
queueUnload@resource:///modules/AsyncTabSwitcher.jsm:1026:10
requestTab@resource:///modules/AsyncTabSwitcher.jsm:1015:10
updateCurrentBrowser@chrome://browser/content/tabbrowser.js:922:29
_setupEventListeners/<@chrome://browser/content/tabbrowser.js:4519:14
set selectedIndex@chrome://global/content/elements/tabbox.js:192:12
set selectedPanel@chrome://global/content/elements/tabbox.js:206:5
set_selectedIndex@chrome://global/content/bindings/tabbox.xml:177:15
set_selectedItem@chrome://global/content/bindings/tabbox.xml:202:39
_selectNewTab@chrome://global/content/bindings/tabbox.xml:296:11
onxblmousedown@chrome://global/content/bindings/tabbox.xml:446:27
```

Default themes are disabled, context menu show all elements. And there's probably more broken.

I'm seeing this on macOS, not sure if other platforms are broken too.
## Work-around

While the bug is fixed, removing addonStartup.json.lz4 from your profile should fix the problem

## Original bug

I've managed to updated my nightly to 68.0a1 (2019-05-04) (64 bit)

Build config points to
Built from https://hg.mozilla.org/mozilla-central/rev/9419be649effc5bc67eb3d6fce1db46caa7fae7e

Address bar is completely broken, console has


```
Error: Something tried to use the search service before it's been properly intialized. Please examine the stack trace to figure out what and where to fix it:
_ensureInitialized@resource://gre/modules/SearchService.jsm:709:15
get defaultEngine@resource://gre/modules/SearchService.jsm:2264:10
_getUrlMetaData@resource:///modules/UrlbarValueFormatter.jsm:111:35
_formatURL@resource:///modules/UrlbarValueFormatter.jsm:196:28
update@resource:///modules/UrlbarValueFormatter.jsm:64:12
formatValue@resource:///modules/UrlbarInput.jsm:252:27
_on_blur@resource:///modules/UrlbarInput.jsm:1272:10
handleEvent@resource:///modules/UrlbarInput.jsm:305:23
_adjustFocusBeforeTabSwitch@chrome://browser/content/tabbrowser.js:1150:32
updateDisplay@resource:///modules/AsyncTabSwitcher.jsm:415:23
postActions@resource:///modules/AsyncTabSwitcher.jsm:618:10
queueUnload@resource:///modules/AsyncTabSwitcher.jsm:1026:10
requestTab@resource:///modules/AsyncTabSwitcher.jsm:1015:10
updateCurrentBrowser@chrome://browser/content/tabbrowser.js:922:29
_setupEventListeners/<@chrome://browser/content/tabbrowser.js:4519:14
set selectedIndex@chrome://global/content/elements/tabbox.js:192:12
set selectedPanel@chrome://global/content/elements/tabbox.js:206:5
set_selectedIndex@chrome://global/content/bindings/tabbox.xml:177:15
set_selectedItem@chrome://global/content/bindings/tabbox.xml:202:39
_selectNewTab@chrome://global/content/bindings/tabbox.xml:296:11
onxblmousedown@chrome://global/content/bindings/tabbox.xml:446:27
```

Default themes are disabled, context menu show all elements. And there's probably more broken.

I'm seeing this on macOS, not sure if other platforms are broken too.

Back to Bug 1549075 Comment 0