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

-[FMResultSet nextWithError:] #575

Open
chid-hub opened this issue Mar 21, 2017 · 1 comment
Open

-[FMResultSet nextWithError:] #575

chid-hub opened this issue Mar 21, 2017 · 1 comment

Comments

@chid-hub
Copy link

chid-hub commented Mar 21, 2017

Here I shared my backtrace from crashlytics. This happened from iOS 10. CAn you guide me how to fix this crash issue.

Organization: xxx
Platform: ios
Application: MyApp
Version: N/A
Bundle Identifier: com.xx.xxx
Issue #: 10
Issue ID: 588ebcbc0aeb16625badac9b
Session ID: 40d2fca8834947c5842ac0688b96d931_bb6568f6a10d4343b89ea039e1db8957_0_v1
Date: 2017-03-20T15:33:00Z
OS Version: 10.2.1 (14D27)
Device: iPad Air 2
RAM Free: 2.1%
Disk Free: 62.4%

#8. Crashed: fmdb.<FMDatabaseQueue: 0x17405e030>
0 libsystem_kernel.dylib 0x18831b014 __pthread_kill + 8
1 libsystem_pthread.dylib 0x1883e3450 pthread_kill + 112
2 libsystem_c.dylib 0x18828f400 abort + 140
3 libsystem_malloc.dylib 0x18835fa5c _nano_vet_and_size_of_live + 330
4 libsystem_malloc.dylib 0x188361028 nano_realloc + 648
5 libsystem_malloc.dylib 0x188353240 malloc_zone_realloc + 180
6 libsqlite3.dylib 0x189888c34 (null) + 1224
7 libsqlite3.dylib 0x1898812f4 (null) + 39632
8 libsqlite3.dylib 0x189877a7c sqlite3_step + 600
9 MyApp 0x10010835c -[FMResultSet nextWithError:] (FMResultSet.m:161)
10 MyApp 0x10011d6f0 __27-[FMDbManager getOrderList]_block_invoke (FMDbManager.m:2623)
11 MyApp 0x1001fc1f8 __30-[FMDatabaseQueue inDatabase:]_block_invoke (FMDatabaseQueue.m:173)
12 libdispatch.dylib 0x1881d61bc _dispatch_client_callout + 16
13 libdispatch.dylib 0x1881e37f0 dispatch_barrier_sync_f_invoke + 84
14 MyApp 0x1001fc168 -[FMDatabaseQueue inDatabase:] (FMDatabaseQueue.m:176)
15 MyApp 0x10011d624 -[FMDbManager getOrderList] (FMDbManager.m:2668)
16 MyApp 0x10012d164 -[FMDbManager saveOrdersFromServer:] (FMDbManager.m:4616)
17 MyApp 0x1000d65fc -[synchronization storeToDynamicTableName:data:run:] (synchronization.m:844)
18 MyApp 0x1000d590c -[synchronization syncDynamicTable:run:] (synchronization.m:773)
19 MyApp 0x1000d1c10 -[synchronization syncDynamicMediator:] (synchronization.m:199)
20 CoreFoundation 0x189353150 invoking
+ 144
21 CoreFoundation 0x189245eac -[NSInvocation invoke] + 284
22 Foundation 0x189e3c464 -[NSInvocationOperation main] + 40
23 Foundation 0x189d710a4 -[__NSOperationInternal _start:] + 620
24 Foundation 0x189e3e35c __NSOQSchedule_f + 228
25 libdispatch.dylib 0x1881d61bc _dispatch_client_callout + 16
26 libdispatch.dylib 0x1881e43dc _dispatch_queue_serial_drain + 928
27 libdispatch.dylib 0x1881d99a4 _dispatch_queue_invoke + 652
28 libdispatch.dylib 0x1881e634c _dispatch_root_queue_drain + 572
29 libdispatch.dylib 0x1881e60ac _dispatch_worker_thread3 + 124
30 libsystem_pthread.dylib 0x1883df2a0 _pthread_wqthread + 1288
31 libsystem_pthread.dylib 0x1883ded8c start_wqthread + 4

