Re: segfault

2010-11-21 Thread Thomas Adam
On Sun, Nov 21, 2010 at 04:18:12PM +, Nicholas Marriott wrote: > Does this fix it? > > Index: window.c > === > RCS file: /cvs/src/usr.bin/tmux/window.c,v > retrieving revision 1.58 > retrieving revision 1.59 > diff -u -p -r1.58 -r

Re: segfault

2010-11-21 Thread Nicholas Marriott
Hmm, okay. I don't have time to look at this today, i'll try to reproduce tomorrow cheers On Sun, Nov 21, 2010 at 04:22:27PM +, Thomas Adam wrote: > On Sun, Nov 21, 2010 at 04:18:12PM +, Nicholas Marriott wrote: > > Does this fix it? > > > > Index: window.c > >

Re: segfault

2010-11-21 Thread Nicholas Marriott
Does this fix it? Index: window.c === RCS file: /cvs/src/usr.bin/tmux/window.c,v retrieving revision 1.58 retrieving revision 1.59 diff -u -p -r1.58 -r1.59 --- window.c23 Oct 2010 13:04:34 - 1.58 +++ window.c14 Nov 20

Re: segfault

2010-11-21 Thread Thomas Adam
On Sun, Nov 21, 2010 at 03:32:08PM +, Nicholas Marriott wrote: > tmux version? > > what platform? It seems I can always reproduce this -- at least to get a stack trace identical to the one reported. This is tmux cvs HEAD (as of today) on Linux (Debian Unstable). If I start tmux like this:

Re: segfault

2010-11-21 Thread Nicholas Marriott
can you show me the full backtrace and output of "p *wp" and "p *w" from frame 0? On Sun, Nov 21, 2010 at 11:02:46AM -0500, Peter John Hartman wrote: > On Sun, Nov 21, 2010 at 03:32:08PM +, Nicholas Marriott wrote: > > tmux version? > > > > what platform? > > VERSION: TMUX 1.4 (last updated

Re: segfault

2010-11-21 Thread Peter John Hartman
On Sun, Nov 21, 2010 at 03:32:08PM +, Nicholas Marriott wrote: > tmux version? > > what platform? VERSION: TMUX 1.4 (last updated from cvs 3 days ago, although the problem is much older than that) PLATFORM: Linux -- sic dicit magister P PhD Candidate Collaborative Programme in Ancient and

Re: segfault

2010-11-21 Thread Nicholas Marriott
tmux version? what platform? On Sat, Nov 20, 2010 at 10:28:02PM -0500, Peter John Hartman wrote: > Hi, > > I get a segfault about daily, usually when I have a lot of panes open and I > close one, although, since it is usually in a complex environment, I haven't > been able to precisely figure

Re: segfault

2010-11-21 Thread Peter John Hartman
On Sun, Nov 21, 2010 at 10:08:27AM +, Thomas Adam wrote: > I bet you're using "mouse-select-pane", right? If you disable that, does > the crash go away? Nope. Below is my conf. # generic options set-option -g base-index 1 setw -g automatic-rename off set-option -g set-titles off set-option

Re: segfault

2010-11-21 Thread Thomas Adam
On Sat, Nov 20, 2010 at 10:28:02PM -0500, Peter John Hartman wrote: > Hi, > > I get a segfault about daily, usually when I have a lot of panes open and I > close one, although, since it is usually in a complex environment, I haven't > been able to precisely figure out what is wrong. Here, however