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

Zombie Threads #1

Open
Herobrine25mcpe opened this issue Jan 4, 2021 · 0 comments
Open

Zombie Threads #1

Herobrine25mcpe opened this issue Jan 4, 2021 · 0 comments

Comments

@Herobrine25mcpe
Copy link
Owner

So in Tkinter, you can only do one function at a time so if there is a function/process going on then the whole Tkinter GUI will freeze until it completes. Whenever the text or pdf text-to-speech conversion is going you can't do anything else, not even close it until you brute force kill it via task manager or interrupt the ongoing Thread.

In the pdf menu when you start the conversion another Thread is started for that, so you can still use the GUI while listening to the pdf file. But if you close the GUI while the speaker is still in the middle of the conversion, GUI will close and you will be left with a Zombie Thread still speaking the pdf content.

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

1 participant