tmux client and server both exit immediately

1,032 views
Skip to first unread message

James Nylen

unread,
Nov 6, 2016, 2:56:36 PM11/6/16
to tmux-...@googlegroups.com
Hi all,

I've built tmux on a server (I don't have root access here, so I have to build and install within my user account).  I followed very close to these instructions:  https://gist.github.com/ryin/3106801

When I run any tmux commands, e.g. `./tmux -vvvvv start-server`, no output is printed and the process exits immediately.

Here are the last few lines of the server log:

1478460501.790071 preparing -t state: target none 
1478460501.790079 preparing -s state: target none 
1478460501.790092 unref client 0x7850b0 (2 references)
1478460501.790122 sending message 203 to peer 0x7856b0 (4 bytes)
1478460501.790738 lost client 0x7850b0
1478460501.790785 remove peer 0x7856b0
1478460501.790818 unref client 0x7850b0 (1 references)
1478460501.790835 free client 0x7850b0 (0 references)
1478460501.790848 server loop exit 

and the client log:

1478460501.764205 sending message 105 to peer 0x76d040 (22 bytes)
1478460501.764216 sending message 105 to peer 0x76d040 (9 bytes)
1478460501.764226 sending message 105 to peer 0x76d040 (16 bytes)
1478460501.764236 sending message 106 to peer 0x76d040 (0 bytes)
1478460501.764248 sending message 200 to peer 0x76d040 (17 bytes)
1478460501.764258 client loop enter
1478460501.790307 peer 0x76d040 message 203
1478460501.790347 client loop exit

I've attached the full logs (with username and hostname changed to "redacted").  There is also a `tmux-out-5635.log` but it is blank for this command.

I've tried a few things so far, and nothing helped with this issue:
  • Different commands (`./tmux ls`, `./tmux`, `./tmux new-session`)
  • Removed my ~/.tmux.conf
  • Different versions of ncurses (5.9, 6.0)
  • Different versions of libevent (2.0.19 stable, 2.1.6 beta)
  • Different versions of tmux (`git checkout 2.3`, `git checkout origin/master`)
I also tried to follow the flow of the code but I couldn't figure out what operation is failing and causing tmux to exit.  How can I continue debugging this issue?

Thanks,
James
tmux-client-5633.log
tmux-server-5635.log

Nicholas Marriott

unread,
Nov 6, 2016, 3:36:12 PM11/6/16
to James Nylen, tmux-...@googlegroups.com
This log is from you running "tmux start-server", but start-server does
not create a session, so tmux will exit since you are not creating one
in the config. Please show the log from you running "tmux new".



On Sun, Nov 06, 2016 at 01:56:35PM -0600, James Nylen wrote:
> Hi all,
> I've built tmux on a server (I don't have root access here, so I have to
> build and install within my user account).** I followed very close to
> these instructions: **[1]https://gist.github.com/ryin/3106801
> When I run any tmux commands, e.g. `./tmux -vvvvv start-server`, no output
> is printed and the process exits immediately.
> Here are the last few lines of the server log:
> 1478460501.790071 preparing -t state: target none**
> 1478460501.790079 preparing -s state: target none**
> 1478460501.790092 unref client 0x7850b0 (2 references)
> 1478460501.790122 sending message 203 to peer 0x7856b0 (4 bytes)
> 1478460501.790738 lost client 0x7850b0
> 1478460501.790785 remove peer 0x7856b0
> 1478460501.790818 unref client 0x7850b0 (1 references)
> 1478460501.790835 free client 0x7850b0 (0 references)
> 1478460501.790848 server loop exit**
> and the client log:
> 1478460501.764205 sending message 105 to peer 0x76d040 (22 bytes)
> 1478460501.764216 sending message 105 to peer 0x76d040 (9 bytes)
> 1478460501.764226 sending message 105 to peer 0x76d040 (16 bytes)
> 1478460501.764236 sending message 106 to peer 0x76d040 (0 bytes)
> 1478460501.764248 sending message 200 to peer 0x76d040 (17 bytes)
> 1478460501.764258 client loop enter
> 1478460501.790307 peer 0x76d040 message 203
> 1478460501.790347 client loop exit
> I've attached the full logs (with username and hostname changed to
> "redacted").** There is also a `tmux-out-5635.log` but it is blank for
> this command.
> I've tried a few things so far, and nothing helped with this issue:
>
> * Different commands (`./tmux ls`, `./tmux`, `./tmux new-session`)
> * Removed my ~/.tmux.conf
> * Different versions of ncurses (5.9, 6.0)
> * Different versions of libevent (2.0.19 stable, 2.1.6 beta)
> * Different versions of tmux (`git checkout 2.3`, `git checkout
> origin/master`)
>
> I also tried to follow the flow of the code but I couldn't figure out what
> operation is failing and causing tmux to exit.** How can I continue
> debugging this issue?
> Thanks,
> James
>
> --
> You received this message because you are subscribed to the Google Groups
> "tmux-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [2]tmux-users+...@googlegroups.com.
> To post to this group, send email to [3]tmux-...@googlegroups.com.
> For more options, visit [4]https://groups.google.com/d/optout.
>
> References
>
> Visible links
> 1. https://gist.github.com/ryin/3106801
> 2. mailto:tmux-users+...@googlegroups.com
> 3. mailto:tmux-...@googlegroups.com
> 4. https://groups.google.com/d/optout



