GNOME Bugzilla – Bug 474131
crash in Deskbar: Deskbar search applet --...
Last modified: 2010-05-18 01:49:26 UTC
What were you doing when the application crashed? Deskbar search applet -- I had recently used it for several successful searches, then changed the configuration to allow tracker searches. On the next search, it crashed. Distribution: Ubuntu 7.10 (gutsy) Gnome Release: 2.19.92 2007-09-04 (Ubuntu) BugBuddy Version: 2.18.1 System: Linux 2.6.22-10-generic #1 SMP Wed Aug 22 07:42:05 GMT 2007 x86_64 X Vendor: The X.Org Foundation X Vendor Release: 10300000 Selinux: No Accessibility: Disabled GTK+ Theme: Human Icon Theme: Human Memory status: size: 0 vsize: 0 resident: 0 share: 0 rss: 0 rss_rlim: 0 CPU usage: start_time: 0 rtime: 0 utime: 0 stime: 0 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 0 ----------- .xsession-errors (2470 sec old) --------------------- ** (trackerd:6248): CRITICAL **: scan_directory: assertion `tracker_is_directory (uri)' failed ** (trackerd:6248): CRITICAL **: scan_directory: assertion `tracker_is_directory (uri)' failed ** (trackerd:6248): CRITICAL **: scan_directory: assertion `tracker_is_directory (uri)' failed ** (trackerd:6248): CRITICAL **: scan_directory: assertion `tracker_is_directory (uri)' failed ** (trackerd:6248): CRITICAL **: scan_directory: assertion `tracker_is_directory (uri)' failed ** (trackerd:6248): CRITICAL **: scan_directory: assertion `tracker_is_directory (uri)' failed ** (trackerd:6248): CRITICAL **: scan_directory: assertion `tracker_is_directory (uri)' failed /bin/sh: /usr/bin/esd: not found -------------------------------------------------- Traceback (most recent call last):
+ Trace 160804
reply_handler(*message.get_args_list(**get_args_opts))
reply_handler = lambda hits: self.recieve_hits(qstring, hits, max),
matches.append(TrackerLiveSearchMatch (output))
self.add_all_actions (get_actions_for_uri(result['uri']))
mime = gnomevfs.get_mime_type(uri)
*** Bug 474846 has been marked as a duplicate of this bug. ***
*** Bug 474856 has been marked as a duplicate of this bug. ***
*** Bug 474863 has been marked as a duplicate of this bug. ***
*** Bug 474963 has been marked as a duplicate of this bug. ***
*** Bug 475253 has been marked as a duplicate of this bug. ***
*** Bug 475254 has been marked as a duplicate of this bug. ***
*** Bug 475340 has been marked as a duplicate of this bug. ***
*** Bug 475549 has been marked as a duplicate of this bug. ***
*** Bug 475584 has been marked as a duplicate of this bug. ***
The bug appears when a file is returned that doesn't exist anymore. Despite the fact that tracker should take that into account and don't return such files. I added a check to ActionFactory.py of the given file exists and is readable. Therefore, this particular bug doesn't appear anymore. However, the tracker folks should take a look at this problem, too.
http://svn.gnome.org/viewcvs/deskbar-applet/trunk/deskbar/handlers/actions/ActionsFactory.py?r1=1655&r2=1654 sebastian: so this is fixed (from a gnome-blocker target point of view) and should be moved and reassigned to the tracker folks?
Should have pointed that out more clearly. Yes, please reassign the issue to the tracker folks. Thanks.
Created attachment 95342 [details] [review] Fix uncought exception when result file is missing This patch catches the exception when the result file isn't existing anymore. As this is a legal scenario from an indexers perspective this patch should be sufficient. Cheers, Marcus
That patch won't work, because the patch I committed to Deskbar-Applet causes get_actions_for_uri to return an empty list if the file doesn't exist or isn't readable. Therefore, the exception you're hoping for doesn't appear anymore. Best is to check if the file exists before calling get_actions_for_uri.
(In reply to comment #14) > That patch won't work, because the patch I committed to Deskbar-Applet causes > get_actions_for_uri to return an empty list if the file doesn't exist or isn't > readable. Therefore, the exception you're hoping for doesn't appear anymore. > Best is to check if the file exists before calling get_actions_for_uri. > OK, thought there would be a patch but thought it wasnt getting in so fast ;) Anyway than this patch should not be applied and the old code will be safe as an empty list to add_all_actions isn't going to hurt... Cheers, Marcus PS: I am not hoping to catch exceptions, I might just happen to catch them :P
fixed in svn
*** Bug 475605 has been marked as a duplicate of this bug. ***
*** Bug 475606 has been marked as a duplicate of this bug. ***
*** Bug 475759 has been marked as a duplicate of this bug. ***
*** Bug 476036 has been marked as a duplicate of this bug. ***
*** Bug 476126 has been marked as a duplicate of this bug. ***
*** Bug 476133 has been marked as a duplicate of this bug. ***
*** Bug 476134 has been marked as a duplicate of this bug. ***
*** Bug 476909 has been marked as a duplicate of this bug. ***
*** Bug 477143 has been marked as a duplicate of this bug. ***
*** Bug 477144 has been marked as a duplicate of this bug. ***
*** Bug 477158 has been marked as a duplicate of this bug. ***
*** Bug 477711 has been marked as a duplicate of this bug. ***
*** Bug 478051 has been marked as a duplicate of this bug. ***
*** Bug 478052 has been marked as a duplicate of this bug. ***
*** Bug 478209 has been marked as a duplicate of this bug. ***
*** Bug 478249 has been marked as a duplicate of this bug. ***
*** Bug 478267 has been marked as a duplicate of this bug. ***
*** Bug 478326 has been marked as a duplicate of this bug. ***
*** Bug 478432 has been marked as a duplicate of this bug. ***
*** Bug 478934 has been marked as a duplicate of this bug. ***
*** Bug 478935 has been marked as a duplicate of this bug. ***
*** Bug 479284 has been marked as a duplicate of this bug. ***
*** Bug 479361 has been marked as a duplicate of this bug. ***
*** Bug 479738 has been marked as a duplicate of this bug. ***
*** Bug 479805 has been marked as a duplicate of this bug. ***
*** Bug 479879 has been marked as a duplicate of this bug. ***
*** Bug 480041 has been marked as a duplicate of this bug. ***
*** Bug 480409 has been marked as a duplicate of this bug. ***
*** Bug 480410 has been marked as a duplicate of this bug. ***
*** Bug 480587 has been marked as a duplicate of this bug. ***
*** Bug 481015 has been marked as a duplicate of this bug. ***
*** Bug 481098 has been marked as a duplicate of this bug. ***
*** Bug 481250 has been marked as a duplicate of this bug. ***
*** Bug 481391 has been marked as a duplicate of this bug. ***
*** Bug 481392 has been marked as a duplicate of this bug. ***
*** Bug 481393 has been marked as a duplicate of this bug. ***
*** Bug 481394 has been marked as a duplicate of this bug. ***
*** Bug 481483 has been marked as a duplicate of this bug. ***
*** Bug 481546 has been marked as a duplicate of this bug. ***
*** Bug 481701 has been marked as a duplicate of this bug. ***
*** Bug 481737 has been marked as a duplicate of this bug. ***
*** Bug 482096 has been marked as a duplicate of this bug. ***
*** Bug 482109 has been marked as a duplicate of this bug. ***
*** Bug 482145 has been marked as a duplicate of this bug. ***
*** Bug 482325 has been marked as a duplicate of this bug. ***
*** Bug 482412 has been marked as a duplicate of this bug. ***
*** Bug 482452 has been marked as a duplicate of this bug. ***
*** Bug 482911 has been marked as a duplicate of this bug. ***
*** Bug 483401 has been marked as a duplicate of this bug. ***
*** Bug 483501 has been marked as a duplicate of this bug. ***
*** Bug 483739 has been marked as a duplicate of this bug. ***
*** Bug 483740 has been marked as a duplicate of this bug. ***
*** Bug 483885 has been marked as a duplicate of this bug. ***
*** Bug 483938 has been marked as a duplicate of this bug. ***
*** Bug 483940 has been marked as a duplicate of this bug. ***
*** Bug 484236 has been marked as a duplicate of this bug. ***
*** Bug 484237 has been marked as a duplicate of this bug. ***
*** Bug 484238 has been marked as a duplicate of this bug. ***
*** Bug 484270 has been marked as a duplicate of this bug. ***
*** Bug 484288 has been marked as a duplicate of this bug. ***
*** Bug 484346 has been marked as a duplicate of this bug. ***
*** Bug 484410 has been marked as a duplicate of this bug. ***
*** Bug 484496 has been marked as a duplicate of this bug. ***
*** Bug 484639 has been marked as a duplicate of this bug. ***
*** Bug 484712 has been marked as a duplicate of this bug. ***
*** Bug 484827 has been marked as a duplicate of this bug. ***
*** Bug 484828 has been marked as a duplicate of this bug. ***
*** Bug 484890 has been marked as a duplicate of this bug. ***
*** Bug 484910 has been marked as a duplicate of this bug. ***
*** Bug 484936 has been marked as a duplicate of this bug. ***
*** Bug 484997 has been marked as a duplicate of this bug. ***
*** Bug 485060 has been marked as a duplicate of this bug. ***
*** Bug 485045 has been marked as a duplicate of this bug. ***
*** Bug 485187 has been marked as a duplicate of this bug. ***
*** Bug 485188 has been marked as a duplicate of this bug. ***
*** Bug 485189 has been marked as a duplicate of this bug. ***
*** Bug 485190 has been marked as a duplicate of this bug. ***
*** Bug 485191 has been marked as a duplicate of this bug. ***
*** Bug 485192 has been marked as a duplicate of this bug. ***
*** Bug 485206 has been marked as a duplicate of this bug. ***
*** Bug 485599 has been marked as a duplicate of this bug. ***
*** Bug 485611 has been marked as a duplicate of this bug. ***
*** Bug 485613 has been marked as a duplicate of this bug. ***
*** Bug 485674 has been marked as a duplicate of this bug. ***
*** Bug 485726 has been marked as a duplicate of this bug. ***
*** Bug 485763 has been marked as a duplicate of this bug. ***
*** Bug 485768 has been marked as a duplicate of this bug. ***
*** Bug 485769 has been marked as a duplicate of this bug. ***
*** Bug 485871 has been marked as a duplicate of this bug. ***
*** Bug 485872 has been marked as a duplicate of this bug. ***
*** Bug 485873 has been marked as a duplicate of this bug. ***
*** Bug 485878 has been marked as a duplicate of this bug. ***
*** Bug 485881 has been marked as a duplicate of this bug. ***
*** Bug 485932 has been marked as a duplicate of this bug. ***
*** Bug 485950 has been marked as a duplicate of this bug. ***
*** Bug 485958 has been marked as a duplicate of this bug. ***
*** Bug 485992 has been marked as a duplicate of this bug. ***
*** Bug 485982 has been marked as a duplicate of this bug. ***
*** Bug 486103 has been marked as a duplicate of this bug. ***
*** Bug 486143 has been marked as a duplicate of this bug. ***
*** Bug 486144 has been marked as a duplicate of this bug. ***
*** Bug 486200 has been marked as a duplicate of this bug. ***
*** Bug 486226 has been marked as a duplicate of this bug. ***
*** Bug 486260 has been marked as a duplicate of this bug. ***
*** Bug 486261 has been marked as a duplicate of this bug. ***
*** Bug 486274 has been marked as a duplicate of this bug. ***
*** Bug 486277 has been marked as a duplicate of this bug. ***
*** Bug 486399 has been marked as a duplicate of this bug. ***
*** Bug 486455 has been marked as a duplicate of this bug. ***
*** Bug 486507 has been marked as a duplicate of this bug. ***
*** Bug 486530 has been marked as a duplicate of this bug. ***
*** Bug 486531 has been marked as a duplicate of this bug. ***
*** Bug 486593 has been marked as a duplicate of this bug. ***
*** Bug 486704 has been marked as a duplicate of this bug. ***
*** Bug 486686 has been marked as a duplicate of this bug. ***
*** Bug 486679 has been marked as a duplicate of this bug. ***
*** Bug 486770 has been marked as a duplicate of this bug. ***
*** Bug 486858 has been marked as a duplicate of this bug. ***
*** Bug 486960 has been marked as a duplicate of this bug. ***
*** Bug 486947 has been marked as a duplicate of this bug. ***
*** Bug 486992 has been marked as a duplicate of this bug. ***
*** Bug 486994 has been marked as a duplicate of this bug. ***
*** Bug 487010 has been marked as a duplicate of this bug. ***
*** Bug 487070 has been marked as a duplicate of this bug. ***
*** Bug 487073 has been marked as a duplicate of this bug. ***
*** Bug 487196 has been marked as a duplicate of this bug. ***
*** Bug 487248 has been marked as a duplicate of this bug. ***
*** Bug 487249 has been marked as a duplicate of this bug. ***
*** Bug 487251 has been marked as a duplicate of this bug. ***
*** Bug 487256 has been marked as a duplicate of this bug. ***
*** Bug 487650 has been marked as a duplicate of this bug. ***
*** Bug 487649 has been marked as a duplicate of this bug. ***
*** Bug 487639 has been marked as a duplicate of this bug. ***
*** Bug 487599 has been marked as a duplicate of this bug. ***
*** Bug 487598 has been marked as a duplicate of this bug. ***
*** Bug 487508 has been marked as a duplicate of this bug. ***
*** Bug 487509 has been marked as a duplicate of this bug. ***
*** Bug 487517 has been marked as a duplicate of this bug. ***
*** Bug 487710 has been marked as a duplicate of this bug. ***
*** Bug 487711 has been marked as a duplicate of this bug. ***
*** Bug 487724 has been marked as a duplicate of this bug. ***
*** Bug 487725 has been marked as a duplicate of this bug. ***
*** Bug 487728 has been marked as a duplicate of this bug. ***
*** Bug 487815 has been marked as a duplicate of this bug. ***
*** Bug 487853 has been marked as a duplicate of this bug. ***
*** Bug 487914 has been marked as a duplicate of this bug. ***
*** Bug 487915 has been marked as a duplicate of this bug. ***
*** Bug 487903 has been marked as a duplicate of this bug. ***
*** Bug 487940 has been marked as a duplicate of this bug. ***
*** Bug 487947 has been marked as a duplicate of this bug. ***
*** Bug 487950 has been marked as a duplicate of this bug. ***
*** Bug 487958 has been marked as a duplicate of this bug. ***
*** Bug 487989 has been marked as a duplicate of this bug. ***
*** Bug 487990 has been marked as a duplicate of this bug. ***
*** Bug 488020 has been marked as a duplicate of this bug. ***
*** Bug 488028 has been marked as a duplicate of this bug. ***
*** Bug 488029 has been marked as a duplicate of this bug. ***
*** Bug 488031 has been marked as a duplicate of this bug. ***
*** Bug 488092 has been marked as a duplicate of this bug. ***
*** Bug 488120 has been marked as a duplicate of this bug. ***
*** Bug 488115 has been marked as a duplicate of this bug. ***
*** Bug 488123 has been marked as a duplicate of this bug. ***
*** Bug 488164 has been marked as a duplicate of this bug. ***
*** Bug 488134 has been marked as a duplicate of this bug. ***
*** Bug 488133 has been marked as a duplicate of this bug. ***
*** Bug 488132 has been marked as a duplicate of this bug. ***
*** Bug 488197 has been marked as a duplicate of this bug. ***
*** Bug 488248 has been marked as a duplicate of this bug. ***
*** Bug 488250 has been marked as a duplicate of this bug. ***
*** Bug 488263 has been marked as a duplicate of this bug. ***
*** Bug 488265 has been marked as a duplicate of this bug. ***
*** Bug 488289 has been marked as a duplicate of this bug. ***
*** Bug 488316 has been marked as a duplicate of this bug. ***
*** Bug 488342 has been marked as a duplicate of this bug. ***
*** Bug 488362 has been marked as a duplicate of this bug. ***
*** Bug 488361 has been marked as a duplicate of this bug. ***
*** Bug 488377 has been marked as a duplicate of this bug. ***
*** Bug 488389 has been marked as a duplicate of this bug. ***
*** Bug 488396 has been marked as a duplicate of this bug. ***
*** Bug 488398 has been marked as a duplicate of this bug. ***
*** Bug 488401 has been marked as a duplicate of this bug. ***
*** Bug 488402 has been marked as a duplicate of this bug. ***
*** Bug 488403 has been marked as a duplicate of this bug. ***
*** Bug 488438 has been marked as a duplicate of this bug. ***
*** Bug 488440 has been marked as a duplicate of this bug. ***
*** Bug 488441 has been marked as a duplicate of this bug. ***
*** Bug 488442 has been marked as a duplicate of this bug. ***
*** Bug 488450 has been marked as a duplicate of this bug. ***
*** Bug 488454 has been marked as a duplicate of this bug. ***
*** Bug 488479 has been marked as a duplicate of this bug. ***
*** Bug 488486 has been marked as a duplicate of this bug. ***
*** Bug 488499 has been marked as a duplicate of this bug. ***
*** Bug 488504 has been marked as a duplicate of this bug. ***
*** Bug 488511 has been marked as a duplicate of this bug. ***
*** Bug 488512 has been marked as a duplicate of this bug. ***
*** Bug 488513 has been marked as a duplicate of this bug. ***
*** Bug 488518 has been marked as a duplicate of this bug. ***
*** Bug 488520 has been marked as a duplicate of this bug. ***
*** Bug 488536 has been marked as a duplicate of this bug. ***
*** Bug 488595 has been marked as a duplicate of this bug. ***
*** Bug 488660 has been marked as a duplicate of this bug. ***
*** Bug 488667 has been marked as a duplicate of this bug. ***
*** Bug 488725 has been marked as a duplicate of this bug. ***
*** Bug 488723 has been marked as a duplicate of this bug. ***
*** Bug 488704 has been marked as a duplicate of this bug. ***
*** Bug 488697 has been marked as a duplicate of this bug. ***
*** Bug 488678 has been marked as a duplicate of this bug. ***
*** Bug 488755 has been marked as a duplicate of this bug. ***
*** Bug 488752 has been marked as a duplicate of this bug. ***
*** Bug 488743 has been marked as a duplicate of this bug. ***
*** Bug 488742 has been marked as a duplicate of this bug. ***
*** Bug 488740 has been marked as a duplicate of this bug. ***
*** Bug 488794 has been marked as a duplicate of this bug. ***
*** Bug 488767 has been marked as a duplicate of this bug. ***
*** Bug 488759 has been marked as a duplicate of this bug. ***
*** Bug 488889 has been marked as a duplicate of this bug. ***
*** Bug 488929 has been marked as a duplicate of this bug. ***
*** Bug 488966 has been marked as a duplicate of this bug. ***
*** Bug 488967 has been marked as a duplicate of this bug. ***
*** Bug 489005 has been marked as a duplicate of this bug. ***
*** Bug 488990 has been marked as a duplicate of this bug. ***
*** Bug 489064 has been marked as a duplicate of this bug. ***
*** Bug 489094 has been marked as a duplicate of this bug. ***
*** Bug 489102 has been marked as a duplicate of this bug. ***
*** Bug 489111 has been marked as a duplicate of this bug. ***
*** Bug 489139 has been marked as a duplicate of this bug. ***
*** Bug 489142 has been marked as a duplicate of this bug. ***
*** Bug 489147 has been marked as a duplicate of this bug. ***
*** Bug 489155 has been marked as a duplicate of this bug. ***
*** Bug 489163 has been marked as a duplicate of this bug. ***
*** Bug 489192 has been marked as a duplicate of this bug. ***
*** Bug 489209 has been marked as a duplicate of this bug. ***
*** Bug 489219 has been marked as a duplicate of this bug. ***
*** Bug 489220 has been marked as a duplicate of this bug. ***
*** Bug 489221 has been marked as a duplicate of this bug. ***
*** Bug 489225 has been marked as a duplicate of this bug. ***
*** Bug 489233 has been marked as a duplicate of this bug. ***
*** Bug 489235 has been marked as a duplicate of this bug. ***
*** Bug 489244 has been marked as a duplicate of this bug. ***
*** Bug 489246 has been marked as a duplicate of this bug. ***
*** Bug 489266 has been marked as a duplicate of this bug. ***
*** Bug 489271 has been marked as a duplicate of this bug. ***
*** Bug 489282 has been marked as a duplicate of this bug. ***
*** Bug 489329 has been marked as a duplicate of this bug. ***
*** Bug 489311 has been marked as a duplicate of this bug. ***
*** Bug 489388 has been marked as a duplicate of this bug. ***
*** Bug 489398 has been marked as a duplicate of this bug. ***
*** Bug 489401 has been marked as a duplicate of this bug. ***
*** Bug 489407 has been marked as a duplicate of this bug. ***
*** Bug 489417 has been marked as a duplicate of this bug. ***
*** Bug 489450 has been marked as a duplicate of this bug. ***
*** Bug 489472 has been marked as a duplicate of this bug. ***
*** Bug 489488 has been marked as a duplicate of this bug. ***
*** Bug 489515 has been marked as a duplicate of this bug. ***
*** Bug 489551 has been marked as a duplicate of this bug. ***
*** Bug 489544 has been marked as a duplicate of this bug. ***
*** Bug 489543 has been marked as a duplicate of this bug. ***
*** Bug 489086 has been marked as a duplicate of this bug. ***
*** Bug 489749 has been marked as a duplicate of this bug. ***
Hello, I've just had the same issue with Deskbar crashing in Ubuntu 7.10 Gutsy. Synaptic shows that I already have tracker 0.6.3-0ubuntu3 installed, which is apparently the latest version available. The related packages (libdeskbar-tracker, libtrackerclient0, libtracker-gtk0, and tracker-search-tool) are also installed and have the same version, 0.6.3-0ubuntu3. But the automated bug report was rejected with the comment (by e-mail): "This is a bug in tracker versions before 0.6.3 (causing deskbar-applet to crash). Please ask your distribution for an upgrade to tracker 0.6.3 (or newer)." What am I missing? Should I still post the detailed bug report here manually? Thanks in advance for clarifying the process.
ohbother01: thanks a lot for the comment! jamie told me on irc that the "original" bug 474131 would have been fixed for tracker 0.6.1, and <jamiemcc> I think its a new bug that was recently fixed <jamiemcc> but somehow got mixed in with the old one <jamiemcc> the latest deskbar in svn has full exception handling so should never crash now (me hopes!) <jamiemcc> will release this weekend
*** Bug 490106 has been marked as a duplicate of this bug. ***
*** Bug 490313 has been marked as a duplicate of this bug. ***
I have the same bug on Ubuntu 7.10 with tracker 0.6.3. It happens almost allways.
*** Bug 491125 has been marked as a duplicate of this bug. ***
*** Bug 491126 has been marked as a duplicate of this bug. ***
*** Bug 491333 has been marked as a duplicate of this bug. ***
*** Bug 492345 has been marked as a duplicate of this bug. ***
*** Bug 492605 has been marked as a duplicate of this bug. ***
*** Bug 492717 has been marked as a duplicate of this bug. ***
*** Bug 492715 has been marked as a duplicate of this bug. ***
*** Bug 493332 has been marked as a duplicate of this bug. ***
*** Bug 493922 has been marked as a duplicate of this bug. ***
*** Bug 495651 has been marked as a duplicate of this bug. ***
*** Bug 496029 has been marked as a duplicate of this bug. ***
*** Bug 496786 has been marked as a duplicate of this bug. ***
*** Bug 497497 has been marked as a duplicate of this bug. ***
*** Bug 498026 has been marked as a duplicate of this bug. ***
*** Bug 498231 has been marked as a duplicate of this bug. ***
*** Bug 498855 has been marked as a duplicate of this bug. ***
*** Bug 499525 has been marked as a duplicate of this bug. ***
*** Bug 500247 has been marked as a duplicate of this bug. ***
*** Bug 500384 has been marked as a duplicate of this bug. ***
I use tracker version 0.6.3 and have the same bug. Guess it's not fixed !
reporters may be intersted in comment 277, because it is like always: the next tracker release gets announced for "next weekend" and then it takes at least two months, so the crashers remain unfixed. tracker users may draw conclusions themselves, if they are annoyed by this behaviour. reopening the bug report, 614 rejected traces so far.
OK, tracker 0.6.4 is out wich fixes this one. Cheers, Marcus
*** Bug 502950 has been marked as a duplicate of this bug. ***
*** Bug 502949 has been marked as a duplicate of this bug. ***
*** Bug 502679 has been marked as a duplicate of this bug. ***
*** Bug 502518 has been marked as a duplicate of this bug. ***
*** Bug 503891 has been marked as a duplicate of this bug. ***
*** Bug 504777 has been marked as a duplicate of this bug. ***
*** Bug 506688 has been marked as a duplicate of this bug. ***
*** Bug 508578 has been marked as a duplicate of this bug. ***
*** Bug 509435 has been marked as a duplicate of this bug. ***
*** Bug 534944 has been marked as a duplicate of this bug. ***
Moving "Indexer" component bugs to "General" since "Indexer" refers to the old 0.6 architecture