[webkit-dev] [Help] WebProcess CRASHED
Alemar
alemarosorio at gmail.com
Fri Aug 20 17:30:16 PDT 2021
Hello Michael!
Thanks for your prompt reply :)
Okay that makes sense. How do I install debuginfo for webkit though?
Looking into apt, all I can find is this:
apt-cache search debuginfo
debugedit - tools for handling build-ids and paths rewriting in DWARF data
libdebuginfod-common - configuration to enable the Debian debug info server
libdebuginfod-dev - libdebuginfod development libraries and header files
libdebuginfod1 - library to interact with debuginfod (development files)
debuginfod - debuginfo-related http file-server daemon
And webkit:
apt-cache search debug | grep -i webkit
python3-pyqt5.qtwebkit-dbg - Python 3 bindings for Qt5's WebKit module
(debug extensions)
Looking around in google sends me a lot of python/QT-related links to
some (old?) packages that I don't think are related:
https://www.google.com/search?q=webkit+debuginfo
Maybe I should install libdebuginfod1, libdebuginfod1-dev and
debuginfod, then try again?
Thanks again!
-Alemar
El vie, 20 ago 2021 a las 18:24, Michael Catanzaro
(<mcatanzaro at gnome.org>) escribió:
>
> On Fri, Aug 20 2021 at 11:27:17 AM -0600, Alemar
> <alemarosorio at gmail.com> wrote:
> > #2 0x00007fcfd172ff2b in () at
> > /lib/x86_64-linux-gnu/libwebkit2gtk-4.0.so.37
> > #3 0x00007fcfd37e0622 in () at
> > /lib/x86_64-linux-gnu/libwebkit2gtk-4.0.so.37
> > #4 0x00007fcfd37efef6 in () at
> > /lib/x86_64-linux-gnu/libwebkit2gtk-4.0.so.37
> > #5 0x00007fcfd31529a6 in () at
> > /lib/x86_64-linux-gnu/libwebkit2gtk-4.0.so.37
> > #6 0x00007fcfd315321a in () at
> > /lib/x86_64-linux-gnu/libwebkit2gtk-4.0.so.37
> > #7 0x00007fcfd2c5b9fd in () at
> > /lib/x86_64-linux-gnu/libwebkit2gtk-4.0.so.37
> > #8 0x00007fcfd2c5cf0f in () at
> > /lib/x86_64-linux-gnu/libwebkit2gtk-4.0.so.37
> > #9 0x00007fcfd3095412 in () at
> > /lib/x86_64-linux-gnu/libwebkit2gtk-4.0.so.37
> > #10 0x00007fcfd30954e6 in () at
> > /lib/x86_64-linux-gnu/libwebkit2gtk-4.0.so.37
> > #11 0x00007fcfd30c00b4 in () at
> > /lib/x86_64-linux-gnu/libwebkit2gtk-4.0.so.37
> > #12 0x00007fcfd073d025 in () at
> > /lib/x86_64-linux-gnu/libjavascriptcoregtk-4.0.so.18
> > #13 0x00007fcfd073d2a3 in () at
> > /lib/x86_64-linux-gnu/libjavascriptcoregtk-4.0.so.18
>
> Hi, it looks like you're missing debuginfo for WebKit. When you install
> debuginfo and take the backtrace again, then you'll see function names,
> variables, and even line numbers that will point to exactly what's
> wrong. All we know from that is it crashes somewhere in WebKit, which
> could be anywhere. :)
>
>
More information about the webkit-dev
mailing list