Crash in [@ AsyncShutdownTimeout | IOUtils: waiting for sendTelemetry IO to complete | TelemetryController: shutting down]
Categories
(Toolkit :: Telemetry, defect)
Tracking
()
People
(Reporter: worcester12345, Unassigned)
References
()
Details
(Keywords: topcrash)
Crash Data
Crash report: https://crash-stats.mozilla.org/report/index/aa3887b1-69bf-4d3a-b96c-29f1e0230912
MOZ_CRASH Reason: [Parent 11004, Main Thread] ###!!! ABORT: file resource://gre/modules/TelemetryControllerParent.sys.mjs:890
Top 10 frames of crashing thread:
0 xul.dll AnnotateMozCrashReason mfbt/Assertions.h:46
0 xul.dll MOZ_Crash mfbt/Assertions.h:280
0 xul.dll Abort xpcom/base/nsDebugImpl.cpp:513
0 xul.dll NS_DebugBreak xpcom/base/nsDebugImpl.cpp:496
1 xul.dll nsDebugImpl::Abort xpcom/base/nsDebugImpl.cpp:129
2 xul.dll XPTC__InvokebyIndex
3 xul.dll NS_InvokeByIndex xpcom/reflect/xptcall/md/win32/xptcinvoke_x86_64.cpp:57
3 xul.dll CallMethodHelper::Invoke js/xpconnect/src/XPCWrappedNative.cpp:1627
3 xul.dll CallMethodHelper::Call js/xpconnect/src/XPCWrappedNative.cpp:1180
3 xul.dll XPCWrappedNative::CallMethod js/xpconnect/src/XPCWrappedNative.cpp:1126
Reporter | ||
Comment 1•2 years ago
|
||
First FIrefox CRASH in a long time. Ony had one tab/link open, did an upgrade to 118b7 from 118b6, and it crashed upon restart.
Comment 2•2 years ago
|
||
The bug is linked to a topcrash signature, which matches the following criterion:
- Top 20 desktop browser crashes on release
For more information, please visit BugBot documentation.
Updated•2 years ago
|
Comment 3•2 years ago
|
||
Actually, let's dupe this since bug 1315306 and its related bugs have all our attempts to track this down over the years. We've had no luck explaining this beyond "the amount of Telemetry I/O performed at shutdown sometimes takes longer than the shutdown watchdog would like".
Maybe if we're lucky the reduction in ping size from bug 1852098 or the eventual deprecation and removal of the legacy Telemetry "event" ping will reduce the complexity and volume of at-shutdown I/O sufficiently to make this bearable.
Description
•