You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a release of the attached minimal project: mix distillery.release
Run the app: _build/dev/rel/testapp/bin/testapp console
In another term _build/dev/rel/testapp/bin/testapp attach fails with error message Can't access pipe directory /Users/developer/testapp/_build/dev/rel/testapp/var/erl_pipes/[email protected]/: No such file or directory
Note: _build/dev/rel/testapp/bin/testapp remote_console works fine.
Steps to reproduce
mix distillery.release
_build/dev/rel/testapp/bin/testapp console
_build/dev/rel/testapp/bin/testapp attach
fails with error messageCan't access pipe directory /Users/developer/testapp/_build/dev/rel/testapp/var/erl_pipes/[email protected]/: No such file or directory
Note:
_build/dev/rel/testapp/bin/testapp remote_console
works fine.Erlang/OTP 21 [erts-10.3.5.1] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:1] [hipe]
Elixir 1.9.0
MacOSX 10.14.6 on Intel i5
On an server with Ubuntu 18.04 LTS
attach
works fine, so it might be a Mac-specific issue.Thanks!
testapp.zip
The text was updated successfully, but these errors were encountered: