-
-
Notifications
You must be signed in to change notification settings - Fork 142
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
Any command terminates with exit status 132 #176
Comments
@saleyn same error when using the latest Exit code
If I try to run the failing
|
@saleyn We found the issue: You've added Question: why these |
This was an optimization to vectorize loops. I can take it out for compatibility. |
Please check the master branch now. |
BTW, this is how you can check the meaning of a status code: 1> exec:status(132).
{signal,sigill,true} |
Forget that one, thanks. |
Yes please, take it off. We heavily rely on |
Working as expected now. Many thanks. |
Hi @saleyn
We are using
erlexec
from this commit7b58687a6fc7b750a49c0a64d9753c97512570d1
.Our Erlang release runs perfectly inside Docker. Today, we deployed a new version of our app and start getting
erlexec
errors. Any command we try to run ends up with the same exit status132
.Here is an example from with
Docker
:erlexec
terminates with exit code132
?erlexec
frommaster
?This only start happening today. Before deploying our new release,
erlexec
was working as expected.Help appreciated
The text was updated successfully, but these errors were encountered: