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

Fix deadlock #1541

Merged
merged 1 commit into from
Dec 16, 2022
Merged

Fix deadlock #1541

merged 1 commit into from
Dec 16, 2022

Conversation

Domonion
Copy link
Collaborator

Description

Fix deadlock when IDEA process under readlock asks Engine process, which then asks IDEA process for isCancalled which also tries to take readlock, but some write action occured and readlock for isCancelled cant be taken
Fix #1213
Fix #1539

Type of Change

  • Bug fix (non-breaking change which fixes an issue)

Fix deadlock when IDEA process under readlock asks Engine process, which then asks IDEA process for isCancalled which also tries to take readlock, but some write action occured and readlock for isCancelled cant be taken
Fix #1213
Fix #1539
@Domonion Domonion enabled auto-merge (squash) December 16, 2022 12:11
@Domonion Domonion merged commit 409a028 into main Dec 16, 2022
@Domonion Domonion deleted the kononov-fixes-2 branch December 16, 2022 12:29
@alisevych alisevych added this to the 2023.03 Release milestone Mar 21, 2023
@alisevych alisevych added the ctg-bug-fix PR is fixing a bug label Mar 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ctg-bug-fix PR is fixing a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IDEA to Engine process deadlock RD threw ProtocolNotBoundException
3 participants