After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 348164 - account_search_activated/cleared signals cause segfault
account_search_activated/cleared signals cause segfault
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Mailer
2.8.x (obsolete)
Other Linux
: High critical
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
: 348296 348866 349512 441886 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-07-20 18:32 UTC by Alessandro Decina
Modified: 2013-09-13 00:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix (1.40 KB, patch)
2006-07-20 18:42 UTC, Alessandro Decina
reviewed Details | Review
Fix with ChangeLog (2.00 KB, patch)
2006-07-26 15:04 UTC, Alessandro Decina
committed Details | Review

Description Alessandro Decina 2006-07-20 18:32:28 UTC
Program received signal SIGSEGV, Segmentation fault.

Thread 805595344 (LWP 21026)

  • #0 strlen
    from /lib/libc.so.6
  • #1 IA__g_strdup
    at gstrfuncs.c line 90
  • #2 value_collect_string
    at gvaluetypes.c line 286
  • #3 IA__g_signal_emit_valist
    at gsignal.c line 2172
  • #4 IA__g_signal_emit
    at gsignal.c line 2241
  • #5 emfb_search_search_activated
    at em-folder-browser.c line 976

Comment 1 Alessandro Decina 2006-07-20 18:42:52 UTC
Created attachment 69268 [details] [review]
Fix

Remove the unneeded G_TYPE_STRING parameter from EMFolderBrowser's account_search_activated and account_search_cleared signals.
Comment 2 Alessandro Decina 2006-07-20 19:32:20 UTC
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).
Comment 3 André Klapper 2006-07-21 01:21:29 UTC
would like to hear a comment from jony
Comment 4 Daniel Holbach 2006-07-26 08:45:55 UTC
Reported as https://launchpad.net/products/evolution/+bug/53869 - would be nice to hear some comments about the patch.
Comment 5 Johnny Jacob 2006-07-26 09:43:29 UTC
Thanks for pointing it out. Patch is good. Please attach the patch with a Changelog. :-). TIA.
Comment 6 Alessandro Decina 2006-07-26 15:04:08 UTC
Created attachment 69671 [details] [review]
Fix with ChangeLog
Comment 7 Karsten Bräckelmann 2006-08-01 13:31:38 UTC
*** Bug 349512 has been marked as a duplicate of this bug. ***
Comment 8 Karsten Bräckelmann 2006-08-01 13:33:27 UTC
Confirming as per duplicate. Adjusting Priority and Severity for crasher.
Comment 9 Johnny Jacob 2006-08-01 13:36:33 UTC
good to commit.
Comment 10 André Klapper 2006-08-01 20:29:41 UTC
*** Bug 348866 has been marked as a duplicate of this bug. ***
Comment 11 André Klapper 2006-08-01 20:29:49 UTC
*** Bug 348296 has been marked as a duplicate of this bug. ***
Comment 12 Srinivasa Ragavan 2006-08-02 04:43:15 UTC
Committed to HEAD. Thanks for the patch.
Comment 13 palfrey 2007-05-30 12:52:21 UTC
*** Bug 441886 has been marked as a duplicate of this bug. ***