Details
-
Bug
-
Resolution: Done
-
P2: Important
-
6.2.0 Beta2
-
None
-
-
4e0082a9cacfdfd0c43e6105274bc0d41dd18801 (qt/qtbase/dev) 197f6ab7312551907c0e4ba522a28a9d56cd9acf (qt/qtbase/6.2) c5a79d6dbc563719cfc71a2169cfa01156e10307 (qt/qtbase/6.1) a1f6721fc8874d0c15b723db9908d090cd422585 (qt/qtbase/6.2.0)
Description
If the example application is built with MSVC2019 64bit, the QProcess can't be restarted.
To reproduce
1) build the example in release with MSVC2019.
2) run the project
3) Go to task manager and kill the cmd.exe process
-> the process is restarted
4) Repeat kill 2-3 more times - the application crashes:
ProcessTest::processFinished 30 ProcessTest::processFinished 29 21:31:46: The program has unexpectedly finished.
In debug it hardly crashes.
Not reproducible with MinGW.