GNOME Bugzilla – Bug 339941
Crash when clicking link
Last modified: 2007-01-28 19:25:08 UTC
Epiphany crashed after I clicked a link from a terminal. The already running instance does not seem to be affected :) Backtrace was generated from '/opt/gnome/bin/epiphany' Using host libthread_db library "/lib/tls/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread -1229674272 (LWP 25360)] 0xb6f041fe in __waitpid_nocancel () from /lib/tls/libpthread.so.0
+ Trace 67886
Thread 1 (Thread -1229674272 (LWP 25360))
*** Bug 340172 has been marked as a duplicate of this bug. ***
Was there any output on console (or in ~/.xsession-errors) from the crash?
I cannot reproduce this. It seems to be a dbus problem though. Marking NOTGNOME.
*** Bug 369036 has been marked as a duplicate of this bug. ***
*** Bug 359424 has been marked as a duplicate of this bug. ***
*** Bug 397012 has been marked as a duplicate of this bug. ***
From https://bugs.freedesktop.org/show_bug.cgi?id=9716 : > with latest dbus and correct use of the dbus API (see API docs on > dbus_connection_unref / dbus_connection_open / dbus_bus_get) I don't think > this is a dbus issue. afaics, ephy uses the dbus-glib API correctly: dbus_g_connection_get + dbus_g_connection_unref on the result.