Re: crash when using tmux-resurrect

2015-05-01 Thread Suraj N. Kurapati
On Wed, 29 Apr 2015 18:19:23 +0100, Nicholas Marriott wrote: > This is probably fixed already in OpenBSD Thanks! I confirm that it's now fixed in git master at commit c0cf4843e50ae7b123613798c209f30440d73e55 (merge of obsd-master).

Re: crash when using tmux-resurrect

2015-04-29 Thread Nicholas Marriott
This is probably fixed already in OpenBSD, you can try this: --- cmd-find.c Tue Apr 28 10:36:13 2015 +++ /usr/src/usr.bin/tmux/cmd-find.cWed Apr 29 00:05:40 2015 @@ -242,10 +243,13 @@ cmd_find_current_session_with_client(struct cmd_find_s struct window_pane *wp; /* If t

crash when using tmux-resurrect

2015-04-29 Thread Suraj N. Kurapati
Hello, I'm using tmux from the master branch (which is currently pointed at 8794562a85ab7221b4ec3b165723faa8ca10db0a) from the Git repository at . When I run the tmux-resurrect[1] plugin's resurrect-restore function, tmux crashes (see attached full backtrace from gdb). This doesn't happen with 7