GNOME Bugzilla – Bug 651135
Crash using saved search with an empty expression
Last modified: 2011-05-26 11:51:24 UTC
Moving this from a downstream bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=707713 Steps: a) go to contacts b) create a new Search by Search->Edit saved searches->Add c) make it "Expression" and keep the expression itself empty d) save the search e) Search->that-new-search Evolution crashes when selecting this search in e).
+ Trace 227266
Thread 1 (Thread 0xb7821880 (LWP 22559))
Created attachment 188657 [details] [review] evo patch for evolution; I can reproduce this too, on a git master. There was a warning on the console too: > libebook-WARNING **: conversion to EBookQuery failed This patch prevents crash by ignoring such "broken" queries. The UI shows it's filtering, but this query has no effect on the view itself.
Created commit 1993a29 in evo master (3.1.2+) Created commit af08ff1 in evo gnome-3-0 (3.0.3+)