Releases: qorelanguage/module-process
Releases · qorelanguage/module-process
process v1.0.5
process v1.0.4
This is a bugfix release:
- added missing exception handling to
Process::constructor()
to avoid a crash due to unhandled C++ exceptions due to resource errors starting processes (issue 4384) - added serialization to all variants of
Process::constructor()
andProcess::destructor()
to address race conditions in the underlying
boost::process
library (issue 4303 and issue 4293)
See the full release notes here: https://qoretechnologies.com/manual/qorus/5.1.22/process/html/#process_v1_0_4
process v1.0.3
This is a bugfix release:
- fixed a race condition with async I/O in process handled that could result in a
PROCESS-CONSTRUCTOR-ERROR: dup2() failed
exception when starting processes (qorelanguage/qore#4303) - fixed a race condition in
Process::wait()
(qorelanguage/qore#4272)
See the full release notes here: https://qoretechnologies.com/manual/qorus/5.1.21/process/html/#process_v1_0_3