-
-
Notifications
You must be signed in to change notification settings - Fork 448
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
Kiwix doesn't clean properly downloading zim and crash. #826
Comments
I have also information coming from "Application leak" notification. "General" information :
I can also provide the head dump (hprof format, 46Mo) |
The crash itself we can solve easily. the issue with cleaning the notification is more tricky though as we are dead. |
I confirm the bug, the handling of the synchronisation between the downloading tab and the notification system is buggy. |
Fixed in #1170 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Using the last version of the multi-arch nightly apk (http://download.kiwix.org/nightly/2018-07-29/kiwix-android-debug.apk), it seems that kiwix doesn't correctly clear a stopped download, keep display it and crash when user want to interact with it.
It seems that the bug appears if there are several download in the same time.
If there is one download, stopping it seems to correctly stop it.
Order of operations seems not relevant, you can also download two zims in a row, stop one and change tab the see the bug appearing.
Environment
Log
Using
adb logcat kiwix *:E
:The text was updated successfully, but these errors were encountered: