[Webkit-unassigned] [Bug 212380] [GTK] pthread_create() fails with EPERM in the second WebKitWebProcess with sandbox on

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 28 01:17:36 PDT 2020


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

--- Comment #3 from Milan Crha <mcrha at redhat.com> ---
It comes from std::thread() (the backtrace above is accurate, I checked it with debug prints), which led me quite low in the stack and I believe libstdc++ uses pthread under the hood, which led me to try pthread_create() directly in the Scavenger (before the call to std::thread()) and it confirmed that the first instance could create the thread with no issue, but the second failed with code 1, which is EPERM.

-- 
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/20200528/c33121d6/attachment.htm>


More information about the webkit-unassigned mailing list