-
Notifications
You must be signed in to change notification settings - Fork 824
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2560: fix(signals) Fix MacOS signal handling, especialy for M1 machines (fo… r=syrusakbary a=ptitSeb …r #2553) # Description Fixed signal handling on macOS. need to use `siglongjmp` when restauring context after the signal is processed (with signal mask handling) This fix the crash of some of the tests on m1 macs Co-authored-by: ptitSeb <[email protected]> Co-authored-by: Syrus Akbary <[email protected]>
- Loading branch information
Showing
1 changed file
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters