[Webkit-unassigned] [Bug 276819] WPENetworkProcess segfaults occasionaly after logging assertion errors

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 15 08:46:58 PDT 2024


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

--- Comment #5 from nilskemail+webkit at gmail.com ---
I rolled out a new deployment with G_DEBUG=fatal-criticals yesterday and got a backtrace to the first critical:

#0  _g_log_abort (breakpoint=<optimized out>) at ../glib/gmessages.c:426
#1  g_logv (log_domain=0x7f52f51135f4 "GLib-GIO", log_level=G_LOG_LEVEL_CRITICAL, format=<optimized out>, args=args at entry=0x7ffc54fb7ba0) at ../glib/gmessages.c:1273
#2  0x00007f52f68c3ea3 in g_log (log_domain=log_domain at entry=0x7f52f51135f4 "GLib-GIO", log_level=log_level at entry=G_LOG_LEVEL_CRITICAL, format=<optimized out>) at ../glib/gmessages.c:1315
#3  0x00007f52f505e413 in g_task_finalize (object=0x26f4a7f0) at ../gio/gtask.c:741
#4  0x00007f52f4f70b6a in g_object_unref (_object=0x26f4a7f0) at ../gobject/gobject.c:4484
#5  0x00007f52f68864cd in g_atomic_rc_box_release_full (mem_block=0x26fc04b0, clear_func=0x7f52f6829fa0 <soup_message_queue_item_destroy>) at ../glib/garcbox.c:230
#6  g_atomic_rc_box_release_full (mem_block=0x26fc04b0, clear_func=0x7f52f6829fa0 <soup_message_queue_item_destroy>) at ../glib/garcbox.c:213
#7  0x00007f52f6834c2d in run_until_read_done (msg=0x26eee4c0, result=<optimized out>, item=0x26fc04b0) at ../libsoup/soup-session.c:2820
#8  0x00007f52f505ac6c in g_task_return_now (task=0x261d78e0) at ../gio/gtask.c:1361
#9  0x00007f52f505aca5 in complete_in_idle_cb (task=task at entry=0x261d78e0) at ../gio/gtask.c:1375
#10 0x00007f52f68c469d in g_idle_dispatch (source=0x2614b3b0, callback=0x7f52f505ac90 <complete_in_idle_cb>, user_data=0x261d78e0) at ../glib/gmain.c:6150
#11 0x00007f52f68bde8c in g_main_dispatch (context=0x2609b9f0) at ../glib/gmain.c:3344
#12 g_main_context_dispatch_unlocked (context=0x2609b9f0) at ../glib/gmain.c:4152
#13 0x00007f52f691fc98 in g_main_context_iterate_unlocked.isra.0 (context=0x2609b9f0, block=block at entry=1, dispatch=dispatch at entry=1, self=<optimized out>) at ../glib/gmain.c:4217
#14 0x00007f52f68c3f37 in g_main_loop_run (loop=0x2609bb40) at ../glib/gmain.c:4419
#15 0x00007f52f88a52d9 in WTF::RunLoop::run() () from /lib64/libWPEWebKit-2.0.so.1
#16 0x00007f52f6fec605 in WebKit::NetworkProcessMain(int, char**) () from /lib64/libWPEWebKit-2.0.so.1
#17 0x00007f52f6039088 in __libc_start_call_main (main=main at entry=0x2017a0 <main>, argc=argc at entry=4, argv=argv at entry=0x7ffc54fb8118) at ../sysdeps/nptl/libc_start_call_main.h:58
#18 0x00007f52f603914b in __libc_start_main_impl (main=0x2017a0 <main>, argc=4, argv=0x7ffc54fb8118, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7ffc54fb8108)
    at ../csu/libc-start.c:360
#19 0x00000000002016d5 in _start ()

-- 
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/20240915/69e63847/attachment-0001.htm>


More information about the webkit-unassigned mailing list