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 327845 - Epiphany ocasionaly crashes on exit
Epiphany ocasionaly crashes on exit
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: General
1.9.x
Other other
: High critical
: ---
Assigned To: Epiphany Maintainers
Marco Pesenti Gritti
: 327848 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-01-20 12:05 UTC by Victor Osadci (Vic)
Modified: 2006-01-22 13:11 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description Victor Osadci (Vic) 2006-01-20 12:05:39 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 ()

Thread 1 (Thread -1228187968 (LWP 17603))

  • #0 __kernel_vsyscall
  • #1 __waitpid_nocancel
    from /lib/tls/libpthread.so.0
  • #2 libgnomeui_segv_handle
    at gnome-ui-init.c line 792




------- Bug created by bug-buddy at 2006-01-20 12:05 -------


Unknown version 1.9.5.90 in product epiphany.  Setting version to "unspecified".

Comment 1 Christian Kirbach 2006-01-20 12:20:30 UTC
*** Bug 327848 has been marked as a duplicate of this bug. ***
Comment 2 Christian Kirbach 2006-01-20 12:21:57 UTC
trace looks good, confirming
Comment 3 Jean-François Rameau 2006-01-21 23:07:02 UTC
Both session/system filters was not removed before finalizing EphyDbus object.

Committed on CVS HEAD.

Thanks for the bug report !

Jean-François
Comment 4 Victor Osadci (Vic) 2006-01-22 11:30:40 UTC
I am reopening this as it still crashes
Please note that I'm only runing a session bus, no system.

Thread 1 (Thread -1228757312 (LWP 19315))

  • #0 dbus_connection_remove_filter
    at dbus-connection.c line 4279

Comment 5 Crispin Flowerday (not receiving bugmail) 2006-01-22 13:11:42 UTC
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.