GNOME Bugzilla – Bug 348164
account_search_activated/cleared signals cause segfault
Last modified: 2013-09-13 00:52:48 UTC
Program received signal SIGSEGV, Segmentation fault.
+ Trace 69480
Thread 805595344 (LWP 21026)
Created attachment 69268 [details] [review] Fix Remove the unneeded G_TYPE_STRING parameter from EMFolderBrowser's account_search_activated and account_search_cleared signals.
The bug can be reproduced by entering some text in the search bar and then clicking the clear icon. It also happens randomly at startup, when account_search_cleared is emitted. It causes a segfault depending on the value collected by value_collect_string (0x64000000 in the attached backtrace).
would like to hear a comment from jony
Reported as https://launchpad.net/products/evolution/+bug/53869 - would be nice to hear some comments about the patch.
Thanks for pointing it out. Patch is good. Please attach the patch with a Changelog. :-). TIA.
Created attachment 69671 [details] [review] Fix with ChangeLog
*** Bug 349512 has been marked as a duplicate of this bug. ***
Confirming as per duplicate. Adjusting Priority and Severity for crasher.
good to commit.
*** Bug 348866 has been marked as a duplicate of this bug. ***
*** Bug 348296 has been marked as a duplicate of this bug. ***
Committed to HEAD. Thanks for the patch.
*** Bug 441886 has been marked as a duplicate of this bug. ***