Re: Fwd: tmux failed to start server

2013-12-08 Thread Balaji Venkataraman
On Thu, Dec 5, 2013 at 1:37 PM, Nicholas Marriott wrote: > If it died with a SEGV it should leave a core. What is ulimit -c? > > Can you run it in gdb and see what happens? > > Does it work if you do it without a config file (eg tmux -Lx -f/dev/null new)? I rebuilt it with -g and voila it started

Re: Fwd: tmux failed to start server

2013-12-05 Thread Nicholas Marriott
If it died with a SEGV it should leave a core. What is ulimit -c? Can you run it in gdb and see what happens? Does it work if you do it without a config file (eg tmux -Lx -f/dev/null new)? On Wed, Dec 04, 2013 at 11:49:37PM -0800, Balaji Venkataraman wrote: >On Dec 4, 2013 11:46 PM, "Nichol

Re: Fwd: tmux failed to start server

2013-12-04 Thread Balaji Venkataraman
On Dec 4, 2013 11:46 PM, "Nicholas Marriott" wrote: > > When you run tmux and it dies no core? No. -- Sponsored by Intel(R) XDK Develop, test and display web and hybrid apps with a single code base. Download it for free n

Re: Fwd: tmux failed to start server

2013-12-04 Thread Nicholas Marriott
When you run tmux and it dies no core? Original message From: Balaji Venkataraman Date: 05/12/2013 07:27 (GMT+00:00) To: tmux-users@lists.sourceforge.net Subject: Re: Fwd: tmux failed to start server On Wed, Dec 4, 2013 at 9:51 AM, Nicholas Marriott wrote: > It lo

Re: Fwd: tmux failed to start server

2013-12-04 Thread Balaji Venkataraman
On Wed, Dec 4, 2013 at 9:51 AM, Nicholas Marriott wrote: > It looks ok, does it leave a core file? No. None at the top-level of the tmux source tree. -- Sponsored by Intel(R) XDK Develop, test and display web and hybrid

Re: Fwd: tmux failed to start server

2013-12-04 Thread Nicholas Marriott
It looks ok, does it leave a core file? On Wed, Dec 04, 2013 at 09:13:47AM -0800, Balaji Venkataraman wrote: > On Mon, Dec 2, 2013 at 5:02 PM, Balaji Venkataraman wrote: > > On Mon, Dec 2, 2013 at 4:38 PM, wrote: > >> If you run eg "touch ./tmux.c; make" in the source directory now, what > >> are

Re: Fwd: tmux failed to start server

2013-12-04 Thread Balaji Venkataraman
On Mon, Dec 2, 2013 at 5:02 PM, Balaji Venkataraman wrote: > On Mon, Dec 2, 2013 at 4:38 PM, wrote: >> If you run eg "touch ./tmux.c; make" in the source directory now, what >> are the commands it outputs? > > $ touch ./tmux.c; make Hi Nicholas - I had attached the output in earlier. Any ideas on

Re: Fwd: tmux failed to start server

2013-12-02 Thread Balaji Venkataraman
On Mon, Dec 2, 2013 at 4:38 PM, wrote: > If you run eg "touch ./tmux.c; make" in the source directory now, what > are the commands it outputs? $ touch ./tmux.c; make gcc -DPACKAGE_NAME=\"tmux\" -DPACKAGE_TARNAME=\"tmux\" -DPACKAGE_VERSION=\"1.8\" -DPACKAGE_STRING=\"tmux\ 1.8\" -DPACKAGE_BUGREPORT

Fwd: tmux failed to start server

2013-12-02 Thread Balaji Venkataraman
Re-sending with gzipped config.log as the msg. size was too large. On Mon, Dec 2, 2013 at 3:57 PM, Nicholas Marriott wrote: > Are you very sure that you are pointing tmux LD_LIBRARY_PATH to the same > libevent version as you built again? > > If you used old libevent headers with new libevent libr

Re: tmux failed to start server

2013-12-02 Thread Nicholas Marriott
Are you very sure that you are pointing tmux LD_LIBRARY_PATH to the same libevent version as you built again? If you used old libevent headers with new libevent libraries or vice versa it will probably not work. Please show me the configure line you used. On Mon, Dec 02, 2013 at 03:50:45PM -08

tmux failed to start server

2013-12-02 Thread Balaji Venkataraman
Hi - I downloaded and built tmux-1.8 (also had to download and install libevent-2.0 locally). I don't have root access on this machine. I'm not able to get tmux to work and after going through various mailings lists/questions, I still don't have an answer to why tmux fails to run. I have LD_LIBRARY