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

iOS 18 YYKVStorage crash #168

Open
sdmppp opened this issue Oct 9, 2024 · 0 comments
Open

iOS 18 YYKVStorage crash #168

sdmppp opened this issue Oct 9, 2024 · 0 comments

Comments

@sdmppp
Copy link

sdmppp commented Oct 9, 2024

我们在iOS18上遇到了崩溃,崩溃堆栈为YYKVStorage里所有调用sqlite3_step的地方
0pcache1FetchStage2 (in SchubertAppStore) pcache1.c:910
1sqlite3PagerGet (in SchubertAppStore) pager.c:5395
2getAndInitPage (in SchubertAppStore) btree.c:2004
3sqlite3BtreeMovetoUnpacked (in SchubertAppStore) btree.c:5278
4handleDeferredMoveto (in SchubertAppStore) vdbeaux.c:3011
5sqlite3VdbeExec (in SchubertAppStore) vdbe.c:2461
6sqlite3Step (in SchubertAppStore) [inlined] vdbeapi.c:602
7sqlite3_step (in SchubertAppStore) vdbeapi.c:663
8-[YYKVStorage _dbGetItemWithKey:excludeInlineData:] (in SchubertAppStore) YYKVStorage.m:413
9-[YYKVStorage getItemForKey:] (in SchubertAppStore) YYKVStorage.m:1073
10-[YYDiskCache objectForKey:] (in SchubertAppStore) YYDiskCache.m:274
11__38-[YYDiskCache objectForKey:withBlock:]_block_invoke (in SchubertAppStore) YYDiskCache.m:300
12libdispatch.dylib__dispatch_call_block_and_release (in libdispatch.dylib) +28
19libsystem_pthread.dylib_start_wqthread (in libsystem_pthread.dylib) +4

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