#0 g_logv (log_domain=log_domain@entry=0x0, log_level=log_level@entry=G_LOG_LEVEL_ERROR, format=format@entry=0x805b920 "Could not open history database at %s: %s", args1=args1@entry=0xb2bdb0ec "0\331\306\t") at /build/buildd/glib2.0-2.33.6/./glib/gmessages.c:765 [Error: /build/buildd/glib2.0-2.33.6/./glib/gmessages.c was not found in source tree] #1 0xb558f9b3 in g_log (log_domain=log_domain@entry=0x0, log_level=log_level@entry=G_LOG_LEVEL_ERROR, format=format@entry=0x805b920 "Could not open history database at %s: %s") at /build/buildd/glib2.0-2.33.6/./glib/gmessages.c:792 [Error: /build/buildd/glib2.0-2.33.6/./glib/gmessages.c was not found in source tree] #2 0x08051b50 in ephy_history_service_open_database_connections (self=0x9c6c800) at ephy-history-service.c:272 267: priv->history_database = ephy_sqlite_connection_new (); 268: ephy_sqlite_connection_open (priv->history_database, priv->history_filename, &error); 269: if (error) { 270: g_object_unref (priv->history_database); 271: priv->history_database = NULL; 272: g_error ("Could not open history database at %s: %s", priv->history_filename, error->message); 273: g_error_free (error); 274: return FALSE; 275: } 276: 277: ephy_history_service_enable_foreign_keys (self); #3 run_history_service_thread (self=0x9c6c800) at ephy-history-service.c:365 360: EphyHistoryServicePrivate *priv = self->priv; 361: EphyHistoryServiceMessage *message; 362: 363: g_assert (priv->history_thread == g_thread_self ()); 364: 365: if (ephy_history_service_open_database_connections (self) == FALSE) 366: return NULL; 367: 368: do { 369: message = g_async_queue_try_pop (priv->queue); 370: if (!message) { #4 0xb55acb33 in g_thread_proxy (data=0x9c6d000) at /build/buildd/glib2.0-2.33.6/./glib/gthread.c:801 [Error: /build/buildd/glib2.0-2.33.6/./glib/gthread.c was not found in source tree] #5 0xb534dd4c in start_thread (arg=0xb2bdbb40) at pthread_create.c:308 [Error: pthread_create.c was not found in source tree] #6 0xb528cace in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 [Error: ../sysdeps/unix/sysv/linux/i386/clone.S was not found in source tree]