Bug 1255380 - [abrt] Do not use global variables for EShellView and EShellWindow
Summary: [abrt] Do not use global variables for EShellView and EShellWindow
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: evolution-rss
Version: 22
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Lucian Langa
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:473068c47a83f2a756ca98f1373...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-08-20 12:28 UTC by Brian J. Murrell
Modified: 2015-08-21 09:50 UTC (History)
4 users (show)

Fixed In Version: evolution-rss-0.3.96
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-08-21 09:50:41 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (131.77 KB, text/plain)
2015-08-20 12:29 UTC, Brian J. Murrell
no flags Details
File: cgroup (190 bytes, text/plain)
2015-08-20 12:29 UTC, Brian J. Murrell
no flags Details
File: core_backtrace (2.89 KB, text/plain)
2015-08-20 12:29 UTC, Brian J. Murrell
no flags Details
File: dso_list (29.58 KB, text/plain)
2015-08-20 12:29 UTC, Brian J. Murrell
no flags Details
File: environ (2.35 KB, text/plain)
2015-08-20 12:29 UTC, Brian J. Murrell
no flags Details
File: limits (1.29 KB, text/plain)
2015-08-20 12:29 UTC, Brian J. Murrell
no flags Details
File: maps (151.88 KB, text/plain)
2015-08-20 12:29 UTC, Brian J. Murrell
no flags Details
File: mountinfo (6.94 KB, text/plain)
2015-08-20 12:29 UTC, Brian J. Murrell
no flags Details
File: namespaces (85 bytes, text/plain)
2015-08-20 12:29 UTC, Brian J. Murrell
no flags Details
File: open_fds (7.37 KB, text/plain)
2015-08-20 12:29 UTC, Brian J. Murrell
no flags Details
File: proc_pid_status (1.01 KB, text/plain)
2015-08-20 12:29 UTC, Brian J. Murrell
no flags Details
File: var_log_messages (344 bytes, text/plain)
2015-08-20 12:29 UTC, Brian J. Murrell
no flags Details

Description Brian J. Murrell 2015-08-20 12:28:58 UTC
Version-Release number of selected component:
evolution-3.16.5-1.fc22

Additional info:
reporter:       libreport-2.6.2
backtrace_rating: 3
cmdline:        evolution
crash_function: e_shell_view_get_shell_content
executable:     /usr/bin/evolution
global_pid:     4200
kernel:         4.1.3-201.fc22.x86_64
runlevel:       N 5
type:           CCpp
uid:            1001

Truncated backtrace:
Thread no. 1 (4 frames)
 #0 e_shell_view_get_shell_content at /usr/lib64/evolution/libevolution-shell.so
 #1 rss_get_mail_session at rss.c:1206
 #2 update_articles at rss.c:2648
 #8 gtk_main at gtkmain.c:1219

Comment 1 Brian J. Murrell 2015-08-20 12:29:01 UTC
Created attachment 1065223 [details]
File: backtrace

Comment 2 Brian J. Murrell 2015-08-20 12:29:02 UTC
Created attachment 1065224 [details]
File: cgroup

Comment 3 Brian J. Murrell 2015-08-20 12:29:03 UTC
Created attachment 1065225 [details]
File: core_backtrace

Comment 4 Brian J. Murrell 2015-08-20 12:29:04 UTC
Created attachment 1065226 [details]
File: dso_list

Comment 5 Brian J. Murrell 2015-08-20 12:29:05 UTC
Created attachment 1065227 [details]
File: environ

Comment 6 Brian J. Murrell 2015-08-20 12:29:06 UTC
Created attachment 1065228 [details]
File: limits

Comment 7 Brian J. Murrell 2015-08-20 12:29:07 UTC
Created attachment 1065229 [details]
File: maps

Comment 8 Brian J. Murrell 2015-08-20 12:29:08 UTC
Created attachment 1065230 [details]
File: mountinfo

Comment 9 Brian J. Murrell 2015-08-20 12:29:09 UTC
Created attachment 1065231 [details]
File: namespaces

Comment 10 Brian J. Murrell 2015-08-20 12:29:10 UTC
Created attachment 1065232 [details]
File: open_fds

Comment 11 Brian J. Murrell 2015-08-20 12:29:11 UTC
Created attachment 1065233 [details]
File: proc_pid_status

Comment 12 Brian J. Murrell 2015-08-20 12:29:11 UTC
Created attachment 1065234 [details]
File: var_log_messages

Comment 13 Milan Crha 2015-08-21 06:23:35 UTC
Thanks for a bug report. This crashed under evolution-rss code. Looking into the backtrace and in the sources, I guess you've opened multiple evolution windows (by Ctrl+Shift+W or similar means) and you closed the last some time before the crash.

The evolution-rss uses a global variable in this code, which I suppose got freed on the window close.

Comment 14 Milan Crha 2015-08-21 09:50:41 UTC
I fixed this with commit [1] upstream. the fix will be available with the next evolution-rss release, 0.3.96+

[1] https://git.gnome.org/browse/evolution-rss/commit/?id=07cbc97


Note You need to log in before you can comment on or make changes to this bug.