[Webkit-unassigned] [Bug 257798] [GTK] Slow to create WebKitWebView (30 seconds delay) with sandbox

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 7 11:25:32 PDT 2023


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

--- Comment #10 from roded <webkit-bugzilla at rodedb.com> ---
Yes, it does reproduce with MiniBrowser:

strace -to strace.log /usr/lib/webkit2gtk-4.1/MiniBrowser --enable-sandbox

The big hang seems to be this poll:

21:18:45 poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}, {fd=8, events=POLLIN}], 3, 16150) = 0 (Timeout)
21:19:02 clock_gettime(CLOCK_MONOTONIC, {tv_sec=40903, tv_nsec=956684858}) = 0

And another one here:

21:19:11 clock_gettime(CLOCK_MONOTONIC, {tv_sec=40912, tv_nsec=955350309}) = 0
21:19:11 poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}, {fd=8, events=POLLIN}], 3, -1) = 1 ([{fd=4, revents=POLLIN}])
21:19:36 read(4, "\1\0\0\0\0\0\0\0", 8) = 8

Thanks again for the attention to this.

-- 
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/20230607/bc725905/attachment.htm>


More information about the webkit-unassigned mailing list