Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mac: Produce coredumps on segfault (#46157)
This changes the mach exception server to ignore fatal SIGSEGVs, letting regular kernel processing handle it (by performing POSIX signal delivery and then subsequently coredumping), rather than quitting the process directly. There's probably some way to induce the kernel to perform core dumping directly from the exception server, but I think it'll be less confusing all around to just have segfaults take the standard path. Hoping this will help debug #46152.
- Loading branch information