Closed klues closed 6 years ago
solved the issue: the problem was that the windows console (cmd) stops any running thread if selecting something ("Quick edit mode"). See: https://stackoverflow.com/questions/33883530/why-is-my-command-prompt-freezing-on-windows-10
Therefore this is no bug in AsTeRICS.
We observed a similar error two times:
Ctrl + C
in the console, trying to kill the hanging ARE, and this caused ARE to open the model selected before and an empty file open dialog suddenly re-openedWe made two thread dumps:
On comparing these thread dums 2 things are interesting:
Swing-Shell
exists and is in stateWAITING
, which certainly corresponds to an open file-dialog, although it was not visible in the hanging AREAWT-EventQueue
is in stateRUNNABLE
, while in the normal ARE it isWAITING
while the file dialog is open.