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

Crash -[FMDatabase executeQuery:withArgumentsInArray:orDictionary:orVAList:] EXC_BAD_ACCESS (KERN_INVALID_ADDRESS) #842

Open
siddew201 opened this issue Mar 1, 2023 · 3 comments

Comments

@siddew201
Copy link

Hi we are getting crash in production. And we don't have reproducible steps. Any help is appriciable. Thanks

com.apple.main-thread
0 libsystem_kernel.dylib 0xda8 mach_msg2_trap + 8
1 libsystem_kernel.dylib 0x13a1c mach_msg2_internal + 80
2 libsystem_kernel.dylib 0x13c5c mach_msg_overwrite + 388
3 libsystem_kernel.dylib 0x12ec mach_msg + 24
4 CoreFoundation 0x7aac4 __CFRunLoopServiceMachPort + 160
5 CoreFoundation 0x7bd08 __CFRunLoopRun + 1232
6 CoreFoundation 0x80eb0 CFRunLoopRunSpecific + 612
7 GraphicsServices 0x1368 GSEventRunModal + 164
8 UIKitCore 0x3a1668 -[UIApplication _run] + 888
9 UIKitCore 0x3a12cc UIApplicationMain + 340
10 TCPApp 0x78b4 main + 39 (UPIPaymentSubStatusView.swift:39)
11 ??? 0x1de93c960 (Missing)

Crashed: fmdb.<FMDatabaseQueue: 0x2810204b0>
0 libsqlite3.dylib 0xb6498 sqlite3_sourceid + 1672
1 libsqlite3.dylib 0x43810 sqlite3_log + 104636
2 libsqlite3.dylib 0x439c sqlite3_vfs_find + 3140
3 libsqlite3.dylib 0xea87c sqlite3_sourceid + 215660
4 libsqlite3.dylib 0x2c22c sqlite3_log + 8920
5 libsqlite3.dylib 0xbfbc sqlite3_exec + 11436
6 libsqlite3.dylib 0xa5bc sqlite3_exec + 4780
7 libsqlite3.dylib 0x9c60 sqlite3_exec + 2384
8 libsqlite3.dylib 0x98d8 sqlite3_exec + 1480
9 FMDB 0x6384 -[FMDatabase executeQuery:withArgumentsInArray:orDictionary:orVAList:] + 835 (FMDatabase.m:835)
10 sqflite 0x86c8 -[SqfliteDatabase dbDoQuery:operation:] + 262 (SqfliteDatabase.m:262)
11 sqflite 0x7db8 -[SqfliteDatabase wrapSqlOperationHandler:operation:handler:] + 97 (SqfliteDatabase.m:97)
12 sqflite 0x85b8 -[SqfliteDatabase dbQuery:operation:] + 248 (SqfliteDatabase.m:248)
13 sqflite 0xb1ac __40-[SqflitePlugin handleQueryCall:result:]_block_invoke + 453 (SqflitePlugin.m:453)
14 FMDB 0xa49c __30-[FMDatabaseQueue inDatabase:]_block_invoke + 196 (FMDatabaseQueue.m:196)
15 libdispatch.dylib 0x3f88 _dispatch_client_callout + 20
16 libdispatch.dylib 0x139a8 _dispatch_sync_invoke_and_complete_recurse + 64
17 libdispatch.dylib 0x13428 _dispatch_sync_f_slow + 172
18 FMDB 0xa420 -[FMDatabaseQueue inDatabase:] + 210 (FMDatabaseQueue.m:210)
19 sqflite 0x7968 __30-[SqfliteDatabase inDatabase:]_block_invoke + 42 (SqfliteDatabase.m:42)
20 libdispatch.dylib 0x2460 _dispatch_call_block_and_release + 32
21 libdispatch.dylib 0x3f88 _dispatch_client_callout + 20
22 libdispatch.dylib 0x15b8c _dispatch_root_queue_drain + 684
23 libdispatch.dylib 0x16284 _dispatch_worker_thread2 + 164
24 libsystem_pthread.dylib 0xdbc _pthread_wqthread + 228
25 libsystem_pthread.dylib 0xb98 start_wqthread + 8

@lzcuriosity
Copy link

lzcuriosity commented Mar 1, 2023 via email

@ccgus
Copy link
Owner

ccgus commented Mar 6, 2023

Show all threads please.

@shywoody
Copy link

Hi we are getting crash in production. And we don't have reproducible steps. Any help is appriciable. Thanks

com.apple.main-thread 0 libsystem_kernel.dylib 0xda8 mach_msg2_trap + 8 1 libsystem_kernel.dylib 0x13a1c mach_msg2_internal + 80 2 libsystem_kernel.dylib 0x13c5c mach_msg_overwrite + 388 3 libsystem_kernel.dylib 0x12ec mach_msg + 24 4 CoreFoundation 0x7aac4 __CFRunLoopServiceMachPort + 160 5 CoreFoundation 0x7bd08 __CFRunLoopRun + 1232 6 CoreFoundation 0x80eb0 CFRunLoopRunSpecific + 612 7 GraphicsServices 0x1368 GSEventRunModal + 164 8 UIKitCore 0x3a1668 -[UIApplication _run] + 888 9 UIKitCore 0x3a12cc UIApplicationMain + 340 10 TCPApp 0x78b4 main + 39 (UPIPaymentSubStatusView.swift:39) 11 ??? 0x1de93c960 (Missing)

Crashed: fmdb.<FMDatabaseQueue: 0x2810204b0> 0 libsqlite3.dylib 0xb6498 sqlite3_sourceid + 1672 1 libsqlite3.dylib 0x43810 sqlite3_log + 104636 2 libsqlite3.dylib 0x439c sqlite3_vfs_find + 3140 3 libsqlite3.dylib 0xea87c sqlite3_sourceid + 215660 4 libsqlite3.dylib 0x2c22c sqlite3_log + 8920 5 libsqlite3.dylib 0xbfbc sqlite3_exec + 11436 6 libsqlite3.dylib 0xa5bc sqlite3_exec + 4780 7 libsqlite3.dylib 0x9c60 sqlite3_exec + 2384 8 libsqlite3.dylib 0x98d8 sqlite3_exec + 1480 9 FMDB 0x6384 -[FMDatabase executeQuery:withArgumentsInArray:orDictionary:orVAList:] + 835 (FMDatabase.m:835) 10 sqflite 0x86c8 -[SqfliteDatabase dbDoQuery:operation:] + 262 (SqfliteDatabase.m:262) 11 sqflite 0x7db8 -[SqfliteDatabase wrapSqlOperationHandler:operation:handler:] + 97 (SqfliteDatabase.m:97) 12 sqflite 0x85b8 -[SqfliteDatabase dbQuery:operation:] + 248 (SqfliteDatabase.m:248) 13 sqflite 0xb1ac __40-[SqflitePlugin handleQueryCall:result:]_block_invoke + 453 (SqflitePlugin.m:453) 14 FMDB 0xa49c __30-[FMDatabaseQueue inDatabase:]_block_invoke + 196 (FMDatabaseQueue.m:196) 15 libdispatch.dylib 0x3f88 _dispatch_client_callout + 20 16 libdispatch.dylib 0x139a8 _dispatch_sync_invoke_and_complete_recurse + 64 17 libdispatch.dylib 0x13428 _dispatch_sync_f_slow + 172 18 FMDB 0xa420 -[FMDatabaseQueue inDatabase:] + 210 (FMDatabaseQueue.m:210) 19 sqflite 0x7968 __30-[SqfliteDatabase inDatabase:]_block_invoke + 42 (SqfliteDatabase.m:42) 20 libdispatch.dylib 0x2460 _dispatch_call_block_and_release + 32 21 libdispatch.dylib 0x3f88 _dispatch_client_callout + 20 22 libdispatch.dylib 0x15b8c _dispatch_root_queue_drain + 684 23 libdispatch.dylib 0x16284 _dispatch_worker_thread2 + 164 24 libsystem_pthread.dylib 0xdbc _pthread_wqthread + 228 25 libsystem_pthread.dylib 0xb98 start_wqthread + 8

一样的错误, 你解决了么

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

4 participants