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
file(1)
We should catch the OSError and give a nicer message.
OSError
The text was updated successfully, but these errors were encountered:
We should be able to remove the dependency if we abandon compatibility with older kernels, i.e. those without PTRACE_GETREGSET.
PTRACE_GETREGSET
Sorry, something went wrong.
Gracefully handle no file executable; #309
file
17e9e69
Some systems (like Termux by default) do not ship with `file(1)`, in which case the judge crashes with a poor error message in unrelated code.
22894d8
Fixed.
No branches or pull requests
We should catch the
OSError
and give a nicer message.The text was updated successfully, but these errors were encountered: