GNOME Bugzilla – Bug 658583
Crash in GnomeWallClock
Last modified: 2011-09-09 06:33:22 UTC
gnome-screensaver keeps crashing for me: Program received signal SIGSEGV, Segmentation fault. 0xb7f474b3 in update_clock (data=0x8171d00) at gnome-wall-clock.c:167 167 gnome-wall-clock.c: Aucun fichier ou dossier de ce type. in gnome-wall-clock.c (gdb) bt
+ Trace 228384
Created attachment 196013 [details] [review] GnomeWallClock: Remove the date/time source on dispose We don't do it in finalize since the dispose handler needs the objects that are being disposed.
Review of attachment 196013 [details] [review]: Makes sense.