-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
app crashes after loading graph #10283
Description
Search first
- I searched and no similar issues were found
What Happened?
After updating the app from version 0.9.15 to 0.9.18 on my Android device, the app consistently crashes after a few seconds. Following the crash, Android displays a dialog indicating that the app has been crashing repeatedly. Uninstalling and then reinstalling version 0.9.18 - which forces a graph re-indexing - fails to resolve the issue. Note that no crash happens during re-indexing (which takes several minutes in my case).
An attempt to downgrade to 0.9.17 yielded no improvement. I was unable to find an APK for version 0.9.16 for further testing. Reverting back to 0.9.15 resolved the issue and restored functionality.
Version 0.9.17 runs smoothly on my Linux machine with the same graph. Additionally, both 0.9.17 and 0.9.18 on Android are able to load a different, less complex graph without any issues.
Reproduce the Bug
Upgrade to version 0.9.17 or 0.9.18 on Android, using a graph containing approximately 9,000 files and 2.4 GB of assets, along with complex queries. Note that this is based on my personal experience; the bug does not occur when loading a smaller graph with fewer queries.
Expected Behavior
The expectation after an update is to be able to successfully load the same graph as before. If there were any size restrictions introduced in versions after 0.9.15, an appropriate error message should be displayed rather than experiencing an app crash.
Screenshots
Desktop or Mobile Platform Information
Android 13, T1TR33.43-20-48 (August 1 2023)
Moto Edge 40 Pro
Additional Context
What would be the best way to generate a log that could assist in debugging this issue?
Are you willing to submit a PR? If you know how to fix the bug.
- I'm willing to submit a PR (Thank you!)
