Skip to content
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

tests/misc/close-stdout.sh #3744

Open
niyaznigmatullin opened this issue Jul 24, 2022 · 1 comment
Open

tests/misc/close-stdout.sh #3744

niyaznigmatullin opened this issue Jul 24, 2022 · 1 comment

Comments

@niyaznigmatullin
Copy link
Contributor

Probably related to #2925

So, Rust's print!, println!, std::io::stdout().write, etc. don't fail when fd 1 is closed. This is because of RFC 1014.

GNU version utils fail with Bad file descriptor, when they write something.

Also related to #3093

@jhscheer
Copy link
Contributor

jhscheer commented Aug 5, 2022

Also related to #2873 (comment), #2873 (comment), #2873 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants