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 128103 - Seahorse Crashes on Exit
Seahorse Crashes on Exit
Status: RESOLVED DUPLICATE of bug 112958
Product: seahorse
Classification: Applications
Component: general
0.6.x
Other other
: High critical
: ---
Assigned To: Seahorse Maintainer
Seahorse Maintainer
Depends on:
Blocks:
 
 
Reported: 2003-11-28 11:20 UTC by deleriux
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description deleriux 2003-11-28 11:20:38 UTC
Distribution: Red Hat Linux release 8.0 (Psyche)
Package: seahorse
Severity: normal
Version: GNOME2.3.90 0.6.2
Gnome-Distributor: GARNOME
Synopsis: Seahorse Crashes on Exit
Bugzilla-Product: seahorse
Bugzilla-Component: general
Bugzilla-Version: 0.6.2
BugBuddy-GnomeVersion: 2.0 (2.4.0)
Description:
Description of the crash:
seahorse crashes on exit

Steps to reproduce the crash:
1. Open seahorse
2. Close seahorse

Expected Results:
Graceful exit

How often does this happen?
Every time

Additional Information:



Debugging Information:

Backtrace was generated from '/opt/local/bin/seahorse'

[New Thread 16384 (LWP 28450)]
0x407b07f7 in waitpid () from /lib/i686/libpthread.so.0

Thread 1 (Thread 16384 (LWP 28450))

  • #0 waitpid
    from /lib/i686/libpthread.so.0
  • #1 libgnomeui_segv_handle
    at gnome-ui-init.c line 738
  • #2 __pthread_sighandler
    from /lib/i686/libpthread.so.0
  • #3 <signal handler called>
  • #4 clean_rows
    at gailtreeview.c line 3273
  • #5 model_row_deleted
    at gailtreeview.c line 2708
  • #6 g_cclosure_marshal_VOID__BOXED
    at gmarshal.c line 566
  • #7 g_closure_invoke
    at gclosure.c line 437
  • #8 signal_emit_unlocked_R
    at gsignal.c line 2892
  • #9 g_signal_emit_valist
    at gsignal.c line 2554
  • #10 g_signal_emit
    at gsignal.c line 2612
  • #11 gtk_tree_model_row_deleted
    at gtktreemodel.c line 1249
  • #12 gtk_tree_store_remove
    at gtktreestore.c line 1085
  • #13 remove_subkeys
    at seahorse-key-manager-store.c line 118
  • #14 seahorse_key_manager_store_remove
    at seahorse-key-manager-store.c line 151
  • #15 seahorse_key_row_remove
    at seahorse-key-store.c line 281
  • #16 seahorse_key_store_destroy
    at seahorse-key-store.c line 333
  • #17 g_cclosure_marshal_VOID__VOID
    at gmarshal.c line 77
  • #18 g_closure_invoke
    at gclosure.c line 437
  • #19 signal_emit_unlocked_R
    at gsignal.c line 2892
  • #20 g_signal_emit_valist
    at gsignal.c line 2554
  • #21 g_signal_emit
    at gsignal.c line 2612
  • #22 gtk_object_dispose
    at gtkobject.c line 376
  • #23 g_object_run_dispose
    at gobject.c line 474
  • #24 gtk_object_destroy
    at gtkobject.c line 361
  • #25 quit
    at seahorse-key-manager.c line 48
  • #26 delete_event
    at seahorse-key-manager.c line 56
  • #27 _gtk_marshal_BOOLEAN__BOXED
    at gtkmarshalers.c line 82
  • #28 g_closure_invoke
    at gclosure.c line 437
  • #29 signal_emit_unlocked_R
    at gsignal.c line 2822
  • #30 g_signal_emit_valist
    at gsignal.c line 2564
  • #31 g_signal_emit
    at gsignal.c line 2612
  • #32 gtk_widget_event_internal
    at gtkwidget.c line 3269
  • #33 gtk_main_do_event
    at gtkmain.c line 1550
  • #34 gdk_event_dispatch
    at gdkevents-x11.c line 2064
  • #35 g_main_dispatch
    at gmain.c line 1751
  • #36 g_main_context_dispatch
    at gmain.c line 2299
  • #37 g_main_context_iterate
    at gmain.c line 2380
  • #38 g_main_loop_run
    at gmain.c line 2600
  • #39 gtk_main
    at gtkmain.c line 1093
  • #40 main
    at main.c line 50
  • #41 __libc_start_main
    from /lib/i686/libc.so.6
  • #0 waitpid
    from /lib/i686/libpthread.so.0




------- Bug moved to this database by unknown@bugzilla.gnome.org 2003-11-28 06:20 -------

Unknown version 0.6.2 in product seahorse. Setting version to the default, "unspecified".
Reassigning to the default owner of the component, seahorse-maint@bugzilla.gnome.org.

Comment 1 Elijah Newren 2003-12-10 04:50:52 UTC
This appears to be a unique stack trace, according to the
simple-dup-finder.
Comment 2 Adam Schreiber 2004-01-09 00:53:10 UTC
I used to be able to replicate this bug everytime on exit, but I just
created a new home directory and the crash has dissappeared.
Comment 3 Samuel Stringham 2004-10-04 00:05:21 UTC
The stack trace is unique, but this is the same as bug 112958.  Basically there
is a race condition on the exiting of seahorse that can be triggered by freeing
the main widget, then attempting to free to contexts (like running
seahorse_key_iter_remove or gtk_tree_store_remove).

Marking as dup.

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