GNOME Bugzilla – Bug 354692
Seeing a new - non-fatal - SPIException running any Dogtail script
Last modified: 2006-09-13 20:02:55 UTC
Please describe the problem: With Dogtail and SPI built from CVS head on 20060905, running on FC5 - I'm seeing this exception when any Dogtail script is run (oo or procedural) [ldimaggi@dhcp83-99 dogtail_scripts]$ python /usr/share/doc/dogtail/examples/gedit-test-utf8-tree-api.py Detecting distribution: Red Hat/Fedora/derived distribution GTK Accessibility Module initialized Traceback (most recent call last):
+ Trace 71761
try: a = self.__accessible.getChildAtIndex (i)
Traceback (most recent call last):
GTK Accessibility Module initialized Bonobo accessibility support initialized Traceback (most recent call last):
click on {"Save" button} activate on {child with name="Desktop" roleName='table cell'} click on {"Save" button} click on {"Quit" menuitem} application finalize called Steps to reproduce: 1. Build Dogtail and SPI from CVS head 2. Run a Dogtail script 3. Actual results: The scripts run - the exception is non-fatal Expected results: Does this happen every time? Yes Other information:
This is the result of the workaround to application bugs. Instead of completely ignoring the exceptions that they cause AT-SPI to raise, dogtail prints them out. This behavior is only actually a bug if you want a way to keep the tracebacks from ever being printed. Please reopen if that's the case.
I think that this one is worth fixing - even if the messages are non-fatal. The messages are ugly - and if you run a suite of many tests together (such as the Frysk tests), the messages are displayed many times.
Suddenly - this bug not reproducible. I'll re-open if I can a a reproducible sequence that will cause it to happen...