Open
Bug 630639
Opened 13 years ago
Updated 9 months ago
Annotate crashes with phase (startup, shutdown) of browser
Categories
(Core :: General, defect)
Core
General
Tracking
()
NEW
People
(Reporter: jrmuizel, Unassigned)
References
Details
Attachments
(1 file)
1.70 KB,
patch
|
Details | Diff | Splinter Review |
Sounds like this would be helpful.
Comment 1•13 years ago
|
||
Doesn't that stack usually show ~ScopedXPCOM or something similarly revealing if shutdown is in progress?
Reporter | ||
Comment 2•13 years ago
|
||
(In reply to comment #1) > Doesn't that stack usually show ~ScopedXPCOM or something similarly revealing > if shutdown is in progress? No idea. Got some examples?
Reporter | ||
Comment 3•13 years ago
|
||
Here's a possible patch
Comment 4•13 years ago
|
||
See the stacks in bug 612537 and bug 612546. Granted, this only works for crashes that occur during XPCOM shutdown, not just after shutdown has been initiated from nsIAppStartup::Quit.
Comment 5•12 years ago
|
||
Over in bug 723802 we were just talking about how to better-correlate the telemetry probes there with the new startup crash detection. Figure it would also be interesting to know if a crash happened when the user was in the process of quitting the browser. The 4 basic phases would be: EarlyStartup (before startup-crash detection begins) Startup Normal (after startup-crash detection ends) Shutdown
Summary: Annotate crashes that happen during shutdown → Annotate crashes with phase (startup, shutdown) of browser
![]() |
||
Comment 6•12 years ago
|
||
I just looked into bug 723802 and wonder why the hell we are doing this in telemetry and not actually annotating this in some way on the crash report itself? I sometimes get the feeling that telemetry is re-inventing things we already have a system for elsewhere. :(
Updated•10 years ago
|
Updated•10 years ago
|
No longer blocks: fxdesktopbacklog
Flags: firefox-backlog+
Updated•10 years ago
|
Flags: firefox-backlog+ → firefox-backlog-
Whiteboard: p=0
Updated•10 years ago
|
Flags: firefox-backlog- → firefox-backlog+
Whiteboard: p=8
Updated•9 years ago
|
Points: --- → 8
Flags: qe-verify?
Whiteboard: p=8
Updated•1 year ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•