-
Notifications
You must be signed in to change notification settings - Fork 247
Open
Description
Greetings
And apologies if this is "the wrong place", I took the "please file it" request to heart, and the mailinglist link was broken.
Using
https://pkgsrc.joyent.com/packages/SmartOS/trunk/x86_64/All
on
$ uname -a
SunOS serverbox 5.11 omnios-r151030-5bd7739fe4 i86pc i386 i86pc illumos
and having installed tmux-3.2
I noticed that vim "fakeclip" package was badly misbehaving. And I tracked it down to a very simple repro case:
$ tmux load-buffer test.txt
[warn] port_associate: Not owner
I don't always get the port_associate message, but it's not just a warning - the tmux command hangs and must be manually killed. Sometimes it works fine.
Something is annoyingly, intermittently amiss.
tmux show-buffer is similarly affected, although I have found that this always works:
$ tmux show-buffer
while redirection sometimes triggers the port_associate hanging "warning"
$ tmux show-buffer >/tmp/busted
[warn] port_associate: Not owner
[warn] port_associate: Not owner
Cheers
Metadata
Metadata
Assignees
Labels
No labels