GNOME Bugzilla – Bug 523192
deskbar-applet crashed with AttributeError in query()
Last modified: 2008-10-20 16:17:19 UTC
Steps to reproduce: 1. type epiphany 2. crash It crashes not every time but often and not every time on the same word. Stack trace: Traceback (most recent call last):
+ Trace 192778
run_old(*args, **kwargs)
self.__target(*self.__args, **self.__kwargs)
function(*args, **kwargs)
matches = self._history.look_up(query)[:deskbar.DEFAULT_RESULTS_PER_HANDLER]
Other information: ProblemType: Crash Architecture: i386 Date: Fri Nov 23 14:52:00 2007 DistroRelease: Ubuntu 7.10 ExecutablePath: /usr/lib/deskbar-applet/deskbar-applet InterpreterPath: /usr/bin/python2.5 Package: deskbar-applet 2.20.0-0ubuntu2 PackageArchitecture: i386 ProcCmdline: /usr/bin/python /usr/lib/deskbar-applet/deskbar-applet --oaf-activate-iid=OAFIID:Deskbar_Applet_Factory --oaf-ior-fd=45 ProcCwd: /home/ms ProcEnviron: PATH=/home/ms/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games LANG=de_DE.UTF-8 SHELL=/bin/bash PythonArgs: ['/usr/lib/deskbar-applet/deskbar-applet', '--oaf-activate-iid=OAFIID:Deskbar_Applet_Factory', '--oaf-ior-fd=45'] SourcePackage: deskbar-applet Title: deskbar-applet crashed with AttributeError in query() Uname: Linux elaste 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 i686 GNU/Linux
Created attachment 107548 [details] [review] Patch that checks for initialized epiphany history. I am not sure how it is possible that deskbar can query this module before it is completly initialized? This is possibly a bug too.
Yes, that error shouldn't happen. I have to investigate this problem. What epiphany modules do have enabled?
The same crash happens in a newer version with the tomboy plugin. Traceback (most recent call last):
+ Trace 193197
if tomboy().FindNote(case) == '':
(In reply to comment #2) > Yes, that error shouldn't happen. I have to investigate this problem. > > What epiphany modules do have enabled? > Only chronic and bookmark. Search engines not.
The problem you mentioned in comment 3 is not related to this one at all. Please file a new bug for this one. I try to reproduce the epiphany bug in the meantime.
Can you still reproduce this bug with the latest version?
I do not know because I didn't use it any longer. But the patch I attached previously fixed my problem.
If the bug is still reproduceable without the patch with latest version, I'm going to commit the patch, but I need someone to report if it's reproduceable.
*** Bug 552941 has been marked as a duplicate of this bug. ***
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!