Bug 1255380
Summary: | [abrt] Do not use global variables for EShellView and EShellWindow | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Brian J. Murrell <brian> | ||||||||||||||||||||||||||
Component: | evolution-rss | Assignee: | Lucian Langa <lucilanga> | ||||||||||||||||||||||||||
Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||||
Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||||
Priority: | unspecified | ||||||||||||||||||||||||||||
Version: | 22 | CC: | lucilanga, mbarnes, mcrha, tpopela | ||||||||||||||||||||||||||
Target Milestone: | --- | ||||||||||||||||||||||||||||
Target Release: | --- | ||||||||||||||||||||||||||||
Hardware: | x86_64 | ||||||||||||||||||||||||||||
OS: | Unspecified | ||||||||||||||||||||||||||||
URL: | https://retrace.fedoraproject.org/faf/reports/bthash/7d14a146f439df03f2131747afa7a4f7330e7103 | ||||||||||||||||||||||||||||
Whiteboard: | abrt_hash:473068c47a83f2a756ca98f1373e80584a4002cb | ||||||||||||||||||||||||||||
Fixed In Version: | evolution-rss-0.3.96 | Doc Type: | Bug Fix | ||||||||||||||||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||||||||||||||||
Clone Of: | Environment: | ||||||||||||||||||||||||||||
Last Closed: | 2015-08-21 09:50:41 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
Brian J. Murrell
2015-08-20 12:28:58 UTC
Created attachment 1065223 [details]
File: backtrace
Created attachment 1065224 [details]
File: cgroup
Created attachment 1065225 [details]
File: core_backtrace
Created attachment 1065226 [details]
File: dso_list
Created attachment 1065227 [details]
File: environ
Created attachment 1065228 [details]
File: limits
Created attachment 1065229 [details]
File: maps
Created attachment 1065230 [details]
File: mountinfo
Created attachment 1065231 [details]
File: namespaces
Created attachment 1065232 [details]
File: open_fds
Created attachment 1065233 [details]
File: proc_pid_status
Created attachment 1065234 [details]
File: var_log_messages
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. 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 |