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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 27 16:11:35 PDT 2020


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

--- Comment #2 from Michael Catanzaro <mcatanzaro at gnome.org> ---
(In reply to Milan Crha from comment #0)
> This is with WebKitGTK 2.28.2, when the sandboxing is enabled. The second
> WebKitWebView instance, which creates a new WebKitWebProcess, fails to call
> pthread_create(), which returns EPERM error code, which aborts this new
> WebProcess with an error on the terminal:
> 
>   terminate called after throwing an instance of 'std::system_error'
>     what():  Operation not permitted

You're certain this is coming from pthread_create()? There's no possibility that it's an exception from the scavenger 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/20200527/aa1315ba/attachment.htm>


More information about the webkit-unassigned mailing list