You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an edge case we can hit when reading from a subprocess that
will cause the read operation to hang indefinitely, which is exposed by
openshift/dpu-operator@c517b55.
We can reach a deadlock when reading from both of these buffers
independently with a significant amount of output coming through.
It makes more sense anyways to just read from proc.communicate() than
manually reading from stdout and stderr.
Signed-off-by: Salvatore Daniele <[email protected]>
0 commit comments