realm / realm-swift

Realm is a mobile database: a replacement for Core Data & SQLite
https://realm.io
Apache License 2.0
16.32k stars 2.15k forks source link

Uncaught exception because NSNumber sent unrecognised selector #1759

Closed mightyleader closed 9 years ago

mightyleader commented 9 years ago

We are getting a persistent but intermittent crash caused by the selector UTF8String to an NSNumber. Here's the report....

RLMSetValue(RLMObjectBase*, unsigned long, NSString*), line 114

*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFNumber UTF8String]: unrecognized selector sent to instance 0xb000000000000053'

This is with the current shipping version 0.91, but has been happening on previous versions also.

Thanks!

segiddins commented 9 years ago

@mightyleader could you share the entire stack trace that led to that exception? Even better, do you have a project on hand that consistently causes the issue that we could take a look at? Thanks!

mightyleader commented 9 years ago

Hi, I've attached the crash log output. I've not been able to find reproducible steps for it, as it turns up in our crash reporting intermittently (aside from knowing it's to do with Realm). It's in our app Gift Finder which is on the app store here: https://itunes.apple.com/gb/app/id571641021?mt=8

Incident Identifier: D38D8CFC-6585-4A67-8943-E3DA523FCD0B CrashReporter Key: EB6EB968-FFA7-4698-84B3-6012C705D47F Hardware Model: iPhone6,2 Process: noths [1616] Path: /private/var/mobile/Containers/Bundle/Application/C2614845-FAC4-4FAB-B036-A1D33108660C/noths.app/noths Identifier: com.notonthehighstreet.giftfinder Version: 2.1.3 Code Type: ARM-64 Parent Process: launchd [1]

Date/Time: 2015-04-13T18:29:03Z OS Version: iPhone OS 8.3 (12F70) Report Version: 104

Exception Type: SIGABRT Exception Codes: #0 at 0x198353270 Crashed Thread: 11

Application Specific Information: *\ Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFNumber UTF8String]: unrecognized selector sent to instance 0xb000000000000053'

Last Exception Backtrace: 0 CoreFoundation 0x00000001863e82d8 exceptionPreprocess + 132 1 libobjc.A.dylib 0x0000000197bbc0e4 objc_exception_throw + 56 2 CoreFoundation 0x00000001863ef3a4 -[NSObject(NSObject) doesNotRecognizeSelector:] + 216 3 CoreFoundation 0x00000001863ec154 __forwarding + 924 4 CoreFoundation 0x00000001862eeccc _CF_forwarding_prep0 + 88 5 noths 0x000000010012c5a8 RLMSetValue(RLMObjectBase, unsigned long, NSString_) (RLMUtil.hpp:114) 6 noths 0x000000010012b8b8 RLMDynamicSet (RLMAccessor.mm:654) 7 noths 0x000000010013f074 RLMAddObjectToRealm (RLMObjectStore.mm:392) 8 noths 0x0000000100161ed4 -RLMRealm addObject: 9 noths 0x0000000100101124 -NOTCalendarPersistentStore persistEvents: 10 libdispatch.dylib 0x000000019820d994 _dispatch_call_block_and_release + 20 11 libdispatch.dylib 0x000000019820d954 _dispatch_client_callout + 12 12 libdispatch.dylib 0x00000001982180a4 _dispatch_queue_drain + 1444 13 libdispatch.dylib 0x0000000198210a5c _dispatch_queue_invoke + 128 14 libdispatch.dylib 0x000000019821a318 _dispatch_root_queue_drain + 716 15 libdispatch.dylib 0x000000019821bc4c _dispatch_worker_thread3 + 104 16 libsystem_pthread.dylib 0x00000001983ed22c _pthread_wqthread + 812 17 libsystem_pthread.dylib 0x00000001983ecef0 start_wqthread + 0

Thread 0: 0 libsystem_kernel.dylib 0x0000000198338e48 semaphore_wait_trap + 8 1 libxpc.dylib 0x000000019841633c xpc_connection_send_message_with_reply_sync + 184 2 Security 0x000000018ab90340 securityd_message_with_reply_sync + 88 3 Security 0x000000018ab90584 securityd_send_sync_and_do + 76 4 Security 0x000000018aba1c38 SecItemCopyMatching_block_invoke + 216 5 Security 0x000000018aba0b48 SecOSStatusWith + 28 6 Security 0x000000018aba1afc SecItemCopyMatching + 240 7 noths 0x00000001002f2950 -FBKeychainStore dataForKey: 8 noths 0x00000001002f25d4 -FBKeychainStore dictionaryForKey: 9 noths 0x0000000100317e0c -FBSessionTokenCachingStrategy fetchTokenInformation 10 noths 0x0000000100317f50 -FBSessionTokenCachingStrategy fetchFBAccessTokenData 11 noths 0x00000001003243a4 -FBSession initWithAppID:permissions:defaultAudience:urlSchemeSuffix:tokenCacheStrategy: 12 noths 0x0000000100325664 +FBSession activeSession 13 noths 0x000000010033793c -FBAppEvents sessionToSendRequestTo: 14 noths 0x000000010033686c -FBAppEvents instanceLogEvent:valueToSum:parameters:isImplicitlyLogged:session: 15 noths 0x00000001002fc218 -FBTimeSpentData instanceRestore: 16 noths 0x0000000100025bd0 60-[NOTAppDelegate application:didFinishLaunchingWithOptions:]_block_invoke (NOTAppDelegate.m:42) 17 noths 0x000000010003eff4 -NOTRootViewController initialSetup 18 noths 0x000000010003efb0 -NOTRootViewController viewDidLoad 19 UIKit 0x000000018ae28c84 -[UIViewController loadViewIfRequired] + 688 20 UIKit 0x000000018ae28994 -[UIViewController view] + 28 21 UIKit 0x000000018ae2f1d0 -[UIWindow addRootViewControllerViewIfPossible] + 68 22 UIKit 0x000000018ae2c880 -[UIWindow _setHidden:forced:] + 256 23 UIKit 0x000000018ae9e8ec -[UIWindow makeKeyAndVisible] + 52 24 noths 0x0000000100025ac4 -NOTAppDelegate application:didFinishLaunchingWithOptions: 25 UIKit 0x000000018ae9b190 -[UIApplication _handleDelegateCallbacksWithOptions:isSuspended:restoreState:] + 400 26 UIKit 0x000000018b0b2854 -[UIApplication _callInitializationDelegatesForMainScene:transitionContext:] + 2372 27 UIKit 0x000000018b0b5208 -[UIApplication _runWithMainScene:transitionContext:completion:] + 1500 28 UIKit 0x000000018b0b3778 -[UIApplication workspaceDidEndTransaction:] + 180 29 FrontBoardServices 0x000000018ebf93c8 31-[FBSSerialQueue performAsync:]_block_invoke_2 + 28 30 CoreFoundation 0x00000001863a027c __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK + 16 31 CoreFoundation 0x000000018639f384 CFRunLoopDoBlocks + 308 32 CoreFoundation 0x000000018639d9a8 CFRunLoopRun + 1752 33 CoreFoundation 0x00000001862c92d4 CFRunLoopRunSpecific + 392 34 UIKit 0x000000018ae9443c -[UIApplication _run] + 548 35 UIKit 0x000000018ae8efac UIApplicationMain + 1484 36 noths 0x00000001000cd790 main (main.m:16) 37 libdyld.dylib 0x000000019823aa08 start + 0

