Open
Bug 1777452
Opened 3 years ago
Investigate if we're able to catch exceptions on macOS after `exit()` was called
Categories
(Toolkit :: Crash Reporting, task)
Tracking
()
NEW
People
(Reporter: gsvelto, Unassigned)
Details
In theory we should be able to catch exceptions at any point in time until we unregister the exception handler, however in bug 1777332 it seems like we didn't. I suspect that at some point after calling exit() the macOS kernel flags the process as a corpse and handles exceptions differently. If that's the case we might be missing crashes happening late during shutdown.
You need to log in
before you can comment on or make changes to this bug.
Description
•