Bug 1168832
| Summary: | Crash when resuming from suspend | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Milan Bouchet-Valat <nalimilan> | ||||
| Component: | evolution | Assignee: | Milan Crha <mcrha> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 21 | 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: | 2014-11-28 09:39:34 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: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Milan Bouchet-Valat
2014-11-28 07:51:26 UTC
Created attachment 962400 [details]
gdb backtrace
Ah, I managed extracting a better backtrace.
Thanks for a bug report. I guess this is related to bug #1073281 and its upstream equivalent. You might find a reproducer, probably. *** This bug has been marked as a duplicate of bug 1073281 *** Well, what I did is pretty simple: have Evo open for a few hours in the day, close the lid, and open it again in the morning. I'll see whether the crash happens again, but other than that I didn't do anything specific. I guess you closed the lid when there was an ongoing update of one of your accounts. When you opened it, it was still updating, on a stale connection. Then a network change was recognized, which may disconnect the account and eventually reconnect it, but still with that ongoing update. If you can try to reproduce this with evolution being run under valgrind, then if it's some memory issue (like a use-after-free or similar) then valgrind may catch it. The valgrind command can look like this: $ G_SLICE=always-malloc valgrind --num-callers=20 evolution &>log.txt Only remember to have installed debuginfo packages for at least evolution-data-server and evolution, of the exact same version as their binary packages, thus the log will be usable. |