-
Notifications
You must be signed in to change notification settings - Fork 816
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
bubbletea app hangs when quitting about 10% of the time. #741
Comments
I have ran into this as well. |
Could you try out #757 and see if that fixes your hang? |
Thank you for confirming! Will merge and push a new fix release. |
Fixed in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When my model returns
tea.Quit
, sometimes, maybe 10% of the time, it won't actually quit. I was able to dump the goroutine stacks when it was hanging by sending it the ABRT signal and saw that it was blocking on this line:bubbletea/standard_renderer.go
Line 99 in d1a16bd
Setup
Please complete the following information along with version numbers, if applicable.
To Reproduce
Run the following program. As soon as it starts, you can hit q to quit it. You might need to do this 10-20 times to get it to eventually hang when quitting.
The text was updated successfully, but these errors were encountered: