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

Headless host exits with "thread blocked indefinitely in an MVar operation" #430

Open
ryantrinkle opened this issue May 28, 2020 · 1 comment

Comments

@ryantrinkle
Copy link
Member

I think this happens when everything that could possibly trigger an event is dead. Instead, the app should remain running indefinitely.

@maralorn
Copy link
Contributor

I got the same Errormessage when I tried to finish an app with "exitFailure": It prints the failure exception, then the MVar error and then exits.

Please don‘t remain running indefinitely in that case. But I think it shouldn‘t show this error and instead exit cleanly when an exception is raised.

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

No branches or pull requests

2 participants