marcoarment / FCModel

An alternative to Core Data for people who like having direct SQL access.
MIT License
1.65k stars 178 forks source link

Notifications Crash: Nil dictionary value #128

Closed lickel closed 2 years ago

lickel commented 8 years ago
Application Specific Information:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[1]'

Last Exception Backtrace:
0   CoreFoundation                       0x2451386b __exceptionPreprocess + 127
1   libobjc.A.dylib                      0x35ec6dff objc_exception_throw + 36
2   CoreFoundation                       0x2443145b -[__NSPlaceholderDictionary initWithObjects:forKeys:count:] + 340
3   CoreFoundation                       0x244312df +[NSDictionary dictionaryWithObjects:forKeys:count:] + 48
4   threadflip                           0x004591d9 __60+[FCModel _endNotificationBatchForThread:sendNotifications:]_block_invoke_3 (FCModel.m:1373)
5   CoreFoundation                       0x24482cf5 __65-[__NSDictionaryI enumerateKeysAndObjectsWithOptions:usingBlock:]_block_invoke + 54
6   CoreFoundation                       0x24473a8f -[__NSDictionaryI enumerateKeysAndObjectsWithOptions:usingBlock:] + 184
7   threadflip                           0x00458f8f __60+[FCModel _endNotificationBatchForThread:sendNotifications:]_block_invoke (FCModel.m:1370)
8   libdispatch.dylib                    0x365c8ed7 _dispatch_call_block_and_release + 8
9   libdispatch.dylib                    0x365c8ec3 _dispatch_client_callout + 20
10  libdispatch.dylib                    0x365cd729 _dispatch_main_queue_callback_4CF + 1530
11  CoreFoundation                       0x244d6595 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 6
12  CoreFoundation                       0x244d4a8f __CFRunLoopRun + 1588
13  CoreFoundation                       0x244271e9 CFRunLoopRunSpecific + 514
14  CoreFoundation                       0x24426fdd CFRunLoopRunInMode + 106
15  GraphicsServices                     0x2d6cbaf9 GSEventRunModal + 158
16  UIKit                                0x2868c18d UIApplicationMain + 142
17  threadflip                           0x000ac0d5 main (main.m:18)
18  libdyld.dylib                        0x365f1873 start + 0