James Nylen

unread,
Nov 6, 2016, 7:06:09 PM11/6/16
to Nicholas Marriott, tmux-...@googlegroups.com
Ah, my mistake.

From client:

1478476588.612786 sending message 105 to peer 0x2644fa0 (16 bytes)
1478476588.612797 sending message 106 to peer 0x2644fa0 (0 bytes)
1478476588.612808 sending message 200 to peer 0x2644fa0 (8 bytes)
1478476588.612818 client loop enter
1478476588.637893 peer 0x2644fa0 message 211
1478476588.637942 peer 0x2644fa0 message 211
1478476588.637960 peer 0x2644fa0 message 211
1478476588.651970 peer 0x2644fa0 message 211
1478476588.652000 peer 0x2644fa0 message 203
1478476588.652013 client loop exit

From server:

1478476588.651457 spawn: USER=redacted
1478476588.651465 spawn: VISUAL=pico
1478476588.651472 spawn: _=./tmux
1478476588.651480 spawn: __hook_functions_chpwd=:__hook_chpwd_check_nvmrc:
1478476588.651488 spawn: __last_wd=/home/redacted/code/tmux
1478476588.651496 spawn: __ps1_hostname=redacted
1478476588.651660 session 0 destroyed
1478476588.651682 session 0 has 2 references
1478476588.651709 sending message 211 to peer 0x26731e0 (8200 bytes)
1478476588.651730 server_client_push_stderr: client 0x2672b60, sent 51, left 0
1478476588.651741 unref client 0x2672b60 (3 references)
1478476588.651753 cmdq_next <0x2672b60>: callback[server_client_command_done] (1), flags 0
1478476588.651762 unref client 0x2672b60 (2 references)
1478476588.651771 cmdq_next <0x2672b60>: exit (empty)
1478476588.651779 cmdq_next <global>: enter
1478476588.651788 cmdq_next <global>: callback[notify_callback] (1), flags 0
1478476588.651809 session 0 has 1 references
1478476588.651820 cmdq_next <global>: exit (empty)
1478476588.651829 cmdq_next <0x2672b60>: empty
1478476588.651837 cmdq_next <global>: empty
1478476588.651845 cmdq_next <0x2672b60>: empty
1478476588.651855 sending message 203 to peer 0x26731e0 (4 bytes)
1478476588.651875 session 0 freed (0 references)
1478476588.651928 cmdq_next <global>: empty
1478476588.651941 cmdq_next <0x2672b60>: empty
1478476588.652367 lost client 0x2672b60
1478476588.652485 remove peer 0x26731e0
1478476588.652540 unref client 0x2672b60 (1 references)
1478476588.652559 free client 0x2672b60 (0 references)
1478476588.652572 cmdq_next <global>: empty
1478476588.652582 server loop exit

Full logs attached, as before.  You'll note references to /usr/local/cpanel/bin/jailshell, which I can run just fine, but I also tried `SHELL=/bin/bash ./tmux -vvvvv start-server` and same result.


>    To post to this group, send email to [3]tmux-...@googlegroups.com.
>    For more options, visit [4]https://groups.google.com/d/optout.
>
> References
>
>    Visible links
>    1. https://gist.github.com/ryin/3106801
tmux-client-12232.log
tmux-out-12234.log
tmux-server-12234.log

James Nylen

unread,
Nov 6, 2016, 7:07:15 PM11/6/16
to Nicholas Marriott, tmux-...@googlegroups.com
I also tried `SHELL=/bin/bash ./tmux -vvvvv start-server` and same result

I meant to say `SHELL=/bin/bash ./tmux -vvvvv new` here.

Nicholas Marriott

unread,
Nov 7, 2016, 4:47:39 AM11/7/16
to James Nylen, tmux-...@googlegroups.com
You didn't attach the logs?



On Sun, Nov 06, 2016 at 06:07:13PM -0600, James Nylen wrote:
> >**I**also tried `SHELL=/bin/bash ./tmux -vvvvv start-server` and same
> result
> I meant to say `SHELL=/bin/bash ./tmux -vvvvv new` here.
> Full logs attached, as before.** You'll note references to
> /usr/local/cpanel/bin/jailshell, which I can run just fine, but I**also
> tried `SHELL=/bin/bash ./tmux -vvvvv start-server` and same result.
> On Sun, Nov 6, 2016 at 2:36 PM, Nicholas Marriott
> <[2]nicholas...@gmail.com> wrote:
>
> This log is from you running "tmux start-server", but start-server
> does
> not create a session, so tmux will exit since you are not creating one
> in the config. Please show the log from you running "tmux new".
>
> On Sun, Nov 06, 2016 at 01:56:35PM -0600, James Nylen wrote:
> >** ** Hi all,
> >** ** I've built tmux on a server (I don't have root access here, so
> I have to
> >** ** build and install within my user account).** I followed very
> close to
> >** ** these instructions:
> **[1][3]https://gist.github.com/ryin/3106801
> >** ** When I run any tmux commands, e.g. `./tmux -vvvvv
> start-server`, no output
> >** ** is printed and the process exits immediately.
> >** ** Here are the last few lines of the server log:
> >** ** 1478460501.790071 preparing -t state: target none**
> >** ** 1478460501.790079 preparing -s state: target none**
> >** ** 1478460501.790092 unref client 0x7850b0 (2 references)
> >** ** 1478460501.790122 sending message 203 to peer 0x7856b0 (4
> bytes)
> >** ** 1478460501.790738 lost client 0x7850b0
> >** ** 1478460501.790785 remove peer 0x7856b0
> >** ** 1478460501.790818 unref client 0x7850b0 (1 references)
> >** ** 1478460501.790835 free client 0x7850b0 (0 references)
> >** ** 1478460501.790848 server loop exit**
> >** ** and the client log:
> >** ** 1478460501.764205 sending message 105 to peer 0x76d040 (22
> bytes)
> >** ** 1478460501.764216 sending message 105 to peer 0x76d040 (9
> bytes)
> >** ** 1478460501.764226 sending message 105 to peer 0x76d040 (16
> bytes)
> >** ** 1478460501.764236 sending message 106 to peer 0x76d040 (0
> bytes)
> >** ** 1478460501.764248 sending message 200 to peer 0x76d040 (17
> bytes)
> >** ** 1478460501.764258 client loop enter
> >** ** 1478460501.790307 peer 0x76d040 message 203
> >** ** 1478460501.790347 client loop exit
> >** ** I've attached the full logs (with username and hostname changed
> to
> >** ** "redacted").** There is also a `tmux-out-5635.log` but it is
> blank for
> >** ** this command.
> >** ** I've tried a few things so far, and nothing helped with this
> issue:
> >
> >** ** ** * Different commands (`./tmux ls`, `./tmux`, `./tmux
> new-session`)
> >** ** ** * Removed my ~/.tmux.conf
> >** ** ** * Different versions of ncurses (5.9, 6.0)
> >** ** ** * Different versions of libevent (2.0.19 stable, 2.1.6 beta)
> >** ** ** * Different versions of tmux (`git checkout 2.3`, `git
> checkout
> >** ** ** ** origin/master`)
> >
> >** ** I also tried to follow the flow of the code but I couldn't
> figure out what
> >** ** operation is failing and causing tmux to exit.** How can I
> continue
> >** ** debugging this issue?
> >** ** Thanks,
> >** ** James
> >
> >** ** --
> >** ** You received this message because you are subscribed to the
> Google Groups
> >** ** "tmux-users" group.
> >** ** To unsubscribe from this group and stop receiving emails from
> it, send an
> >** ** email to [2][4]tmux-users+...@googlegroups.com.
> >** ** To post to this group, send email to
> [3][5]tmux-...@googlegroups.com.
> >** ** For more options, visit
> [4][6]https://groups.google.com/d/optout.
> >
> > References
> >
> >** ** Visible links
> >** ** 1. [7]https://gist.github.com/ryin/3106801
> >** ** 2. mailto:[8]tmux-users+...@googlegroups.com
> >** ** 3. mailto:[9]tmux-...@googlegroups.com
> >** ** 4. [10]https://groups.google.com/d/optout
>
> --
> You received this message because you are subscribed to the Google Groups
> "tmux-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [11]tmux-users+...@googlegroups.com.
> To post to this group, send email to [12]tmux-...@googlegroups.com.
> For more options, visit [13]https://groups.google.com/d/optout.
>
> References
>
> Visible links
> 1. mailto:jny...@gmail.com
> 2. mailto:nicholas...@gmail.com
> 3. https://gist.github.com/ryin/3106801
> 4. mailto:tmux-users%2Bunsu...@googlegroups.com
> 5. mailto:tmux-...@googlegroups.com
> 6. https://groups.google.com/d/optout
> 7. https://gist.github.com/ryin/3106801
> 8. mailto:tmux-users%2Bunsu...@googlegroups.com
> 9. mailto:tmux-...@googlegroups.com
> 10. https://groups.google.com/d/optout
> 11. mailto:tmux-users+...@googlegroups.com
> 12. mailto:tmux-...@googlegroups.com
> 13. https://groups.google.com/d/optout

James Nylen

unread,
Nov 7, 2016, 5:37:43 AM11/7/16
to Nicholas Marriott, tmux-...@googlegroups.com
I did.  I've sent 4 messages in this thread so far:
  1. Initial report: `tmux start-server` (logs attached)
  2. Revised report: `tmux new` (logs attached)
  3. Minor correction to 2nd message (no logs)
  4. This message

>        >** ** email to [2][4]tmux-users+unsubscribe@googlegroups.com.

>        >** ** To post to this group, send email to
>        [3][5]tmux-users@googlegroups.com.

>        >** ** For more options, visit
>        [4][6]https://groups.google.com/d/optout.
>        >
>        > References
>        >
>        >** ** Visible links
>        >** ** 1. [7]https://gist.github.com/ryin/3106801
>        >** ** 2. mailto:[8]tmux-users+unsub...@googlegroups.com
>        >** ** 3. mailto:[9]tmux-users@googlegroups.com

>        >** ** 4. [10]https://groups.google.com/d/optout
>
>    --
>    You received this message because you are subscribed to the Google Groups
>    "tmux-users" group.
>    To unsubscribe from this group and stop receiving emails from it, send an
>    email to [11]tmux-users+unsubscribe@googlegroups.com.
>    To post to this group, send email to [12]tmux-users@googlegroups.com.

>    For more options, visit [13]https://groups.google.com/d/optout.
>
> References
>
>    Visible links
>    1. mailto:jny...@gmail.com
>    2. mailto:nicholas.marriott@gmail.com
>    5. mailto:tmux-users@googlegroups.com

Nicholas Marriott

unread,
Nov 7, 2016, 5:53:19 AM11/7/16
to James Nylen, tmux-users

Oh yeah I only read your second one


>        >** ** 2. mailto:[8]tmux-users+unsubscrib...@googlegroups.com

>        >** ** 3. mailto:[9]tmux-users@googlegroups.com
>        >** ** 4. [10]https://groups.google.com/d/optout
>
>    --
>    You received this message because you are subscribed to the Google Groups
>    "tmux-users" group.
>    To unsubscribe from this group and stop receiving emails from it, send an
>    email to [11]tmux-users+unsubscribe@googlegroups.com.
>    To post to this group, send email to [12]tmux-...@googlegroups.com.

>    For more options, visit [13]https://groups.google.com/d/optout.
>
> References
>
>    Visible links
>    1. mailto:jny...@gmail.com
>    2. mailto:nicholas.marriott@gmail.com
>    3. https://gist.github.com/ryin/3106801

--
You received this message because you are subscribed to the Google Groups "tmux-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tmux-users+unsubscribe@googlegroups.com.
To post to this group, send email to tmux-...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Nicholas Marriott

unread,
Nov 7, 2016, 6:09:35 AM11/7/16
to James Nylen, tmux-users
This is tmux exiting normally, so probably your shell doesn't work for
whatever reason. Does it work if you create a new .tmux.conf with just:

set -g default-shell "/bin/sh"

And what if you then run:

tmux new -- /bin/sleep 1000

Show me the logs from this latter if it doesn't work please.



