You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The asynchronous compilation functions of the runmanager API need to catch exceptions in the worker processes and call done_callback(False) so that calling code is not stuck waiting for the runmanager API to finish compilation (when it has actually crashed and given up).
…ite#35)
Word-wrapping in treeviews and item views, adapted from David Meyer's implementation.
Approved-by: Russell Anderson <[email protected]>
Approved-by: Lars Kohfahl <[email protected]>
Approved-by: David Meyer <[email protected]>
Original report (archived issue) by Philip Starkey (Bitbucket: pstarkey, GitHub: philipstarkey).
The asynchronous compilation functions of the runmanager API need to catch exceptions in the worker processes and call
done_callback(False)
so that calling code is not stuck waiting for the runmanager API to finish compilation (when it has actually crashed and given up).See https://bitbucket-archive.labscriptsuite.org/#!/labscript_suite/blacs/issues/12/error-not-handled-well-during-connection (labscript-suite/blacs#12)
The text was updated successfully, but these errors were encountered: