Here what I have
MacOS
Emacs started with $(which emacs) --daemon
using emacs mostly in terminal with alias emacs='emacsclient -nw'
and then emacs ~/foo.txt to edit files
So right now my emacs client is stuck. The daemon is acting funny too. So I won't try to connect new emacsclients to this messed up daemon.
So I can't get back in to a working emacs session
How do you send the emacs devs useful info to help debug what happened.
SIGSEGV
might do the trick. – May 12 '18 at 10:57gdb
backtrace. An OSX crash dump/backtrace is generally not helpful to the Emacs team – lawlist May 12 '18 at 15:26