[Webkit-unassigned] [Bug 246206] [GTK] 2.38.0 breaks lightdm-webkit2-greeter (can't log in)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 8 13:58:57 PDT 2022


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

--- Comment #14 from Michael Catanzaro <mcatanzaro at gnome.org> ---
(In reply to Dave from comment #11)
> Created attachment 462883 [details]
> gdb backtrace of lightdm-webkit2-greeter
> 
> Output of coredumpctl gdb.

Hmm that's actually pointing to WebKit, rather than lightdm, which is not what I was expecting to see. So it is possible that this is a WebKit bug. But you don't have any debuginfo installed, so there's no way to know where it's coming from. If you install debuginfo and try again, then we'll know for sure. That will fill in all the n/a frames:

#0  0x00007ffff7e4dfe8 g_log_structured_array (libglib-2.0.so.0 + 0x5cfe8)
                #1  0x00007ffff7e4e623 g_log_default_handler (libglib-2.0.so.0 + 0x5d623)
                #2  0x00007ffff7e4f785 g_logv (libglib-2.0.so.0 + 0x5e785)
                #3  0x00007ffff7e4fa34 g_log (libglib-2.0.so.0 + 0x5ea34)
                #4  0x00007ffff4936671 n/a (libwebkit2gtk-4.0.so.37 + 0xa46671)
                #5  0x00007ffff47f3642 n/a (libwebkit2gtk-4.0.so.37 + 0x903642)
                #6  0x00007ffff495d421 n/a (libwebkit2gtk-4.0.so.37 + 0xa6d421)
                #7  0x00007ffff49666c3 n/a (libwebkit2gtk-4.0.so.37 + 0xa766c3)
                #8  0x00007ffff4966adb n/a (libwebkit2gtk-4.0.so.37 + 0xa76adb)
                #9  0x00007ffff384329c n/a (libjavascriptcoregtk-4.0.so.18 + 0xfea29c)
                #10 0x00007ffff385ec46 n/a (libjavascriptcoregtk-4.0.so.18 + 0x1005c46)
                #11 0x00007ffff7e4681b g_main_context_dispatch (libglib-2.0.so.0 + 0x5581b)
                #12 0x00007ffff7e9cec9 n/a (libglib-2.0.so.0 + 0xabec9)
                #13 0x00007ffff7e45d7f g_main_loop_run (libglib-2.0.so.0 + 0x54d7f)
                #14 0x00007ffff7806e9f gtk_main (libgtk-3.so.0 + 0x1d8e9f)
                #15 0x00005555555576c3 main (lightdm-webkit2-greeter + 0x36c3)
                #16 0x00007ffff2553290 n/a (libc.so.6 + 0x23290)
                #17 0x00007ffff255334a __libc_start_main (libc.so.6 + 0x2334a)
                #18 0x0000555555557725 _start (lightdm-webkit2-greeter + 0x3725)

Also, please use the 'bt full' command to take the backtrace.

-- 
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/20221008/13f0b685/attachment-0001.htm>


More information about the webkit-unassigned mailing list