Skip to content
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

Harmless Race Condition in AttachedServer Cleanup #181

Open
edyounis opened this issue Sep 12, 2023 · 0 comments · May be fixed by #237
Open

Harmless Race Condition in AttachedServer Cleanup #181

edyounis opened this issue Sep 12, 2023 · 0 comments · May be fixed by #237
Labels
bug Something isn't working

Comments

@edyounis
Copy link
Member

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).

@edyounis edyounis added the bug Something isn't working label Oct 15, 2023
edyounis added a commit that referenced this issue Apr 3, 2024
@edyounis edyounis linked a pull request Apr 3, 2024 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant