Closed cme closed 2 months ago
On Windows, QProcess::exitStatus() returns Normal for many circumstances that would be CrashExit on other operating systems. So check the exit code as well, which will be non-zero on most Windows abnormal exits.
QProcess::exitStatus()
Normal
CrashExit
On Windows,
QProcess::exitStatus()
returnsNormal
for many circumstances that would beCrashExit
on other operating systems. So check the exit code as well, which will be non-zero on most Windows abnormal exits.