Skip to content

Fix MVar issue#1281

Merged
gustavo-grieco merged 1 commit intomasterfrom
fixMVarIssue
Jul 5, 2024
Merged

Fix MVar issue#1281
gustavo-grieco merged 1 commit intomasterfrom
fixMVarIssue

Conversation

@samalws-tob
Copy link
Copy Markdown
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

@gustavo-grieco gustavo-grieco merged commit 43ae84e into master Jul 5, 2024
@gustavo-grieco gustavo-grieco deleted the fixMVarIssue branch July 5, 2024 11:33
datradito pushed a commit to datradito/echidna-mcp that referenced this pull request Dec 29, 2025
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