GNOME Bugzilla – Bug 69493
Crash on exit
Last modified: 2011-11-11 10:03:55 UTC
Package: procman Severity: critical Version: 1.1.2 Synopsis: Crash on exit Bugzilla-Product: procman Bugzilla-Component: general BugBuddy-GnomeVersion: 2.0 (1.109.0) Description: Description of Problem: Exited the program and it crashed. This is with a build from yesterday (01/23.) Can't reproduce. Debugging Information: [New Thread 1024 (LWP 17614)] 0x4090be29 in __wait4 () from /lib/libc.so.6
+ Trace 16677
Thread 1 (Thread 1024 (LWP 17614))
------- Bug moved to this database by unknown@bugzilla.gnome.org 2002-01-23 17:37 ------- Unknown version 1.1.x in product procman. Setting version to the default, "unspecified". Reassigning to the default owner of the component, kfv101@psu.edu.
GtkNotebook is calling the "switch_page" signal while everything is being destroyed. Could be a gtk bug, but it would be easy enough to put in a hack to avoid the segfault.
*** Bug 70329 has been marked as a duplicate of this bug. ***
Kevin: if it is a gtk bug (possibly) should we cc Owen?
Well, I can't dup this anymore, so either Kevin fixed it or Owen did. Marking FIXED.
Reopening because it still occurs.
Fair enough, though I used to be able to dup 100% and now can't...
*** Bug 73324 has been marked as a duplicate of this bug. ***
*** Bug 74665 has been marked as a duplicate of this bug. ***
I think I fixed this. I'll leave open for now though. 2002-03-19 Kevin Vandersloot <kfv101@psu.edu> * procman.c: reflect change in binary name in gnome_init * callbacks.c: delete_event returns a gboolean. May fix the crash on exits * proctable.c: add some debug spew to catch some of the crashses reported
*** Bug 76937 has been marked as a duplicate of this bug. ***
Kevin: is bug 75133 the same bug as this? It was reported against gtop, but I'm wondering if that's a mistake...
*** Bug 79639 has been marked as a duplicate of this bug. ***
*** Bug 80361 has been marked as a duplicate of this bug. ***
*** Bug 81549 has been marked as a duplicate of this bug. ***
Doesn't appear to have been fixed :/ Still fairly rare, though.
I can reproduce this consistently-- To duplicate, run gnome-system-monitor, then click on any of your processes to hilight it. Then close the app. It doesn't happen if you don't select an item. I'm running this versIOn: gnome-system-monitor-1.1.6.0.200205141824-0.snap.ximian.1
Thank you so much Aaron! I think I just nailed it. The change is in cvs now. 2002-05-15 Kevin Vandersloot <kfv101@psu.edu> * callbacks.c: return TRUE for the app_delete callback. Should fix the crash on exit once and for all - bug #69493 Aaron, or someone else: could you test the fix?
*** Bug 82500 has been marked as a duplicate of this bug. ***
gnome-system-monitor-1.1.7.0.200205200434-0.snap.ximian.1 seems to have fixed the issue! Congrats!