Bug 1051913
| Summary: | [abrt] emacs: count_windows(): emacs-24.3 killed by SIGSEGV | ||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Samium Gromoff <_deepfire> | ||||||||||||||||||||||||
| Component: | emacs | Assignee: | Petr Hracek <phracek> | ||||||||||||||||||||||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||||
| Version: | 20 | CC: | jchaloup, jonathan.underwood, phracek | ||||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/582242c6a6878280e19c40dfddf21e6b6c4207a4 | ||||||||||||||||||||||||||
| Whiteboard: | abrt_hash:e177a269c28ea19395d06ca7ef70931267d0a250 | ||||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||||
| Last Closed: | 2014-07-29 11:24:16 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
Samium Gromoff
2014-01-12 20:53:14 UTC
Created attachment 848987 [details]
File: backtrace
Created attachment 848988 [details]
File: cgroup
Created attachment 848989 [details]
File: core_backtrace
Created attachment 848990 [details]
File: dso_list
Created attachment 848991 [details]
File: environ
Created attachment 848992 [details]
File: exploitable
Created attachment 848993 [details]
File: limits
Created attachment 848994 [details]
File: maps
Created attachment 848995 [details]
File: open_fds
Created attachment 848996 [details]
File: proc_pid_status
Created attachment 848997 [details]
File: var_log_messages
This was caused by gdb crash. From backtrace: Program terminated with signal SIGSEGV, Segmentation fault. #0 count_windows (window=<optimized out>) at /usr/src/debug/emacs-24.3/src/window.c:5955 5955 if (!NILP (window->next)) window is most likely undefined or its original values has changed. Thus resulting in invalid address. > 4. I sent emacs a SIGTERM (killall emacs).
This then cause emacs to end and crash.
If you manage to reproduce this issue, don't hesitate to reopen the bug. Steps to reproduce this issue are most valuated. Otherwise I will not be able to analyze this issue.
Steps to create core with full backtrace information for emacs: $ cd /tmp download the latest emacs build from https://jchaloup.fedorapeople.org for your distribution and architecture (wget can be used). Should be always actual release in fedora + 1. $ wget https://jchaloup.fedorapeople.org/emacs-24.3-19.fc20.x86_64.rpm install downloaded rpm, release can vary # rpm -Uvh emacs-24.3-19.fc20.x86_64.rpm Then reproduce the issue and upload generated core. After reproducing, just run # yum distro-sync emacs |