Closed
Bug 1688882
Opened 5 years ago
Closed 5 years ago
Always inform the main process that a minidump has been generated, even if it's incomplete
Categories
(Toolkit :: Crash Reporting, enhancement)
Toolkit
Crash Reporting
Tracking
()
RESOLVED
FIXED
87 Branch
| Tracking | Status | |
|---|---|---|
| firefox87 | --- | fixed |
People
(Reporter: gsvelto, Assigned: msirringhaus)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
When writing a child process minidump if Breakpad encounters a failure it won't inform the main process that a dump is available. In the new Rust code we always generate a minidump even though it might be empty or truncated, so always make sure that it's delivered to the main process.
This means that we should ignore the return value of write_minidump_linux_with_context() here and always go on.
The goal is to always report minidumps, even when empty, malformed or truncated.
| Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → msirringhaus
Status: NEW → ASSIGNED
Pushed by gsvelto@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/958d5a065f1a
Always inform the main process that a minidump has been generated, even if it's incomplete r=gsvelto
Comment 3•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox87:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 87 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•