Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

6
  • 7
    Can you start tmux using tmux -vvvv ? It will give you a logfile in the same directory called tmux-[...].log. Try to reproduce the crash and as soon as it crashes, post the last X lines of your error log here :)! Commented Jul 24, 2014 at 0:19
  • @polym I have started tmux as follows tmux -vvv -S default new-session -s $USER I will paste the log during the next crash Commented Jul 24, 2014 at 1:02
  • @polym Here is the output of tmux server after it crashed. user@server> tail tmux-server-33131.log input_parse: ' ' ground keys are 1 () complete key 0x2 keys are 1 (d) complete key d 0x64 cmdq 0x12c4460: detach-client (client 8) writing 1 to client 8 got 5 from client 8 writing 4 to client 8 lost client 8 user@server> Commented Jul 24, 2014 at 18:14
  • can you edit your question and put more of the logs (server and client) e.g. tail -n200 ? Commented Jul 24, 2014 at 20:04
  • @polym I have attached the logs to the question after tmux has crashed Commented Jul 28, 2014 at 22:22