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

stdio: Document no support for writing to non-blocking stdio/stderr #101416

Merged
merged 1 commit into from
Sep 7, 2022

Commits on Sep 7, 2022

  1. stdio: Document no support for writing to non-blocking stdio/stderr

    Printing to stdio/stderr that have been opened with non-blocking
    (O_NONBLOCK in linux) can result in an error, which is not handled
    by std::io module causing a panic.
    
    Signed-off-by: Usama Arif <usama.arif@bytedance.com>
    uarif1 committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    dfbc1f7 View commit details
    Browse the repository at this point in the history