On Mon, Nov 07, 2016 at 10:53:17AM +0000, Nicholas Marriott wrote:
> Oh yeah I only read your second one
>
> On 7 Nov 2016 10:37 am, "James Nylen" <[1]jny...@gmail.com> wrote:
>
> I did.** I've sent 4 messages in this thread so far:
>
> 1. Initial report: `tmux start-server` (logs attached)
> 2. Revised report: `tmux new` (logs attached)
> 3. Minor correction to 2nd message (no logs)
> 4. This message
>
> On Mon, Nov 7, 2016 at 3:47 AM, Nicholas Marriott
> <[2]nicholas...@gmail.com> wrote:
>
> You didn't attach the logs?
>
> On Sun, Nov 06, 2016 at 06:07:13PM -0600, James Nylen wrote:
> >** ** >**I**also tried `SHELL=/bin/bash ./tmux -vvvvv start-server`
> and same
> >** ** result
> >** ** I meant to say `SHELL=/bin/bash ./tmux -vvvvv new` here.
> >** ** On Sun, Nov 6, 2016 at 6:06 PM, James Nylen
> <[1][3]jny...@gmail.com> wrote:
> >
> >** ** ** Ah, my mistake.
> >** ** ** From client:
> >** ** ** 1478476588.612786 sending message 105 to peer 0x2644fa0 (16
> bytes)
> >** ** ** 1478476588.612797 sending message 106 to peer 0x2644fa0 (0
> bytes)
> >** ** ** 1478476588.612808 sending message 200 to peer 0x2644fa0 (8
> bytes)
> >** ** ** 1478476588.612818 client loop enter
> >** ** ** 1478476588.637893 peer 0x2644fa0 message 211
> >** ** ** 1478476588.637942 peer 0x2644fa0 message 211
> >** ** ** 1478476588.637960 peer 0x2644fa0 message 211
> >** ** ** 1478476588.651970 peer 0x2644fa0 message 211
> >** ** ** 1478476588.652000 peer 0x2644fa0 message 203
> >** ** ** 1478476588.652013 client loop exit
> >** ** ** From server:
> >** ** ** 1478476588.651457 spawn: USER=redacted
> >** ** ** 1478476588.651465 spawn: VISUAL=pico
> >** ** ** 1478476588.651472 spawn: _=./tmux
> >** ** ** 1478476588.651480 spawn:
> >** ** ** __hook_functions_chpwd=:__hook_chpwd_check_nvmrc:
> >** ** ** 1478476588.651488 spawn: __last_wd=/home/redacted/code/tmux
> >** ** ** 1478476588.651496 spawn: __ps1_hostname=redacted
> >** ** ** 1478476588.651660 session 0 destroyed
> >** ** ** 1478476588.651682 session 0 has 2 references
> >** ** ** 1478476588.651709 sending message 211 to peer 0x26731e0
> (8200 bytes)
> >** ** ** 1478476588.651730 server_client_push_stderr: client
> 0x2672b60, sent 51,
> >** ** ** left 0
> >** ** ** 1478476588.651741 unref client 0x2672b60 (3 references)
> >** ** ** 1478476588.651753 cmdq_next <0x2672b60>:
> >** ** ** callback[server_client_command_done] (1), flags 0
> >** ** ** 1478476588.651762 unref client 0x2672b60 (2 references)
> >** ** ** 1478476588.651771 cmdq_next <0x2672b60>: exit (empty)
> >** ** ** 1478476588.651779 cmdq_next <global>: enter
> >** ** ** 1478476588.651788 cmdq_next <global>:
> callback[notify_callback] (1),
> >** ** ** flags 0
> >** ** ** 1478476588.651809 session 0 has 1 references
> >** ** ** 1478476588.651820 cmdq_next <global>: exit (empty)
> >** ** ** 1478476588.651829 cmdq_next <0x2672b60>: empty
> >** ** ** 1478476588.651837 cmdq_next <global>: empty
> >** ** ** 1478476588.651845 cmdq_next <0x2672b60>: empty
> >** ** ** 1478476588.651855 sending message 203 to peer 0x26731e0 (4
> bytes)
> >** ** ** 1478476588.651875 session 0 freed (0 references)
> >** ** ** 1478476588.651928 cmdq_next <global>: empty
> >** ** ** 1478476588.651941 cmdq_next <0x2672b60>: empty
> >** ** ** 1478476588.652367 lost client 0x2672b60
> >** ** ** 1478476588.652485 remove peer 0x26731e0
> >** ** ** 1478476588.652540 unref client 0x2672b60 (1 references)
> >** ** ** 1478476588.652559 free client 0x2672b60 (0 references)
> >** ** ** 1478476588.652572 cmdq_next <global>: empty
> >** ** ** 1478476588.652582 server loop exit
> >** ** ** Full logs attached, as before.** You'll note references to
> >** ** ** /usr/local/cpanel/bin/jailshell, which I can run just fine,
> but I**also
> >** ** ** tried `SHELL=/bin/bash ./tmux -vvvvv start-server` and same
> result.
> >** ** ** On Sun, Nov 6, 2016 at 2:36 PM, Nicholas Marriott
> >** ** ** <[2][4]nicholas...@gmail.com> wrote:
> >
> >** ** ** ** This log is from you running "tmux start-server", but
> start-server
> >** ** ** ** does
> >** ** ** ** not create a session, so tmux will exit since you are not
> creating one
> >** ** ** ** in the config. Please show the log from you running "tmux
> new".
> >
> >** ** ** ** On Sun, Nov 06, 2016 at 01:56:35PM -0600, James Nylen
> wrote:
> >** ** ** ** >** ** Hi all,
> >** ** ** ** >** ** I've built tmux on a server (I don't have root
> access here, so
> >** ** ** ** I have to
> >** ** ** ** >** ** build and install within my user account).** I
> followed very
> >** ** ** ** close to
> >** ** ** ** >** ** these instructions:
> >** ** ** ** **[1][3][5]https://gist.github.com/ryin/3106801
> >** ** ** ** >** ** When I run any tmux commands, e.g. `./tmux -vvvvv
> >** ** ** ** start-server`, no output
> >** ** ** ** >** ** is printed and the process exits immediately.
> >** ** ** ** >** ** Here are the last few lines of the server log:
> >** ** ** ** >** ** 1478460501.790071 preparing -t state: target
> none**
> >** ** ** ** >** ** 1478460501.790079 preparing -s state: target
> none**
> >** ** ** ** >** ** 1478460501.790092 unref client 0x7850b0 (2
> references)
> >** ** ** ** >** ** 1478460501.790122 sending message 203 to peer
> 0x7856b0 (4
> >** ** ** ** bytes)
> >** ** ** ** >** ** 1478460501.790738 lost client 0x7850b0
> >** ** ** ** >** ** 1478460501.790785 remove peer 0x7856b0
> >** ** ** ** >** ** 1478460501.790818 unref client 0x7850b0 (1
> references)
> >** ** ** ** >** ** 1478460501.790835 free client 0x7850b0 (0
> references)
> >** ** ** ** >** ** 1478460501.790848 server loop exit**
> >** ** ** ** >** ** and the client log:
> >** ** ** ** >** ** 1478460501.764205 sending message 105 to peer
> 0x76d040 (22
> >** ** ** ** bytes)
> >** ** ** ** >** ** 1478460501.764216 sending message 105 to peer
> 0x76d040 (9
> >** ** ** ** bytes)
> >** ** ** ** >** ** 1478460501.764226 sending message 105 to peer
> 0x76d040 (16
> >** ** ** ** bytes)
> >** ** ** ** >** ** 1478460501.764236 sending message 106 to peer
> 0x76d040 (0
> >** ** ** ** bytes)
> >** ** ** ** >** ** 1478460501.764248 sending message 200 to peer
> 0x76d040 (17
> >** ** ** ** bytes)
> >** ** ** ** >** ** 1478460501.764258 client loop enter
> >** ** ** ** >** ** 1478460501.790307 peer 0x76d040 message 203
> >** ** ** ** >** ** 1478460501.790347 client loop exit
> >** ** ** ** >** ** I've attached the full logs (with username and
> hostname changed
> >** ** ** ** to
> >** ** ** ** >** ** "redacted").** There is also a `tmux-out-5635.log`
> but it is
> >** ** ** ** blank for
> >** ** ** ** >** ** this command.
> >** ** ** ** >** ** I've tried a few things so far, and nothing helped
> with this
> >** ** ** ** issue:
> >** ** ** ** >
> >** ** ** ** >** ** ** * Different commands (`./tmux ls`, `./tmux`,
> `./tmux
> >** ** ** ** new-session`)
> >** ** ** ** >** ** ** * Removed my ~/.tmux.conf
> >** ** ** ** >** ** ** * Different versions of ncurses (5.9, 6.0)
> >** ** ** ** >** ** ** * Different versions of libevent (2.0.19
> stable, 2.1.6 beta)
> >** ** ** ** >** ** ** * Different versions of tmux (`git checkout
> 2.3`, `git
> >** ** ** ** checkout
> >** ** ** ** >** ** ** ** origin/master`)
> >** ** ** ** >
> >** ** ** ** >** ** I also tried to follow the flow of the code but I
> couldn't
> >** ** ** ** figure out what
> >** ** ** ** >** ** operation is failing and causing tmux to exit.**
> How can I
> >** ** ** ** continue
> >** ** ** ** >** ** debugging this issue?
> >** ** ** ** >** ** Thanks,
> >** ** ** ** >** ** James
> >** ** ** ** >
> >** ** ** ** >** ** --
> >** ** ** ** >** ** You received this message because you are
> subscribed to the
> >** ** ** ** Google Groups
> >** ** ** ** >** ** "tmux-users" group.
> >** ** ** ** >** ** To unsubscribe from this group and stop receiving
> emails from
> >** ** ** ** it, send an
> >** ** ** ** >** ** email to
> [2][4][6]tmux-users+...@googlegroups.com.
> >** ** ** ** >** ** To post to this group, send email to
> >** ** ** ** [3][5][7]tmux-...@googlegroups.com.
> >** ** ** ** >** ** For more options, visit
> >** ** ** ** [4][6][8]https://groups.google.com/d/optout.
> >** ** ** ** >
> >** ** ** ** > References
> >** ** ** ** >
> >** ** ** ** >** ** Visible links
> >** ** ** ** >** ** 1. [7][9]https://gist.github.com/ryin/3106801
> >** ** ** ** >** ** 2.
> mailto:[8][10]tmux-users+...@googlegroups.com
> >** ** ** ** >** ** 3. mailto:[9][11]tmux-...@googlegroups.com
> >** ** ** ** >** ** 4. [10][12]https://groups.google.com/d/optout
> >
> >** ** --
> >** ** You received this message because you are subscribed to the
> Google Groups
> >** ** "tmux-users" group.
> >** ** To unsubscribe from this group and stop receiving emails from
> it, send an
> >** ** email to [11][13]tmux-users+...@googlegroups.com.
> >** ** To post to this group, send email to
> [12][14]tmux-...@googlegroups.com.
> >** ** For more options, visit
> [13][15]https://groups.google.com/d/optout.
> >
> > References
> >
> >** ** Visible links
> >** ** 1. mailto:[16]jny...@gmail.com
> >** ** 2. mailto:[17]nicholas...@gmail.com
> >** ** 3. [18]https://gist.github.com/ryin/3106801
> >** ** 4. mailto:[19]tmux-users%2Bunsu...@googlegroups.com
> >** ** 5. mailto:[20]tmux-...@googlegroups.com
> >** ** 6. [21]https://groups.google.com/d/optout
> >** ** 7. [22]https://gist.github.com/ryin/3106801
> >** ** 8. mailto:[23]tmux-users%2Bunsu...@googlegroups.com
> >** ** 9. mailto:[24]tmux-...@googlegroups.com
> >** **10. [25]https://groups.google.com/d/optout
> >** **11. mailto:[26]tmux-users+...@googlegroups.com
> >** **12. mailto:[27]tmux-...@googlegroups.com
> >** **13. [28]https://groups.google.com/d/optout
>
> --
> You received this message because you are subscribed to the Google
> Groups "tmux-users" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to [29]tmux-users+...@googlegroups.com.
> To post to this group, send email to [30]tmux-...@googlegroups.com.
> For more options, visit [31]https://groups.google.com/d/optout.
>
> References
>
> Visible links
> 1. mailto:jny...@gmail.com
> 2. mailto:nicholas...@gmail.com
> 3. mailto:jny...@gmail.com
> 4. mailto:nicholas...@gmail.com
> 5. https://gist.github.com/ryin/3106801
> 6. mailto:tmux-users%2Bunsu...@googlegroups.com
> 7. mailto:tmux-...@googlegroups.com
> 8. https://groups.google.com/d/optout
> 9. https://gist.github.com/ryin/3106801
> 10. mailto:tmux-users%2Bunsu...@googlegroups.com
> 11. mailto:tmux-...@googlegroups.com
> 12. https://groups.google.com/d/optout
> 13. mailto:tmux-users%2Bunsu...@googlegroups.com
> 14. mailto:tmux-...@googlegroups.com
> 15. https://groups.google.com/d/optout
> 16. mailto:jny...@gmail.com
> 17. mailto:nicholas...@gmail.com
> 18. https://gist.github.com/ryin/3106801
> 19. mailto:tmux-users%252Buns...@googlegroups.com
> 20. mailto:tmux-...@googlegroups.com
> 21. https://groups.google.com/d/optout
> 22. https://gist.github.com/ryin/3106801
> 23. mailto:tmux-users%252Buns...@googlegroups.com
> 24. mailto:tmux-...@googlegroups.com
> 25. https://groups.google.com/d/optout
> 26. mailto:tmux-users%2Bunsu...@googlegroups.com
> 27. mailto:tmux-...@googlegroups.com
> 28. https://groups.google.com/d/optout
> 29. mailto:tmux-users+...@googlegroups.com
> 30. mailto:tmux-...@googlegroups.com
> 31. https://groups.google.com/d/optout
Reply all
Reply to author
Forward
0 new messages