Bug 1635465
Summary: | [abrt] Make sure message_list_folder_changed() is called from the main/UI thread | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | krinkodot22 | ||||||||||||||||||||||||||||
Component: | evolution | Assignee: | Milan Crha <mcrha> | ||||||||||||||||||||||||||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||||||
Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||||||
Priority: | unspecified | ||||||||||||||||||||||||||||||
Version: | 28 | CC: | alexl, caillon+fedoraproject, lucilanga, mcrha, rhughes, rstrode, sandmann | ||||||||||||||||||||||||||||
Target Milestone: | --- | ||||||||||||||||||||||||||||||
Target Release: | --- | ||||||||||||||||||||||||||||||
Hardware: | x86_64 | ||||||||||||||||||||||||||||||
OS: | Unspecified | ||||||||||||||||||||||||||||||
URL: | https://retrace.fedoraproject.org/faf/reports/bthash/7186fbc00eedafd686533d96a122fedd4ed33e63 | ||||||||||||||||||||||||||||||
Whiteboard: | abrt_hash:90ab854aab57fd12f1301d55bd4d1b8d2c93a625;VARIANT_ID=workstation; | ||||||||||||||||||||||||||||||
Fixed In Version: | evolution-3.30.2 | Doc Type: | If docs needed, set a value | ||||||||||||||||||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||||||||||||||||||
Clone Of: | Environment: | ||||||||||||||||||||||||||||||
Last Closed: | 2018-10-03 15:04:00 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
krinkodot22
2018-10-03 02:06:40 UTC
Created attachment 1489768 [details]
File: backtrace
Created attachment 1489769 [details]
File: cgroup
Created attachment 1489770 [details]
File: core_backtrace
Created attachment 1489771 [details]
File: cpuinfo
Created attachment 1489772 [details]
File: dso_list
Created attachment 1489773 [details]
File: environ
Created attachment 1489774 [details]
File: exploitable
Created attachment 1489775 [details]
File: limits
Created attachment 1489776 [details]
File: maps
Created attachment 1489777 [details]
File: mountinfo
Created attachment 1489778 [details]
File: open_fds
Created attachment 1489779 [details]
File: proc_pid_status
Created attachment 1489780 [details]
File: var_log_messages
Thanks for a bug report and detailed steps. I see from the backtrace that evolution does some UI (gtk+) calls in a dedicated thread, not in the UI thread, which can cause random misbehaviour. I'll investigate this further and let you know when I know more. I made some changes in the upstream code to ensure the message_list_folder_changed() is called from the main/UI thread, which will avoid the crash. This will be available in the next upstream release. Created commit [1] in evo master (3.31.1+) Created commit [2] in evo gnome-3-30 (3.30.2+) [1] https://gitlab.gnome.org/GNOME/evolution/commit/cc222b59f6 [2] https://gitlab.gnome.org/GNOME/evolution/commit/aca99a14fe |