Bug 1164795

Summary: [abrt] evolution: camel_stream_buffer_gets(): evolution killed by SIGSEGV
Product: [Fedora] Fedora Reporter: Gajendra S. Gusain <gajendra.gusain>
Component: evolutionAssignee: Milan Crha <mcrha>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 21CC: bugzilla, lucilanga, mbarnes, mcrha, nalimilan, tpopela
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/f18f33d82b2d1efc1cf43ae50dbf3a61b905283f
Whiteboard: abrt_hash:2c268b15a2a65b63e0587b4c82dd29360a0bd97d
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-11-18 05:23:20 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
File: backtrace
none
File: cgroup
none
File: core_backtrace
none
File: dso_list
none
File: environ
none
File: exploitable
none
File: limits
none
File: maps
none
File: open_fds
none
File: proc_pid_status
none
File: var_log_messages none

Description Gajendra S. Gusain 2014-11-17 14:40:51 UTC
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

Comment 1 Gajendra S. Gusain 2014-11-17 14:40:56 UTC
Created attachment 958249 [details]
File: backtrace

Comment 2 Gajendra S. Gusain 2014-11-17 14:40:57 UTC
Created attachment 958250 [details]
File: cgroup

Comment 3 Gajendra S. Gusain 2014-11-17 14:40:59 UTC
Created attachment 958251 [details]
File: core_backtrace

Comment 4 Gajendra S. Gusain 2014-11-17 14:41:01 UTC
Created attachment 958252 [details]
File: dso_list

Comment 5 Gajendra S. Gusain 2014-11-17 14:41:03 UTC
Created attachment 958253 [details]
File: environ

Comment 6 Gajendra S. Gusain 2014-11-17 14:41:04 UTC
Created attachment 958254 [details]
File: exploitable

Comment 7 Gajendra S. Gusain 2014-11-17 14:41:06 UTC
Created attachment 958255 [details]
File: limits

Comment 8 Gajendra S. Gusain 2014-11-17 14:41:09 UTC
Created attachment 958256 [details]
File: maps

Comment 9 Gajendra S. Gusain 2014-11-17 14:41:10 UTC
Created attachment 958257 [details]
File: open_fds

Comment 10 Gajendra S. Gusain 2014-11-17 14:41:12 UTC
Created attachment 958258 [details]
File: proc_pid_status

Comment 11 Gajendra S. Gusain 2014-11-17 14:41:14 UTC
Created attachment 958259 [details]
File: var_log_messages

Comment 12 Milan Crha 2014-11-18 05:23:20 UTC
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

Comment 13 Milan Crha 2014-11-18 14:40:00 UTC
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.

Comment 14 Milan Crha 2014-12-02 08:52:37 UTC
*** Bug 1169615 has been marked as a duplicate of this bug. ***