Closed
Bug 1944901
Opened 1 year ago
Closed 1 year ago
Crash reporter shutdown is interrupted by macOS default behaviors
Categories
(Toolkit :: Crash Reporting, defect)
Toolkit
Crash Reporting
Tracking
()
RESOLVED
FIXED
137 Branch
| Tracking | Status | |
|---|---|---|
| firefox137 | --- | fixed |
People
(Reporter: afranchuk, Assigned: afranchuk)
References
Details
Attachments
(1 file)
When the crash reporter closes, it has a bit of housekeeping before the process is supposed to exit. On macOS, the default behavior of the last window closing seems to be to end the process with exit(0). This is preventing the housekeeping from occurring. Previously, this didn't mess up any external functionality, however some upcoming changes move some things into this after-last-window-close logic (such as the saving the settings and modifying the extra file).
| Assignee | ||
Comment 1•1 year ago
|
||
Pushed by afranchuk@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/071af8d7d47e
Crash reporter shutdown is interrupted by macOS default behaviors r=gsvelto
Comment 3•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox137:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 137 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•