Re: tmux server crashes

2014-11-27 Thread Il Memming Park
I've been running debug enabled tmux 2.0 for weeks and it hasn't crashed so far. Perhaps it was a bug in tmux 1.9. On Thu, Oct 30, 2014 at 11:48 AM, Il Memming Park wrote: > Thank you for the kind instructions. I'll report back soon. > > Memming > On Oct 30, 2014 5:35 AM, "Nicholas Marriott" >

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

Re: tmux server crashes

2014-10-30 Thread Nicholas Marriott
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 tmux` (gdb) c Then do "tmux a" from another window and reproduce. When it crashes, go back to the gdb window and do "bt full" and show m

Re: tmux server crashes

2014-10-30 Thread Nicholas Marriott
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), homebrew version. I use it with >ViM REPL environment called slimux ([1]https://github.com/epeli/slimux). >As far as I understand it sends se

Re: tmux server crashes when I connect via telnet, but works when I connect via terminal server

2013-03-22 Thread Nicholas Marriott
Does tmux leave a core? If so can you get a backtrace please? If not please run tmux (when you first start it) with -v, reproduce and send me the logs. On Thu, Mar 21, 2013 at 11:32:50PM +, Myles Dear (mdear) wrote: >Hello, tmux experts. > > > >I'm having an odd problem. > >