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
When running the compile function, the following error can occur very rarely without any other issue:
Traceback (most recent call last):
File ".../lib/python3.11/site-packages/bqskit/runtime/base.py", line 447, in __del__
def __del__(self) -> None:
OSError: Signal 2 ignored due to race condition
It seems like a race condition in the destruction of an AttachedServer (or any runtime server).
The text was updated successfully, but these errors were encountered:
When running the
compile
function, the following error can occur very rarely without any other issue:It seems like a race condition in the destruction of an AttachedServer (or any runtime server).
The text was updated successfully, but these errors were encountered: