tensorpipe icon indicating copy to clipboard operation
tensorpipe copied to clipboard

Deadlock in XTH

Open lw opened this issue 5 years ago • 2 comments

https://app.circleci.com/pipelines/github/pytorch/tensorpipe/748/workflows/4d1ba53b-e512-4e6a-acc9-5894d7cbc15a/jobs/5062/steps

lw avatar Jun 26 '20 09:06 lw

Re-run of the job is passing (https://app.circleci.com/pipelines/github/pytorch/tensorpipe/748/workflows/5eb4e08f-d767-48e8-9c62-d4790157c44f/jobs/5113). I'll try to repro.

beauby avatar Jul 01 '20 15:07 beauby

$ for i in $(seq 10000); do ctest -R 'Xth/ChannelTest.Call' > /dev/null || echo "Failed"; done yields nothing on my machine.

beauby avatar Jul 01 '20 15:07 beauby