Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
QProcess/Darwin: disable use of vfork() on this OS
The CI is failing running all the startDetached() tests, despite this passing on my machine (both macOS 12 and 13). We don't know why it's happening, so we just disable use of vfork(). This doesn't affect the regular startProcess() because forkfd() requires full fork() in OSes without pidfd or pdfork, but it does prevent changing startDetached() behavior, starting with the next commit. Change-Id: Ib5ce7a497e034ebabb2cfffd1761d91c456f20e0 Reviewed-by: Tor Arne Vestbø <[email protected]>
- Loading branch information