We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Assertion fails when the command exits due to a signal.
Create this Dockerfile:
FROM alpine WORKDIR /srv RUN apk add --no-cache curl \ && curl -fsSLO https://github.com/snsinfu/ftrap/releases/download/v0.3.0/ftrap \ && chmod u+x ftrap CMD ["/srv/ftrap", "-f/srv", "sleep", "100"]
Build and run:
docker build -t ftrap_test . docker run -it --rm ftrap_test
Then, press Ctrl-C. It triggers the assertion failure:
^CAssertion failed: 0 (src/main.c: main: 96)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Assertion fails when the command exits due to a signal.
Create this Dockerfile:
Build and run:
Then, press Ctrl-C. It triggers the assertion failure:
The text was updated successfully, but these errors were encountered: