GNOME Bugzilla – Bug 394789
SearchError: child of {root}: "epiphany" application
Last modified: 2007-11-08 01:52:34 UTC
Please describe the problem: wharvey@ecadtest:~/cvs/dogtail/dogtail-tests/epiphany$ ./google-search.py Creating logfile at /tmp/dogtail/logs/google-search_20070109-101456_debug ... Detecting distribution: Ubuntu (or derived distribution) GTK Accessibility Module initialized Creating logfile at /tmp/dogtail/logs/google-search_20070109-101456_results ... searching for child of {root}: "epiphany" application (attempt 0) sleeping for 0.500000 . . . searching for child of {root}: "epiphany" application (attempt 19) sleeping for 0.500000 Traceback (most recent call last):
+ Trace 100813
wb = EpiphanyApp()
Application.__init__(self, root.application("epiphany"))
return Application(root.findChild(predicate.IsAnApplicationNamed(appName),recursive=False))
raise SearchError(describeSearch(self, pred, recursive, debugName))
wharvey@ecadtest:~/cvs/dogtail/dogtail-tests/epiphany$ Steps to reproduce: 1. ./google-search.py 2. crash - every time 3. Actual results: Expected results: Does this happen every time? yes Other information: Feisty, updated as of today. Same problems has existed on all versions of Ubuntu (the only OS I have available) since dogtail started. (before dapper, dapper, edgy, and now feisty) Same results if epiphany is already started or not.
not a blocker by definition.
Run the following script and paste its output. #!/usr/bin/python from dogtail import tree for app in tree.root.children: print app.roleName, app.name
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for. Thanks!