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 640499 - accerciser crashed with LookupError in _inner()
accerciser crashed with LookupError in _inner()
Status: RESOLVED OBSOLETE
Product: accerciser
Classification: Applications
Component: general
1.8.x
Other Linux
: Normal critical
: ---
Assigned To: Accerciser Developers
Accerciser Developers
Depends on:
Blocks:
 
 
Reported: 2011-01-25 01:39 UTC by Charlie Kravetz
Modified: 2020-11-23 23:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Traceback from the crash (398 bytes, text/plain)
2011-01-25 01:39 UTC, Charlie Kravetz
Details

Description Charlie Kravetz 2011-01-25 01:39:59 UTC
Created attachment 179263 [details]
Traceback from the crash

This bug has been reported on Ubuntu Launchpad as:
https://bugs.launchpad.net/bugs/526398

Accerciser apparently kept running after this "crash".

ProblemType: Crash
Architecture: i386
Date: Tue Feb 23 11:27:44 2010
DistroRelease: Ubuntu 10.04
ExecutablePath: /usr/bin/accerciser
InterpreterPath: /usr/bin/python2.6
LiveMediaBuild: Ubuntu 10.04 "Lucid Lynx" - Alpha i386 (20100113)
NonfreeKernelModules: wl
Package: accerciser 1.8.0-1
PackageArchitecture: all
ProcCmdline: python /usr/bin/accerciser
ProcEnviron:
 LANGUAGE=en_GB.UTF-8
 PATH=(custom, user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-14.20-generic
PythonArgs: ['/usr/bin/accerciser']
SourcePackage: accerciser
Title: accerciser crashed with LookupError in _inner()
Uname: Linux 2.6.32-14-generic i686
Comment 1 Fabio Durán Verdugo 2011-01-25 02:42:27 UTC
paste here the traceback


Traceback (most recent call last):
  • File "/usr/lib/pymodules/python2.6/accerciser/accessible_treeview.py", line 686 in _onSelectionChanged
    self.node.update(new_acc)
  • File "/usr/lib/pymodules/python2.6/accerciser/node.py", line 88 in update
    i = acc.queryComponent()
  • File "/usr/lib/python2.6/dist-packages/pyatspi/accessible.py", line 207 in _inner
    raise LookupError(e) LookupError

Comment 2 Samuel Thibault 2020-11-23 23:06:22 UTC
This looks like a duplicate of 640497, closing as well.