Closed
Bug 1331766
Opened 7 years ago
Closed 6 years ago
childCrashNotifyPipe not freed in XP_MACOSX case
Categories
(Toolkit :: Crash Reporting, defect)
Toolkit
Crash Reporting
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: tromey, Assigned: tromey)
References
Details
Attachments
(1 file)
From https://bugzilla.mozilla.org/show_bug.cgi?id=1060419#c139. nsExceptionHandler sets childCrashNotifyPipe in the XP_MACOSX case here: https://dxr.mozilla.org/mozilla-central/rev/3e275d37a06236981bff399b7d7aa0646be3fee7/toolkit/crashreporter/nsExceptionHandler.cpp#3531 This is also done for XP_WIN as well. For this case it is freed: https://dxr.mozilla.org/mozilla-central/rev/3e275d37a06236981bff399b7d7aa0646be3fee7/toolkit/crashreporter/nsExceptionHandler.cpp#3582 .. this freeing is not done for XP_MACOSX, but should be.
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → ttromey
Comment hidden (mozreview-request) |
![]() |
||
Comment 2•6 years ago
|
||
mozreview-review |
Comment on attachment 8864292 [details] Bug 1331766 - free childCrashNotifyPipe on XP_MACOSX; https://reviewboard.mozilla.org/r/135916/#review138974
Attachment #8864292 -
Flags: review?(nfroyd) → review+
Pushed by ttromey@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/4e62fbf8f6ef free childCrashNotifyPipe on XP_MACOSX; r=froydnj
Comment 4•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/4e62fbf8f6ef
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•