Skip to content

Releases: qorelanguage/module-process

process v1.0.5

19 Dec 17:48
Compare
Choose a tag to compare

Updated to build with qpp from Qore 1.12.4+

process v1.0.4

17 Jan 18:01
Compare
Choose a tag to compare

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() and Process::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

04 Jan 19:44
Compare
Choose a tag to compare

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