wcdb icon indicating copy to clipboard operation
wcdb copied to clipboard

ios15.1 杀后台, app进入后台会被系统很快干掉 Message from debugger: Terminated due to signal 9,有什么解决办法吗

Open yuangaopeng opened this issue 3 years ago • 1 comments

The language of WCDB

e.g. swift

The version of WCDB

e.g. v1.0.8.2

The platform of WCDB

e.g. iOS, macOS or Android

The installation of WCDB

e.g. Cocoapods, Carthage, Maven, AAR Package or Git clone

What's the issue?

Post the outputs or screenshots for errors.

Explain what you want by example or code in English.

yuangaopeng avatar Nov 23 '21 03:11 yuangaopeng

同一个问题?https://github.com/Tencent/wcdb/issues/847

cntrump avatar Mar 04 '22 06:03 cntrump

Here might be the reason for that crash: https://www.zetetic.net/sqlcipher/sqlcipher-api/#cipher_plaintext_header_size

You can config cipher_plaintext_header_size with StatementPragma through Database.setConfig(named:with:orderBy:).

Qiuwen-chen avatar Apr 19 '23 02:04 Qiuwen-chen