Assertion failure: !locale.IsEmpty(), at intl/locale/LocaleService.cpp:565
Categories
(Core :: Internationalization, defect, P3)
Tracking
()
People
(Reporter: jbeich, Assigned: petr.sumbera)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
Updated•6 years ago
|
Comment 3•6 years ago
|
||
Comment 4•6 years ago
|
||
Seeing this on linux64, firefox build, running mochitest locally:
mach configure
mach build
mach mochitest --debugger=rr --this-chunk=1 --total-chunks=16 --headless
mozconfig:
ac_add_options --enable-debug
ac_add_options --disable-optimize
ac_add_options --enable-js-shell
ac_add_options --enable-clang-plugin
ac_add_options --enable-linker=lld
mk_add_options MOZ_MAKE_FLAGS="-j8 -s"
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-debug
Comment 5•6 years ago
|
||
The assert (or even most of the body) should be in an #ifdef MOZ_UPDATER
, since update.locale
is not packaged when the updater is disabled - https://searchfox.org/mozilla-central/rev/ddb81c7a43ffada1f6cb4200c4f625e50e44dcf3/browser/installer/package-manifest.in#59-62
Alternatively, update.locale
should unconditionally be added to the package (even if the updater is disabled).
Assignee | ||
Comment 6•4 years ago
|
||
Updated•4 years ago
|
Comment 8•4 years ago
|
||
bugherder |
Updated•4 years ago
|
Updated•3 years ago
|
Description
•