Re: tmux server crashes

2014-10-31 Thread Il Memming Park
Thank you for the kind instructions. I'll report back soon. Memming On Oct 30, 2014 5:35 AM, "Nicholas Marriott" wrote: > Make sure you have a tmux built with debug symbols (configure with > --enable-debug), then best bet is to do this: > > $ pkill tmux > $ tmux new -d > $ gdb -q tmux `pgrep tmu

Re: tmux server crashes

2014-10-31 Thread Il Memming Park
No. It didn't leave a dump. How would I obtain one? Fire up gdb? Thanks. Memming On Oct 30, 2014 3:19 AM, "Nicholas Marriott" wrote: > Do you have a backtrace? > > > On Sat, Oct 25, 2014 at 02:19:59PM -0500, Il Memming Park wrote: > >Hi all, > >I'm using tmux 1.9a on Mac OS (13.4.0), ho