Bug 1057854
| Summary: | [abrt] evolution: g_str_hash(): evolution killed by SIGSEGV | ||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Heiko Adams <bugzilla> | ||||||||||||||||||||||||
| Component: | evolution | Assignee: | Matthew Barnes <mbarnes> | ||||||||||||||||||||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||||
| Version: | 20 | CC: | brian, bugzilla, fabiano, lucilanga, mbarnes, mcrha | ||||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/e35d6687b474083d45bb77bc02ebc71aaa80b06c | ||||||||||||||||||||||||||
| Whiteboard: | abrt_hash:3b7fccfdce3c8ceb95a540df7fa85506e7d6889d | ||||||||||||||||||||||||||
| Fixed In Version: | evolution-3.12.0 | Doc Type: | Bug Fix | ||||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||||
| Last Closed: | 2014-06-09 14:36:41 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
Heiko Adams
2014-01-25 11:13:36 UTC
Created attachment 855364 [details]
File: backtrace
Created attachment 855365 [details]
File: cgroup
Created attachment 855366 [details]
File: core_backtrace
Created attachment 855367 [details]
File: dso_list
Created attachment 855368 [details]
File: environ
Created attachment 855369 [details]
File: exploitable
Created attachment 855370 [details]
File: limits
Created attachment 855371 [details]
File: maps
Created attachment 855372 [details]
File: open_fds
Created attachment 855373 [details]
File: proc_pid_status
Created attachment 855374 [details]
File: var_log_messages
Thanks for a bug report. I see this happened due to memory corruption, probably some function freed something what other expected to have still available, or some such thing, which might be also related to your bug #1057745. It's quite hard to find such issues, because they can exhibit anywhere, not necessarily immediately after the memory corruption happens. Could you install valgrind, debuginfo pckages for evolution-data-server and evolution, and run evolution under valgrind like this: $ G_SLICE=always-malloc valgrind --num-callers=50 evolution &>log.txt and try to use evolution for some time? It'll be awfully slow, due to all memory checking, and it's also possible that the actual memory corruption happens only with certain timing, which can be avoided due to the slowness, but maybe it'll catch some issue. By the way, are you using only IMAP mail accounts in evolution, or are there defined more accounts? I'm sorry for the long delay but I was very busy in the lasts months. To answer your questions: I'm only using IMAP-Accounts which are created by GOA. And I didn't see this crash anymore. Maybe because I've upgraded to Gnome 3.12 in meantime. Good, in that case I'm closing this in favour of 3.12. Thanks. |