Creating subprocess breaks signal handling #5240
Labels
kind:bug
A bug in the code. Does not apply to documentation, specs, etc.
topic:stdlib:concurrency
topic:stdlib:system
Crystal 0.23.1 [e2a1389] (2017-07-13) LLVM 3.8.1
Ubuntu 17.04
The following code will never make it to 'puts "3"':
Removing the `` calls will allow it to finish the block.
The text was updated successfully, but these errors were encountered: