-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Panic in multiple programs when redirecting stdout to /dev/full #2925
Comments
This is gonna be quite a challenge, because even the most barebones hello world app fails this test:
So, I think we have a couple of options:
Are there any options I'm missing? |
Both |
This is causing an error in GNU test suite file |
Maybe this is no longer an issue? On the
And running the
|
uutils programs panic when attempting to redirect stdout to /dev/full with a "could not flush stdout" error.
For example, GNU seq:
uutils seq:
Similar results can be seen for other programs as well; I tried
echo
andprintf
.The text was updated successfully, but these errors were encountered: