[Webkit-unassigned] [Bug 259108] New: WTF/wtf/threads/Signals.cpp lacks Windows implementation
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jul 11 06:40:44 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=259108
Bug ID: 259108
Summary: WTF/wtf/threads/Signals.cpp lacks Windows
implementation
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Web Template Framework
Assignee: webkit-unassigned at lists.webkit.org
Reporter: Ryuichi.Hayashida at sony.com
Signal handlers implementation in WTF/wtf/threads/Signals.cpp assumes only Unix platforms (OS(UNIX) is enabled). Windows implementation is necessary to support signal handlers for Wasm implementation at JavaScriptCore/wasm/WasmFaultSignalHandler.cpp. Same interface as Unix platforms would be implemented with Windows signal API.
s://learn.microsoft.com/en-us/cpp/c-runtime-library/reference/signal
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230711/3c682b29/attachment.htm>
More information about the webkit-unassigned
mailing list