childprocess icon indicating copy to clipboard operation
childprocess copied to clipboard

code hanging attempting to @thread.join

Open titusfortner opened this issue 5 years ago • 0 comments

This is coming from this issue: https://github.com/SeleniumHQ/selenium/issues/9104

Reproduction is very straightforward. I debugged it to this line: https://github.com/enkessler/childprocess/blob/c6260739e86c1cabd9baebd76f2058eea2b1ae16/lib/childprocess/jruby/pump.rb#L14

Not sure why it is getting hung up, what thread join is doing and if it is necessary in all contexts.

titusfortner avatar Feb 11 '21 23:02 titusfortner