Just a suggestion, but could you try running strace (or MacOSX's
equivalent) on tmux, and redirect the output to another computer,
something like this:

otherhost:
ncat -l -p 5678 2>&1 | tee tmux_log

localhost:
strace -f tmux 2>&1 | ncat otherhost 5678

Then you'd be able to see/tell us, roughly where abouts in tmux the
problem is.

If strace is no good, apparently truss or ktrace are the way to go.


Rob.

------------------------------------------------------------------------------
Storage Efficiency Calculator
This modeling tool is based on patent-pending intellectual property that
has been used successfully in hundreds of IBM storage optimization engage-
ments, worldwide.  Store less, Store more with what you own, Move data to 
the right place. Try It Now! http://www.accelacomm.com/jaw/sfnl/114/51427378/
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to