Hide Forgot
Version-Release number of selected component: emacs-24.5-6.fc23 Additional info: reporter: libreport-2.6.3 backtrace_rating: 4 cmdline: /usr/bin/emacs-24.5 -Q -l /home/robin/.emacs.d/.cask/24.5.1/elpa/async-20160108.1249/async.elc -batch -f async-batch-invoke <none> crash_function: terminate_due_to_signal executable: /usr/bin/emacs-24.5 global_pid: 15734 kernel: 4.3.3-300.fc23.x86_64 runlevel: N 5 type: CCpp uid: 1000 Truncated backtrace: Thread no. 1 (8 frames) #1 terminate_due_to_signal at ../../src/emacs.c:376 #2 emacs_abort at ../../src/sysdep.c:2131 #3 check_message_stack at ../../src/xdisp.c:11116 #4 shut_down_emacs at ../../src/emacs.c:2038 #5 Fkill_emacs at ../../src/emacs.c:1948 #6 terminate_due_to_signal at ../../src/emacs.c:358 #7 handle_fatal_signal at ../../src/sysdep.c:1630 #8 deliver_process_signal at ../../src/sysdep.c:1570 Potential duplicate: bug 1245829
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.