Bug 1259858

Summary: [abrt] Crash under e_mail_reader_destroy_menu_idle_cb()
Product: [Fedora] Fedora Reporter: Jeremy Rimpo <jrimpo>
Component: evolutionAssignee: Milan Crha <mcrha>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 23CC: bugzilla, lucilanga, mbarnes, mcrha, tpopela
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/ad30d3a273a7d6c79dda20ff31ebe186f9b354a3
Whiteboard: abrt_hash:2185a47bd1f332ddebf79e131b836cdb19b75c97
Fixed In Version: evolution-3.17.92 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-09-03 20:42:36 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: mountinfo
none
File: namespaces
none
File: open_fds
none
File: proc_pid_status
none
File: var_log_messages none

Description Jeremy Rimpo 2015-09-03 16:20:40 UTC
Description of problem:
When choosing to allow remote content from a whole email domain, evolution segfaults. The change is applied correctly and works upon restart.

Version-Release number of selected component:
evolution-3.17.90-1.fc23

Additional info:
reporter:       libreport-2.6.2
backtrace_rating: 4
cmdline:        /bin/evolution
crash_function: gtk_widget_destroy
executable:     /usr/bin/evolution
global_pid:     23902
kernel:         4.2.0-0.rc8.git0.1.fc23.x86_64
runlevel:       N 5
type:           CCpp
uid:            1000

Truncated backtrace:
Thread no. 1 (3 frames)
 #0 gtk_widget_destroy at gtkwidget.c:4804
 #1 e_mail_reader_destroy_menu_idle_cb at e-mail-reader.c:5140
 #6 gtk_main at gtkmain.c:1230

Comment 1 Jeremy Rimpo 2015-09-03 16:20:43 UTC
Created attachment 1069977 [details]
File: backtrace

Comment 2 Jeremy Rimpo 2015-09-03 16:20:44 UTC
Created attachment 1069978 [details]
File: cgroup

Comment 3 Jeremy Rimpo 2015-09-03 16:20:44 UTC
Created attachment 1069979 [details]
File: core_backtrace

Comment 4 Jeremy Rimpo 2015-09-03 16:20:45 UTC
Created attachment 1069980 [details]
File: dso_list

Comment 5 Jeremy Rimpo 2015-09-03 16:20:46 UTC
Created attachment 1069981 [details]
File: environ

Comment 6 Jeremy Rimpo 2015-09-03 16:20:47 UTC
Created attachment 1069982 [details]
File: exploitable

Comment 7 Jeremy Rimpo 2015-09-03 16:20:47 UTC
Created attachment 1069983 [details]
File: limits

Comment 8 Jeremy Rimpo 2015-09-03 16:20:48 UTC
Created attachment 1069984 [details]
File: maps

Comment 9 Jeremy Rimpo 2015-09-03 16:20:49 UTC
Created attachment 1069985 [details]
File: mountinfo

Comment 10 Jeremy Rimpo 2015-09-03 16:20:50 UTC
Created attachment 1069986 [details]
File: namespaces

Comment 11 Jeremy Rimpo 2015-09-03 16:20:50 UTC
Created attachment 1069987 [details]
File: open_fds

Comment 12 Jeremy Rimpo 2015-09-03 16:20:51 UTC
Created attachment 1069988 [details]
File: proc_pid_status

Comment 13 Jeremy Rimpo 2015-09-03 16:20:52 UTC
Created attachment 1069989 [details]
File: var_log_messages

Comment 14 Heiko Adams 2015-09-03 17:52:26 UTC
Another user experienced a similar problem:

Tried to add an adress to the remote-content whitelist

reporter:       libreport-2.6.2
backtrace_rating: 4
cmdline:        evolution
crash_function: gtk_widget_destroy
executable:     /usr/bin/evolution
global_pid:     17119
kernel:         4.2.0-1.fc23.x86_64
package:        evolution-3.17.90-1.fc23
reason:         evolution killed by SIGSEGV
runlevel:       N 5
type:           CCpp
uid:            1000

Comment 15 Milan Crha 2015-09-03 20:42:36 UTC
Thanks for a bug report. Evolution doesn't crash here, but it claims enough to confirm the issue. I did not know why it didn't show up earlier, maybe I had a different gtk version, or I just missed it. In any case, I fixed it for the upcoming 3.17.92 version with commit [1].

[1] https://git.gnome.org/browse/evolution/commit/?id=aa1ca35

Comment 16 Jeremy Rimpo 2015-09-04 18:48:38 UTC
Sounds good, thanks!