After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 112582 - timing crash in log viewer dialog
timing crash in log viewer dialog
Status: RESOLVED FIXED
Product: Pan
Classification: Other
Component: general
0.14.0
Other All
: High normal
: 0.14.1
Assigned To: Charles Kerr
Pan QA Team
Depends on:
Blocks:
 
 
Reported: 2003-05-08 15:27 UTC by Charles Kerr
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Charles Kerr 2003-05-08 15:27:53 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.
Comment 1 Charles Kerr 2003-05-20 20:13:46 UTC
Fixed in CVS.