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:
committed by
Vadim Zeitlin
parent
1ad4596e8c
commit
1298f5970b
@@ -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):
|
||||
|
Reference in New Issue
Block a user