skullandbones / uTmax

uTmax Linux GUI program for the uTracer3 Thermionic Valve Tester
4 stars 3 forks source link

v1.3a.2 fails to terminate when the window close button is used #39

Open skullandbones opened 5 years ago

skullandbones commented 5 years ago

It seems that v1.3a.2 can be cleanly terminated by using the Utilities --> Exit button but the application fails to terminate when the window close button is used.

Symptoms are that when the application is start again, the serial port cannot be accessed because the original program still has the serial port open. This means that two programs are running; 1 has no window with the serial port open, and the other has a window but is denied access to the serial port.

skullandbones commented 5 years ago

This issue might be random and affects uTmax running from the command line or running inside qtcreator. Sometimes command line is OK but qtcreator is not OK.