[Webkit-unassigned] [Bug 237636] 2.35.x errors out on Ubuntu arm64

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 9 00:45:51 PST 2022


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

--- Comment #1 from seb128 at debian.org ---
Alright, after adding some swap to the instance, backtrace from doing

$ GDK_SYNCHRONIZE=1 /usr/lib/aarch64-linux-gnu/webkit2gtk-4.0/MiniBrowser

and using

$ gdb /usr/lib/aarch64-linux-gnu/webkit2gtk-4.0/WebKitWebProcess cdump

(is setting the env for the browser enough to have it for the rendering process as well or would something else be needed?)

Core was generated by `/usr/lib/aarch64-linux-gnu/webkit2gtk-4.0/WebKitWebProcess 12 15'.
Program terminated with signal SIGTRAP, Trace/breakpoint trap.
#0  __pthread_kill_implementation (threadid=281473526416608, signo=signo at entry=5, no_tid=no_tid at entry=0)
--Type <RET> for more, q to quit, c to continue without paging--
    at ./nptl/pthread_kill.c:44
44      ./nptl/pthread_kill.c: No such file or directory.
[Current thread is 1 (Thread 0xffffa98e44e0 (LWP 1317303))]
(gdb) bt
#0  __pthread_kill_implementation (threadid=281473526416608, signo=signo at entry=5, no_tid=no_tid at entry=0)
    at ./nptl/pthread_kill.c:44
#1  0x0000ffffa9bc3054 in __pthread_kill_internal (signo=5, threadid=<optimized out>) at ./nptl/pthread_kill.c:78
#2  0x0000ffffa9b7e47c in __GI_raise (sig=5) at ../sysdeps/posix/raise.c:26
#3  0x0000ffffa978090c in g_log_writer_default () from /lib/aarch64-linux-gnu/libglib-2.0.so.0
#4  0x0000ffffa977c6c8 in g_log_structured_array () from /lib/aarch64-linux-gnu/libglib-2.0.so.0
#5  0x0000ffffa977c880 in g_log_structured_standard () from /lib/aarch64-linux-gnu/libglib-2.0.so.0
#6  0x0000ffffa7255da0 in _gdk_x11_display_error_event (error=0xffffdc9cdf88, display=0xaaaad88a70e0)
    at x11/../../../../../gdk/x11/gdkdisplay-x11.c:2766
#7  _gdk_x11_display_error_event (error=0xffffdc9cdf88, display=0xaaaad88a70e0)
    at x11/../../../../../gdk/x11/gdkdisplay-x11.c:2711
#8  gdk_x_error (error=0xffffdc9cdf88, xdisplay=0xaaaad888df10) at x11/../../../../../gdk/x11/gdkmain-x11.c:296
#9  gdk_x_error (xdisplay=0xaaaad888df10, error=0xffffdc9cdf88) at x11/../../../../../gdk/x11/gdkmain-x11.c:258
#10 0x0000ffffa5e92388 in _XError () from /lib/aarch64-linux-gnu/libX11.so.6
#11 0x0000ffffa5e924b4 in ?? () from /lib/aarch64-linux-gnu/libX11.so.6
#12 0x0000ffffa5e92568 in ?? () from /lib/aarch64-linux-gnu/libX11.so.6
#13 0x0000ffffa5e92630 in _XEventsQueued () from /lib/aarch64-linux-gnu/libX11.so.6
#14 0x0000ffffa5e92914 in _XGetRequest () from /lib/aarch64-linux-gnu/libX11.so.6
#15 0x0000ffffa5e6b3e0 in XResizeWindow () from /lib/aarch64-linux-gnu/libX11.so.6
#16 0x0000ffffaaac151c in WebKit::AcceleratedSurfaceX11::hostResize ()
    at ./Source/WebKit/WebProcess/WebPage/gtk/AcceleratedSurfaceX11.cpp:159
#17 WebKit::AcceleratedSurfaceX11::hostResize () at ./Source/WebKit/WebProcess/WebPage/gtk/AcceleratedSurfaceX11.cpp:153
#18 0x0000ffffaaabcd5c in WebKit::LayerTreeHost::sizeDidChange ()
    at ./Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/LayerTreeHost.cpp:239
#19 0x0000ffffaaabcf1c in WebKit::DrawingAreaCoordinatedGraphics::updateBackingStoreState ()
    at ./Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/DrawingAreaCoordinatedGraphics.cpp:427
#20 0x0000ffffaa4e9f78 in IPC::callMemberFunctionImpl<WebKit::DrawingArea, void (WebKit::DrawingArea::*)(unsigned long, bool, float, WebCore::IntSize const&, WebCore::IntSize const&), std::tuple<unsigned long, bool, float, WebCore::IntSize, WebCore::IntSize>, 0ul, 1ul, 2ul, 3ul, 4ul> () at ./Source/WebKit/Platform/IPC/HandleMessage.h:125
#21 IPC::callMemberFunction<WebKit::DrawingArea, void (WebKit::DrawingArea::*)(unsigned long, bool, float, WebCore::IntSize const&, WebCore::IntSize const&), std::tuple<unsigned long, bool, float, WebCore::IntSize, WebCore::IntSize>, std::integer_sequence<unsigned long, 0ul, 1ul, 2ul, 3ul, 4ul> > () at ./Source/WebKit/Platform/IPC/HandleMessage.h:131
#22 IPC::handleMessage<Messages::DrawingArea::UpdateBackingStoreState, WebKit::DrawingArea, void (WebKit::DrawingArea::*)(unsigned long, bool, float, WebCore::IntSize const&, WebCore::IntSize const&)> ()
    at ./Source/WebKit/Platform/IPC/HandleMessage.h:196
#23 0x0000ffffaa6a3bc8 in IPC::MessageReceiverMap::dispatchMessage ()
    at ./Source/WebKit/Platform/IPC/MessageReceiverMap.cpp:129
#24 0x0000ffffaa919c24 in WebKit::WebProcess::didReceiveMessage () at ./Source/WebKit/WebProcess/WebProcess.cpp:902
#25 0x0000ffffaa69c648 in IPC::Connection::dispatchMessage () at ./Source/WebKit/Platform/IPC/Connection.cpp:1137
#26 0x0000ffffaa69dc04 in IPC::Connection::dispatchOneIncomingMessage ()
    at ./Source/WebKit/Platform/IPC/Connection.cpp:1206
#27 0x0000ffffa935e4e8 in WTF::Function<void ()>::operator()() const () at ./Source/WTF/wtf/Function.h:82
...

-- 
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/20220309/d17728c4/attachment-0001.htm>


More information about the webkit-unassigned mailing list