GNOME Bugzilla – Bug 335306
Help browser crash after closing
Last modified: 2006-03-21 18:16:24 UTC
Distribution: Gentoo Base System version 1.6.14 Package: Yelp Severity: Normal Version: GNOME2.14.0 2.14.x Gnome-Distributor: Gentoo Synopsis: Help browser crash after closing Bugzilla-Product: Yelp Bugzilla-Component: general Bugzilla-Version: 2.14.x BugBuddy-GnomeVersion: 2.0 (2.14.0) Description: Description of the crash: After closing the help sometimes it crash. Steps to reproduce the crash: 1. 2. 3. Expected Results: How often does this happen? Not always. Additional Information: Debugging Information: Backtrace was generated from '/usr/bin/gnome-help' Using host libthread_db library "/lib/tls/libthread_db.so.1". `system-supplied DSO at 0xffffe000' has disappeared; keeping its symbols. [Thread debugging using libthread_db enabled] [New Thread -1228450112 (LWP 5665)] [New Thread -1275335760 (LWP 5672)] [New Thread -1266213968 (LWP 5671)] [New Thread -1247548496 (LWP 5670)] 0xffffe410 in __kernel_vsyscall ()
+ Trace 67086
Thread 1 (Thread -1228450112 (LWP 5665))
------- Bug created by bug-buddy at 2006-03-21 01:46 -------
This happens because the timeout for updating the accessibility stuff doesn't get a chance to run before closing the app. I've just committed a patch to CVS HEAD that should fix this (by keeping track of the timeout function and removing it when destroying the html widget). Closing. 2006-03-21 Don Scorgie <dscorgie@cvs.gnome.org> * src/yelp-html.cpp: Keep track of timeout and remove when not needed Fixes bug #335306