epmd icon indicating copy to clipboard operation
epmd copied to clipboard

Does not complete to run `epmd -daemon` on Windows in finite time

Open zacky1972 opened this issue 1 year ago • 0 comments

The following Elixir code does not complete in finite time, when running on Windows, though the command epmd exists on PATH:

System.cmd("epmd", ["-daemon"])
  • Elixir version: 1.14.5
  • Erlang/OTP version: 24.3.4.12
  • Running on erlef/setup-beam@v1

Thank you.

zacky1972 avatar Jun 18 '23 10:06 zacky1972