Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: handle SIGBUS when looking for stack overflows (#4971)
Without this change, a stack overflow on Mac OS during tactic execution can lead to the message: terminated by signal SIGBUS (Misaligned address error) This comes from `lean_alloc_small`. With the change, the process instead terminates with the more accurate and actionable: Stack overflow detected. Aborting.
- Loading branch information