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

tmux server crashes

2014-10-30 Thread Il Memming Park
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 (https://github.com/epeli/slimux). As far as I understand it sends selected text via calling 'tmux set-buffer' and 'tmux paste-buffer -t'. It works great, but after some extensive buf

[tmux:tickets] #74 tmux server crashes if a linked window is closed

2013-10-29 Thread Péter Juhász
--- ** [tickets:#74] tmux server crashes if a linked window is closed** **Status:** open **Created:** Mon Oct 28, 2013 08:48 PM UTC by Péter Juhász **Last Updated:** Mon Oct 28, 2013 08:48 PM UTC **Owner:** nobody Steps to reproduce: 1. Open first terminal window 2. Start tmux in first

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. > >

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

2013-03-22 Thread Myles Dear (mdear)
Hello, tmux experts. I'm having an odd problem. Could you help me determine if it is a known issue or a new issue? If a new issue, how would I go about raising a bug report ? I am running tmux on a line card in a multi-chassis router. The following sequence works as expected: 1. Attach