--

#0. com.apple.main-thread
0 libsystem_kernel.dylib 0x1882fd188 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x1882fcff8 mach_msg + 72
2 CoreFoundation 0x1892fa5d0 __CFRunLoopServiceMachPort + 192
3 CoreFoundation 0x1892f81ec __CFRunLoopRun + 1132
4 CoreFoundation 0x1892262b8 CFRunLoopRunSpecific + 444
5 GraphicsServices 0x18acda198 GSEventRunModal + 180
6 UIKit 0x18f2667fc -[UIApplication _run] + 684
7 UIKit 0x18f261534 UIApplicationMain + 208
8 MyApp 0x100156c34 main (main.m:16)
9 libdispatch.dylib 0x1882095b8 (Missing)

#1. com.apple.uikit.eventfetch-thread
0 libsystem_kernel.dylib 0x1882fd188 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x1882fcff8 mach_msg + 72
2 CoreFoundation 0x1892fa5d0 __CFRunLoopServiceMachPort + 192
3 CoreFoundation 0x1892f81ec __CFRunLoopRun + 1132
4 CoreFoundation 0x1892262b8 CFRunLoopRunSpecific + 444
5 Foundation 0x189d6326c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 304
6 Foundation 0x189d83dd0 -[NSRunLoop(NSRunLoop) runUntilDate:] + 96
7 UIKit 0x18fbdac38 -[UIEventFetcher threadMain] + 136
8 Foundation 0x189e60e68 NSThread__start + 1024
9 libsystem_pthread.dylib 0x1883e1850 + 240
10 libsystem_pthread.dylib 0x1883e1760 _pthread_start + 282
11 libsystem_pthread.dylib 0x1883ded94 thread_start + 4

#2. com.twitter.crashlytics.ios.MachExceptionServer
0 libsystem_kernel.dylib 0x1882fd188 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x1882fcff8 mach_msg + 72
2 MyApp 0x1002299dc CLSMachExceptionServer (CLSMachException.c:179)
3 libsystem_pthread.dylib 0x1883e1850 + 240
4 libsystem_pthread.dylib 0x1883e1760 _pthread_start + 282
5 libsystem_pthread.dylib 0x1883ded94 thread_start + 4

#3. com.apple.NSURLConnectionLoader
0 libsystem_kernel.dylib 0x1882fd188 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x1882fcff8 mach_msg + 72
2 CoreFoundation 0x1892fa5d0 __CFRunLoopServiceMachPort + 192
3 CoreFoundation 0x1892f81ec __CFRunLoopRun + 1132
4 CoreFoundation 0x1892262b8 CFRunLoopRunSpecific + 444
5 CFNetwork 0x189a2ba70 + 336
6 Foundation 0x189e60e68 NSThread__start + 1024
7 libsystem_pthread.dylib 0x1883e1850 + 240
8 libsystem_pthread.dylib 0x1883e1760 _pthread_start + 282
9 libsystem_pthread.dylib 0x1883ded94 thread_start + 4

#4. Thread
0 libsystem_kernel.dylib 0x18831ba88 __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x1883df344 _pthread_wqthread + 1452
2 libsystem_pthread.dylib 0x1883ded8c start_wqthread + 4

#5. Thread
0 libsystem_kernel.dylib 0x18831ba88 __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x1883df344 _pthread_wqthread + 1452
2 libsystem_pthread.dylib 0x1883ded8c start_wqthread + 4

#6. Thread
0 libsystem_kernel.dylib 0x18831ba88 __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x1883df160 _pthread_wqthread + 968
2 libsystem_pthread.dylib 0x1883ded8c start_wqthread + 4

#7. Thread
0 libsystem_kernel.dylib 0x18831ba88 __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x1883df344 _pthread_wqthread + 1452
2 libsystem_pthread.dylib 0x1883ded8c start_wqthread + 4

#8. Crashed: fmdb.<FMDatabaseQueue: 0x17405e030>
0 libsystem_kernel.dylib 0x18831b014 __pthread_kill + 8
1 libsystem_pthread.dylib 0x1883e3450 pthread_kill + 112
2 libsystem_c.dylib 0x18828f400 abort + 140
3 libsystem_malloc.dylib 0x18835fa5c _nano_vet_and_size_of_live + 330
4 libsystem_malloc.dylib 0x188361028 nano_realloc + 648
5 libsystem_malloc.dylib 0x188353240 malloc_zone_realloc + 180
6 libsqlite3.dylib 0x189888c34 (null) + 1224
7 libsqlite3.dylib 0x1898812f4 (null) + 39632
8 libsqlite3.dylib 0x189877a7c sqlite3_step + 600
9 MyApp 0x10010835c -[FMResultSet nextWithError:] (FMResultSet.m:161)
10 MyApp 0x10011d6f0 __27-[FMDbManager getOrderList]_block_invoke (FMDbManager.m:2623)
11 MyApp 0x1001fc1f8 __30-[FMDatabaseQueue inDatabase:]_block_invoke (FMDatabaseQueue.m:173)
12 libdispatch.dylib 0x1881d61bc _dispatch_client_callout + 16
13 libdispatch.dylib 0x1881e37f0 dispatch_barrier_sync_f_invoke + 84
14 MyApp 0x1001fc168 -[FMDatabaseQueue inDatabase:] (FMDatabaseQueue.m:176)
15 MyApp 0x10011d624 -[FMDbManager getOrderList] (FMDbManager.m:2668)
16 MyApp 0x10012d164 -[FMDbManager saveOrdersFromServer:] (FMDbManager.m:4616)
17 MyApp 0x1000d65fc -[synchronization storeToDynamicTableName:data:run:] (synchronization.m:844)
18 MyApp 0x1000d590c -[synchronization syncDynamicTable:run:] (synchronization.m:773)
19 MyApp 0x1000d1c10 -[synchronization syncDynamicMediator:] (synchronization.m:199)
20 CoreFoundation 0x189353150 invoking
+ 144
21 CoreFoundation 0x189245eac -[NSInvocation invoke] + 284
22 Foundation 0x189e3c464 -[NSInvocationOperation main] + 40
23 Foundation 0x189d710a4 -[__NSOperationInternal _start:] + 620
24 Foundation 0x189e3e35c __NSOQSchedule_f + 228
25 libdispatch.dylib 0x1881d61bc _dispatch_client_callout + 16
26 libdispatch.dylib 0x1881e43dc _dispatch_queue_serial_drain + 928
27 libdispatch.dylib 0x1881d99a4 _dispatch_queue_invoke + 652
28 libdispatch.dylib 0x1881e634c _dispatch_root_queue_drain + 572
29 libdispatch.dylib 0x1881e60ac _dispatch_worker_thread3 + 124
30 libsystem_pthread.dylib 0x1883df2a0 _pthread_wqthread + 1288
31 libsystem_pthread.dylib 0x1883ded8c start_wqthread + 4

#9. Thread
0 libsystem_kernel.dylib 0x18831ba88 __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x1883df344 _pthread_wqthread + 1452
2 libsystem_pthread.dylib 0x1883ded8c start_wqthread + 4

#10. Thread
0 libsystem_kernel.dylib 0x18831ba88 __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x1883df344 _pthread_wqthread + 1452
2 libsystem_pthread.dylib 0x1883ded8c start_wqthread + 4

@xuvw
Copy link

xuvw commented Oct 20, 2017

Hi, got the same error,such as :

libsqlite3.dylib sqlite3_log + 872
1 libsqlite3.dylib sqlite3_log + 828
2 libsqlite3.dylib sqlite3_backup_step + 3068
3 libsqlite3.dylib sqlite3_rekey + 64288
4 libsqlite3.dylib sqlite3_value_text + 4232
5 libsqlite3.dylib sqlite3_step + 6500
6 libsqlite3.dylib sqlite3_step + 528
7 ******** -[FMResultSet nextWithError:] (FMResultSet.m:161)

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