Android Question ANR with libjsqlite.so

vfafou

Well-Known Member
Licensed User
Longtime User
Hello,

There are some cases where 3-4 Samsung 8" tablets, send me 7-10 times per day the following ANR:
B4X:
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
Build fingerprint: 'samsung/gts28ltexx/gts28lte:6.0.1/MMB29K/T715XXU2BPE2:user/release-keys'
Revision: '8'
ABI: 'arm'
pid: 10137, tid: 10137, name: com.vf.xxxxx  >>> com.vf.xxxxx <<<
signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x9a180000
    r0 9bb72dd8  r1 9a180000  r2 00000000  r3 9ae7cae0
    r4 b4816cc0  r5 9b97b830  r6 beb9b570  r7 9bb72d80
    r8 00000000  r9 9a17ff00  sl 00000000  fp 9b03b688
    ip 40000000  sp beb9b518  lr 9da026e1  pc b6cbc7ec  cpsr 600f0010

backtrace:
    #00 pc 000177ec  /system/lib/libc.so (__memcpy_base+304)
    #01 pc 0007c6dd  /data/app/com.vf.xxxxx-1/lib/arm/libjsqlite.so (Java_jsqlite_Database_stmt_1prepare+272)
    #02 pc 00a46249  /data/app/com.vf.xxxxx-1/oat/arm/base.odex (offset 0x590000)
The Android version is 6.0.1.
I can't figure out what is this error!

Any suggestion would be highly appreciated.
Thank you in advance!
 
Last edited:
Top