GNOME Bugzilla – Bug 411697
gnome-about-me crashed with SIGSEGV in g_io_channel_shutdown()
Last modified: 2007-02-26 17:08:28 UTC
That bug has been opened on https://launchpad.net/bugs/86193 "Gnome About-Me "crashed" when I closed it. ... Package: gnome-control-center 1:2.17.91-0ubuntu3 ..." Debug backtrace from duplicate: "Loaded symbols for /usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so Core was generated by `gnome-about-me'. Program terminated with signal 11, Segmentation fault.
+ Trace 113612
Thread 1 (process 5914)
I can't reproduce here. It would be very helpful to know what the people experiencing this did in the capplet before closing it, especially anything concerning the "Change password..." window.
Also note that there might be some relation to bug 368901 and friends.
Created attachment 83305 [details] [review] dump the child watcher before cleaning up Hm. Still haven't been able to reproduce, but here's an idea where it comes from. If the child watcher is still active when we close the password window (ie. if we have authenticated ourselves), it may end up accessing a pdialog that has already been freed. This would also explain why the crash didn't appear before 2.17.91, because we simply didn't clean up properly after ourselves back then ;-) It would be great if somebody who is seeing this could verify that a) the crash happens always/often after having authenticated/changed the password etc b) it doesn't occur anymore with this patch applied
Description from one of the Ubuntu bugs: "I changed my user password and clicked ok, when the application crashed" Maybe you could commit the patch for the new tarball today which will make testing easier?
Ok, applied, and hopefully fixed.