Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 123b9c7ce25c62b320e8e8df56c5863b2aa97834
https://github.com/WebKit/WebKit/commit/123b9c7ce25c62b320e8e8df56c5863b2aa97834
Author: Mark Lam <[email protected]>
Date: 2024-03-23 (Sat, 23 Mar 2024)
Changed paths:
M Source/WTF/wtf/threads/Signals.cpp
M Source/WTF/wtf/threads/Signals.h
Log Message:
-----------
Fixes after 276579@main: New exception handler adoption with fallback.
https://bugs.webkit.org/show_bug.cgi?id=271507
rdar://125270901
Reviewed by Keith Miller.
1. fallbackToOldExceptions should not be a static variable since it's used in
more than one
compilation unit. Make it a global.
2. initMachExceptionHandlerThread() should add Signal::FloatingPoint to its
exceptionsAllowed
mask. This is just debugging code that was accidentally left in. Remove it.
* Source/WTF/wtf/threads/Signals.cpp:
(WTF::initMachExceptionHandlerThread):
* Source/WTF/wtf/threads/Signals.h:
Canonical link: https://commits.webkit.org/276601@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes