Skip to content

SysTools.Process: Handle exceptions in readCreateProcessWithExitCode'

Ben Gamari requested to merge wip/T18069 into master

In #18069 (closed) we are observing MVar deadlocks from somewhere in ghc.exe. This use of MVar stood out as being one of the more likely culprits. Here we make sure that it is exception-safe.

Merge request reports