GNOME Bugzilla – Bug 544501
Evolution crashed :doing some opearations on draft
Last modified: 2013-09-13 00:59:13 UTC
Evolution 2.23.5 sexp is : [(match-all (not (system-flag "deleted")))] Something is returned in the top-level caller : [SELECT uid FROM 'Inbox' ] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0xb0892b90 (LWP 21432)] 0xb7ceaf7b in camel_sexp_to_sql (txt=0xb60a7f9c "(match-all (not (system-flag \"deleted\")))") at camel-search-sql.c:752 752 n1 = res->data; (gdb) t a a bt
+ Trace 203656
Thread 1 (Thread 0xb63806e0 (LWP 21390))
(gdb)
sexp is : [(match-all (not (system-flag "deleted")))] Something is returned in the top-level caller : [SELECT uid FROM 'Inbox' ] ==21571== ==21571== Thread 4: ==21571== Invalid read of size 4 ==21571== at 0x42A2F7B: camel_sexp_to_sql (camel-search-sql.c:752) ==21571== by 0x42854BB: camel_folder_search_search (camel-folder-search.c:508) ==21571== by 0xAD2B872: local_search_by_uids (camel-local-folder.c:600) ==21571== by 0x4292277: camel_folder_search_by_uids (camel-folder.c:1426) ==21571== by 0x42B70D5: vtrash_search_by_expression (camel-vtrash-folder.c:326) ==21571== by 0x4292300: camel_folder_search_by_expression (camel-folder.c:1385) ==21571== by 0x6762AE6: regen_list_exec (message-list.c:3939) ==21571== by 0x6753BD8: mail_msg_proxy (mail-mt.c:523) ==21571== by 0x5A12E35: g_thread_pool_thread_proxy (gthreadpool.c:265) ==21571== by 0x5A1179E: g_thread_create_proxy (gthread.c:635) ==21571== by 0x4F97174: start_thread (in /lib/libpthread-2.8.so) ==21571== by 0x5B52DCD: clone (in /lib/libc-2.8.so) ==21571== Address 0x0 is not stack'd, malloc'd or (recently) free'd ==21571== ==21571== Process terminating with default action of signal 11 (SIGSEGV) ==21571== Access not within mapped region at address 0x0 ==21571== at 0x42A2F7B: camel_sexp_to_sql (camel-search-sql.c:752) ==21571== by 0x42854BB: camel_folder_search_search (camel-folder-search.c:508) ==21571== by 0xAD2B872: local_search_by_uids (camel-local-folder.c:600) ==21571== by 0x4292277: camel_folder_search_by_uids (camel-folder.c:1426) ==21571== by 0x42B70D5: vtrash_search_by_expression (camel-vtrash-folder.c:326) ==21571== by 0x4292300: camel_folder_search_by_expression (camel-folder.c:1385) ==21571== by 0x6762AE6: regen_list_exec (message-list.c:3939) ==21571== by 0x6753BD8: mail_msg_proxy (mail-mt.c:523) ==21571== by 0x5A12E35: g_thread_pool_thread_proxy (gthreadpool.c:265) ==21571== by 0x5A1179E: g_thread_create_proxy (gthread.c:635) ==21571== by 0x4F97174: start_thread (in /lib/libpthread-2.8.so) ==21571== by 0x5B52DCD: clone (in /lib/libc-2.8.so)
Thx. So fixed in trunk.
*** Bug 544544 has been marked as a duplicate of this bug. ***