GNOME Bugzilla – Bug 772130
epiphany crashed when opening a website without a tag then adding a tag category
Last modified: 2016-11-27 12:04:57 UTC
Here's what happened, I opened a bookmarked website that had no tag category. It loaded its favicon. Then I quickly added a tag. This caused epiphany to crash. epiphany ** ERROR:ephy-bookmark-row.c:88:ephy_bookmark_row_favicon_loaded_cb: assertion failed: (EPHY_IS_BOOKMARK_ROW (self)) Aborted (core dumped) warning: Could not load shared library symbols for linux-vdso.so.1. Do you need "set solib-search-path" or "set sysroot"? [Thread debugging using libthread_db enabled] Using host libthread_db library "/usr/lib/libthread_db.so.1". Core was generated by `epiphany'. Program terminated with signal SIGABRT, Aborted.
+ Trace 236709
Thread 4 (Thread 0x7f4be8fff700 (LWP 14245))
This is probably fixed in https://git.gnome.org/browse/epiphany/commit/?id=b68716799da3fa8c89af31cc681bb3c74b33028e. Most likely, the problem was that the EphyBookmarkRow created for the GtkStack with no category was destroyed when you quickly added a tag (a new one is created for the tag GtkStack), but was still used in webkit_favicon_database_get_favicons()'s callback. Feel free to reopen this bug if it happens again for you.