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 MVar issue #1281

Merged
merged 1 commit into from
Jul 5, 2024
Merged

Fix MVar issue #1281

merged 1 commit into from
Jul 5, 2024

Conversation

samalws-tob
Copy link
Collaborator

This writeBChan was getting stuck when echidna was ctrl-c'd in some circumstances, causing an MVar error. This PR replaces it with writeBChanNonBlocking. This may affect UI behavior in theory, but the queue size is 1000 so it should be fine.

May fix #1266, #1219, #1209

@ggrieco-tob ggrieco-tob merged commit 43ae84e into master Jul 5, 2024
18 checks passed
@ggrieco-tob ggrieco-tob deleted the fixMVarIssue branch July 5, 2024 11:33
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.

[Bug-Candidate]: echidna: thread blocked indefinitely in an MVar operation
2 participants