| Summary: | [abrt] emacs: terminate_due_to_signal(): emacs-24.5 killed by SIGABRT | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Robin Green <greenrd> | ||||||||||||||||||||||||||
| Component: | emacs | Assignee: | Jan Synacek <jsynacek> | ||||||||||||||||||||||||||
| Status: | CLOSED INSUFFICIENT_DATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||||||
| Version: | 23 | CC: | jchaloup, jonathan.underwood, jsynacek, msekleta, phracek | ||||||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/2004a7462401724a1bed804b828fae5e65d48d51 | ||||||||||||||||||||||||||||
| Whiteboard: | abrt_hash:17c7c3e0bb0b506b6ebe773d4359542e2b836148; | ||||||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||||||
| Last Closed: | 2016-01-19 12:13:00 UTC | Type: | --- | ||||||||||||||||||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||||||||||||||||||
| Documentation: | --- | CRM: | |||||||||||||||||||||||||||
| Verified Versions: | Category: | --- | |||||||||||||||||||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||||||||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||||||||||||||||
| Attachments: |
|
||||||||||||||||||||||||||||
|
Description
Robin Green
2016-01-16 16:39:22 UTC
Created attachment 1115443 [details]
File: backtrace
Created attachment 1115444 [details]
File: cgroup
Created attachment 1115445 [details]
File: core_backtrace
Created attachment 1115446 [details]
File: dso_list
Created attachment 1115447 [details]
File: environ
Created attachment 1115448 [details]
File: limits
Created attachment 1115449 [details]
File: maps
Created attachment 1115450 [details]
File: mountinfo
Created attachment 1115451 [details]
File: namespaces
Created attachment 1115452 [details]
File: open_fds
Created attachment 1115453 [details]
File: proc_pid_status
Created attachment 1115454 [details]
File: var_log_messages
From emacs-24.5/src/xdisp.c:11116 :
/* Check that Vmessage_stack is nil. Called from emacs.c when Emacs
exits. If the stack is not empty, we have a missing pop_message
somewhere. */
void
check_message_stack (void)
{
if (!NILP (Vmessage_stack))
emacs_abort ();
}
Unfortunately, there is not enough information to find out why there are messages on the stack.
|