Closed
Bug 1612899
Opened 6 years ago
Closed 6 years ago
Don't double-close the platform-writer file handle
Categories
(Toolkit :: Crash Reporting, defect, P3)
Tracking
()
RESOLVED
FIXED
mozilla74
| Tracking | Status | |
|---|---|---|
| firefox74 | --- | fixed |
People
(Reporter: gsvelto, Assigned: gsvelto)
Details
Attachments
(1 file)
When writing out content-process annotation we accidentally double-close the platform writer handler, this should be fixed.
| Assignee | ||
Updated•6 years ago
|
Assignee: nobody → gsvelto
Status: NEW → ASSIGNED
Priority: -- → P3
| Assignee | ||
Comment 1•6 years ago
|
||
The issue was caused by us making a copy of the platform writer thus
triggering the destructor twice.
Pushed by gsvelto@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/52edd1f86e41
Close the pipe used to send crash annotations to the parent process only once r=froydnj
Comment 3•6 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox74:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla74
You need to log in
before you can comment on or make changes to this bug.
Description
•