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

Deadlock in multiprocessing mode #344

Merged
merged 1 commit into from
Sep 18, 2024
Merged

Conversation

MeditationDuck
Copy link
Member

@MeditationDuck MeditationDuck commented Sep 10, 2024

Description

Deadlock happens when the user types control + c and when the termination, the connection exception happens in the child wake process and it tries to open the debugger but it does not since the parent wake process waits until the child process ends.

So I make an exception handler not to open the debugger.

Related Tickets & Documents

I solve issues differently from #341 ; this solution ensures that no anvil ophan process is made and that no child process is forced to kill.

  • Related Issue #

  • Closes #

  • I clicked on "Allow edits from maintainers"

@michprev michprev force-pushed the fix/multiprocess-testing-deadlock2 branch from b0daa8e to 900ce47 Compare September 18, 2024 13:54
@michprev michprev merged commit 2ae57db into main Sep 18, 2024
10 of 15 checks passed
@michprev michprev deleted the fix/multiprocess-testing-deadlock2 branch September 18, 2024 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants