Startup Crash in [@ l10nregistry_ffi::source::l10nfilesource_fetch_file_sync] and [@ l10nfilesource_fetch_file_sync ] - MOZ_CRASH Reason: [l10nregistry] Attempting to synchronously load file languageNames.ftl while it's being loaded asynchronously.
Categories
(MailNews Core :: General, defect, P1)
Tracking
(Not tracked)
People
(Reporter: t.matsuu, Unassigned)
References
Details
(Keywords: crash, topcrash-thunderbird)
Crash Data
Crash report: https://crash-stats.mozilla.org/report/index/9992fb55-1eb4-4af5-b5e3-344cf0210730
MOZ_CRASH Reason: [l10nregistry] Attempting to synchronously load file resource:///chrome/en-US/locale/en-US/calendar/toolkit/intl/languageNames.ftl while it's being loaded asynchronously.
Top 10 frames of crashing thread:
0 xul.dll RustMozCrash mozglue/static/rust/wrappers.cpp:17
1 xul.dll mozglue_static::panic_hook mozglue/static/rust/lib.rs:91
2 xul.dll core::ops::function::Fn::call<fn ../53cb7b09b00cbea8754ffb78e7e3cb521cb8af4b/library/core/src/ops/function.rs:150
3 xul.dll std::panicking::rust_panic_with_hook ../53cb7b09b00cbea8754ffb78e7e3cb521cb8af4b//library/std/src/panicking.rs:595
4 xul.dll std::panicking::begin_panic_handler::{{closure}} ../53cb7b09b00cbea8754ffb78e7e3cb521cb8af4b//library/std/src/panicking.rs:497
5 xul.dll std::sys_common::backtrace::__rust_end_short_backtrace<closure-0, !> ../53cb7b09b00cbea8754ffb78e7e3cb521cb8af4b//library/std/src/sys_common/backtrace.rs:141
6 xul.dll std::panicking::begin_panic_handler ../53cb7b09b00cbea8754ffb78e7e3cb521cb8af4b//library/std/src/panicking.rs:493
7 xul.dll std::panicking::begin_panic_fmt ../53cb7b09b00cbea8754ffb78e7e3cb521cb8af4b//library/std/src/panicking.rs:435
8 xul.dll l10nregistry_ffi::source::l10nfilesource_fetch_file_sync intl/l10n/rust/l10nregistry-ffi/src/source.rs:271
9 xul.dll mozilla::intl::L10nFileSource::FetchFileSync intl/l10n/FileSource.cpp:136
Comment 1•3 years ago
|
||
Takanori, thanks for reporting this major regression.
This needs swift action - #1 crash on daily. And is all OSes - [@ l10nfilesource_fetch_file_sync ] for Mac and Linux.
Note the MOZ_CRASH Reason in comment 0. Most crashes uptime < 6 seconds
Reporter | ||
Updated•3 years ago
|
Comment 2•3 years ago
|
||
Maybe fixed with Bug 1723187?
Comment 4•3 years ago
|
||
(In reply to Richard Marti (:Paenglab) from comment #2)
Maybe fixed with Bug 1723187?
yes, hopefully. will assess later today
Comment 5•3 years ago
|
||
I think we now have all the crash signatures, per https://crash-stats.mozilla.org/search/?moz_crash_reason=~%5Bl10nregistry%5D%20Attempting%20to%20synchronously%20load%20file&product=Thunderbird&date=%3E%3D2021-07-24T10%3A39%3A00.000Z&date=%3C2021-07-31T10%3A39%3A00.000Z&_facets=signature&_sort=-date&_columns=date&_columns=signature&_columns=product&_columns=version&_columns=build_id&_columns=platform#facet-signature
Reporter | ||
Comment 6•3 years ago
|
||
Today's Daily (Build ID: 20210731103707) works good.
Updated•3 years ago
|
Description
•