[Webkit-unassigned] [Bug 173975] New: WTF::Thread should have the threads stack bounds.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 29 10:28:48 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=173975

            Bug ID: 173975
           Summary: WTF::Thread should have the threads stack bounds.
           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: keith_miller at apple.com

There are a number of places in JSC that try to walk another threads stack. Currently, the stack bounds are stored on ThreadData but that's in TLS so other threads cannot see it. Right now we get the stack bounds by iterating the MachineThreads looking for our target thread then getting it's stack bounds. We should just put the stack bounds on the Thread.

-- 
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/20170629/bf23a0dc/attachment.html>


More information about the webkit-unassigned mailing list