Re: [lost server] on Red Hat Enterprise 5.4

2011-03-10 Thread Adam Szkoda
2011/3/9 Nicholas Marriott : > What exact libevent version are you using? libevent-2.0.10-stable > Does it still happen if you start tmux with EVENT_NOEPOLL=1? Yes, symptoms are exactly the same. > Can you show me the output of the following in gdb: Here you are: > f 0 (gdb) f 0 #0 0x00

Re: [lost server] on Red Hat Enterprise 5.4

2011-03-09 Thread Nicholas Marriott
What exact libevent version are you using? Does it still happen if you start tmux with EVENT_NOEPOLL=1? Can you show me the output of the following in gdb: f 0 p *wp p wp->pipe_off p *wp->event->input On Wed, Mar 09, 2011 at 11:47:17AM +0100, Adam Szkoda wrote: > Forgive me the terribly late a

Re: [lost server] on Red Hat Enterprise 5.4

2011-03-09 Thread Adam Szkoda
Forgive me the terribly late answer, Nicholas. I've found this to be the duplicate of this bug: http://sourceforge.net/tracker/index.php?func=detail&aid=3154132&group_id=200378&atid=973262 I'll be happy to provide further information. Here's the gdb's output: (gdb) bt full #0 0x0043cd4d

Re: [lost server] on Red Hat Enterprise 5.4

2011-02-03 Thread Nicholas Marriott
Load the core into gdb and do "bt full" and send me the output. On Thu, Feb 03, 2011 at 11:47:52AM +0100, Adam Dariusz Szkoda wrote: > Thanks for you reply, Nicholas > > > tmux version? > > 1.4 but I've tried 1.3 with the same result. > > > Does it leave a core? > > It didn't so I issued `uli

Re: [lost server] on Red Hat Enterprise 5.4

2011-02-03 Thread Adam Dariusz Szkoda
Thanks for you reply, Nicholas > tmux version? 1.4 but I've tried 1.3 with the same result. > Does it leave a core? It didn't so I issued `ulimit -c unlimited` and now it does. > I use tmux daily on about every version of RHEL so it definitely works. > > Try libevent 1.4 and see if its caused

Re: [lost server] on Red Hat Enterprise 5.4

2011-01-28 Thread Nicholas Marriott
tmux version? Does it leave a core? I use tmux daily on about every version of RHEL so it definitely works. Try libevent 1.4 and see if its caused by libevent 2. On Fri, Jan 28, 2011 at 11:11:20AM +0100, Adam Dariusz Szkoda wrote: > Hi, > > I can't get tmux to work on this old Red Hat which I

[lost server] on Red Hat Enterprise 5.4

2011-01-28 Thread Adam Dariusz Szkoda
Hi, I can't get tmux to work on this old Red Hat which I'm not an admin of and therefore can't do any updates. All I get after tmux startup is "[lost server]" and a terminal in a state that only reset (entered without echoing characters) command helps. Both tmux and libevent were compiled by me.