Version-Release number of selected component: evolution-3.12.8-1.fc21 Additional info: reporter: libreport-2.3.0 backtrace_rating: 4 cmdline: evolution mailto:?attach=file:///home/gajendra/Desktop/Software%20Testing%20File.pdf crash_function: camel_stream_buffer_gets executable: /usr/bin/evolution kernel: 3.17.3-300.fc21.x86_64 runlevel: N 5 type: CCpp uid: 1000 Truncated backtrace: Thread no. 1 (8 frames) #0 camel_stream_buffer_gets at camel-stream-buffer.c:438 #1 camel_stream_buffer_read_line at camel-stream-buffer.c:499 #2 smtp_mail at camel-smtp-transport.c:1366 #3 smtp_transport_send_to_sync at camel-smtp-transport.c:766 #4 transport_send_to_thread at camel-transport.c:148 #5 service_task_thread at camel-service.c:364 #6 g_task_thread_pool_thread at gtask.c:1215 #8 g_thread_proxy at gthread.c:764
Created attachment 958249 [details] File: backtrace
Created attachment 958250 [details] File: cgroup
Created attachment 958251 [details] File: core_backtrace
Created attachment 958252 [details] File: dso_list
Created attachment 958253 [details] File: environ
Created attachment 958254 [details] File: exploitable
Created attachment 958255 [details] File: limits
Created attachment 958256 [details] File: maps
Created attachment 958257 [details] File: open_fds
Created attachment 958258 [details] File: proc_pid_status
Created attachment 958259 [details] File: var_log_messages
Thanks for a bug report. I moved this upstream as [1]. Please see [1] for any further updates. If possible, please CC yourself there, in case upstream developers will have additional questions. [1] https://bugzilla.gnome.org/show_bug.cgi?id=740297
This looks like a memory corruption, the function doesn't check for a pointer validity, thus it accessed a private member which is out of range (the other is, the one where it crashed was a deference of NULL). I do not know what to look at, unless a reproducer would be found. A similar bug, in a sense of "after sending a message" is described at bug #1158055.
*** Bug 1169615 has been marked as a duplicate of this bug. ***