error 0x80004005 in TerminatorTelemetry.jsm on startup
Categories
(Thunderbird :: General, defect)
Tracking
(Not tracked)
People
(Reporter: wsmwk, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
New install of nightly on Windows which never previously had nightly installed...
NS_ERROR_FAILURE: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsITelemetry.getHistogramById] 3 TerminatorTelemetry.jsm:8
Reporter | ||
Updated•3 years ago
|
Comment 1•3 years ago
•
|
||
These are failing for xpcom-shutdown-threads, XPCOMShutdownFinal, CCPostLastCycleCollection
Looks like it's from https://hg.mozilla.org/mozilla-central/rev/3031b4d8ca8b52c836ecead03ea5b6655d3c8567 - bug 1766572.
Should these 3 which are now written to ShutdownDuration.json be added to https://searchfox.org/mozilla-central/rev/4c3f6e8bf87fffb7c62feb4c76a14e0eb0b94c1f/toolkit/components/terminator/TerminatorTelemetry.jsm#31 ? I didn't verify but this bug should be present in Firefox as well.
The bug means the id is undefined here: https://searchfox.org/mozilla-central/rev/4c3f6e8bf87fffb7c62feb4c76a14e0eb0b94c1f/toolkit/components/terminator/TerminatorTelemetry.jsm#85
Comment 2•3 years ago
|
||
Oh great, another list of our shutdown phases we need to keep in sync. Thanks for noticing!
Description
•