8000 remsh stoping the main vm when closing stdin. · Issue #9852 · erlang/otp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

remsh stoping the main vm when closing stdin. #9852

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

Open
raz-adroll opened this issue May 20, 2025 · 0 comments
Open

remsh stoping the main vm when closing stdin. #9852

raz-adroll opened this issue May 20, 2025 · 0 comments
Labels
bug Issue is reported as a bug

Comments

@raz-adroll
Copy link

Describe the bug
Remsh is terminating the remote process when it isn't supposed to.

To Reproduce

Terminal 1

erl -sname node1

Terminal 2

erl -sname node2 -remsh node1 < /dev/null

The process in terminal 2 keeps open and the one in terminal 1 stops.

Expected behavior
The process in terminal 1 should not terminate and the terminal 2 process should terminate.

Affected versions
OTP 26+

Additional context
Tested on 25.2.1, 26.2.5.12 and 27.3.4

@raz-adroll raz-adroll added the bug Issue is reported as a bug label May 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue is reported as a bug
Projects
None yet
Development

No branches or pull requests

1 participant
0