GNOME Bugzilla – Bug 746336
remove the overlay timeout in dispose
Last modified: 2015-03-20 18:42:17 UTC
It looks like EogScrollView does not remove its overlay timeout in dispose. We are seeing crash reports that seem to indicate this is a problem: https://retrace.fedoraproject.org/faf/problems/750446/
I wonder how this didn't trigger on my system all the time. :( But yes, it's reproducable with a delay on application shutdown.
Created attachment 299871 [details] [review] clear timeout on dispose Okay, it's easily reproducable when working with multiple windows. Thanks for the fix suggestion. I'll send a freeze break request.
Raising severity as this is serious due to the occurrence in multi-window use cases.
commit 4153c8a6c7628e2b6cc3dbb7ef062590c7cedf0e Author: Felix Riemann <> Date: Thu Mar 19 21:04:17 2015 +0100 EogScrollView: Clear overlay timeout on dispose Fixes segfaults when closing one of multiple EogWindows or when application shutdown is delayed. https://bugzilla.gnome.org/show_bug.cgi?id=746336 --- This problem has been fixed in the unstable development version. The fix will be available in the next major software release.