WIFSIGNALED means process has exited too (with a bang!) (#5678)

This commit is contained in:
Jacek Sieka
2017-04-28 03:39:32 +08:00
committed by Andreas Rumpf
parent 40f79e6cdd
commit 0055729755
6 changed files with 95 additions and 18 deletions

View File

@@ -56,6 +56,8 @@ Changes affecting backwards compatibility
checks. When fields within case objects are initialiazed, the compiler will
now demand that the respective discriminator field has a matching known
compile-time value.
- On posix, the results of `waitForExit`, `peekExitCode`, `execCmd` will return
128 + signal number if the application terminates via signal.
Library Additions
-----------------