-
Notifications
You must be signed in to change notification settings - Fork 85
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
Broken in Erlang 26 (Port.command / :port_command) #69
Comments
We're seeing the same thing |
same |
@lexmag I have the same problem. |
Same thing here |
This was referenced Jul 14, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running in Elixir 1.14.5 and Erlang 26.0, I was experiencing the call to
increment
hanging, and then other calls in other processes erroring withlost value 1 due to port closure
.Trying to work out what was going on, I got down to:
This seems related to erlang/otp#7130 which won't be fixed.
After downgrading to Erlang 25, that sequence above works with an
:ok
result.Is this project still maintained? Could the call to
Port.command
be changed / fixed?The text was updated successfully, but these errors were encountered: