GNOME Bugzilla – Bug 350933
Critical warning with accessibility enabled
Last modified: 2006-09-25 16:11:24 UTC
On occasion, gedit spews many critical warnings with accessibility enabled: ** (gedit:17136): CRITICAL **: get_label_from_notebook_page: assertion `GTK_IS_WIDGET (child)' failed I haven't found a reliable way to reproduce it, but have noticed it quite often when there are no tabs open (when gaining focus, it dumps 4 or so warnings to screen. When loosing focus, it dumps 1 warning). Using Ubuntu Dapper A stack-trace from breaking on g_log:
+ Trace 70255
It seems a gail or atk problem to me. What version of gtk+ are you using?
*** Bug 353138 has been marked as a duplicate of this bug. ***
the stack frames from libgail and at-spi look bad to me - probably because there are no symbols for those libs in your install. Could you get a more complete stack trace? The presence of gnome_accessibility_module_shutdown in the traces is very suspicious.
does the trace in Bug 353138 help you at all?
Thanks jonner, that trace may help.
Created attachment 73377 [details] [review] patch to prevent this warning/error Please let me know if this does not solve your problem. Thanks for the stack trace!