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
I am using jxcore and express-pouchdb for a Cordova Android application. While the application works fine with Android 4.4 (KitKat), it makes a segfault on a Android 5 (Lollipop) smartphone.
The segfault occurs after a short period of time (withing 5mn) after enabling pouchdb synchronisation with another device because it tries to access adress 0x0 somewhere in libjxcore.so .
Hello, I just changed my adapter from leveldown-mobile to memdown and your solution seems to work very fine (running since 1h and still up on Android 5).
Here's a little recap of my experimentations :
The app creates a document and updates it every 30s. Two devices are synchronizing their data (by recovering all documents except the ones they created).
With leveldown-mobile on default storage and no rev limitation : MTTF = 5mn on Android 5
With leveldown-mobile on default storage and rev_limit of 10 : MTTF = 15mn on Android 5
With leveldown-mobile on temporary storage and rev_limit of 5 : MTTF = 30mn on Android 5
With memdown on default storage and no rev limit : 1h and still running on Android 5 and still works perfectly on Android 4.4
Hello,
I am using jxcore and express-pouchdb for a Cordova Android application. While the application works fine with Android 4.4 (KitKat), it makes a segfault on a Android 5 (Lollipop) smartphone.
The segfault occurs after a short period of time (withing 5mn) after enabling pouchdb synchronisation with another device because it tries to access adress 0x0 somewhere in libjxcore.so .
Here is the output ndk-stack gave me :
The text was updated successfully, but these errors were encountered: