GNOME Bugzilla – Bug 794228
epiphany-search-provider killed by SIGSEGV
Last modified: 2018-03-22 16:39:40 UTC
Created attachment 369534 [details] Screenshot epiphany-search-provider is crashing pretty regularly on the backend. My search provider is set to DuckDuckGo. I can't get gnome-abrt to generate a decent report, so I attached everything here.
Created attachment 369535 [details] backtrace
Created attachment 369536 [details] core backtrace
Created attachment 369537 [details] environ
Created attachment 369538 [details] exploitable
Created attachment 369539 [details] os_info
This is surely https://bugs.webkit.org/show_bug.cgi?id=176490. Thanks for attaching a backtrace, but for future reference you should install debuginfo first. gdb should have printed out debuginfo-install command that you could have run to install all the needed packages. Your trace shows this stack for the crashing thread:
+ Trace 238468
Thread 1 (Thread 0x7f60b9acc3c0 (LWP 22858))
which would be useless if I didn't recognize this as https://bugs.webkit.org/show_bug.cgi?id=176490. Anyway, thanks again for reporting
I posted a new patch in the WebKit issue. I had another one several months ago, but it was more of a workaround (albeit one that makes sense to do anyway) and was not accepted.
(In reply to Michael Catanzaro from comment #6) > This is surely https://bugs.webkit.org/show_bug.cgi?id=176490. > Thanks. Not sure why debuginfo was not installed.