Closed
Bug 339033
Opened 20 years ago
Closed 2 years ago
crash handling
Categories
(Toolkit Graveyard :: Data Collection/Metrics, defect, P2)
Toolkit Graveyard
Data Collection/Metrics
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: bryner, Unassigned)
Details
(Whiteboard: [notacrash])
There are a few problems we should address related to browser crashes:
- Currently we lose any events that haven't been flushed to disk. These events could be quite valuable in reproducing the crash. Maybe we should flush more frequently, or add a signal handler to let us flush on shutdown? (the latter might be tricky, since it relies on the DOMSerializer being in a usable state)
- We could log an extra event on a clean shutdown. The lack of such an event would indicate that the last session ended abnormally.
| Reporter | ||
Updated•20 years ago
|
Priority: -- → P2
Updated•16 years ago
|
Whiteboard: [notacrash]
You need to log in
before you can comment on or make changes to this bug.
Description
•