Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Possible deadlock in the run_command_text #2

@aleksey-novikov

Description

@aleksey-novikov

In the Linux pipe buffer has restricted by 65 535 bytes by default. If the subprocess command has a lot of output (more than 64K), for example crictl img -o json, then its blocked until parent process read output. The wait method is never returns.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions