GNOME Bugzilla – Bug 640499
accerciser crashed with LookupError in _inner()
Last modified: 2020-11-23 23:06:22 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
paste here the traceback Traceback (most recent call last):
+ Trace 225685
self.node.update(new_acc)
i = acc.queryComponent()
raise LookupError(e) LookupError
This looks like a duplicate of 640497, closing as well.