Bug 1059338
| Summary: | [abrt] emacs: terminate_due_to_signal(): emacs-24.3 killed by SIGABRT | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jason Grunhut <jgrunhut> | ||||||||||||||||||||||
| Component: | emacs | Assignee: | Petr Hracek <phracek> | ||||||||||||||||||||||
| Status: | CLOSED INSUFFICIENT_DATA | 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/d830ba49acfaa5a57b2f4f45633be00c26ec71bb | ||||||||||||||||||||||||
| Whiteboard: | abrt_hash:708fce4ef966d7b9988364e7ec22ad8ba8ead633 | ||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||
| Last Closed: | 2014-07-28 12:47:12 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
Jason Grunhut
2014-01-29 16:33:52 UTC
Created attachment 857143 [details]
File: backtrace
Created attachment 857144 [details]
File: cgroup
Created attachment 857145 [details]
File: core_backtrace
Created attachment 857146 [details]
File: dso_list
Created attachment 857147 [details]
File: environ
Created attachment 857148 [details]
File: limits
Created attachment 857149 [details]
File: maps
Created attachment 857150 [details]
File: open_fds
Created attachment 857151 [details]
File: proc_pid_status
Created attachment 857152 [details]
File: var_log_messages
Hi, Jason, is this issue reproducible? Can you list steps how to reproduce it? With plot_dyn.pro file and other emacs files? List of emacs extensions would be great. Without a proper reproduces I am unable to find out what went wrong. Thanks Cheers Jan Hi Jan, I don't think this problem is reproducible. If it is, it is not easily so. Sorry, Jason From core_backtrace, I see only *xcb_* functions calls. Backtrace is on the other hand almost informationless. If the crash occurs again, don't hesitate to reopen this bug. New backtrace could give more information about what is going on. Thank you for your time Jan 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 |