optimization-coach
optimization-coach copied to clipboard
"Nothing to report" dialog gets stuck
Steps to reproduce:
- Open a file for which OC has nothing report. For example just
#lang typed/racket
. - Click "Optimization Coach" button.
- While it is processing, click "Open file" in the File menu.
- Wait for OC to report "Nothing to report"
At this point, the dialogs for file opening and OC are both stuck for me. As in I can't close them by clicking the buttons. I have to kill DrRacket to get the OC dialog to go away (the file dialog I can just close via my window manager).
I can't reproduce this on Mac. As soon as I open the "open file" dialog, the running man stops in place (which, I would guess, means that OC is also stopped). It only starts again when I close the dialog, after which OC shows its popup. Since that's platform-specific, could it be a bug in the GUI library? (cc: @mflatt )
FWIW, I can reproduce this on two Linux machines. I also tried it on Windows where it makes DrRacket completely unresponsive.
Edit: on Windows it did eventually become responsive again. Actually, it seems the Windows problem is just from opening the file dialog at all. Might be a Windows 8.x compatibility issue.