Bug 1117361
| Summary: | [abrt] evolution: g_type_check_instance_is_a(): evolution killed by SIGSEGV | ||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Derek Atkins <warlord> | ||||||||||||||||||||||||
| Component: | evolution | Assignee: | Matthew Barnes <mbarnes> | ||||||||||||||||||||||||
| Status: | CLOSED INSUFFICIENT_DATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||||
| Version: | 20 | CC: | fabiano, lucilanga, mbarnes, mcrha, warlord | ||||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/7aa051b58874f2ba857d64f3e78b44cce6654129 | ||||||||||||||||||||||||||
| Whiteboard: | abrt_hash:807474afddd7ef2b7b34190e7abb8ccffd511693 | ||||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||||
| Last Closed: | 2014-09-03 06:21:51 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
Derek Atkins
2014-07-08 14:07:56 UTC
Created attachment 916392 [details]
File: backtrace
Created attachment 916393 [details]
File: cgroup
Created attachment 916394 [details]
File: core_backtrace
Created attachment 916395 [details]
File: dso_list
Created attachment 916396 [details]
File: environ
Created attachment 916397 [details]
File: exploitable
Created attachment 916398 [details]
File: limits
Created attachment 916399 [details]
File: maps
Created attachment 916400 [details]
File: open_fds
Created attachment 916401 [details]
File: proc_pid_status
Created attachment 916402 [details]
File: var_log_messages
Thanks for a bug report. I do not recall seeing any similar crash myself, and the search in an upstream bugzilla (GNOME's bugzilla) also doesn't return any hits for the last two years, thus it seems to me like you your environment behaves in a way which the itip-formatter (the part of the code responsible of the meeting invitations handling) doesn't work properly. Could you try to install valgrind, then run evolution under it, to see whether it'll show where the memory got freed, please? Evolution will be very slow, due to all the memory checking, thus just try to reproduce the issue and close evolution. it can also happen that the evolution will not crash this time, it can be due to the valgrind catching the error and avoiding the crash, in which case it logs about the issue instead. The command to use is: $ G_SLICE=always-malloc valgrind --num-callers=20 evolution &>log.txt I will attempt to do so. I added the calendar entry through my phone so it stopped asking about it because it's in the calendar now. I'll see if I can remove the calendar entry and try again, but in the past I've had issues removing entries. I can send you the calendar invitation if it would help? (In reply to Derek Atkins from comment #13) > I can send you the calendar invitation if it would help? Not needed, thanks. I hoped you'll be quicker with the valgrind log, because I seem to be currently busy with some other stuff. I'm afriad at this point I've upgraded to 3.12.14 so I wont be able to help you track this down. Sorry. That's even better, using more recent code is appreciated. Feel free to reopen in case you'll face it with 3.12.x or simply file a new bug report. Thanks in advance. |