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 336136 - Unknown CORBA exception in FC5
Unknown CORBA exception in FC5
Status: RESOLVED DUPLICATE of bug 321273
Product: dogtail
Classification: Deprecated
Component: Framework
CVS HEAD
Other All
: Normal critical
: ---
Assigned To: Dogtail Maintainers
Dogtail Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-03-27 01:44 UTC by Lawrence Lim
Modified: 2006-03-27 15:20 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Lawrence Lim 2006-03-27 01:44:26 UTC
Steps to reproduce:
1. run sniff ot any of the example scripts
2. 
3. 


Stack trace:
# sniff
Detecting distribution: Red Hat/Fedora/derived distribution
Warning: AT-SPI error: pre method check: add: Unknown CORBA exception id:
'IDL:omg.org/CORBA/COMM_FAILURE:1.0'
Traceback (most recent call last):
  • File "/usr/bin/sniff", line 7 in ?
    from dogtail import tree
  • File "/usr/lib/python2.4/site-packages/dogtail/tree.py", line 1154 in ?
    test = root.children
  • File "/usr/lib/python2.4/site-packages/dogtail/tree.py", line 421 in __getattr__
    children.append (Node (self.__accessible.getChildAtIndex (i)))
  • File "pyspi.pyx", line 440 in atspi.Accessible.getChildAtIndex
    AssertionError
  • File "./i18n-test.py", line 7 in ?
    from dogtail.tree import root
  • File "/usr/lib/python2.4/site-packages/dogtail/tree.py", line 1154 in ?
    test = root.children
  • File "/usr/lib/python2.4/site-packages/dogtail/tree.py", line 421 in __getattr__
    children.append (Node (self.__accessible.getChildAtIndex (i)))
  • File "pyspi.pyx", line 440 in atspi.Accessible.getChildAtIndex
    AssertionError


Other information:
It worked a few times before, then not anymore. Strange.
Comment 1 Zack Cerza 2006-03-27 15:20:20 UTC

*** This bug has been marked as a duplicate of 321273 ***