From: Morgan V. <ve...@gm...> - 2008-12-23 04:27:57
|
Hi all, I've been having a lot of errors on exit in GTK -- Ubuntu 8.10. They tend to look like this: [quote] (python:7330): GLib-GObject-WARNING **: /build/buildd/glib2.0-2.16.6/gobject/gsignal.c:1741: instance `0x132fd10' has no handler with id `121' (python:7330): GLib-GObject-WARNING **: /build/buildd/glib2.0-2.16.6/gobject/gsignal.c:1741: instance `0x1807ad0' has no handler with id `873' [end quote] A bunch (two to eight) get spewed on every application exit (or attempt, regardless of success). There is no other error data. The number of errors is consistent. Has anyone else seen this? I don't see these errors when running on Windows XP (no surprise). My code uses the following widgets: TextField TextArea BitmapCanvas StaticText Button Gauge I've tried correlating the number of errors with the specific widgets I'm using, but they don't seem to add up to anything sensible. Can anyone shed light on this? thanks! morgan |