Closed
Bug 1874889
Opened 2 years ago
Closed 8 months ago
Use the mozannotation_server crate to read crash annotations within the Windows Error Reporting runtime exception module
Categories
(Toolkit :: Crash Reporting, enhancement)
Toolkit
Crash Reporting
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: gsvelto, Unassigned)
References
Details
We currently use some hand-crafted code to pull a subset of the annotations that are present in a process, using the mozannotation crates will allow us to pull all of them.
| Reporter | ||
Comment 1•8 months ago
|
||
This bug will be made obsolete by all crash generation being moved into the crash helper process. In particular this is already making child process crashes intercepted by WER be sent to the crash helper, so there's no need anymore to read the crash annotations in the WER runtime exception handler. When bug 587729 is done this will also apply to the main process.
| Reporter | ||
Updated•8 months ago
|
Status: NEW → RESOLVED
Closed: 8 months ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•