Bug 1077713
| Summary: | [abrt] gnome-abrt: is_end(): python2.7 killed by SIGSEGV | ||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Evan McNabb <emcnabb> | ||||||||||||||||||||||||
| Component: | gnome-abrt | Assignee: | Jakub Filak <jfilak> | ||||||||||||||||||||||||
| Status: | CLOSED INSUFFICIENT_DATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||||
| Version: | 20 | CC: | emcnabb, jberan, jfilak | ||||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/8a02e358e3d762989425492fb096e423887666da | ||||||||||||||||||||||||||
| Whiteboard: | abrt_hash:4a4f54f33d70453480fef1237e5ef38fdf0735ce | ||||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||||
| Last Closed: | 2014-03-21 09:20:38 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
Evan McNabb
2014-03-18 13:20:19 UTC
Created attachment 875927 [details]
File: backtrace
Created attachment 875928 [details]
File: cgroup
Created attachment 875929 [details]
File: core_backtrace
Created attachment 875930 [details]
File: dso_list
Created attachment 875931 [details]
File: environ
Created attachment 875933 [details]
File: exploitable
Created attachment 875934 [details]
File: limits
Created attachment 875935 [details]
File: maps
Created attachment 875936 [details]
File: open_fds
Created attachment 875937 [details]
File: proc_pid_status
Created attachment 875938 [details]
File: var_log_messages
abrt crashed when I tried to delete several of the listed crash reports. (In reply to Evan McNabb from comment #12) > abrt crashed when I tried to delete several of the listed crash reports. Thank you for the report. I have a couple of questions :) Did you try to delete several of the reports or all of them? Do you remember how many problems did you selected? Was the first problem selected? Was the last problem selected? Did you do any action before trying to delete the problems? > Thank you for the report. I have a couple of questions :) Sorry for the detail lacking bug report. :-) > Did you try to delete several of the reports or all of them? > Do you remember how many problems did you selected? > Was the first problem selected? > Was the last problem selected? There were several reports that I wanted to delete, so I started with the first, clicked delete, and proceeded through the list. The crash happened towards the beginning of that process. I seem to recall (wasn't really paying attention) that abrt momentarily froze, so perhaps I pressed delete twice on one of the reports? > Did you do any action before trying to delete the problems? I had viewed several of the reports, but I don't recall exactly what I had done in the tool. I know this is a vague bug, so if you can't reproduce feel free to close. :-) > There were several reports that I wanted to delete, so I started with the > first, clicked delete, and proceeded through the list. The crash happened > towards the beginning of that process. I seem to recall (wasn't really > paying attention) that abrt momentarily froze, so perhaps I pressed delete > twice on one of the reports? Thank you! I verified that the double deleting works fine. > > I know this is a vague bug, so if you can't reproduce feel free to close. :-) Gtk3 internally stores the list of problems in a binary tree. This crash happened due to a dangling pointer to a parent tree node of the deleted problem. I took a look at Gtk3' source codes but I didn't find anything suspicious. In order to be able to reproduce this crash, we would need to know the original tree and the sequence of the removed nodes. Closing this bug report as INSUFFICIENT_DATA, but please feel free to report any further bugs you find. |