After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 722766 - epiphany-browser crashed with signal 5 in ephy_sqlite_connection_table_exists()
epiphany-browser crashed with signal 5 in ephy_sqlite_connection_table_exists()
Status: RESOLVED DUPLICATE of bug 721589
Product: epiphany
Classification: Core
Component: History
3.10.x (obsolete)
Other Linux
: Normal major
: ---
Assigned To: Epiphany Maintainers
Epiphany Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-01-22 12:25 UTC by Michael Gratton
Modified: 2014-01-22 14:33 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michael Gratton 2014-01-22 12:25:10 UTC
Both Ephy 3.8 and 3.10 seem to have a bug when being requested to load multiple pages out of process. E.g. when Ephy is the default browser, from an external program such as an email client, clicking two links in simultaneously results in one being successfully loaded, and one instance of the spawned Ephy binary crashing. Sounds like a sqlite locking issue to me.

Stacktrace from 3.8:

  • #0 g_logv
    from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  • #1 g_log
    from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  • #2 ephy_sqlite_connection_table_exists
    at /build/buildd/epiphany-browser-3.9.91/./lib/ephy-sqlite-connection.c line 176
  • #3 ephy_history_service_initialize_hosts_table
    at /build/buildd/epiphany-browser-3.9.91/./lib/history/ephy-history-service-hosts-table.c line 34
  • #4 ephy_history_service_open_database_connections
    at /build/buildd/epiphany-browser-3.9.91/./lib/history/ephy-history-service.c line 375
  • #5 run_history_service_thread
    at /build/buildd/epiphany-browser-3.9.91/./lib/history/ephy-history-service.c line 454
  • #6 ??
    from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  • #7 start_thread
    from /lib/x86_64-linux-gnu/libpthread.so.0
  • #8 clone
    from /lib/x86_64-linux-gnu/libc.so.6

Original bug reported in Launchpad: https://bugs.launchpad.net/ubuntu-gnome/+bug/1237729
Comment 1 Michael Gratton 2014-01-22 12:28:51 UTC
Err, oups, stack is actually from 3.9.91
Comment 2 Michael Catanzaro 2014-01-22 14:33:35 UTC
Aha, so that's how to reproduce it....

*** This bug has been marked as a duplicate of bug 721589 ***