Bug 1344888
| Summary: | [abrt] Crash under e_mail_folder_find_duplicate_messages_sync() | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Niki Guldbrand <niki.guldbrand> | ||||||||||||||||||||||||||||
| Component: | evolution | Assignee: | Milan Crha <mcrha> | ||||||||||||||||||||||||||||
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||||||||
| Version: | 24 | CC: | lucilanga, mbarnes, mcrha, tpopela | ||||||||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/19c42609280d12e4ccad970b3141f27f12073580 | ||||||||||||||||||||||||||||||
| Whiteboard: | abrt_hash:f842807e4ada240728dce26fd047ea9ad1fedbb6;VARIANT_ID=workstation; | ||||||||||||||||||||||||||||||
| Fixed In Version: | evolution-3.20.4 | Doc Type: | If docs needed, set a value | ||||||||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||||||||
| Last Closed: | 2016-06-13 10:39:48 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
Niki Guldbrand
2016-06-12 07:48:42 UTC
Created attachment 1167089 [details]
File: backtrace
Created attachment 1167090 [details]
File: cgroup
Created attachment 1167091 [details]
File: core_backtrace
Created attachment 1167092 [details]
File: dso_list
Created attachment 1167093 [details]
File: environ
Created attachment 1167094 [details]
File: exploitable
Created attachment 1167095 [details]
File: limits
Created attachment 1167096 [details]
File: maps
Created attachment 1167097 [details]
File: mountinfo
Created attachment 1167098 [details]
File: namespaces
Created attachment 1167099 [details]
File: open_fds
Created attachment 1167100 [details]
File: proc_pid_status
Created attachment 1167101 [details]
File: var_log_messages
Thanks for a bug report. It seems to me that you execute "Remove duplicates" on a set of messages, then you executed "Apply filters" on the same set, while this duplicates removal was still processing, when some messages had been moved to a different folder by a filter. The "Remove duplicates" code didn't count with such possibility, which led to the crash. I'm updating the code to verify that the returned message info structure is a valid pointer, not a NULL, like in the case of this crash report. Created commit 44743d4 in evo master (3.21.3+) [1] Created commit a59c0a5 in evo gnome-3-20 (3.20.4+) [1] https://git.gnome.org/browse/evolution/commit/?id=44743d4 |