You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
basically if I started a new python subprocess, then SOMETIMES the garbage collector freezes inside.
You can change the sleeping time in the above code and a result would be the same - some of the subprocesses never return from GC.
Tested with the new version of p4a & jnius, bootstrap=sdl2, python3crystax, arch=armeabi-v7a and a three complete different smartphones with Android 6/7/8
The text was updated successfully, but these errors were encountered:
Android doesn't like any kind of fork. At least that was the case before, dunno if it has evolved since.
If you do Android, then go services and communicate between your app / services, don't use multiprocessing.
I never though to write or think that a such example would work :)
Hello community! Can you help me?
I have a strange problem with Python for Android and I have short demo
basically if I started a new python subprocess, then SOMETIMES the garbage collector freezes inside.
You can change the sleeping time in the above code and a result would be the same - some of the subprocesses never return from GC.
Tested with the new version of p4a & jnius, bootstrap=sdl2, python3crystax, arch=armeabi-v7a and a three complete different smartphones with Android 6/7/8
The text was updated successfully, but these errors were encountered: