Re: Crash on set-buffer

2014-04-14 Thread Julien Rebetez
I can still reproduce on tmux from git. Here is the gdb backtrace (once with 'bt full') from the core dump. Best regards, Julien On Fri, Apr 11, 2014 at 4:40 PM, Nicholas Marriott wrote: > Hi > > tmux doesn't crash for me, please try to build tmux from git and see if > you can still reproduce.

Re: Crash on set-buffer

2014-04-14 Thread Julien Rebetez
The fix works for me ! Thank you On Fri, Apr 11, 2014 at 9:10 PM, Nicholas Marriott wrote: > It doesn't crash for me, but this does: > > tmux setb $(perl -e "print \"x\"x1042") > > Please try this fix (also fixes some other similar things): > > > diff --git a/arguments.c b/arguments.c > index d4e

Re: Crash on set-buffer

2014-04-11 Thread Nicholas Marriott
Thanks - applied to OpenBSD will be in git soon. On Fri, Apr 11, 2014 at 09:28:13PM +0200, Julien Rebetez wrote: > The fix works for me ! > Thank you > > On Fri, Apr 11, 2014 at 9:10 PM, Nicholas Marriott > wrote: > > It doesn't crash for me, but this does: > > > > tmux setb $(perl -e "print \"

Re: Crash on set-buffer

2014-04-11 Thread Nicholas Marriott
It doesn't crash for me, but this does: tmux setb $(perl -e "print \"x\"x1042") Please try this fix (also fixes some other similar things): diff --git a/arguments.c b/arguments.c index d4e5e53..fd656b1 100644 --- a/arguments.c +++ b/arguments.c @@ -125,7 +125,7 @@ args_free(struct args *args)

Re: Crash on set-buffer

2014-04-11 Thread Nicholas Marriott
Hi tmux doesn't crash for me, please try to build tmux from git and see if you can still reproduce. If you can, please see if there is a core file and send me a backtrace from gdb. On Fri, Apr 11, 2014 at 04:30:54PM +0200, Julien Rebetez wrote: > Hello, > First, thanks for this wonderful softwa

Crash on set-buffer

2014-04-11 Thread Julien Rebetez
Hello, First, thanks for this wonderful software ! I am using tslime[1] with a custom vim plugin [2] to copy/paste code from vim to an ipython session running in tmux. It's working great but sometimes, tmux crashes with "[lost server]". In the background, tslime use 'tmux set-buffer' to send text