Well, I hope both issues are solved in deskbar-applet 2.20.1 :) But I
think this is a tracker problem. I had a closer look with gdb:

When I type a letter, it get down as "search_string" to 
tracker_db_search_text():
        array = tracker_parse_text_into_array (search_string);
The returned array is empty*, so when "query" is built up with
        for (pstr = array; *pstr; pstr++) {
                tracker_add_query_word (query, *pstr, WordNormal);      
query->words will be empty and calling tracker_indexer_get_hits(query) will 
complain.

*) Inside tracker_parse_text_into_array(), tracker_parse_text_to_string() with 
one letter just returns a space: 
 tracker_parse_text_to_string("d",1,0) -> " "
It seems like strings of 1 or 2 characters are stripped away.

I can just tell what's happening, I don't know if this is intended
behaviour.

-- 
trackerd [...] CRITICAL [...] assertion [...] failed
https://bugs.launchpad.net/bugs/155700
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to