Bug 1071544
| Summary: | [abrt] evolution: apply_and_free_fixups(): evolution killed by SIGABRT | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Igor Gnatenko <ignatenko> | ||||||||||||||||||||||
| Component: | evolution | Assignee: | Matthew Barnes <mbarnes> | ||||||||||||||||||||||
| Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||
| Version: | rawhide | CC: | fabiano, lucilanga, mbarnes, mcrha, nalimilan, neilsbb | ||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/67c619b2103f7d16884f4bd9f8c70b4e294976ca | ||||||||||||||||||||||||
| Whiteboard: | abrt_hash:aca3175f49bfe6d8d934a1c61ac3f5c1ec49b913 | ||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||
| Last Closed: | 2014-04-17 11:25:34 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
Igor Gnatenko
2014-03-01 15:19:54 UTC
Created attachment 869376 [details]
File: backtrace
Created attachment 869377 [details]
File: cgroup
Created attachment 869378 [details]
File: core_backtrace
Created attachment 869379 [details]
File: dso_list
Created attachment 869380 [details]
File: environ
Created attachment 869381 [details]
File: limits
Created attachment 869382 [details]
File: maps
Created attachment 869383 [details]
File: open_fds
Created attachment 869384 [details]
File: proc_pid_status
Created attachment 869385 [details]
File: var_log_messages
*** Bug 1086840 has been marked as a duplicate of this bug. *** *** Bug 1087039 has been marked as a duplicate of this bug. *** I've seen this several times in a row, each time when disconnecting my network cable. I had applied upgrades without restarting, so there may have been a discrepancy between libraries. Actually I've seen it again when unplugging the cable, after having restarted the machine. So it should be worth investigating. (In reply to Milan Bouchet-Valat from comment #14) > Actually I've seen it again when unplugging the cable, after having > restarted the machine. So it should be worth investigating. Are you running rawhide, or Fedora 20 with COPR repo with evolution 3.12.x? Stock Fedora 20, with Evo 3.10.4, contrary to Igor (you have the details on the duplicate reports). Aha, after reading the backtrace more carefully, evolution does gtk calls in other than the main thread, which can lead to memory corruption. Here a change for a mail account had been received from an evolution-source-registry process and an attempt to update account's editor UI was made immediately, which causes the gtk call being done in a dedicated thread, instead in the main thread. I moved this upstream as [1]. Please see it for any further updates. [1] https://bugzilla.gnome.org/show_bug.cgi?id=728414 *** Bug 1130877 has been marked as a duplicate of this bug. *** |