Fix race condition in Unix wxExecute() if child exited too quickly.

Check if the child has already finished before starting waiting for it.

Closes #16661.
This commit is contained in:
Kevin B. McCarty
2015-05-09 19:28:04 +02:00
committed by Vadim Zeitlin
parent 1ad4596e8c
commit 1298f5970b
2 changed files with 25 additions and 7 deletions

View File

@@ -67,6 +67,7 @@ All:
Unix:
- Fix bug in wxExecute() if child exited too quickly (Kevin B. McCarty).
- Add --disable-sys-libs configure option.
All (GUI):