GNOME Bugzilla – Bug 112582
timing crash in log viewer dialog
Last modified: 2004-12-22 21:47:04 UTC
if log_destroy_cb() is called while log_viewer_rebuild_ui() is in the gui queue, then log_viewer_rebuild_ui() will be invoked on a destroyed dialog. Recommend we either have a way of unqueueing refresh events from the gui queue, OR we refcount the dialog and make the viewer_ui struct a g_object_set_data_full() handle off of the dialog widget.
Fixed in CVS.