Bug 1498853
Summary: | [abrt] Crash under e-data-cal-view.c:pending_flush_timeout_cb() | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | fred <fredoche> | ||||||||||||||||||||||||||
Component: | evolution-data-server | Assignee: | Milan Crha <mcrha> | ||||||||||||||||||||||||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||||
Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||||
Priority: | unspecified | ||||||||||||||||||||||||||||
Version: | 26 | CC: | alexl, caillon+fedoraproject, john.j5live, mbarnes, mcrha, rhughes, rstrode, sandmann | ||||||||||||||||||||||||||
Target Milestone: | --- | ||||||||||||||||||||||||||||
Target Release: | --- | ||||||||||||||||||||||||||||
Hardware: | x86_64 | ||||||||||||||||||||||||||||
OS: | Unspecified | ||||||||||||||||||||||||||||
URL: | https://retrace.fedoraproject.org/faf/reports/bthash/aa6bbc668f04f497366d5663183ecd132615a964 | ||||||||||||||||||||||||||||
Whiteboard: | abrt_hash:df9d3ce619143a026bb4e0c2cd7ffd342115a4dc;VARIANT_ID=workstation; | ||||||||||||||||||||||||||||
Fixed In Version: | evolution-data-server-3.26.2 | Doc Type: | If docs needed, set a value | ||||||||||||||||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||||||||||||||||
Clone Of: | Environment: | ||||||||||||||||||||||||||||
Last Closed: | 2017-10-06 06:26:10 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
fred
2017-10-05 12:24:27 UTC
Created attachment 1334774 [details]
File: backtrace
Created attachment 1334775 [details]
File: cgroup
Created attachment 1334776 [details]
File: core_backtrace
Created attachment 1334777 [details]
File: cpuinfo
Created attachment 1334778 [details]
File: dso_list
Created attachment 1334779 [details]
File: environ
Created attachment 1334780 [details]
File: exploitable
Created attachment 1334781 [details]
File: limits
Created attachment 1334782 [details]
File: maps
Created attachment 1334783 [details]
File: open_fds
Created attachment 1334784 [details]
File: proc_pid_status
Created attachment 1334785 [details]
File: var_log_messages
Thanks for a bug report. I see from the backtrace that the crash happened due to one thread being notifying about changes in one calendar view, while another thread had been freeing this view, thus the thread doing notifications had freed structures while it had been still using them. I fixed it upstream, also for the address book part, with: Created commit 695a5effa in eds master (3.27.1+) [1] Created commit ebc99af05 in eds gnome-3-26 (3.26.2+) [1] https://git.gnome.org/browse/evolution-data-server/commit/?id=695a5effa |