Bug 1128745
| Summary: | [abrt] evolution: full_name_editor_delete_event_cb(): evolution killed by SIGSEGV | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Stefan Ringel <mail> | ||||||||||||||||||||||||||
| Component: | evolution | Assignee: | Matthew Barnes <mbarnes> | ||||||||||||||||||||||||||
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||||||
| Version: | rawhide | CC: | fabiano, lucilanga, mail, mbarnes, mcrha, tpopela | ||||||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/bd64e2fbb49270a458c86490e7e293030513bd16 | ||||||||||||||||||||||||||||
| Whiteboard: | abrt_hash:db2b91a9613ed5eeb0d955e0056bdde1d2236a9f | ||||||||||||||||||||||||||||
| Fixed In Version: | evolution-3.13.6 | Doc Type: | Bug Fix | ||||||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||||||
| Last Closed: | 2014-09-02 08:33:55 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
Stefan Ringel
2014-08-11 13:09:53 UTC
Created attachment 925733 [details]
File: backtrace
Created attachment 925734 [details]
File: cgroup
Created attachment 925735 [details]
File: core_backtrace
Created attachment 925736 [details]
File: dso_list
Created attachment 925737 [details]
File: environ
Created attachment 925738 [details]
File: exploitable
Created attachment 925739 [details]
File: limits
Created attachment 925740 [details]
File: maps
Created attachment 925741 [details]
File: open_fds
Created attachment 925742 [details]
File: proc_pid_status
Created attachment 925743 [details]
File: var_log_messages
Thanks for a bug report. Could you provide any steps how to reproduce this crash, please? I tried to do it,by guessing from the backtrace, but I've no luck. Also, could you install debuginfo packages for evolution-data-server and evolution, please? You'll get more detailed backtrace in case you'll be able to reproduce the crash. Make sure the debuginfo package version will be the same as the one for the binary package. I have updated my system many times (rawhide), so I have version 3.13.5 now. I think I can't reproduce with the new version. Have you see the addional report (https://retrace.fedoraproject.org/faf/reports/418204/)? Nope, I did't see the faf report, though it seems to be linked with this bug report and only one occurrence. My steps for a reproducer: a) open evolution in the Contacts view $ evolution -c contacts b) select On This Computer/Personal book c) File->New->Contact d) press Full name button and type: aaa<tab>bbb e) press Ok button at the bottom, which returns you back into the contact editor f) press Full name button again g) press Cancel button at the Contact editor window (the Full name dialog will be left opened when the editor's Cancel button is pressed) This crashes in rawhide, with gtk3-3.13.7, but works as expected with older gtk, like gtk3-3.10.6. Nonetheless, after a deeper investigation, this is not a gtk issue, I'm more surprised this didn't crash earlier/always. I fixed the crash upstream as: Created commit 707ba27 in evo master (3.13.6+) [1] Created commit de69ab3 in evo evolution-3-12 (3.12.6+) [1] https://git.gnome.org/browse/evolution/commit/?id=707ba27 (In reply to Milan Crha from comment #14) > Nope, I did't see the faf report, though it seems to be linked with this bug > report and only one occurrence. > > My steps for a reproducer: > a) open evolution in the Contacts view > $ evolution -c contacts > b) select On This Computer/Personal book > c) File->New->Contact > d) press Full name button and type: aaa<tab>bbb > e) press Ok button at the bottom, which returns you back into the contact > editor > f) press Full name button again > g) press Cancel button at the Contact editor window (the Full name dialog > will > be left opened when the editor's Cancel button is pressed) > O.k. I'am also. Created attachment 933963 [details]
new backtrace with debuginfo
Thanks. This is the same what I fixed, as mentioned at the end of the comment #14. |