GNOME Bugzilla – Bug 578825
Crash during search due to treating GiggleAuthor* pointer as string
Last modified: 2010-02-26 04:09:54 UTC
Patch following.
Created attachment 132589 [details] [review] stop crashing by comparing strings with strings Also the patch adds searching in "short-log" and moves the full log search to full_search, i.e. default search only looks into chached data, full_search is much slower due to it's git interaction.
Created attachment 132590 [details] [review] better version by intializing value on stack avoids: (giggle:11219): GLib-GObject-WARNING **: gvalue.c:185: cannot initialize GValue with type `GiggleAuthor', the value has already been initialized as `(null)'
*** This bug has been marked as a duplicate of bug 572155 ***
Sorry Hans, I didn't see that you already fixed this bug here. I already commit a patch for this issue, you can take a look to the commit in the other bug. Please, comment if you think your solution is better. Thank you