c++ – Qt 5 – How to make QThread exit from its `wait` function where it got stuck after executing a QProcess on Windows?
After posting this question, I also ran some tests with Qt 5.12.12 and Qt 5.15.5, as suggested in the comments. I could reproduce the bug in neither of these versions, while in Qt 5.15.2 it continues to reproduce consistently. This could either mean that the bug is really absent in these versions, or that it … Read more