[Webkit-unassigned] [Bug 213223] New: WTF signal machinery is guarded by #if USE(PTHREADS) && HAVE(MACHINE_CONTEXT) but does not use pthreads or machine context
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jun 15 17:08:19 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=213223
Bug ID: 213223
Summary: WTF signal machinery is guarded by #if USE(PTHREADS)
&& HAVE(MACHINE_CONTEXT) but does not use pthreads or
machine context
Product: WebKit
Version: WebKit Nightly Build
Hardware: PC
OS: Linux
Status: NEW
Severity: Normal
Priority: P2
Component: Web Template Framework
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mcatanzaro at gnome.org
Depends on: 213200
WTF signal machinery is guarded by #if USE(PTHREADS) && HAVE(MACHINE_CONTEXT) but does not use pthreads or machine context.
This is a follow-up to bug #213200. Mark's patch there should fix jsc-stress-tests when running cloop on architectures that enable HAVE(MACHINE_CONTEXT). This bug should fix it for other architectures.
History: I found this guard was added in bug #173590 to fix the build on ports where HAVE(MACHINE_CONTEXT) was false. I'm testing a build with this setting disabled right now to make sure it works.
Referenced Bugs:
https://bugs.webkit.org/show_bug.cgi?id=213200
[Bug 213200] REGRESSION(r262991): Broke stress/ensure-crash.js
--
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/20200616/b1826589/attachment.htm>
More information about the webkit-unassigned
mailing list