Thread 1: 0 libsystem_kernel.dylib 0x0000000198338c24 kevent64 + 8 1 libdispatch.dylib 0x000000019820f99c _dispatch_mgr_thread + 48

Thread 2: 0 libsystem_kernel.dylib 0x0000000198353c78 __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x00000001983ecef0 start_wqthread + 0

Thread 3: 0 libsystem_kernel.dylib 0x0000000198338e48 semaphore_wait_trap + 8 1 FrontBoardServices 0x000000018ebf9388 __31-[FBSSerialQueue performAsync:]_block_invoke + 152 2 libdispatch.dylib 0x000000019820d994 _dispatch_call_block_and_release + 20 3 libdispatch.dylib 0x000000019820d954 _dispatch_client_callout + 12 4 libdispatch.dylib 0x00000001982180a4 _dispatch_queue_drain + 1444 5 libdispatch.dylib 0x0000000198210a5c _dispatch_queue_invoke + 128 6 libdispatch.dylib 0x000000019821a318 _dispatch_root_queue_drain + 716 7 libdispatch.dylib 0x000000019821bc4c _dispatch_worker_thread3 + 104 8 libsystem_pthread.dylib 0x00000001983ed22c _pthread_wqthread + 812 9 libsystem_pthread.dylib 0x00000001983ecef0 start_wqthread + 0

Thread 4: 0 libsystem_kernel.dylib 0x0000000198353c78 __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x00000001983ecef0 start_wqthread + 0

Thread 5: 0 libsystem_kernel.dylib 0x0000000198353c78 __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x00000001983ecef0 start_wqthread + 0

Thread 6: 0 libsystem_kernel.dylib 0x0000000198353c78 __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x00000001983ecef0 start_wqthread + 0

Thread 7: 0 libsystem_kernel.dylib 0x0000000198353c78 __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x00000001983ecef0 start_wqthread + 0

Thread 8: 0 libsystem_kernel.dylib 0x0000000198353c78 __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x00000001983ecef0 start_wqthread + 0

Thread 9: 0 libsystem_kernel.dylib 0x0000000198352844 guarded_open_dprotected_np + 8 1 libsqlite3.dylib 0x0000000197fb60d4 sqlite3_intarray_bind + 316864 2 libsqlite3.dylib 0x0000000197fb5f3c sqlite3_intarray_bind + 316456 3 libsqlite3.dylib 0x0000000197ef00bc sqlite3_snprintf + 7852 4 libsqlite3.dylib 0x0000000197f42044 sqlite3_free_table + 29744 5 libsqlite3.dylib 0x0000000197f3ae00 sqlite3_free_table + 492 6 libsqlite3.dylib 0x0000000197f0ac00 sqlite3_finalize + 8116 7 libsqlite3.dylib 0x0000000197f24dc0 sqlite3_step + 7268 8 libsqlite3.dylib 0x0000000197f23368 sqlite3_step + 524 9 CoreData 0x00000001860887e8 _execute + 120 10 CoreData 0x0000000186088420 -[NSSQLiteConnection execute] + 2108 11 CoreData 0x000000018616e29c -[NSSQLConnection prepareAndExecuteSQLStatement:] + 56 12 CoreData 0x000000018618f698 -[NSSQLiteConnection _configureAutoVacuum] + 332 13 CoreData 0x000000018616ef5c -[NSSQLConnection createSchema] + 160 14 CoreData 0x0000000186084a64 -[NSSQLiteConnection connect] + 2144 15 CoreData 0x0000000186083a24 -[NSSQLCore _loadAndSetMetadata] + 144 16 CoreData 0x0000000186083808 -[NSSQLCore loadMetadata:] + 96 17 CoreData 0x0000000186157534 __91-[NSPersistentStoreCoordinator addPersistentStoreWithType:configuration:URL:options:error:]_block_invoke + 1132 18 CoreData 0x0000000186164028 gutsOfBlockToNSPersistentStoreCoordinatorPerform + 180 19 libdispatch.dylib 0x000000019820d954 _dispatch_client_callout + 12 20 libdispatch.dylib 0x00000001982171e4 _dispatch_barrier_sync_f_invoke + 72 21 CoreData 0x0000000186155e98 _perform + 176 22 CoreData 0x00000001860796e8 -[NSPersistentStoreCoordinator addPersistentStoreWithType:configuration:URL:options:error:] + 220 23 noths 0x000000010024b440 -[GAIDataStore coordinatorWithModel:URL:] + 172 24 noths 0x000000010024b738 -[GAIDataStore contextWithModel:URL:] + 64 25 noths 0x000000010024db80 -[GAIDataStore setUpCoreData] + 312 26 Foundation 0x00000001872e9f9c NSThreadPerformPerform + 368 27 CoreFoundation 0x00000001863a0240 CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION + 20 28 CoreFoundation 0x000000018639f4e4 CFRunLoopDoSources0 + 260 29 CoreFoundation 0x000000018639d594 CFRunLoopRun + 708 30 CoreFoundation 0x00000001862c92d4 CFRunLoopRunSpecific + 392 31 Foundation 0x00000001872014c8 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 312 32 Foundation 0x000000018725b810 -[NSRunLoop(NSRunLoop) run] + 92 33 noths 0x0000000100248ba8 +[GAI threadMain:] + 68 34 Foundation 0x00000001872e9db8 NSThread__main + 1068 35 libsystem_pthread.dylib 0x00000001983efdc8 _pthread_body + 160 36 libsystem_pthread.dylib 0x00000001983efd24 _pthread_start + 156 37 libsystem_pthread.dylib 0x00000001983ecef8 thread_start + 0

