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 546415 - crashed in imap_body_contains()
crashed in imap_body_contains()
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Mailer
2.24.x (obsolete)
Other Linux
: Normal critical
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
Depends on:
Blocks: 543389
 
 
Reported: 2008-08-05 14:10 UTC by Sebastien Bacher
Modified: 2013-09-13 01:01 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24


Attachments
try this patch (1.95 KB, patch)
2008-08-05 14:21 UTC, Srinivasa Ragavan
none Details | Review

Description Sebastien Bacher 2008-08-05 14:10:46 UTC
evolution 2.23.6 crashed while doing a search in an imap box

"#0  0xb6923acb in ?? () from /lib/tls/i686/cmov/libc.so.6
  • #1 strtoul
    from /lib/tls/i686/cmov/libc.so.6
  • #2 imap_body_contains
    at camel-imap-search.c line 473
  • #3 e_sexp_term_eval
    at e-sexp.c line 718
  • #4 term_eval_or
    at e-sexp.c line 320
  • #5 e_sexp_term_eval
    at e-sexp.c line 708
  • #6 term_eval_and
    at e-sexp.c line 258
  • #7 e_sexp_term_eval
    at e-sexp.c line 708
  • #8 term_eval_and
    at e-sexp.c line 258
  • #9 e_sexp_term_eval
    at e-sexp.c line 708
  • #10 e_sexp_eval
    at e-sexp.c line 1320
  • #11 camel_folder_search_search
  • #12 imap_search_by_expression
  • #13 camel_folder_search_by_expression
  • #14 regen_list_exec
    at message-list.c line 3942
  • #15 mail_msg_proxy
    at mail-mt.c line 523
  • #16 g_thread_pool_thread_proxy
    at glib2.0/glib2.0-2.17.6/glib/gthreadpool.c line 265
  • #17 g_thread_create_proxy
    at glib2.0/glib2.0-2.17.6/glib/gthread.c line 635
  • #18 start_thread
    from /lib/tls/i686/cmov/libpthread.so.0
  • #19 clone
    from /lib/tls/i686/cmov/libc.so.6"


it now crashes as soon as it starts
Comment 1 Srinivasa Ragavan 2008-08-05 14:21:18 UTC
Created attachment 115905 [details] [review]
try this patch

This should fix it.
Comment 2 Sebastien Bacher 2008-08-05 15:14:39 UTC
confirming that the change fixes the crash
Comment 3 Srinivasa Ragavan 2008-08-05 16:32:37 UTC
Fixed.