GNOME Bugzilla – Bug 327845
Epiphany ocasionaly crashes on exit
Last modified: 2006-01-22 13:11:42 UTC
Distribution: Mandriva Linux release 2006.0 (Official) for i586 Package: epiphany Severity: Normal Version: GNOME2.13.5 1.9.5.90 Gnome-Distributor: JHBuild Synopsis: Epiphany ocasionaly crashes on exit Bugzilla-Product: epiphany Bugzilla-Component: General Bugzilla-Version: 1.9.5.90 BugBuddy-GnomeVersion: 2.0 (2.13.2) Description: Description of the crash: Sometimes ephy crashes on exit. On the next start, the recover dialog is not shown. Debugging Information: Backtrace was generated from '/opt/gnome2/bin/epiphany' Using host libthread_db library "/lib/tls/libthread_db.so.1". `shared object read from target memory' has disappeared; keeping its symbols. [Thread debugging using libthread_db enabled] [New Thread -1228187968 (LWP 17603)] [New Thread -1302226000 (LWP 18049)] 0xffffe410 in __kernel_vsyscall ()
+ Trace 65406
Thread 1 (Thread -1228187968 (LWP 17603))
------- Bug created by bug-buddy at 2006-01-20 12:05 ------- Unknown version 1.9.5.90 in product epiphany. Setting version to "unspecified".
*** Bug 327848 has been marked as a duplicate of this bug. ***
trace looks good, confirming
Both session/system filters was not removed before finalizing EphyDbus object. Committed on CVS HEAD. Thanks for the bug report ! Jean-François
I am reopening this as it still crashes Please note that I'm only runing a session bus, no system.
+ Trace 65483
Thread 1 (Thread -1228757312 (LWP 19315))
Right, yes, the previous fix was missing guards for when the system bus wasn't running. I have fixed this now, and it should work properly! Thanks for the bug report.