Bug 259108
| Summary: | WTF/wtf/threads/Signals.cpp lacks Windows implementation | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Hayashida Ryuichi <Ryuichi.Hayashida> |
| Component: | Web Template Framework | Assignee: | Hayashida Ryuichi <Ryuichi.Hayashida> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | fujii.hironori, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: |
https://bugs.webkit.org/show_bug.cgi?id=260222 https://bugs.webkit.org/show_bug.cgi?id=286125 |
||
| Bug Depends on: | |||
| Bug Blocks: | 222315 | ||
Hayashida Ryuichi
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
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/112467230>
Ian Grunert
Pull request: https://github.com/WebKit/WebKit/pull/16396
EWS
Committed 266716@main (66b9bc907a2e): <https://commits.webkit.org/266716@main>
Reviewed commits have been landed. Closing PR #16396 and removing active labels.