[orca-list] additional at-spi2-core regressions



Hey Joanie,

I'm seeing another issue with latest at-spi2-core that seems to lock
up my machine when opening/browsing using FF10.

Let me know if this isn't the best way to report issues like this.

I've got a stack trace for you; if I build from
commit cbcc1db8b614b17c1ff1091216b0f4f008942c58
Author: Mike Gorse <mgorse novell com>
Date:   Mon Feb 20 17:00:48 2012 -0600

    Release v2.3.90

the problem goes away.

I have head pointing to

commit 8e3437f787a6d12a1b40ba73c109eca1e3f95f7c
Author: Mike Gorse <mgorse novell com>
Date:   Thu Feb 23 16:51:31 2012 -0600

    Expect a signed int for GetIndexInParent, per the spec


which results in

(orca:22384): dbind-WARNING **: dbind: Call to "GetIndexInParent"
returned signature u; expected i

Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/orca/scripts/toolkits/Gecko/script.py",
line 4279, in findNextCaretInOrder
    includeNonText)
  File "/usr/local/lib/python2.7/dist-packages/orca/scripts/toolkits/Gecko/script.py",
line 4231, in findNextCaretInOrder
    if not obj or not self.inDocumentContent(obj):
  File "/usr/local/lib/python2.7/dist-packages/orca/scripts/toolkits/Gecko/script.py",
line 2607, in inDocumentContent
    if role == pyatspi.ROLE_DOCUMENT_FRAME \
  File "/usr/local/lib/python2.7/dist-packages/pyatspi/enum.py", line
31, in __eq__

Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/orca/scripts/toolkits/Gecko/script.py",
line 4279, in findNextCaretInOrder
    includeNonText)
  File "/usr/local/lib/python2.7/dist-packages/orca/scripts/toolkits/Gecko/script.py",
line 4281, in findNextCaretInOrder
    debug.printException(debug.LEVEL_SEVERE)
  File "/usr/local/lib/python2.7/dist-packages/orca/debug.py", line
172, in printException
    traceback.print_exc(100, debugFile)
  File "/usr/lib/python2.7/traceback.py", line 232, in print_exc
    print_exception(etype, value, tb, limit, file)
  File "/usr/lib/python2.7/traceback.py", line 125, in print_exception
    print_tb(tb, limit, file)
  File "/usr/lib/python2.7/traceback.py", line 69, in print_tb
    line = linecache.getline(filename, lineno, f.f_globals)
  File "/usr/lib/python2.7/linecache.py", line 14, in getline
    lines = getlines(filename, module_globals)
  File "/usr/lib/python2.7/linecache.py", line 40, in getlines
    return updatecache(filename, module_globals)
RuntimeError: <unprintable RuntimeError object>



Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/orca/scripts/toolkits/Gecko/script.py",
line 4279, in findNextCaretInOrder
    includeNonText)
  File "/usr/local/lib/python2.7/dist-packages/orca/scripts/toolkits/Gecko/script.py",
line 4265, in findNextCaretInOrder
    includeNonText)
  File "/usr/local/lib/python2.7/dist-packages/orca/scripts/toolkits/Gecko/script.py",
line 4302, in findNextCaretInOrder
    includeNonText)
  File "/usr/local/lib/python2.7/dist-packages/orca/scripts/toolkits/Gecko/script.py",
line 4245, in findNextCaretInOrder
    text = self.utilities.queryNonEmptyText(obj)
  File "/usr/local/lib/python2.7/dist-packages/orca/script_utilities.py",
line 1988, in queryNonEmptyText
    if text.characterCount:
  File "/usr/local/lib/python2.7/dist-packages/pyatspi/text.py", line
530, in get_characterCount
    return Atspi.Text.get_character_count(self.obj)
  File "/usr/local/lib/python2.7/site-packages/gi/module.py", line
240, in __getattr__
    if key in registry:
RuntimeError: maximum recursion depth exceeded while calling a Python object



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]