Closed
Bug 630639
Opened 14 years ago
Closed 6 months ago
Annotate crashes with phase (startup, shutdown) of browser
Categories
(Core :: General, defect)
Core
General
Tracking
()
RESOLVED
WORKSFORME
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•14 years ago
|
||
Doesn't that stack usually show ~ScopedXPCOM or something similarly revealing if shutdown is in progress?
Reporter | ||
Comment 2•14 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•14 years ago
|
||
Here's a possible patch
Comment 4•14 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•13 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•13 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•11 years ago
|
Updated•11 years ago
|
No longer blocks: fxdesktopbacklog
Flags: firefox-backlog+
Updated•11 years ago
|
Flags: firefox-backlog+ → firefox-backlog-
Whiteboard: p=0
Updated•11 years ago
|
Flags: firefox-backlog- → firefox-backlog+
Whiteboard: p=8
Updated•10 years ago
|
Points: --- → 8
Flags: qe-verify?
Whiteboard: p=8
Updated•2 years ago
|
Severity: normal → S3
Comment 10•6 months ago
|
||
There is a landed patch and a qe-verify+
such that I assume there is not much to do. If we still think we need more annotations, please file new bugs, though I think we have much more shutdown annotations these days at least, less sure about startup.
Status: NEW → RESOLVED
Closed: 6 months ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•