Issues
- 0
Please do not remove `runInteractiveCommand` and friends in a future release
#325 opened by langfield - 1
NUL byte disallowed in arguments
#319 opened by mmhat - 5
- 7
Shell commands invoke /bin/sh directly
#253 opened by madeline-os - 0
- 3
Dropping vfork support regressed performance when posix_spawn not available
#303 opened by adamgundry - 7
createProcess segfaults on Mac
#295 opened by neilmayhew - 2
process mangles \\shared\drive\paths
#294 opened by Bodigrim - 1
unexpected result for creating directory tree using callProcess or callCommand
#259 opened by pucsdian - 0
- 2
Use `O_DUPFD` instead of `dup`
#284 opened by bgamari - 0
- 4
Decreasing process priority...
#281 opened by mgajda - 2
processT251 failure (fd 0 considered special?)
#266 opened by blackgnezdo - 4
Deprecation errors compiling process on MacOS
#261 opened by newhoggy - 13
- 2
Release for GHC 9.6.1
#276 opened by bgamari - 1
- 1
Release for GHC 9.4.3
#263 opened by bgamari - 0
Support unix-2.8.0.0
#258 opened by andreasabel - 23
- 2
Release of master for ghc-9.4
#256 opened by duog - 2
Use pidfd to track processes on Linux >= 5.4
#190 opened by nh2 - 2
- 1
Support `AbstractFilePath`
#252 opened by hasufell - 11
waitForProcess: does not exist (No child processes)
#226 opened by dio4ev - 10
- 0
unclear whether to combine arguments that themselves have arguments in the argument to specify list of command line arguments
#249 opened by eflister - 7
process011 is broken on Debian 10
#241 opened by bgamari - 4
- 1
- 3
Clarify behaviour of `close_fds` on Windows
#235 opened by robx - 8
- 1
createProcess ENOENT regression on mac OS
#233 opened by elaforge - 7
Bad address when using relative cwd and setting env
#219 opened by pbrisbin - 2
Reconsider #44 (change user and group)
#230 opened by blackgnezdo - 4
Process 1.6.13 changed observable behaviour
#227 opened by angerman - 4
`waitForProcess` throws a `NoSuchThing` exception if the process completes too quickly.
#215 opened by ProofOfKeags - 3
environment setting stopped working on DragonFly BSD
#223 opened by joeyh - 1
- 3
Pipe blocking when input too large? (Mac OS)
#218 opened by andreasabel - 1
- 11
GHC build/testsuite failures with process 1.6.13.0
#210 opened by wz1000 - 5
1.6.13.0 release tarball is broken
#211 opened by vmchale - 4
Release for GHC 9.0.1
#201 opened by bgamari - 1
- 5
- 7
How to read stdout of a spawned process?
#197 opened by GilmarCorreia - 3
Confusing documentation for createProcess_
#192 opened by tomjaguarpaw - 4
Reading from arbitrary fds
#191 opened by re-xyr