| Summary: | Evolution sometimes dies when trying to expand recipients list on incoming mail | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Artur Flinta <aflinta> | ||||
| Component: | evolution | Assignee: | Milan Crha <mcrha> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 23 | CC: | lucilanga, mbarnes, mcrha, tpopela | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2016-04-01 08:21:36 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Attachments: |
|
||||||
|
Description
Artur Flinta
2016-03-31 09:28:29 UTC
Thanks for a bug report. I tried to reproduce this, but no luck here. The backtrace of the crash will give a clue where to look, at least. Could you run the evolution under gdb and get the backtrace? The best if you run the evolution, wait until the initial update is finished, then reproduce the crash. That way the backtrace will contain minimal information. Plase make sure that you've installed debuginfo package for the evolution (not necessary for its dependencies), of the same version as the binary package (rpm -qa | grep evolution). The gdb command would look like this: $ gdb evolution --ex r --ex bt --ex "t a a bt" --ex q Mark a place in the terminal where is the last output before you'll start reproducing the crash, then copy everything from that point to the end of the output. Please check the output for any private information, like passwords, email address, server addresses,... I usually search for "pass" at least (quotes for clarity only). Created attachment 1142354 [details]
gdb output
gdb output from crash
Thanks for the backtrace. I see it crashes under the same function as already filled bug #1321722, thus I'm marking this as a duplicate of it. *** This bug has been marked as a duplicate of bug 1321722 *** |