-
Notifications
You must be signed in to change notification settings - Fork 568
Native Crashs on Android 5.1.1 #319
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
Comments
Dear Contributors: |
Hello @zhuforce Are you able to isolate the query that causes the crash into a test case within the SQLCipher for Android test suite? Does the crash occur on both Android 5.1.1 emulators, devices, or both? |
Hello @developernotes |
Hello @zhuforce Are you able to add a test case to the SQLCipher for Android test suite and send a pull request for further review? Thanks! |
Hello @developernotes I have another question as follows: |
Hello @zhuforce We will look to replicate the issue within the test suite and report back. Thanks! |
Hello @zhuforce I added a test to the test suite which initially created 10,000 rows, but then upped it to 100,000 rows of data, which is then queried. We were able to successfully run this on a Nexus 9 device running Android 5.1.1. I adjusted the test to insert 100MB and was able to generate a crash due to an OOM exception, however it occurs at different location than yours. What device are you executing the test suite on where your test case fails? Would you be able to provide your test case for further analysis? Thanks! |
Hello @developernotes |
Hello @zhuforce While we have a Samsung Note 5 device, we haven't been able to reset the firmware to 5.1.1 yet. We have a beta build of SQLCipher for Android that we feel might resolve the issue you are experiencing. Would you be willing to try it out? If so, would you contact us directly at [email protected]? Thanks! |
We experience similar crash on LG-D850 / Android 4.4.2, not sure if HW / SW matters there that much, mostly likely subject to data / load that we have on particular test accounts or timing of operations. |
No description provided.
The text was updated successfully, but these errors were encountered: