GNOME Bugzilla – Bug 782159
Epiphany 3.24.1 SIGSEGVs in search_engines_changed_cb at ephy-location-controller.c:356
Last modified: 2017-05-04 15:12:22 UTC
Created attachment 351046 [details] BT from gdb I'm using WebKitGtk+ with my own JHBuild setting: https://github.com/tanty/jhbuild-epiphany/tree/master Epiphany 3.24.1 and WebKit 2.16.1. The compilation was done with CMake args: '-DPORT=GTK -DCMAKE_BUILD_TYPE=Release -DENABLE_MINIBROWSER=ON -DCMAKE_C_FLAGS_RELEASE="-O0 -g -DNDEBUG -DG_DISABLE_CAST_CHECKS" -DCMAKE_CXX_FLAGS_RELEASE="-O0 -g -DNDEBUG -DG_DISABLE_CAST_CHECKS"' --- Epiphany has been running for some time and, eventually, it coredumped.
The following fix has been pushed: f4e0ae2 location-controller: speculative fix for a search engines changed crash
Created attachment 351062 [details] [review] location-controller: speculative fix for a search engines changed crash