dogtail-devel [Bug 528617] New: __accessible.getChildAtIndex does not return
- From: "dogtail (bugzilla.gnome.org)" <bugzilla-daemon bugzilla gnome org>
- To: dogtail-devel-list gnome org
- Subject: dogtail-devel [Bug 528617] New: __accessible.getChildAtIndex does not return
- Date: Thu, 17 Apr 2008 17:41:08 +0000 (UTC)
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=528617
dogtail | Recorder | Ver: CVS HEAD
Summary: __accessible.getChildAtIndex does not return
Product: dogtail
Version: CVS HEAD
Platform: Other
OS/Version: All
Status: UNCONFIRMED
Severity: blocker
Priority: Normal
Component: Recorder
AssignedTo: dogtail-maint gnome bugs
ReportedBy: maximilian mehnert googlemail com
QAContact: dogtail-maint gnome bugs
GNOME version: Unspecified
GNOME milestone: Unspecified
Please describe the problem:
debugging dogtail, I ended up in tree.py.
This snippet is around line 465 of tree.py.
elif attr == "children":
if self.__hideChildren: return
children = []
for i in xrange (self.__accessible.getChildCount ()):
if isinstance(self, Root):
try: a = self.__accessible.getChildAtIndex (i)
except atspi.SpiException:
import traceback
logger.log(traceback.format_exc())
else: a = self.__accessible.getChildAtIndex (i)
At some point, I can see
try: a = self.__accessible.getChildAtIndex (i)
getting called but then it never returns.
Is this somehow known or can anyone suggest howto debug this further?
Steps to reproduce:
1. setup: debian system
at-spi 1.22.1-1
python-at-spi 0.6.1-1.1
python-dogtail 0.6.1-3 or subversion head
2. run sniff or recorder
3. they get stuck in the line mentioned above
Actual results:
Expected results:
Does this happen every time?
yes
Other information:
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=528617.
[Date Prev][
Date Next] [Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]