Thread 10: 0 libsystem_kernel.dylib 0x0000000198353c78 __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x00000001983ecef0 start_wqthread + 0

Thread 11 Crashed: 0 libsystem_kernel.dylib 0x0000000198353270 *pthread_kill + 8 1 libsystem_pthread.dylib 0x00000001983f1170 pthread_kill + 108 2 libsystem_c.dylib 0x00000001982cab18 abort + 108 3 noths 0x0000000100388d6c uncaught_exception_handler + 32 4 CoreFoundation 0x00000001863e8698 handleUncaughtException + 688 5 libobjc.A.dylib 0x0000000197bbc3b4 _objc_terminate() + 112 6 libc++abi.dylib 0x00000001973b9bb4 std::terminate(void ()()) + 12 7 libc++abi.dylib 0x00000001973b9478 cxa_throw + 132 8 libobjc.A.dylib 0x0000000197bbc204 objc_exceptionthrow + 344 9 CoreFoundation 0x00000001863ef3a4 -[NSObject(NSObject) doesNotRecognizeSelector:] + 216 10 CoreFoundation 0x00000001863ec154 forwarding_** + 924 11 CoreFoundation 0x00000001862eeccc _CF_forwarding_prep0 + 88 12 noths 0x000000010012c5a8 RLMSetValue(RLMObjectBase, unsigned long, NSString_) (RLMUtil.hpp:114) 13 noths 0x000000010012b8b8 RLMDynamicSet (RLMAccessor.mm:654) 14 noths 0x000000010013f074 RLMAddObjectToRealm (RLMObjectStore.mm:392) 15 noths 0x0000000100161ed4 -RLMRealm addObject: 16 noths 0x0000000100101124 -NOTCalendarPersistentStore persistEvents: 17 libdispatch.dylib 0x000000019820d994 _dispatch_call_block_and_release + 20 18 libdispatch.dylib 0x000000019820d954 _dispatch_client_callout + 12 19 libdispatch.dylib 0x00000001982180a4 _dispatch_queue_drain + 1444 20 libdispatch.dylib 0x0000000198210a5c _dispatch_queue_invoke + 128 21 libdispatch.dylib 0x000000019821a318 _dispatch_root_queue_drain + 716 22 libdispatch.dylib 0x000000019821bc4c _dispatch_worker_thread3 + 104 23 libsystem_pthread.dylib 0x00000001983ed22c _pthread_wqthread + 812 24 libsystem_pthread.dylib 0x00000001983ecef0 start_wqthread + 0

Thread 12: 0 libsystem_kernel.dylib 0x0000000198338e0c mach_msg_trap + 8 1 CoreFoundation 0x000000018639f724 CFRunLoopServiceMachPort + 196 2 CoreFoundation 0x000000018639d678 __CFRunLoopRun + 936 3 CoreFoundation 0x00000001862c92d4 CFRunLoopRunSpecific + 392 4 CFNetwork 0x0000000185daa894 +[NSURLConnection(Loader) _resourceLoadLoop:] + 436 5 Foundation 0x00000001872e9db8 NSThreadmain + 1068 6 libsystem_pthread.dylib 0x00000001983efdc8 _pthread_body + 160 7 libsystem_pthread.dylib 0x00000001983efd24 _pthread_start + 156 8 libsystem_pthread.dylib 0x00000001983ecef8 thread_start + 0

Thread 11 crashed with ARM-64 Thread State: pc: 0x0000000198353270 fp: 0x0000000102ce6620 sp: 0x0000000102ce6600 x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000000 x3: 0xffffffffffffffff x4: 0x0000000000000010 x5: 0x0000000000000020 x6: 0x0000000000000000 x7: 0x0000000000000000 x8: 0x000000000c000000 x9: 0x0000000004000000 x10: 0x0000000000000000 x11: 0x0000000000000018 x12: 0x0000000000000001 x13: 0x0000000000062aa8 x14: 0x0000000000000015 x15: 0x0000000000000000 x16: 0x0000000000000148 x17: 0x0000000000000000 x18: 0x0000000000000000 x19: 0x0000000000000006 x20: 0x0000000102ce8000 x21: 0x0000000198861720 x22: 0x000000014651ebf0 x23: 0x0000000198859f50 x24: 0x000000019c2010a8 x25: 0x00000001700db7b0 x26: 0x000000018b6227c3 x27: 0x000000018660283f x28: 0x0000000102ce66a4 lr: 0x00000001983f1170 cpsr: 0x0000000000000000

Link Register Analysis: Symbol: pthread_kill + 108 Description: We have determined that the link register (lr) is very likely to contain the return address of frame #0's calling function, and have inserted it into the crashing thread's backtrace as frame #1 to aid in analysis. This determination was made by applying a heuristic to determine whether the crashing function was likely to have created a new stack frame at the time of the crash. Type: 1

