-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error not handled well during connection table recompile #12
Comments
Original comment by Shaun Johnstone (Bitbucket: shjohnst, GitHub: shjohnst).
Looks like this is actually a bug in the runmanager API |
Original comment by Philip Starkey (Bitbucket: pstarkey, GitHub: philipstarkey). Further details: The asynchronous compilation functions of the runmanager API need to catch exceptions in the worker processes and call |
Original comment by Philip Starkey (Bitbucket: pstarkey, GitHub: philipstarkey). This issue is now blocked by: https://bitbucket-archive.labscriptsuite.org/#!/labscript_suite/runmanager/issues/35/asynchronous-compilation-functions-should (labscript-suite/runmanager#35) |
Original comment by Chris Billington (Bitbucket: cbillington, GitHub: chrisjbillington). I encountered this too - the workaround was to just open another compile-and-restart window :p. Anyway, should be able to fix this pretty easily, I'll give it a go. |
Original report (archived issue) by Shaun Johnstone (Bitbucket: shjohnst, GitHub: shjohnst).
Today when attempting to have BLACS recompile my connection table I had a ZMQ timeout error. After this, the popup window was unresponsive, with the three buttons at the bottom greyed out, and the [x] button in the corner of the window not doing anything.
The error, as displayed in the output window, is:
The line above the output window still says "Recompiling connection table"
The text was updated successfully, but these errors were encountered: