Bug 2316971
| Summary: | [abrt] evolution: gnome_canvas_request_update(): evolution killed by SIGSEGV | ||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Brian J. Murrell <brian.murrell> | ||||||||||||||||||||||||
| Component: | evolution | Assignee: | Milan Crha <mcrha> | ||||||||||||||||||||||||
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||||
| Version: | 40 | CC: | brian.murrell, mcrha, rstrode | ||||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/2feda248aae1882a6bd2551fe8f083c83d755e5 | ||||||||||||||||||||||||||
| Whiteboard: | abrt_hash:056193c8a005d3060449857862d1d117603cd202;VARIANT_ID=workstation; | ||||||||||||||||||||||||||
| Fixed In Version: | evolution-3.54.1 | Doc Type: | If docs needed, set a value | ||||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||||
| Last Closed: | 2024-10-08 11:30:28 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
2024-10-07 13:40:49 UTC
Created attachment 2050838 [details]
File: exploitable
Created attachment 2050839 [details]
File: os_info
Created attachment 2050840 [details]
File: environ
Created attachment 2050841 [details]
File: maps
Created attachment 2050842 [details]
File: proc_pid_status
Created attachment 2050843 [details]
File: core_backtrace
Created attachment 2050844 [details]
File: mountinfo
Created attachment 2050845 [details]
File: open_fds
Created attachment 2050846 [details]
File: backtrace
Created attachment 2050847 [details]
File: cpuinfo
Created attachment 2050848 [details]
File: limits
Thanks for a bug report. The backtace shows that the crash happened while one of the calendars (task lists or memo lists, it's not obvious from the backtrace which one it was) reported new events to be added into the GUI, which wanted to update the selection, when the crash happened. I do not recall seeing any such crash in the past and this code did not change for years, thus it's at least nothing new (not a regression). I will add safety checks into the top functions in the backtrace, which can avoid the crash, but which will not fix the root cause of the problem. I made the change upstream [1] for 3.55.1+ and 3.54.1+, thus for Fedora 41 and rawhide. If it'll turn out the crash happens repeatedly for you, I can backport the change to the Fedora 40 as well. [1] https://gitlab.gnome.org/GNOME/evolution/-/commit/4530b4ecc1 |