Binary Images: 0x100020000 - 0x100497fff noths arm64 <9f48de3c282631d3a262255b6bd21e67> /private/var/mobile/Containers/Bundle/Application/C2614845-FAC4-4FAB-B036-A1D33108660C/noths.app/noths 0x184b94000 - 0x184d28fff AVFoundation arm64 /System/Library/Frameworks/AVFoundation.framework/AVFoundation 0x184d2c000 - 0x184d90fff libAVFAudio.dylib arm64 /System/Library/Frameworks/AVFoundation.framework/libAVFAudio.dylib 0x184d94000 - 0x184dd3fff AVKit arm64 <662188dbb9233944bbffc40c217bba7f> /System/Library/Frameworks/AVKit.framework/AVKit 0x184dd4000 - 0x184dd4fff Accelerate arm64 /System/Library/Frameworks/Accelerate.framework/Accelerate 0x184dec000 - 0x18500bfff vImage arm64 <74eb7b77dbcd321db86e784be9353a08> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage 0x18500c000 - 0x1850b3fff libBLAS.dylib arm64 <56e8b79c2c03379dad45fe2ea1a4052f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib 0x1850b4000 - 0x18542efff libLAPACK.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib 0x185430000 - 0x185445fff libLinearAlgebra.dylib arm64 <9307063a5e1833abbb857a9ec4c5369e> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib 0x185448000 - 0x1854b0fff libvDSP.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib 0x1854b4000 - 0x1854d7fff libvMisc.dylib arm64 <92a0dd635be43dfe8c128c888ef37c0e> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib 0x1854d8000 - 0x1854d8fff vecLib arm64 <9248f57f1d8430219a810aa93254f157> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib 0x1854dc000 - 0x18550bfff Accounts arm64 <4199851056d4376aa4d8668b83c85454> /System/Library/Frameworks/Accounts.framework/Accounts 0x18550c000 - 0x18550cfff AdSupport arm64 /System/Library/Frameworks/AdSupport.framework/AdSupport 0x185510000 - 0x18558efff AddressBook arm64 <73735c2a294139e5b99ada613fc861ea> /System/Library/Frameworks/AddressBook.framework/AddressBook 0x185590000 - 0x1856e3fff AddressBookUI arm64 <860bc29210ba3d7c80dc83a83388e31c> /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI 0x1858ac000 - 0x185b6cfff AudioToolbox arm64 <760c2dc59fa13660a769cc1b052d41e6> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox 0x185d0c000 - 0x185f1ffff CFNetwork arm64 /System/Library/Frameworks/CFNetwork.framework/CFNetwork 0x185f20000 - 0x185fbcfff CloudKit arm64 /System/Library/Frameworks/CloudKit.framework/CloudKit 0x185fc0000 - 0x186025fff CoreAudio arm64 /System/Library/Frameworks/CoreAudio.framework/CoreAudio 0x18604c000 - 0x18606dfff CoreBluetooth arm64 /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth 0x186070000 - 0x1862bcfff CoreData arm64 /System/Library/Frameworks/CoreData.framework/CoreData 0x1862c0000 - 0x18661efff CoreFoundation arm64 <6548b13bef1f3f958d96266f7c4c44e0> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation 0x186620000 - 0x186782fff CoreGraphics arm64 <92162d42d08d357ab66302a38d724828> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics 0x1867d8000 - 0x1867dafff libCGXType.A.dylib arm64 <8f40b7d9b97b344f9c7a5a0b79bdc2b7> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGXType.A.dylib 0x1869fc000 - 0x186b2efff CoreImage arm64 /System/Library/Frameworks/CoreImage.framework/CoreImage 0x186b30000 - 0x186b8efff CoreLocation arm64 /System/Library/Frameworks/CoreLocation.framework/CoreLocation 0x186bc8000 - 0x186c8bfff CoreMedia arm64 <403a9798401c3b70a207e0e236454c0d> /System/Library/Frameworks/CoreMedia.framework/CoreMedia 0x186c8c000 - 0x186d7afff CoreMotion arm64 <61338e072f2a385ab4e315975f23eea2> /System/Library/Frameworks/CoreMotion.framework/CoreMotion 0x186d7c000 - 0x186dedfff CoreTelephony arm64 <450440ee68593b8e9c951cdf838264f3> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony 0x186df0000 - 0x186ef8fff CoreText arm64 <4a9633cee0393585a98fcf07410e0828> /System/Library/Frameworks/CoreText.framework/CoreText 0x186efc000 - 0x186f19fff CoreVideo arm64 <217e5b69f6d03f8893f01de3e40915a8> /System/Library/Frameworks/CoreVideo.framework/CoreVideo 0x186f1c000 - 0x187040fff EventKit arm64 /System/Library/Frameworks/EventKit.framework/EventKit 0x1871f4000 - 0x18744cfff Foundation arm64 <509b484fb7b634b19673d50296d8278f> /System/Library/Frameworks/Foundation.framework/Foundation 0x187480000 - 0x1874a9fff GSS arm64 <3dae218853563b1a985b80d6a353bad8> /System/Library/Frameworks/GSS.framework/GSS 0x187594000 - 0x1875fffff IOKit arm64 <311bed1f2b893195b8c0564d8925bfa2> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x187600000 - 0x1878a3fff ImageIO arm64 <7d3c81746f2c3f1488b3efc633d21633> /System/Library/Frameworks/ImageIO.framework/ImageIO 0x1878a4000 - 0x187d45fff JavaScriptCore arm64 <1ad0ed311f3e3897bac70f3388fc05be> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore 0x188564000 - 0x18867dfff MapKit arm64 <0bb8a0be8c883fcc84d0453858c8e083> /System/Library/Frameworks/MapKit.framework/MapKit 0x188680000 - 0x188686fff MediaAccessibility arm64 <4e3e82a2b09a38fcbf01843f97d5e604> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility 0x188688000 - 0x1888abfff MediaPlayer arm64 /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer 0x1888ac000 - 0x188ccafff MediaToolbox arm64 /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox 0x188ccc000 - 0x188da0fff MessageUI arm64 <000bbe6f4a8c32bda9c8ea674a7f200d> /System/Library/Frameworks/MessageUI.framework/MessageUI 0x188da4000 - 0x188e1cfff Metal arm64 /System/Library/Frameworks/Metal.framework/Metal 0x188e20000 - 0x188ed1fff MobileCoreServices arm64 /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices 0x18a14c000 - 0x18a156fff OpenGLES arm64 <8824bb82d43937a9b0aa3870ece35772> /System/Library/Frameworks/OpenGLES.framework/OpenGLES 0x18a15c000 - 0x18a15dfff libCVMSPluginSupport.dylib arm64 <34760639fb2331dcaa229ba0e418c1af> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib 0x18a160000 - 0x18a163fff libCoreFSCache.dylib arm64 /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib 0x18a164000 - 0x18a168fff libCoreVMClient.dylib arm64 <30969b8fde9f36c4a6a0293c03e74e5f> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib 0x18a16c000 - 0x18a176fff libGFXShared.dylib arm64 <5942ea8060c63e86b3ffbfb76b061276> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib 0x18a178000 - 0x18a1c3fff libGLImage.dylib arm64 <3e46a6b44be93e5689e4851c76b2db04> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib 0x18a760000 - 0x18a8f2fff QuartzCore arm64 /System/Library/Frameworks/QuartzCore.framework/QuartzCore 0x18a8f4000 - 0x18a940fff QuickLook arm64 /System/Library/Frameworks/QuickLook.framework/QuickLook 0x18ab78000 - 0x18abccfff Security arm64 <80b60ba1feba39afb6686e342398cce1> /System/Library/Frameworks/Security.framework/Security 0x18ad84000 - 0x18ad9cfff StoreKit arm64 /System/Library/Frameworks/StoreKit.framework/StoreKit 0x18ada0000 - 0x18ae13fff SystemConfiguration arm64 <633d8a8abeaf3abda9b0401146f2b668> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration 0x18ae18000 - 0x18b798fff UIKit arm64 /System/Library/Frameworks/UIKit.framework/UIKit 0x18b79c000 - 0x18b815fff VideoToolbox arm64 <1468c96c3448370bbb407644bedbb368> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox 0x18b850000 - 0x18bab4fff WebKit arm64 <5e03a0bc7ab436ba900562cceb681ef4> /System/Library/Frameworks/WebKit.framework/WebKit 0x18bab8000 - 0x18baf1fff iAd arm64 <8a45904e8f3736f7b882f21fb1c18e0e> /System/Library/Frameworks/iAd.framework/iAd 0x18beec000 - 0x18bef2fff AITTarget arm64 <19d8dc5d2c6e391b9ec50c932337b1d2> /System/Library/PrivateFrameworks/AITTarget.framework/AITTarget 0x18bef8000 - 0x18bf05fff AOSNotification arm64 /System/Library/PrivateFrameworks/AOSNotification.framework/AOSNotification 0x18c0a0000 - 0x18c0fefff AccountsDaemon arm64 /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon 0x18c128000 - 0x18c12dfff AggregateDictionary arm64 /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary 0x18c330000 - 0x18c333fff AirPlaySupport arm64 <9379098c9eed33088c7096882eec570d> /System/Library/PrivateFrameworks/AirPlaySupport.framework/AirPlaySupport 0x18c588000 - 0x18c5d0fff AppSupport arm64 /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport 0x18c5d4000 - 0x18c62ffff AppleAccount arm64 <0374ffa0f0563b108aa7a58f2c72f39f> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount 0x18c740000 - 0x18c78cfff AppleJPEG arm64 <621fe1223e9038a09023dd6c558ce423> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG 0x18c7a0000 - 0x18c7b4fff ApplePushService arm64 <38b2aec9a5b5357aa8e1060d28992da3> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService 0x18c7b8000 - 0x18c7c1fff AppleSRP arm64 <8f0cacbeabdf39b3815a72e7ec9e8668> /System/Library/PrivateFrameworks/AppleSRP.framework/AppleSRP 0x18c7d4000 - 0x18c7dffff AssertionServices arm64 /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices 0x18c7e0000 - 0x18c7fdfff AssetsLibraryServices arm64 /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices 0x18c800000 - 0x18c840fff AssistantServices arm64 /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices 0x18c87c000 - 0x18c87ffff BTLEAudioController arm64 /System/Library/PrivateFrameworks/BTLEAudioController.framework/BTLEAudioController 0x18c880000 - 0x18c89cfff BackBoardServices arm64 /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices 0x18c8a4000 - 0x18c8e1fff BaseBoard arm64 /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard 0x18c904000 - 0x18c934fff Bom arm64 <45c2562173063fb2bd0e71bbc3423915> /System/Library/PrivateFrameworks/Bom.framework/Bom 0x18ca90000 - 0x18cac0fff CalendarFoundation arm64 /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation 0x18cc0c000 - 0x18cc16fff CaptiveNetwork arm64 <0f8d341d0a8f3828b9485b189d04e126> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork 0x18cc24000 - 0x18cd70fff Celestial arm64 <0b8842c85d7139848f5e049e8e784c47> /System/Library/PrivateFrameworks/Celestial.framework/Celestial 0x18cda4000 - 0x18cdaafff CertUI arm64 <5172b3a96c1736b390833483c0832e79> /System/Library/PrivateFrameworks/CertUI.framework/CertUI 0x18cf10000 - 0x18cf34fff ChunkingLibrary arm64 /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary 0x18d530000 - 0x18d532fff CommonAuth arm64 /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth 0x18d534000 - 0x18d546fff CommonUtilities arm64 /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities 0x18d548000 - 0x18d54cfff CommunicationsFilter arm64 /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter 0x18d638000 - 0x18d63dfff ConstantClasses arm64 /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses 0x18d640000 - 0x18d67efff ContentIndex arm64 <11771c1154c63b2ea6b3a2759116f76a> /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex 0x18d680000 - 0x18d688fff CoreAUC arm64 /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC 0x18d6c4000 - 0x18d724fff CoreDAV arm64 <0eb42897b04c35558a55ac357b4f4eb5> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV 0x18d728000 - 0x18d750fff CoreDuet arm64 <2325864ac79931d08384cad9a5c2378c> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet 0x18d75c000 - 0x18d76ffff CoreDuetDaemonProtocol arm64 <8e9b82e37ab1398fb75be0114863b188> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol 0x18d778000 - 0x18d77afff CoreDuetDebugLogging arm64 <9a52d10bde253ae196a436618e6245af> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging 0x18da5c000 - 0x18db0cfff CorePDF arm64 <48261152791832da9b786ccb6e676ce4> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF 0x18db80000 - 0x18db8bfff CoreRecents arm64 /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents 0x18dc20000 - 0x18dc44fff CoreServicesInternal arm64 /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal 0x18deac000 - 0x18df40fff CoreUI arm64 <8e5f6e68de253eb98752939e94219aa8> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI 0x18df44000 - 0x18dfdefff CoreUtils arm64 <835930892f3f3c28823421061c40dad7> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils 0x18dfe0000 - 0x18dfe6fff CrashReporterSupport arm64 <939d8e00b1a8388eaf6721fe6fed8d07> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport 0x18dfe8000 - 0x18dfeefff DAAPKit arm64 <996db669e80833e0a44db31c6e094693> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit 0x18dffc000 - 0x18e04bfff DataAccess arm64 <7024476be74c3c1d9d7958544753e6d2> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess 0x18e2a8000 - 0x18e2cefff DataAccessExpress arm64 /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress 0x18e320000 - 0x18e327fff DataMigration arm64 /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration 0x18e344000 - 0x18e345fff DiagnosticLogCollection arm64 <446ae998ec433acdac17d08dfb63094d> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection 0x18e348000 - 0x18e368fff DictionaryServices arm64 /System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServices 0x18e390000 - 0x18e3b6fff EAP8021X arm64 <6201a1545ea735eaa654e6c4f19fce9c> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X 0x18e4f0000 - 0x18e4f2fff FTClientServices arm64 <41e3fe196535314d955d8adf52731b2d> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices 0x18e4f4000 - 0x18e526fff FTServices arm64 <063fb60e8c3031189f047aaf77127419> /System/Library/PrivateFrameworks/FTServices.framework/FTServices 0x18e528000 - 0x18e955fff FaceCore arm64 <6c9c849bf1173e1892729204b96c95bb> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore 0x18e9dc000 - 0x18e9dcfff FontServices arm64 <9d2ca68913c53fef976aabcdb3f2bb7c> /System/Library/PrivateFrameworks/FontServices.framework/FontServices 0x18e9e0000 - 0x18eac0fff libFontParser.dylib arm64 <3e696fd5c611305eaee6bad27362f029> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib 0x18eac4000 - 0x18ead3fff libGSFontCache.dylib arm64 /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib 0x18ebe0000 - 0x18ec00fff FrontBoardServices arm64 <06e8a3da46443f858df92288b8b009bf> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices 0x18f7a8000 - 0x18f7c1fff GenerationalStorage arm64 /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage 0x18f7c4000 - 0x18fad9fff GeoServices arm64 <624b0528e79e3bd78cf8e4ca477e207b> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices 0x18fadc000 - 0x18faeffff GraphicsServices arm64 <75b91070a0e7388fb904347f318b8cc0> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices 0x18fc48000 - 0x18fcb0fff Heimdal arm64 /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal 0x18fdc4000 - 0x18fe5efff HomeSharing arm64 <9d9df9ed1dc53162a89400f3c5a786df> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing 0x18ff34000 - 0x18ff62fff IDSFoundation arm64 <9411f337675431bd9d1ee6ca7f2e9810> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation 0x190148000 - 0x1901b9fff IMFoundation arm64 <49f257517bed3c80a505c395449ab8a4> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation 0x1901c4000 - 0x1901cbfff IOAccelerator arm64 <95ab3e3274d630779faccf8902ddc494> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator 0x1901d0000 - 0x1901d6fff IOMobileFramebuffer arm64 <079c9947522f331b8837714ca08e0966> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer 0x1901d8000 - 0x1901defff IOSurface arm64 <202149d941b339f1a765e48058a523ea> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface 0x1901e0000 - 0x1901e2fff IOSurfaceAccelerator arm64 <9aaea96dbea43a648fa78e7f43f769cd> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator 0x190548000 - 0x19054ffff IntlPreferences arm64 <0ba4276ecf8831378d3576dd145e3282> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences 0x190550000 - 0x190595fff LanguageModeling arm64 /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling 0x190628000 - 0x190670fff MIME arm64 <692dce99d89d32298da32bbde8c18a63> /System/Library/PrivateFrameworks/MIME.framework/MIME 0x190674000 - 0x1906e0fff MMCS arm64 <780e63b11aeb3997b5bafb50d6b21b03> /System/Library/PrivateFrameworks/MMCS.framework/MMCS 0x190744000 - 0x190752fff MailServices arm64 <61cef8e55a8f3747b5adeecb2f430e77> /System/Library/PrivateFrameworks/MailServices.framework/MailServices 0x190790000 - 0x19084efff ManagedConfiguration arm64 /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration 0x190860000 - 0x190861fff Marco arm64 /System/Library/PrivateFrameworks/Marco.framework/Marco 0x190864000 - 0x1908e8fff MediaControlSender arm64 /System/Library/PrivateFrameworks/MediaControlSender.framework/MediaControlSender 0x19099c000 - 0x1909b4fff MediaRemote arm64 <29897add26cf34f7b92dc012ed32f883> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote 0x1909b8000 - 0x1909cdfff MediaServices arm64 <98515a962b2f335da9efb5f14931c42f> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices 0x190a6c000 - 0x190b69fff Message arm64 <2b6c7c4d05c23c12add40cc85a849458> /System/Library/PrivateFrameworks/Message.framework/Message 0x190b74000 - 0x190b77fff MessageSupport arm64 <9852ca056bd13fb1b1d9254aa015cc3a> /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport 0x190b88000 - 0x190b97fff MobileAsset arm64 /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset 0x190c04000 - 0x190c0dfff MobileInstallation arm64 <096c77b57b62337bb756b2b347fb0768> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation 0x190c10000 - 0x190c1ffff MobileKeyBag arm64 <0e6f9d62dfe23cbca54b4d1a14f76149> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag 0x190c5c000 - 0x190c5ffff MobileSystemServices arm64 <54153419dcaa356fb42fd86b712a4cf2> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices 0x190c88000 - 0x190c99fff MobileWiFi arm64 /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi 0x190cf0000 - 0x190ef8fff MusicLibrary arm64 <8febe3b9c72a311f9cf0f8a95e52b821> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary 0x191114000 - 0x19111afff Netrb arm64 <28eb6839c8f63101816697fa19770689> /System/Library/PrivateFrameworks/Netrb.framework/Netrb 0x19111c000 - 0x191123fff NetworkStatistics arm64 /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics 0x191124000 - 0x191146fff Notes arm64 <685e6f78db0e3adf9f233115bef345b1> /System/Library/PrivateFrameworks/Notes.framework/Notes 0x191150000 - 0x191153fff OAuth arm64 /System/Library/PrivateFrameworks/OAuth.framework/OAuth 0x19191c000 - 0x19196afff OpenCL arm64 <9ad1144d2c4333b980276e2c4e6ac4fa> /System/Library/PrivateFrameworks/OpenCL.framework/OpenCL 0x191ae8000 - 0x191b11fff PersistentConnection arm64 <6723595bce1937c3a45fbb85baff8c55> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection 0x191fa8000 - 0x191ff5fff PhysicsKit arm64 <6a97907da3523632b9e4848047aa8f4a> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit 0x191ff8000 - 0x192012fff PlugInKit arm64 /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit 0x192014000 - 0x19201cfff PowerLog arm64 /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog 0x192394000 - 0x192455fff ProofReader arm64 <5d4f70ce92443a24b01e5c2186abfb15> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader 0x192458000 - 0x192485fff ProtectedCloudStorage arm64 /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage 0x192488000 - 0x192496fff ProtocolBuffer arm64 <479705f12ac2303b931994a7b06663bf> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer 0x1924d8000 - 0x192556fff Quagga arm64 <66a25218aec23c18b9a18d8f810c5258> /System/Library/PrivateFrameworks/Quagga.framework/Quagga 0x192558000 - 0x192561fff QuickLookThumbnailing arm64 <195ff028b269356eab3e5b1ba59f59ce> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing 0x1928b8000 - 0x192960fff SAObjects arm64 <56ba1d3456133884a61b2dd27ca74be2> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects 0x192bd0000 - 0x192bf0fff SpringBoardServices arm64 /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices 0x192ff0000 - 0x19314efff StoreServices arm64 <6f1976a1f8de3576bab51f432d4fd363> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices 0x19324c000 - 0x19324ffff TCC arm64 /System/Library/PrivateFrameworks/TCC.framework/TCC 0x1940e0000 - 0x19410efff TextInput arm64 /System/Library/PrivateFrameworks/TextInput.framework/TextInput 0x1941f4000 - 0x1942cefff UIFoundation arm64 /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation 0x194300000 - 0x194303fff UserFS arm64 /System/Library/PrivateFrameworks/UserFS.framework/UserFS 0x194324000 - 0x1948e1fff VectorKit arm64 /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit 0x194b5c000 - 0x194b80fff VoiceServices arm64 <14360e38ed6530b0a4b425cf59e2e6c4> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices 0x194c34000 - 0x194c5cfff WebBookmarks arm64 <7545a4b6e2b83edda152ca880a2531be> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks 0x194c7c000 - 0x195bb5fff WebCore arm64 /System/Library/PrivateFrameworks/WebCore.framework/WebCore 0x195bb8000 - 0x195c89fff WebKitLegacy arm64 <4b9e1233412b38c08667bea57820c69a> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy 0x1960b8000 - 0x1960befff iAdServices arm64 /System/Library/PrivateFrameworks/iAdServices.framework/iAdServices 0x1960c0000 - 0x1960ebfff iCalendar arm64 <4e98d67b7cbe31d5ab9dc37386f2d851> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar 0x196118000 - 0x19615afff iTunesStore arm64 /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore 0x196c10000 - 0x196c19fff libAccessibility.dylib arm64 <72f6e8d3b4393171adad94e3bb413237> /usr/lib/libAccessibility.dylib 0x196eb0000 - 0x196ecbfff libCRFSuite.dylib arm64 /usr/lib/libCRFSuite.dylib 0x196f0c000 - 0x197043fff libFosl_dynamic.dylib arm64 /usr/lib/libFosl_dynamic.dylib 0x197068000 - 0x197082fff libMobileGestalt.dylib arm64 <0d296a1f3cbd39bca52fdaa3b4df2a34> /usr/lib/libMobileGestalt.dylib 0x1970b4000 - 0x1970b5fff libSystem.B.dylib arm64 <9e8736fd5dda318abe4e597a531a625f> /usr/lib/libSystem.B.dylib 0x197138000 - 0x197186fff libTelephonyUtilDynamic.dylib arm64 /usr/lib/libTelephonyUtilDynamic.dylib 0x1972b0000 - 0x1972dafff libarchive.2.dylib arm64 <940f023a5f5f3aa19366e25514485721> /usr/lib/libarchive.2.dylib 0x1972dc000 - 0x1972dcfff libassertion_extension.dylib arm64 /usr/lib/libassertion_extension.dylib 0x19731c000 - 0x19732cfff libbsm.0.dylib arm64 <9e2235e821063e82a304719b1f4cf5f9> /usr/lib/libbsm.0.dylib 0x197330000 - 0x197340fff libbz2.1.0.dylib arm64 /usr/lib/libbz2.1.0.dylib 0x197344000 - 0x19739afff libc++.1.dylib arm64 /usr/lib/libc++.1.dylib 0x19739c000 - 0x1973befff libc++abi.dylib arm64 <2d2238a0320c395dbd802981c0b1a5fe> /usr/lib/libc++abi.dylib 0x1973c4000 - 0x1973d5fff libcmph.dylib arm64 <51052b48f1053799a834ca4a8e71b581> /usr/lib/libcmph.dylib 0x1973d8000 - 0x1973e0fff libcupolicy.dylib arm64 <082e83a4bd1a371bb6efa2b7d9007097> /usr/lib/libcupolicy.dylib 0x19741c000 - 0x197439fff libextension.dylib arm64 /usr/lib/libextension.dylib 0x197468000 - 0x19746dfff libheimdal-asn1.dylib arm64 <61576927c939371c86216b7f14aed420> /usr/lib/libheimdal-asn1.dylib 0x197470000 - 0x197563fff libiconv.2.dylib arm64 /usr/lib/libiconv.2.dylib 0x197564000 - 0x19774bfff libicucore.A.dylib arm64 <4d8191c3315c3f5ca890c19e30dcd75b> /usr/lib/libicucore.A.dylib 0x197760000 - 0x197761fff liblangid.dylib arm64 <02a03c3dba573ae0ab3b32911c77efba> /usr/lib/liblangid.dylib 0x197764000 - 0x197770fff liblockdown.dylib arm64 /usr/lib/liblockdown.dylib 0x197774000 - 0x19778dfff liblzma.5.dylib arm64 /usr/lib/liblzma.5.dylib 0x197b64000 - 0x197b7cfff libmis.dylib arm64 <3929204949543825a23a02585a45eff8> /usr/lib/libmis.dylib 0x197bb4000 - 0x197db0fff libobjc.A.dylib arm64 <963fc34f80f9303da52a020af5a63e74> /usr/lib/libobjc.A.dylib 0x197e98000 - 0x197eb5fff libresolv.9.dylib arm64 <7793473e15e13911809cb6a8162c0b94> /usr/lib/libresolv.9.dylib 0x197ee8000 - 0x197fc5fff libsqlite3.dylib arm64 /usr/lib/libsqlite3.dylib 0x19801c000 - 0x19804efff libtidy.A.dylib arm64 <74b893a0811730c8a33c8f56d841b292> /usr/lib/libtidy.A.dylib 0x198060000 - 0x19814efff libxml2.2.dylib arm64 <73e5c4db073c3f97b3d7a78fdc531e86> /usr/lib/libxml2.2.dylib 0x198150000 - 0x198179fff libxslt.1.dylib arm64 /usr/lib/libxslt.1.dylib 0x19817c000 - 0x19818dfff libz.1.dylib arm64 <263f8bc085593d578ea393ba40438ee3> /usr/lib/libz.1.dylib 0x198190000 - 0x198194fff libcache.dylib arm64 <69f2d8d4d9ed3393b4e44bc425b538f2> /usr/lib/system/libcache.dylib 0x198198000 - 0x1981a4fff libcommonCrypto.dylib arm64 /usr/lib/system/libcommonCrypto.dylib 0x1981a8000 - 0x1981abfff libcompiler_rt.dylib arm64 <7d48e08690f43daeaf8fdcb82d3ebb74> /usr/lib/system/libcompiler_rt.dylib 0x1981ac000 - 0x1981b3fff libcopyfile.dylib arm64 <126799884b2231498c7a5697b769aff5> /usr/lib/system/libcopyfile.dylib 0x1981b4000 - 0x19820bfff libcorecrypto.dylib arm64 /usr/lib/system/libcorecrypto.dylib 0x19820c000 - 0x198234fff libdispatch.dylib arm64 <91f808be126a33b982d5880c2454afde> /usr/lib/system/libdispatch.dylib 0x198238000 - 0x19823afff libdyld.dylib arm64 /usr/lib/system/libdyld.dylib 0x19823c000 - 0x19823cfff liblaunch.dylib arm64 <0d5f253a83673ecb9a55f667adf2c205> /usr/lib/system/liblaunch.dylib 0x198240000 - 0x198245fff libmacho.dylib arm64 <08dc912ff3123d2abc59dd17889f2abc> /usr/lib/system/libmacho.dylib 0x198248000 - 0x198249fff libremovefile.dylib arm64 /usr/lib/system/libremovefile.dylib 0x19824c000 - 0x198261fff libsystem_asl.dylib arm64 <314e1ff76a71372ca4bc80351f984376> /usr/lib/system/libsystem_asl.dylib 0x198264000 - 0x198265fff libsystem_blocks.dylib arm64 /usr/lib/system/libsystem_blocks.dylib 0x198268000 - 0x1982e8fff libsystem_c.dylib arm64 <043c87b4428d34d4985264cebab5f687> /usr/lib/system/libsystem_c.dylib 0x1982ec000 - 0x1982eefff libsystem_configuration.dylib arm64 /usr/lib/system/libsystem_configuration.dylib 0x1982f0000 - 0x1982f1fff libsystem_coreservices.dylib arm64 /usr/lib/system/libsystem_coreservices.dylib 0x1982f4000 - 0x198304fff libsystem_coretls.dylib arm64 /usr/lib/system/libsystem_coretls.dylib 0x198308000 - 0x198310fff libsystem_dnssd.dylib arm64 /usr/lib/system/libsystem_dnssd.dylib 0x198314000 - 0x198335fff libsystem_info.dylib arm64 <7568980767d3355b99464736b574ff14> /usr/lib/system/libsystem_info.dylib 0x198338000 - 0x198358fff libsystem_kernel.dylib arm64 <7cd96299577530ebbca0cb44625702a7> /usr/lib/system/libsystem_kernel.dylib 0x19835c000 - 0x198378fff libsystem_m.dylib arm64 <4f59e5b4cf4935ada2e457a196730c2a> /usr/lib/system/libsystem_m.dylib 0x19837c000 - 0x198395fff libsystem_malloc.dylib arm64 <56245a320c8a39f5b6057a9e99cac10d> /usr/lib/system/libsystem_malloc.dylib 0x198398000 - 0x1983cffff libsystem_network.dylib arm64 <45c9566df16c3ae8ac52b39cafc30094> /usr/lib/system/libsystem_network.dylib 0x1983d0000 - 0x1983d6fff libsystem_networkextension.dylib arm64 <2d758a26b5c23b969bfdb2c759752531> /usr/lib/system/libsystem_networkextension.dylib 0x1983d8000 - 0x1983e2fff libsystem_notify.dylib arm64 /usr/lib/system/libsystem_notify.dylib 0x1983e4000 - 0x1983e8fff libsystem_platform.dylib arm64 /usr/lib/system/libsystem_platform.dylib 0x1983ec000 - 0x1983f4fff libsystem_pthread.dylib arm64 /usr/lib/system/libsystem_pthread.dylib 0x1983f8000 - 0x1983fafff libsystem_sandbox.dylib arm64 /usr/lib/system/libsystem_sandbox.dylib 0x1983fc000 - 0x1983fffff libsystem_stats.dylib arm64 <3ff8d305985431a9b00a9be30ea1d06e> /usr/lib/system/libsystem_stats.dylib 0x198400000 - 0x198406fff libsystem_trace.dylib arm64 <85a38582fb75355d92d3f50ca8c00b23> /usr/lib/system/libsystem_trace.dylib 0x198408000 - 0x19840dfff libunwind.dylib arm64 /usr/lib/system/libunwind.dylib 0x198410000 - 0x198433fff libxpc.dylib arm64 /usr/lib/system/libxpc.dylib

jpsim commented 9 years ago

@mightyleader it looks like you're setting a string property on your realm model to an NSNumber object, which is causing it to call an unknown selector on the NSNumber (UTF8String).

Maybe you're deserializing JSON containing a number which you're expecting to be a string into an NSDictionary?

jpsim commented 9 years ago

@mightyleader were you ever able to confirm that you were indeed passing an NSNumber to an NSString property? We'll reopen if that's not the case.

mightyleader commented 9 years ago

Hey, We're pretty sure our own guard code round JSON would have caught it, and we'd have seen more instances of it if it was in our code base so it's still a mystery.

Rob

On 1 May 2015, at 21:07, JP Simard notifications@github.com wrote:

@mightyleader were you ever able to confirm that you were indeed passing an NSNumber to an NSString property? We'll reopen if that's not the case.

― Reply to this email directly or view it on GitHub.