Re: [webkit-dev] [Help] WebProcess CRASHED

2021-08-20 Thread Michael Catanzaro via webkit-dev
On Fri, Aug 20 2021 at 06:30:16 PM -0600, Alemar wrote: Okay that makes sense. How do I install debuginfo for webkit though? Looking into apt, all I can find is this: Hi, there are distro-specific instructions here:

Re: [webkit-dev] [Help] WebProcess CRASHED

2021-08-20 Thread Alemar via webkit-dev
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 -

Re: [webkit-dev] [Help] WebProcess CRASHED

2021-08-20 Thread Michael Catanzaro via webkit-dev
On Fri, Aug 20 2021 at 11:27:17 AM -0600, Alemar wrote: #2 0x7fcfd172ff2b in () at /lib/x86_64-linux-gnu/libwebkit2gtk-4.0.so.37 #3 0x7fcfd37e0622 in () at /lib/x86_64-linux-gnu/libwebkit2gtk-4.0.so.37 #4 0x7fcfd37efef6 in () at /lib/x86_64-linux-gnu/libwebkit2gtk-4.0.so.37

Re: [webkit-dev] [Help] WebProcess CRASHED

2021-08-20 Thread Alemar via webkit-dev
Hello Michael, Sorry for the late reply, now is when I had time to run the debugging instructions. Here's the full stack trace, I don't see any "???" frames so I think it's all good. Also, sorry for my lack of mailing-list-netiquette, I don't know if I should attach a file or send it all as text

Re: [webkit-dev] [Help] WebProcess CRASHED

2021-08-14 Thread Michael Catanzaro via webkit-dev
Hi, you need to get a backtrace with gdb. There are some instructions here: https://wiki.gnome.org/GettingInTouch/Bugzilla/GettingTraces Michael ___ webkit-dev mailing list webkit-dev@lists.webkit.org

[webkit-dev] [Help] WebProcess CRASHED

2021-08-14 Thread Alemar via webkit-dev
Hello list! Currently I'm having a problem with the library when going to www.bing.com (it seems to happen only on that site though), where the browser process crashes. I thought it was my app, but when running it against the MiniBrowser, it also crashes! >From the developer tools, I'm