mirror of https://github.com/grpc/grpc.git
Both have to do with the test runner's handling of the tests. With one it's the read thread somehow outliving the other threads (e.g. with ctrl-C). The other is due to a filled OS-level pipe's buffer causing a block while code is still holding the GIL in some gRPC core function. We can't empty the buffer from Python because the GIL is held, and the OS can't unblock because it's waiting for the buffer to get cleared: deadlock.pull/5763/head
parent
85b460fb51
commit
cbd1bce45a
1 changed files with 12 additions and 1 deletions
Loading…
Reference in new issue