Closed
Description
As of #208 on OpenBSD runInteractiveProcess
uses do_spawn_posix
. This means this kind of errors (demonstrated by process010
test):
λ> import System.Process
λ> rawSystem "/tmp/fdjskl" []
ExitFailure 127
The previous errors were more helpful as they included the filename that failed to be exec'd because there was an error reporting child_failed
backdoor in fork_exec.c
.
Metadata
Metadata
Assignees
Labels
No labels