WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
259537
UI process hang when loading Element or SchildiChat
https://bugs.webkit.org/show_bug.cgi?id=259537
Summary
UI process hang when loading Element or SchildiChat
two
Reported
2023-07-26 16:41:10 PDT
Epiphany 44.4 on WebKitGTK 2.40.4 stops responding some time after opening Element or SchildiChat while the loading indicator is shown. there is no high CPU usage or crash, it just waits forever. this can happen even if the tab is not currently visible. this happens on my laptop only when power profile is set to power saving. backtrace from gdb: ``` #0 0x00007f9f1e48bbb4 in __futex_abstimed_wait_common () from /proc/78399/root/usr/lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f9f1e48e4d1 in pthread_cond_wait () from /proc/78399/root/usr/lib/x86_64-linux-gnu/libc.so.6 #2 0x00007f9f176cdbd5 in read_events () from /proc/78399/root/usr/lib/x86_64-linux-gnu/libwayland-client.so.0 #3 0x00007f9f176cdcb3 in wl_display_read_events () from /proc/78399/root/usr/lib/x86_64-linux-gnu/libwayland-client.so.0 #4 0x00007f9f176cdfc6 in wl_display_dispatch_queue () from /proc/78399/root/usr/lib/x86_64-linux-gnu/libwayland-client.so.0 #5 0x00007f9f1ec72209 in gdk_wayland_display_dispatch_queue () from /proc/78399/root/usr/lib/x86_64-linux-gnu/libgtk-4.so.1 #6 0x00007f9f1ec7e7db in gdk_wayland_toplevel_focus () from /proc/78399/root/usr/lib/x86_64-linux-gnu/libgtk-4.so.1 #7 0x00007f9f1eab6a2d in gtk_window_present_with_time () from /proc/78399/root/usr/lib/x86_64-linux-gnu/libgtk-4.so.1 #8 0x00007f9f1f553e03 in ?? () from /proc/78399/root/app/lib/epiphany/libephymain.so #9 0x00007f9f1f2d6a4f in g_timeout_dispatch () from /proc/78399/root/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 #10 0x00007f9f1f2d5d49 in g_main_context_dispatch () from /proc/78399/root/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 #11 0x00007f9f1f2d62a8 in g_main_context_iterate.constprop () from /proc/78399/root/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 #12 0x00007f9f1f2d6343 in g_main_context_iteration () from /proc/78399/root/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 #13 0x00007f9f1f17735d in g_application_run () from /proc/78399/root/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0 #14 0x0000565420d470e6 in ?? () #15 0x00007f9f1463ded8 in std::wclog () from /proc/78399/root/usr/lib/x86_64-linux-gnu/libstdc++.so.6 #16 0x00007f9f00000000 in ?? () #17 0x00007fff3c3c53a8 in ?? () #18 0x000000011463e040 in ?? () #19 0x00007fff3c3c5240 in ?? () #20 0x0000000000000000 in ?? () ```
Attachments
Add attachment
proposed patch, testcase, etc.
two
Comment 1
2023-07-26 16:47:13 PDT
there is a similar
bug #249690
, but in my case i don't see any WebProcess crash
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug