Simulator Continues After Close
Brought to you by:
jameslarus
After a crash I noticed my CPU was busy continuing to run the simulator despite the main process being dead. The cause of the crash is unrelated but repro steps for this issue are as described:
1) Start QtSpim
2) Close the Console Window
3) Reinitialize and Load any program that uses input syscalls or has an infinite loop.
4) Run the simulator
5) Close the main window without stopping the simulator
6) See issue.
I am running Windows 10, using Version 9.1.23 installed using the .msi installer.
this may be related to ticket #69
Anonymous
Looks like a bug in Qt.
quitOnLastWindowClosed (https://doc.qt.io/qt-5/qguiapplication.html#quitOnLastWindowClosed-prop) indicates that the application should quit when the last (ie main) window is closed.