-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tmux troubles with port_associate on pkgsrc illumos #988
Comments
That seems unusual. From the manual page for port_associate(3C):
Have you tried tracing the arguments to the |
Here are the results of
for a "it worked" and an "it hung with the message" case |
...I pulled down and built from source various versions from upstream https://github.com/tmux/tmux/releases |
Per the tmux upstream conversation, this appears to be a bug in libevent. |
This has been diagnosed as illumos#15036 |
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
on
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: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:while redirection sometimes triggers the
port_associate
hanging "warning"Cheers
The text was updated successfully, but these errors were encountered: