-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Threads need a wrapper for calling detach() #758
Comments
Here is the error I got. Note that the thread did not raise any python exception. As far as python is concerned, the thread exited cleanly. |
@akshayaurora I'm not familiar with this, is it something that the old toolchain had but is now missing? |
No, old toolchain did not have this either. |
I ran into the same issue too. Please help resolve this, thanks |
Please look at :- kivy/pyjnius#107 |
any news on this? |
closed by kivy/pyjnius@9838660 |
Threads that don't exit cleanly can cause a Java Exception.
There should be a wrapper around threads that automatically detaches the thread before exit, avoiding this kind of error.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: