Skip to content

Crash occurs query long text with emoj #195

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

Closed
weilixin opened this issue Sep 12, 2015 · 2 comments
Closed

Crash occurs query long text with emoj #195

weilixin opened this issue Sep 12, 2015 · 2 comments

Comments

@weilixin
Copy link

We use the sqlcipher 3.2 in our IM app. We test found that query from DB happens native crash. The reason is that we have the long text messages with emoj expression to be inserted. And it is a continuous number, the number is about 15. we used device is XiaoMi M3, the following is a detailed log information:

09-11 15:51:33.851: I/DEBUG(239): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
09-11 15:51:33.851: I/DEBUG(239): Build fingerprint: 'Xiaomi/cancro/cancro:4.4.4/KTU84P/5.9.1:user/release-keys'
09-11 15:51:33.851: I/DEBUG(239): Revision: '0'
09-11 15:51:33.851: I/DEBUG(239): pid: 6373, tid: 6813, name: pool-3-thread-4 >>> App Package Name <<<
09-11 15:51:33.851: I/DEBUG(239): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 000000bc
09-11 15:51:34.011: I/DEBUG(239): r0 000000a0 r1 00004000 r2 1aac4002 r3 00000006
09-11 15:51:34.011: I/DEBUG(239): r4 7ad01690 r5 79ad2bc8 r6 00000003 r7 7ad01690
09-11 15:51:34.011: I/DEBUG(239): r8 7c9d7b0c r9 7a2dbe40 sl 766091f0 fp 7c9d7b24
09-11 15:51:34.011: I/DEBUG(239): ip 00004000 sp 7c9d7a98 lr 763f5bd3 pc 763f3f34 cpsr 000f0030
09-11 15:51:34.011: I/DEBUG(239): d0 0000000000000000 d1 0000000000000000
09-11 15:51:34.011: I/DEBUG(239): d2 0000000000000000 d3 0000000000000000
09-11 15:51:34.011: I/DEBUG(239): d4 0000000100000035 d5 0080000900000000
09-11 15:51:34.011: I/DEBUG(239): d6 0000002800000008 d7 0000000000000001
09-11 15:51:34.011: I/DEBUG(239): d8 0000000000000000 d9 0000000042fc0000
09-11 15:51:34.011: I/DEBUG(239): d10 0000000000000000 d11 0000000000000000
09-11 15:51:34.011: I/DEBUG(239): d12 0000000000000000 d13 0000000000000000
09-11 15:51:34.011: I/DEBUG(239): d14 0000000000000000 d15 0000000000000000
09-11 15:51:34.011: I/DEBUG(239): d16 bfe48ba8e781b5e6 d17 e7a1aee7af81e6a1
09-11 15:51:34.011: I/DEBUG(239): d18 4c6e61754769586e d19 0902010708754269
09-11 15:51:34.011: I/DEBUG(239): d20 b5e6670613013737 d21 e6a1bfe48ba8e781
09-11 15:51:34.011: I/DEBUG(239): d22 8690e7a1aee7af81 d23 684375694ca883e9
09-11 15:51:34.011: I/DEBUG(239): d24 0000000000000000 d25 0000000000000000
09-11 15:51:34.011: I/DEBUG(239): d26 0000000000000000 d27 1300000000000000
09-11 15:51:34.011: I/DEBUG(239): d28 0100010001000100 d29 0100010001000100
09-11 15:51:34.011: I/DEBUG(239): d30 1300000013000000 d31 0000000000000000
09-11 15:51:34.011: I/DEBUG(239): scr 68000012
09-11 15:51:34.021: I/DEBUG(239): backtrace:
09-11 15:51:34.021: I/DEBUG(239): #00 pc 00074f34 /data/app-lib/App Package Name-1/libsqlcipher_android.so (sqlite3_value_bytes+1)
09-11 15:51:34.021: I/DEBUG(239): #1 pc 00076bcf /data/app-lib/App Package Name-1/libsqlcipher_android.so (sqlite3_column_bytes+8)
09-11 15:51:34.021: I/DEBUG(239): #2 pc 0000796d /data/app-lib/App Package Name-1/libdatabase_sqlcipher.so
09-11 15:51:34.021: I/DEBUG(239): #3 pc 0002034c /system/lib/libdvm.so (dvmPlatformInvoke+112)
09-11 15:51:34.021: I/DEBUG(239): #4 pc 00050fcf /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const_, JValue_, Method const_, Thread_)+398)
09-11 15:51:34.021: I/DEBUG(239): #5 pc 000297e0 /system/lib/libdvm.so
09-11 15:51:34.021: I/DEBUG(239): #6 pc 00030c6c /system/lib/libdvm.so (dvmMterpStd(Thread_)+76)
09-11 15:51:34.021: I/DEBUG(239): #7 pc 0002e304 /system/lib/libdvm.so (dvmInterpret(Thread_, Method const_, JValue_)+184)
09-11 15:51:34.021: I/DEBUG(239): #8 pc 00063431 /system/lib/libdvm.so (dvmCallMethodV(Thread_, Method const_, Object_, bool, JValue_, std::va_list)+336)
09-11 15:51:34.021: I/DEBUG(239): #9 pc 00063455 /system/lib/libdvm.so (dvmCallMethod(Thread
, Method const
, Object_, JValue_, ...)+20)
09-11 15:51:34.021: I/DEBUG(239): #10 pc 00058133 /system/lib/libdvm.so
09-11 15:51:34.021: I/DEBUG(239): #11 pc 0000d248 /system/lib/libc.so (__thread_entry+72)
09-11 15:51:34.021: I/DEBUG(239): #12 pc 0000d3e0 /system/lib/libc.so (pthread_create+240)
09-11 15:51:34.021: I/DEBUG(239): stack:
09-11 15:51:34.021: I/DEBUG(239): 7c9d7a58 00000018
09-11 15:51:34.021: I/DEBUG(239): 7c9d7a5c 00000000
09-11 15:51:34.021: I/DEBUG(239): 7c9d7a60 417a2d00
09-11 15:51:34.021: I/DEBUG(239): 7c9d7a64 c4300005
09-11 15:51:34.021: I/DEBUG(239): 7c9d7a68 7ad01690
09-11 15:51:34.021: I/DEBUG(239): 7c9d7a6c 00000004
09-11 15:51:34.021: I/DEBUG(239): 7c9d7a70 00000003
09-11 15:51:34.021: I/DEBUG(239): 7c9d7a74 7ad01690
09-11 15:51:34.021: I/DEBUG(239): 7c9d7a78 7c9d7b0c [stack:6813]
09-11 15:51:34.021: I/DEBUG(239): 7c9d7a7c 763e55cb /data/app-lib/App Package Name-1/libsqlcipher_android.so
09-11 15:51:34.021: I/DEBUG(239): 7c9d7a80 763e55c5 /data/app-lib/App Package Name-1/libsqlcipher_android.so
09-11 15:51:34.021: I/DEBUG(239): 7c9d7a84 763df693 /data/app-lib/App Package Name-1/libsqlcipher_android.so (sqlite3_mutex_enter+14)
09-11 15:51:34.021: I/DEBUG(239): 7c9d7a88 7660d2d8
09-11 15:51:34.021: I/DEBUG(239): 7c9d7a8c 763f59fb /data/app-lib/App Package Name-1/libsqlcipher_android.so
09-11 15:51:34.021: I/DEBUG(239): 7c9d7a90 00000006
09-11 15:51:34.021: I/DEBUG(239): 7c9d7a94 7ad01690
09-11 15:51:34.021: I/DEBUG(239): #00 7c9d7a98 7ad01690
09-11 15:51:34.021: I/DEBUG(239): 7c9d7a9c 763f5bd3 /data/app-lib/App Package Name-1/libsqlcipher_android.so (sqlite3_column_bytes+12)
09-11 15:51:34.021: I/DEBUG(239): #1 7c9d7aa0 00000006
09-11 15:51:34.021: I/DEBUG(239): 7c9d7aa4 00000004
09-11 15:51:34.021: I/DEBUG(239): 7c9d7aa8 79ad2bc8
09-11 15:51:34.021: I/DEBUG(239): 7c9d7aac 765db971 /data/app-lib/App Package Name-1/libdatabase_sqlcipher.so
09-11 15:51:34.021: I/DEBUG(239): #2 7c9d7ab0 00000001
09-11 15:51:34.021: I/DEBUG(239): 7c9d7ab4 00000000
09-11 15:51:34.021: I/DEBUG(239): 7c9d7ab8 00000016
09-11 15:51:34.021: I/DEBUG(239): 7c9d7abc 00000000
09-11 15:51:34.021: I/DEBUG(239): 7c9d7ac0 00000082
09-11 15:51:34.021: I/DEBUG(239): 7c9d7ac4 00000000
09-11 15:51:34.021: I/DEBUG(239): 7c9d7ac8 00000024
09-11 15:51:34.021: I/DEBUG(239): 7c9d7acc 00000006
09-11 15:51:34.021: I/DEBUG(239): 7c9d7ad0 00000064
09-11 15:51:34.021: I/DEBUG(239): 7c9d7ad4 93e00001
09-11 15:51:34.021: I/DEBUG(239): 7c9d7ad8 7a3ac5f0
09-11 15:51:34.021: I/DEBUG(239): 7c9d7adc 766097c8
09-11 15:51:34.021: I/DEBUG(239): 7c9d7ae0 7fffffff /dev/ashmem/CursorWindow: (deleted)
09-11 15:51:34.021: I/DEBUG(239): 7c9d7ae4 00000000
09-11 15:51:34.021: I/DEBUG(239): 7c9d7ae8 766091e0
09-11 15:51:34.021: I/DEBUG(239): 7c9d7aec 6d9e3330 /dev/ashmem/dalvik-LinearAlloc (deleted)
09-11 15:51:34.021: I/DEBUG(239): ........ ........
09-11 15:51:34.031: I/DEBUG(239): memory near r1:
09-11 15:51:34.031: I/DEBUG(239): 00003fe0 ffffffff ffffffff ffffffff ffffffff
09-11 15:51:34.031: I/DEBUG(239): 00003ff0 ffffffff ffffffff ffffffff ffffffff
09-11 15:51:34.031: I/DEBUG(239): 00004000 ffffffff ffffffff ffffffff ffffffff
09-11 15:51:34.031: I/DEBUG(239): 00004010 ffffffff ffffffff ffffffff ffffffff
09-11 15:51:34.031: I/DEBUG(239): 00004020 ffffffff ffffffff ffffffff ffffffff
09-11 15:51:34.031: I/DEBUG(239): 00004030 ffffffff ffffffff ffffffff ffffffff
09-11 15:51:34.031: I/DEBUG(239): 00004040 ffffffff ffffffff ffffffff ffffffff
09-11 15:51:34.031: I/DEBUG(239): 00004050 ffffffff ffffffff ffffffff ffffffff
09-11 15:51:34.031: I/DEBUG(239): 00004060 ffffffff ffffffff ffffffff ffffffff
09-11 15:51:34.031: I/DEBUG(239): 00004070 ffffffff ffffffff ffffffff ffffffff
09-11 15:51:34.031: I/DEBUG(239): 00004080 ffffffff ffffffff ffffffff ffffffff
09-11 15:51:34.031: I/DEBUG(239): 00004090 ffffffff ffffffff ffffffff ffffffff
09-11 15:51:34.031: I/DEBUG(239): 000040a0 ffffffff ffffffff ffffffff ffffffff
09-11 15:51:34.031: I/DEBUG(239): 000040b0 ffffffff ffffffff ffffffff ffffffff
09-11 15:51:34.031: I/DEBUG(239): 000040c0 ffffffff ffffffff ffffffff ffffffff
09-11 15:51:34.031: I/DEBUG(239): 000040d0 ffffffff ffffffff ffffffff ffffffff
09-11 15:51:34.031: I/DEBUG(239): memory near r2:
09-11 15:51:34.031: I/DEBUG(239): 1aac3fe0 ffffffff ffffffff ffffffff ffffffff
09-11 15:51:34.031: I/DEBUG(239): 1aac3ff0 ffffffff ffffffff ffffffff ffffffff
09-11 15:51:34.031: I/DEBUG(239): 1aac4000 ffffffff ffffffff ffffffff ffffffff
09-11 15:51:34.031: I/DEBUG(239): 1aac4010 ffffffff ffffffff ffffffff ffffffff
09-11 15:51:34.031: I/DEBUG(239): 1aac4020 ffffffff ffffffff ffffffff ffffffff
09-11 15:51:34.041: I/DEBUG(239): 1aac4030 ffffffff ffffffff ffffffff ffffffff
09-11 15:51:34.041: I/DEBUG(239): 1aac4040 ffffffff ffffffff ffffffff ffffffff
09-11 15:51:34.041: I/DEBUG(239): 1aac4050 ffffffff ffffffff ffffffff ffffffff
09-11 15:51:34.041: I/DEBUG(239): 1aac4060 ffffffff ffffffff ffffffff ffffffff
09-11 15:51:34.041: I/DEBUG(239): 1aac4070 ffffffff ffffffff ffffffff ffffffff
09-11 15:51:34.041: I/DEBUG(239): 1aac4080 ffffffff ffffffff ffffffff ffffffff
09-11 15:51:34.041: I/DEBUG(239): 1aac4090 ffffffff ffffffff ffffffff ffffffff
09-11 15:51:34.041: I/DEBUG(239): 1aac40a0 ffffffff ffffffff ffffffff ffffffff
09-11 15:51:34.041: I/DEBUG(239): 1aac40b0 ffffffff ffffffff ffffffff ffffffff
09-11 15:51:34.041: I/DEBUG(239): 1aac40c0 ffffffff ffffffff ffffffff ffffffff
09-11 15:51:34.041: I/DEBUG(239): 1aac40d0 ffffffff ffffffff ffffffff ffffffff
09-11 15:51:34.041: I/DEBUG(239): memory near r4:
09-11 15:51:34.041: I/DEBUG(239): 7ad01670 002f7377 00000013 7ad04af0 401361c8
09-11 15:51:34.041: I/DEBUG(239): 7ad01680 00000010 000000e3 000000d0 00000000
09-11 15:51:34.041: I/DEBUG(239): 7ad01690 7660d2d8 7a38b010 7a380198 7a38baf0
09-11 15:51:34.041: I/DEBUG(239): 7ad016a0 7ad04390 00000000 7acffd70 00000040
09-11 15:51:34.041: I/DEBUG(239): 7ad016b0 00000089 0000000d bdf20da3 00000000
09-11 15:51:34.041: I/DEBUG(239): 7ad016c0 00000000 79ad9ad0 7a38bb00 7a38bac8
09-11 15:51:34.041: I/DEBUG(239): 7ad016d0 7a38baf8 00000001 00000001 ffffffff
09-11 15:51:34.041: I/DEBUG(239): 7ad016e0 00000000 ff020006 00000700 00000000
09-11 15:51:34.041: I/DEBUG(239): 7ad016f0 00000001 00000000 00000000 000019bc
09-11 15:51:34.041: I/DEBUG(239): 7ad01700 00000000 00000002 00000000 00018f86
09-11 15:51:34.041: I/DEBUG(239): 7ad01710 00000000 00000000 00000000 00000000
09-11 15:51:34.041: I/DEBUG(239): 7ad01720 00000000 00000000 00000000 00000000
09-11 15:51:34.041: I/DEBUG(239): 7ad01730 00000000 00000000 7ad02568 7a3801c0
09-11 15:51:34.041: I/DEBUG(239): 7ad01740 00000000 00000000 00000000 00000000
09-11 15:51:34.041: I/DEBUG(239): 7ad01750 00000000 00000001 7a38bb38 00000000
09-11 15:51:34.041: I/DEBUG(239): 7ad01760 000000e0 00000213 40c92700 40c92640
09-11 15:51:34.041: I/DEBUG(239): memory near r5:
09-11 15:51:34.041: I/DEBUG(239): 79ad2ba8 ffffffff 00000000 00000000 ffffffff
09-11 15:51:34.041: I/DEBUG(239): 79ad2bb8 00000000 00000000 0031ff08 00000023
09-11 15:51:34.041: I/DEBUG(239): 79ad2bc8 81c17008 00100000 00100000 81c17008
09-11 15:51:34.041: I/DEBUG(239): 79ad2bd8 00000000 00000098 00000020 0000001b
09-11 15:51:34.041: I/DEBUG(239): 79ad2be8 00000001 79ad2c00 00000000 00000004
09-11 15:51:34.041: I/DEBUG(239): 79ad2bf8 00000000 0000001b 79ad2b80 00000000
09-11 15:51:34.041: I/DEBUG(239): 79ad2c08 00000000 00000000 00330039 0000003b
09-11 15:51:34.041: I/DEBUG(239): 79ad2c18 0d000e00 0b001900 18000c00 0a000900
09-11 15:51:34.041: I/DEBUG(239): 79ad2c28 17001600 06000800 14000700 04001500
09-11 15:51:34.041: I/DEBUG(239): 79ad2c38 12000500 01001300 03000200 10000f00
09-11 15:51:34.041: I/DEBUG(239): 79ad2c48 00001100 0000001b 00000004 7a3cefe0
09-11 15:51:34.041: I/DEBUG(239): 79ad2c58 00000000 00000008 00000000 00000023
09-11 15:51:34.041: I/DEBUG(239): 79ad2c68 00000000 00000000 00000000 00000003
09-11 15:51:34.041: I/DEBUG(239): 79ad2c78 79ad2c88 00000009 00000000 00000013
09-11 15:51:34.041: I/DEBUG(239): 79ad2c88 00231d55 00000000 00000000 00000033
09-11 15:51:34.041: I/DEBUG(239): 79ad2c98 7a3cf93f 401361e8 00000000 00000000
09-11 15:51:34.041: I/DEBUG(239): memory near r7:
09-11 15:51:34.041: I/DEBUG(239): 7ad01670 002f7377 00000013 7ad04af0 401361c8
09-11 15:51:34.041: I/DEBUG(239): 7ad01680 00000010 000000e3 000000d0 00000000
09-11 15:51:34.041: I/DEBUG(239): 7ad01690 7660d2d8 7a38b010 7a380198 7a38baf0
09-11 15:51:34.041: I/DEBUG(239): 7ad016a0 7ad04390 00000000 7acffd70 00000040
09-11 15:51:34.041: I/DEBUG(239): 7ad016b0 00000089 0000000d bdf20da3 00000000
09-11 15:51:34.041: I/DEBUG(239): 7ad016c0 00000000 79ad9ad0 7a38bb00 7a38bac8
09-11 15:51:34.041: I/DEBUG(239): 7ad016d0 7a38baf8 00000001 00000001 ffffffff
09-11 15:51:34.041: I/DEBUG(239): 7ad016e0 00000000 ff020006 00000700 00000000
09-11 15:51:34.041: I/DEBUG(239): 7ad016f0 00000001 00000000 00000000 000019bc
09-11 15:51:34.041: I/DEBUG(239): 7ad01700 00000000 00000002 00000000 00018f86
09-11 15:51:34.041: I/DEBUG(239): 7ad01710 00000000 00000000 00000000 00000000
09-11 15:51:34.041: I/DEBUG(239): 7ad01720 00000000 00000000 00000000 00000000
09-11 15:51:34.041: I/DEBUG(239): 7ad01730 00000000 00000000 7ad02568 7a3801c0
09-11 15:51:34.041: I/DEBUG(239): 7ad01740 00000000 00000000 00000000 00000000
09-11 15:51:34.041: I/DEBUG(239): 7ad01750 00000000 00000001 7a38bb38 00000000
09-11 15:51:34.041: I/DEBUG(239): 7ad01760 000000e0 00000213 40c92700 40c92640
09-11 15:51:34.041: I/DEBUG(239): memory near r8:
09-11 15:51:34.041: I/DEBUG(239): 7c9d7aec 6d9e3330 766091e0 00000004 7a2dbe54
09-11 15:51:34.041: I/DEBUG(239): 7c9d7afc 416fd350 00000000 7fffffff 00000000
09-11 15:51:34.041: I/DEBUG(239): 7c9d7b0c 41728fbd 7a2dbe3c 00000001 75af496f
09-11 15:51:34.041: I/DEBUG(239): 7c9d7b1c 43d84760 00000030 4172dfd3 7a2dbe3c
09-11 15:51:34.041: I/DEBUG(239): 7c9d7b2c 75af4969 765db771 766091f0 417a0e18
09-11 15:51:34.041: I/DEBUG(239): 7c9d7b3c 6efa6f78 00000000 00000000 6f6b6000
09-11 15:51:34.041: I/DEBUG(239): 7c9d7b4c 40136394 00000000 7c9d7c40 00000000
09-11 15:51:34.041: I/DEBUG(239): 7c9d7b5c 7c9d7c94 00000000 00000000 42fc0000
09-11 15:51:34.041: I/DEBUG(239): 7c9d7b6c 00000000 00000000 00000000 00000000
09-11 15:51:34.041: I/DEBUG(239): 7c9d7b7c 00000000 00000000 00000000 00000000
09-11 15:51:34.041: I/DEBUG(239): 7c9d7b8c 00000000 00000000 00000000 00000000
09-11 15:51:34.041: I/DEBUG(239): 7c9d7b9c 00000000 7c9d7c24 00000000 766091e0
09-11 15:51:34.051: I/DEBUG(239): 7c9d7bac 7a2dbe08 00000000 7c9d7c24 00000000
09-11 15:51:34.051: I/DEBUG(239): 7c9d7bbc 4174043b 00000000 00000000 00000000
09-11 15:51:34.051: I/DEBUG(239): 7c9d7bcc 00000000 00000000 00000000 00000000
09-11 15:51:34.051: I/DEBUG(239): 7c9d7bdc 7c9d7c28 43f0f968 d98ab33a 000001f0
09-11 15:51:34.051: I/DEBUG(239): memory near r9:
09-11 15:51:34.051: I/DEBUG(239): 7a2dbe20 00000000 00000000 7a2dbe68 75a5da5e
09-11 15:51:34.051: I/DEBUG(239): 7a2dbe30 6d9e3330 00000000 00000000 93e00001
09-11 15:51:34.051: I/DEBUG(239): 7a2dbe40 c4300005 00000000 00000000 7fffffff
09-11 15:51:34.051: I/DEBUG(239): 7a2dbe50 00000000 7a2dbeb4 75ab1788 6d9e34f8
09-11 15:51:34.051: I/DEBUG(239): 7a2dbe60 75a5da5e 00000000 43d84760 43f0f968
09-11 15:51:34.051: I/DEBUG(239): 7a2dbe70 00000000 00000000 7fffffff 00000000
09-11 15:51:34.051: I/DEBUG(239): 7a2dbe80 7a2dbeb4 7a2dbeb4 000cad30 00000000
09-11 15:51:34.051: I/DEBUG(239): 7a2dbe90 43d84760 43f0f968 7fffffff 00000000
09-11 15:51:34.051: I/DEBUG(239): 7a2dbea0 7a2dbee4 75ab1f70 6da0f0d0 75ab1788
09-11 15:51:34.051: I/DEBUG(239): 7a2dbeb0 00000000 00000000 43d84760 43f0f968
09-11 15:51:34.051: I/DEBUG(239): 7a2dbec0 7fffffff 00000000 4348f238 00000000
09-11 15:51:34.051: I/DEBUG(239): 7a2dbed0 7a2dbf04 6eefc2ec 6da0f340 75ab1f70
09-11 15:51:34.051: I/DEBUG(239): 7a2dbee0 00000000 00000000 ffffffff 4348f238
09-11 15:51:34.051: I/DEBUG(239): 7a2dbef0 7a2dbf20 759054bc 6d7f20b8 6eefc2ec
09-11 15:51:34.051: I/DEBUG(239): 7a2dbf00 00000000 4348f238 443051f8 7a2dbf64
09-11 15:51:34.051: I/DEBUG(239): 7a2dbf10 7570fcb4 6dad5a50 759054bc 00000000
09-11 15:51:34.051: I/DEBUG(239): memory near sl:
09-11 15:51:34.051: I/DEBUG(239): 766091d0 776f646e 74617453 00000030 0000045b
09-11 15:51:34.051: I/DEBUG(239): 766091e0 6efa6f78 7a2dbe3c 6d9e34f8 75d87000
09-11 15:51:34.051: I/DEBUG(239): 766091f0 00000000 00000000 7c9d7c40 00000000
09-11 15:51:34.051: I/DEBUG(239): 76609200 7c9d7c94 0000003b 00000000 416fd4c0
09-11 15:51:34.051: I/DEBUG(239): 76609210 00000000 00000000 6ca25b70 7a2d8300
09-11 15:51:34.051: I/DEBUG(239): 76609220 00000000 00000000 00000001 00004000
09-11 15:51:34.051: I/DEBUG(239): 76609230 00000000 78dc71c8 416fd4c0 41702400
09-11 15:51:34.051: I/DEBUG(239): 76609240 00000000 417064fc 41706570 41706420
09-11 15:51:34.051: I/DEBUG(239): 76609250 41706440 4170649c 00000000 00000000
09-11 15:51:34.051: I/DEBUG(239): 76609260 79b21a88 00000028 00000000 7c9d7c40
09-11 15:51:34.051: I/DEBUG(239): 76609270 6e7a57c4 00000000 00001fec 417a154c
09-11 15:51:34.051: I/DEBUG(239): 76609280 417b9e58 6d69a130 00000002 7660b558
09-11 15:51:34.051: I/DEBUG(239): 76609290 00000001 00000040 00000200 00000004
09-11 15:51:34.051: I/DEBUG(239): 766092a0 00000002 757d4514 757d451a 00000001
09-11 15:51:34.051: I/DEBUG(239): 766092b0 6e760dbc 6da08310 75a01436 6766d414
09-11 15:51:34.051: I/DEBUG(239): 766092c0 1a1e7a2d 73764a67 04667e47 49e6d19c
09-11 15:51:34.051: I/DEBUG(239): memory near fp:
09-11 15:51:34.051: I/DEBUG(239): 7c9d7b04 7fffffff 00000000 41728fbd 7a2dbe3c
09-11 15:51:34.051: I/DEBUG(239): 7c9d7b14 00000001 75af496f 43d84760 00000030
09-11 15:51:34.051: I/DEBUG(239): 7c9d7b24 4172dfd3 7a2dbe3c 75af4969 765db771
09-11 15:51:34.051: I/DEBUG(239): 7c9d7b34 766091f0 417a0e18 6efa6f78 00000000
09-11 15:51:34.051: I/DEBUG(239): 7c9d7b44 00000000 6f6b6000 40136394 00000000
09-11 15:51:34.051: I/DEBUG(239): 7c9d7b54 7c9d7c40 00000000 7c9d7c94 00000000
09-11 15:51:34.051: I/DEBUG(239): 7c9d7b64 00000000 42fc0000 00000000 00000000
09-11 15:51:34.051: I/DEBUG(239): 7c9d7b74 00000000 00000000 00000000 00000000
09-11 15:51:34.051: I/DEBUG(239): 7c9d7b84 00000000 00000000 00000000 00000000
09-11 15:51:34.051: I/DEBUG(239): 7c9d7b94 00000000 00000000 00000000 7c9d7c24
09-11 15:51:34.051: I/DEBUG(239): 7c9d7ba4 00000000 766091e0 7a2dbe08 00000000
09-11 15:51:34.051: I/DEBUG(239): 7c9d7bb4 7c9d7c24 00000000 4174043b 00000000
09-11 15:51:34.051: I/DEBUG(239): 7c9d7bc4 00000000 00000000 00000000 00000000
09-11 15:51:34.051: I/DEBUG(239): 7c9d7bd4 00000000 00000000 7c9d7c28 43f0f968
09-11 15:51:34.051: I/DEBUG(239): 7c9d7be4 d98ab33a 000001f0 419e968c 419e9688
09-11 15:51:34.051: I/DEBUG(239): 7c9d7bf4 766091e0 0000003b 000001d8 1dcd64ff
09-11 15:51:34.051: I/DEBUG(239): memory near ip:
09-11 15:51:34.051: I/DEBUG(239): 00003fe0 ffffffff ffffffff ffffffff ffffffff
09-11 15:51:34.051: I/DEBUG(239): 00003ff0 ffffffff ffffffff ffffffff ffffffff
09-11 15:51:34.051: I/DEBUG(239): 00004000 ffffffff ffffffff ffffffff ffffffff
09-11 15:51:34.051: I/DEBUG(239): 00004010 ffffffff ffffffff ffffffff ffffffff
09-11 15:51:34.051: I/DEBUG(239): 00004020 ffffffff ffffffff ffffffff ffffffff
09-11 15:51:34.051: I/DEBUG(239): 00004030 ffffffff ffffffff ffffffff ffffffff
09-11 15:51:34.051: I/DEBUG(239): 00004040 ffffffff ffffffff ffffffff ffffffff
09-11 15:51:34.051: I/DEBUG(239): 00004050 ffffffff ffffffff ffffffff ffffffff
09-11 15:51:34.051: I/DEBUG(239): 00004060 ffffffff ffffffff ffffffff ffffffff
09-11 15:51:34.051: I/DEBUG(239): 00004070 ffffffff ffffffff ffffffff ffffffff
09-11 15:51:34.051: I/DEBUG(239): 00004080 ffffffff ffffffff ffffffff ffffffff
09-11 15:51:34.051: I/DEBUG(239): 00004090 ffffffff ffffffff ffffffff ffffffff
09-11 15:51:34.051: I/DEBUG(239): 000040a0 ffffffff ffffffff ffffffff ffffffff
09-11 15:51:34.061: I/DEBUG(239): 000040b0 ffffffff ffffffff ffffffff ffffffff
09-11 15:51:34.061: I/DEBUG(239): 000040c0 ffffffff ffffffff ffffffff ffffffff
09-11 15:51:34.061: I/DEBUG(239): 000040d0 ffffffff ffffffff ffffffff ffffffff
09-11 15:51:34.061: I/DEBUG(239): memory near sp:
09-11 15:51:34.061: I/DEBUG(239): 7c9d7a78 7c9d7b0c 763e55cb 763e55c5 763df693
09-11 15:51:34.061: I/DEBUG(239): 7c9d7a88 7660d2d8 763f59fb 00000006 7ad01690
09-11 15:51:34.061: I/DEBUG(239): 7c9d7a98 7ad01690 763f5bd3 00000006 00000004
09-11 15:51:34.061: I/DEBUG(239): 7c9d7aa8 79ad2bc8 765db971 00000001 00000000
09-11 15:51:34.061: I/DEBUG(239): 7c9d7ab8 00000016 00000000 00000082 00000000
09-11 15:51:34.061: I/DEBUG(239): 7c9d7ac8 00000024 00000006 00000064 93e00001
09-11 15:51:34.061: I/DEBUG(239): 7c9d7ad8 7a3ac5f0 766097c8 7fffffff 00000000
09-11 15:51:34.061: I/DEBUG(239): 7c9d7ae8 766091e0 6d9e3330 766091e0 00000004
09-11 15:51:34.061: I/DEBUG(239): 7c9d7af8 7a2dbe54 416fd350 00000000 7fffffff
09-11 15:51:34.061: I/DEBUG(239): 7c9d7b08 00000000 41728fbd 7a2dbe3c 00000001
09-11 15:51:34.061: I/DEBUG(239): 7c9d7b18 75af496f 43d84760 00000030 4172dfd3
09-11 15:51:34.061: I/DEBUG(239): 7c9d7b28 7a2dbe3c 75af4969 765db771 766091f0
09-11 15:51:34.061: I/DEBUG(239): 7c9d7b38 417a0e18 6efa6f78 00000000 00000000
09-11 15:51:34.061: I/DEBUG(239): 7c9d7b48 6f6b6000 40136394 00000000 7c9d7c40
09-11 15:51:34.061: I/DEBUG(239): 7c9d7b58 00000000 7c9d7c94 00000000 00000000
09-11 15:51:34.061: I/DEBUG(239): 7c9d7b68 42fc0000 00000000 00000000 00000000
09-11 15:51:34.061: I/DEBUG(239): code around pc:
09-11 15:51:34.061: I/DEBUG(239): 763f3f14 06da1c04 2102d404 faa8f7fe d0052800
09-11 15:51:34.061: I/DEBUG(239): 763f3f24 69a08ba3 d501045a 18c06923 b510bd10
09-11 15:51:34.061: I/DEBUG(239): 763f3f34 1c048b83 d40406da f7fe2101 2800fa97
09-11 15:51:34.061: I/DEBUG(239): 763f3f44 8ba3d005 045a69a0 6923d501 bd1018c0
09-11 15:51:34.061: I/DEBUG(239): 763f3f54 b089b5f0 68101c07 91051c14 fc1bf7fe
09-11 15:51:34.061: I/DEBUG(239): 763f3f64 68609003 fc17f7fe 68209004 ffdff7ff
09-11 15:51:34.061: I/DEBUG(239): 763f3f74 42984b39 4939dd02 e0554479 25009b05
09-11 15:51:34.061: I/DEBUG(239): 763f3f84 d1572b03 f7ff68a0 1c06ffd2 f7fe68a0
09-11 15:51:34.061: I/DEBUG(239): 763f3f94 9507fc02 d05c42a8 23017805 2d7f9307
09-11 15:51:34.061: I/DEBUG(239): 763f3fa4 1c2bdd3d 2b0b3be1 2e02d815 7843dd13
09-11 15:51:34.061: I/DEBUG(239): 763f3fb4 061b3b80 2b3f0e1b 7882d80d 06123a80
09-11 15:51:34.061: I/DEBUG(239): 763f3fc4 2a3f0e12 032dd807 019b432a 0415431a
09-11 15:51:34.061: I/DEBUG(239): 763f3fd4 9b050c2d 1c2be010 2b1d3bc2 2e01d80e
09-11 15:51:34.061: I/DEBUG(239): 763f3fe4 7843dd0c 061b3b80 2b3f0e1b 221fd806
09-11 15:51:34.061: I/DEBUG(239): 763f3ff4 01ad4015 2302431d e0109307 33401c2b
09-11 15:51:34.061: I/DEBUG(239): 763f4004 2201061b 42520e1b d8072b3d 1c2b9200
09-11 15:51:34.061: I/DEBUG(239): code around lr:
09-11 15:51:34.061: I/DEBUG(239): 763f5bb0 f7ff1c04 f7feff0f 1c05f9ab f7ff1c20
09-11 15:51:34.061: I/DEBUG(239): 763f5bc0 1c28fecf b538bd38 f7ff1c04 f7feff03
09-11 15:51:34.061: I/DEBUG(239): 763f5bd0 1c05f9b0 f7ff1c20 1c28fec3 b40cbd38
09-11 15:51:34.061: I/DEBUG(239): 763f5be0 aa06b573 ca021c0d 1c281c04 f7ff9201
09-11 15:51:34.061: I/DEBUG(239): 763f5bf0 6821fdd5 1c281c06 fba3f7f1 bc736026
09-11 15:51:34.061: I/DEBUG(239): 763f5c00 b002bc08 00004718 1c0bb538 d0116801
09-11 15:51:34.061: I/DEBUG(239): 763f5c10 24fc23f8 0064005b 190b18ca 68556814
09-11 15:51:34.061: I/DEBUG(239): 763f5c20 685b681a 416b1912 dc0c2b00 2a00d118
09-11 15:51:34.061: I/DEBUG(239): 763f5c30 e015d109 33901c03 2a00685a d10fdc03
09-11 15:51:34.061: I/DEBUG(239): 763f5c40 2b00681b 4b07d00c 65032202 33561c03
09-11 15:51:34.061: I/DEBUG(239): 763f5c50 4a05701a 447a302c ffc1f7ff e0002001
09-11 15:51:34.061: I/DEBUG(239): 763f5c60 bd382000 00000313 0016deb0 b573b40c
09-11 15:51:34.061: I/DEBUG(239): 763f5c70 1c0daa06 1c04ca02 f7ff9201 1c29fd8f
09-11 15:51:34.061: I/DEBUG(239): 763f5c80 1c201c06 fb5df7f1 bc761c30 b002bc08
09-11 15:51:34.061: I/DEBUG(239): 763f5c90 b40e4718 aa03b503 9201ca02 fd7ef7ff
09-11 15:51:34.061: I/DEBUG(239): 763f5ca0 bc08b002 4718b003 b08bb5f0 92081c0f

@developernotes
Copy link
Member

Hello @weilixin

Can you create a reproducible test in the SQLCipher for Android test suite? Are you using a community or commercial build of SQLCipher for Android?

@developernotes
Copy link
Member

Hi @weilixin

I am going to close this ticket since we have not heard back from you in some time. If this is still an issue, please try recreating it with the SQLCipher for Android test suite and let us know your results. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants