Skip to content
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

SQLiteGlobal.nativeSetDefaultPageSize 调用报signal 11 (SIGSEGV)错误 #658

Closed
weizhenguo321 opened this issue Jan 5, 2020 · 0 comments

Comments

@weizhenguo321
Copy link

weizhenguo321 commented Jan 5, 2020

The language of WCDB

Java

The version of WCDB

v1.0.8

The platform of WCDB

Android

The installation of WCDB

Maven

What's the issue?

Native堆栈:
pid: 0, tid: 18187, name: Thread-1448 >>> (null) <<<
signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0xd467722f
r0 d467722f r1 00001000 r2 00001000 r3 64df8cc0
r4 00001000 r5 1da00001 r6 00000000 r7 00000000
r8 00001000 r9 00000000 sl 00000000 fp 00000000
ip 00000000 sp 749a8f00 lr 155331cd pc 15533014 cpsr 00000000

backtrace:
#00 pc 00033014 /data/app-lib/.../libwcdb.so (sqlcipher_codec_ctx_get_kdf_iter+208907)
#1 pc 000331cb /data/app-lib/.../libwcdb.so (sqlcipher_get_default_pagesize+209353)

Java堆栈:
at com.tencent.wcdb.database.SQLiteGlobal.nativeSetDefaultPageSize(SourceFile:-2)
at com.tencent.wcdb.database.SQLiteGlobal.(SourceFile:262175)
at com.tencent.wcdb.database.j.(SourceFile:0)
...
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
at java.lang.Thread.run(Thread.java:841)

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

1 participant