spolu / breach_core

A Browser written in JS. Free. Modular. Hackable.
https://breach.github.io/breach_core/
MIT License
5.39k stars 411 forks source link

Github tool on mac crashes on app launch #229

Closed premkumarjerome closed 9 years ago

premkumarjerome commented 9 years ago

I merged two branches and immediately the app crashed and further the app continued to crash every-time on app launch.

Below is the app stack trace------

Process: GitHub [88244] Path: /Applications/GitHub.app/Contents/MacOS/GitHub Identifier: com.github.GitHub Version: Four People and a Donut (207) Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: GitHub [88244] User ID: 503

Date/Time: 2015-05-13 09:48:25.765 +0530 OS Version: Mac OS X 10.10.3 (14D136) Report Version: 11 Anonymous UUID: 50618FE3-22D1-6A8D-DCB7-1BD859EB1E51

Sleep/Wake UUID: 2514EEA7-ED82-4639-924B-BC2FB3D6400E

Time Awake Since Boot: 520000 seconds Time Since Wake: 1100 seconds

Crashed Thread: 0 Dispatch queue: com.ReactiveCocoa.RACScheduler.mainThreadScheduler

Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000

Application Specific Information: * Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '* setObjectForKey: key cannot be nil' terminating with uncaught exception of type NSException abort() called

Application Specific Backtrace 1: 0 CoreFoundation 0x00007fff97df003c exceptionPreprocess + 172 1 libobjc.A.dylib 0x00007fff915eb76e objc_exception_throw + 43 2 CoreFoundation 0x00007fff97cd6c66 -[NSDictionaryM setObject:forKey:] + 1174 3 GitHub 0x000000010fc286a9 155-[GHChangesViewModel initWithRepository:localCommitsSignal:currentBranchSignal:currentBranchNameSignal:branchesSignal:usageTracker:syncCommand:userSignal:]_block_invoke_2238 + 601 4 CoreFoundation 0x00007fff97d0f705 53-[NSArrayM enumerateObjectsWithOptions:usingBlock:]_block_invoke + 133 5 CoreFoundation 0x00007fff97d0ee09 -[NSArrayM enumerateObjectsWithOptions:usingBlock:] + 313 6 GitHub 0x000000010fc28388 155-[GHChangesViewModel initWithRepository:localCommitsSignal:currentBranchSignal:currentBranchNameSignal:branchesSignal:usageTracker:syncCommand:userSignal:]_block_invoke235 + 282 7 ReactiveCocoa 0x00000001101f8fe7 29-[RACStream(Operations) map:]_block_invoke + 21 8 ReactiveCocoa 0x00000001101f8bd4 36-[RACStream(Operations) flattenMap:]_block_invoke_2 + 24 9 ReactiveCocoa 0x0000000110202768 __29-[RACSignal(RACStream) bind:]_block_invoke125 + 69 10 ReactiveCocoa 0x00000001102122cd -[RACSubscriber sendNext:] + 119 11 ReactiveCocoa 0x0000000110220c0b -[RACPassthroughSubscriber sendNext:] + 325 12 ReactiveCocoa 0x0000000110220c0b -[RACPassthroughSubscriber sendNext:] + 325 13 ReactiveCocoa 0x00000001101e372c -[RACScheduler performAsCurrentScheduler:] + 375 14 libdispatch.dylib 0x00007fff90f07323 _dispatch_call_block_and_release + 12 15 libdispatch.dylib 0x00007fff90f02c13 _dispatch_client_callout + 8 16 libdispatch.dylib 0x00007fff90f06365 _dispatch_queue_drain + 1100 17 libdispatch.dylib 0x00007fff90f07ecc _dispatch_queue_invoke + 202 18 libdispatch.dylib 0x00007fff90f0eb02 _dispatch_main_queue_callback_4CF + 416 19 CoreFoundation 0x00007fff97d433f9 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE + 9 20 CoreFoundation 0x00007fff97cfe68f __CFRunLoopRun + 2159 21 CoreFoundation 0x00007fff97cfdbd8 CFRunLoopRunSpecific + 296 22 HIToolbox 0x00007fff968d956f RunCurrentEventLoopInMode + 235 23 HIToolbox 0x00007fff968d92ea ReceiveNextEventCommon + 431 24 HIToolbox 0x00007fff968d912b _BlockUntilNextEventMatchingListInModeWithFilter + 71 25 AppKit 0x00007fff8c4e29bb _DPSNextEvent + 978 26 AppKit 0x00007fff8c4e1f68 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 346 27 AppKit 0x00007fff8c4d7bf3 -[NSApplication run] + 594 28 AppKit 0x00007fff8c454354 NSApplicationMain + 1832 29 GitHub 0x000000010faf7eb7 main + 33 30 libdyld.dylib 0x00007fff951b15c9 start + 1

Thread 0 Crashed:: Dispatch queue: com.ReactiveCocoa.RACScheduler.mainThreadScheduler 0 libsystem_kernel.dylib 0x00007fff96683286 *pthread_kill + 10 1 libsystem_c.dylib 0x00007fff8c3ebb53 abort + 129 2 libc++abi.dylib 0x00007fff92350a21 abort_message + 257 3 libc++abi.dylib 0x00007fff923789d1 default_terminate_handler() + 267 4 libobjc.A.dylib 0x00007fff915ef7d6 _objc_terminate() + 103 5 libc++abi.dylib 0x00007fff923760a1 std::__terminate(void ()()) + 8 6 libc++abi.dylib 0x00007fff92376113 std::terminate() + 51 7 libobjc.A.dylib 0x00007fff915ef5ff objc_terminate + 9 8 libdispatch.dylib 0x00007fff90f02c27 _dispatch_client_callout + 28 9 libdispatch.dylib 0x00007fff90f06365 _dispatch_queue_drain + 1100 10 libdispatch.dylib 0x00007fff90f07ecc _dispatch_queue_invoke + 202 11 libdispatch.dylib 0x00007fff90f0eb02 _dispatch_main_queue_callback_4CF + 416 12 com.apple.CoreFoundation 0x00007fff97d433f9 CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE** + 9 13 com.apple.CoreFoundation 0x00007fff97cfe68f CFRunLoopRun + 2159 14 com.apple.CoreFoundation 0x00007fff97cfdbd8 CFRunLoopRunSpecific + 296 15 com.apple.HIToolbox 0x00007fff968d956f RunCurrentEventLoopInMode + 235 16 com.apple.HIToolbox 0x00007fff968d92ea ReceiveNextEventCommon + 431 17 com.apple.HIToolbox 0x00007fff968d912b _BlockUntilNextEventMatchingListInModeWithFilter + 71 18 com.apple.AppKit 0x00007fff8c4e29bb _DPSNextEvent + 978 19 com.apple.AppKit 0x00007fff8c4e1f68 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 346 20 com.apple.AppKit 0x00007fff8c4d7bf3 -[NSApplication run] + 594 21 com.apple.AppKit 0x00007fff8c454354 NSApplicationMain + 1832 22 com.github.GitHub 0x000000010faf7eb7 main + 33 23 libdyld.dylib 0x00007fff951b15c9 start + 1

Thread 1:: Dispatch queue: com.apple.libdispatch-manager 0 libsystem_kernel.dylib 0x00007fff96684232 kevent64 + 10 1 libdispatch.dylib 0x00007fff90f05a6a _dispatch_mgr_thread + 52

Thread 2: 0 libsystem_kernel.dylib 0x00007fff9668394a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff9414340d start_wqthread + 13

Thread 3: 0 libsystem_kernel.dylib 0x00007fff9668394a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff9414340d start_wqthread + 13

Thread 4:: Dispatch queue: com.github.GitHub.GHGitConnection 0 libsystem_kernel.dylib 0x00007fff96683136 __psynch_cvwait + 10 1 com.apple.Foundation 0x00007fff8d70bf08 -[NSCondition wait] + 237 2 org.reactivecocoa.ReactiveCocoa 0x00000001101ef2a8 -[RACSignal(Operations) firstOrDefault:success:error:] + 913 3 org.reactivecocoa.ReactiveCocoa 0x00000001101ef7f0 -[RACSignal(Operations) waitUntilCompleted:] + 139 4 com.github.GitHub 0x000000010fbdd5f1 __30-[GHTask launchWithScheduler:]_block_invoke_2 + 1146 5 org.reactivecocoa.ReactiveCocoa 0x00000001101e372c -[RACScheduler performAsCurrentScheduler:] + 375 6 libdispatch.dylib 0x00007fff90f07323 _dispatch_call_block_and_release + 12 7 libdispatch.dylib 0x00007fff90f02c13 _dispatch_client_callout + 8 8 libdispatch.dylib 0x00007fff90f06365 _dispatch_queue_drain + 1100 9 libdispatch.dylib 0x00007fff90f07ecc _dispatch_queue_invoke + 202 10 libdispatch.dylib 0x00007fff90f056b7 _dispatch_root_queue_drain + 463 11 libdispatch.dylib 0x00007fff90f13fe4 _dispatch_worker_thread3 + 91 12 libsystem_pthread.dylib 0x00007fff94145637 _pthread_wqthread + 729 13 libsystem_pthread.dylib 0x00007fff9414340d start_wqthread + 13

Thread 5: 0 libsystem_kernel.dylib 0x00007fff9668394a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff9414340d start_wqthread + 13

Thread 6:: AFNetworking 0 libsystem_kernel.dylib 0x00007fff9667e4de mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff9667d64f mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff97cfeeb4 CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff97cfe37b CFRunLoopRun + 1371 4 com.apple.CoreFoundation 0x00007fff97cfdbd8 CFRunLoopRunSpecific + 296 5 com.apple.Foundation 0x00007fff8d75da59 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278 6 com.apple.Foundation 0x00007fff8d7d317f -[NSRunLoop(NSRunLoop) run] + 74 7 org.AFNetworking.AFNetworking 0x00000001103f174c +[AFURLConnectionOperation networkRequestThreadEntryPoint:] + 204 8 com.apple.Foundation 0x00007fff8d70bdc2 NSThread__main + 1345 9 libsystem_pthread.dylib 0x00007fff94145268 _pthread_body + 131 10 libsystem_pthread.dylib 0x00007fff941451e5 _pthread_start + 176 11 libsystem_pthread.dylib 0x00007fff9414341d thread_start + 13

Thread 7:: com.apple.NSURLConnectionLoader 0 com.apple.security 0x00007fff9492449c Security::TrackingAllocator::malloc(unsigned long) + 18 1 com.apple.security 0x00007fff94924510 Security::TypedMetaAttributeSecurity::UInt32Value::unpackValue(Security::ReadSection const&, unsigned int&, cssm_data&, Security::Allocator&) const + 50 2 com.apple.security 0x00007fff94924408 Security::MetaAttribute::unpackAttribute(Security::ReadSection const&, Security::Allocator&, unsigned int&, cssmdata&) const + 126 3 com.apple.security 0x00007fff949240a7 Security::MetaRecord::unpackRecord(Security::ReadSection const&, Security::Allocator&, cssm_db_record_attributedata, Security::CssmData_, unsigned int) const + 309 4 com.apple.security 0x00007fff94925508 Security::LinearCursor::next(unsigned int&, cssm_db_record_attributedata, Security::CssmData_, Security::Allocator&, Security::RecordId&) + 228 5 com.apple.security 0x00007fff94a2330c Security::AppleDatabase::dataGetNext(Security::DbContext&, long, cssm_db_record_attributedata, Security::CssmData_, cssm_db_uniquerecord&) + 100 6 com.apple.security 0x00007fff94925919 Security::DatabaseSession::DataGetNext(long, long, cssm_db_record_attributedata, Security::CssmData_, cssm_db_uniquerecord&) + 105 7 com.apple.security 0x00007fff94936342 cssm_DataGetNext(cssm_dl_db_handle, long, cssm_db_record_attributedata, cssmdata, cssm_db_unique_record) + 215 8 com.apple.security 0x00007fff94936195 CSSM_DL_DataGetNext + 105 9 com.apple.security 0x00007fff949364a1 SSDLSession::DataGetNext(long, long, cssm_db_record_attributedata, Security::CssmData_, cssm_db_uniquerecord&) + 257 10 com.apple.security 0x00007fff94936342 cssm_DataGetNext(cssm_dl_db_handle, long, cssm_db_record_attributedata, cssmdata, cssm_db_uniquerecord*) + 215 11 com.apple.security 0x00007fff94936195 CSSM_DLDataGetNext + 105 12 com.apple.security 0x00007fff94931f25 Security::CssmClient::DbDbCursorImpl::next(Security::CssmClient::DbAttributes, Security::CssmDataContainer, Security::CssmClient::DbUniqueRecord&) + 339 13 com.apple.security 0x00007fff949d7f4c Security::CssmClient::SSDbCursorImpl::next(Security::CssmClient::DbAttributes, Security::CssmDataContainer_, Security::CssmClient::DbUniqueRecord&, cssm_accesscredentials const) + 342 14 com.apple.security 0x00007fff949350fb Security::KeychainCore::KeychainSchemaImpl::KeychainSchemaImpl(Security::CssmClient::Db const&) + 755 15 com.apple.security 0x00007fff94934de0 Security::KeychainCore::KeychainSchema::KeychainSchema(Security::CssmClient::Db const&) + 40 16 com.apple.security 0x00007fff94934d38 Security::KeychainCore::KeychainImpl::keychainSchema() + 86 17 com.apple.security 0x00007fff9493480a Security::KeychainCore::DefaultCredentials::operator()(Security::CssmClient::Db) + 70 18 com.apple.security 0x00007fff9493464a Security::KeychainCore::KeychainImpl::defaultCredentials() + 186 19 com.apple.security 0x00007fff9492ffa0 Security::CssmClient::DbImpl::open() + 262 20 com.apple.security 0x00007fff9493905b Security::KeychainCore::KCCursorImpl::next(Security::KeychainCore::Item&) + 577 21 com.apple.security 0x00007fff949698cb SecIdentityCopyPreference + 724 22 com.apple.CFNetwork 0x00007fff9a4cc037 HTTPProtocolSSLSupport::getSSLCertsCached(**CFString const) + 237 23 com.apple.CFNetwork 0x00007fff9a4cbb84 HTTPProtocol::copyProtocolPropertiesForStream() + 608 24 com.apple.CFNetwork 0x00007fff9a4cb37f ZN4Tube11prepStreamsEU13block_pointerFvvEU13block_pointerFvlE_block_invoke44 + 58 25 com.apple.CFNetwork 0x00007fff9a4c2cec RunloopBlockContext::_invokeblock(void const, void_) + 72 26 com.apple.CoreFoundation 0x00007fff97cd8664 CFArrayApplyFunction + 68 27 com.apple.CFNetwork 0x00007fff9a4c2bad RunloopBlockContext::perform() + 133 28 com.apple.CFNetwork 0x00007fff9a4c2998 MultiplexerSource::perform() + 282 29 com.apple.CFNetwork 0x00007fff9a4c27ba MultiplexerSource::perform(void) + 72 30 com.apple.CoreFoundation 0x00007fff97d0ca01 CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION + 17 31 com.apple.CoreFoundation 0x00007fff97cfeb8d CFRunLoopDoSources0 + 269 32 com.apple.CoreFoundation 0x00007fff97cfe1bf CFRunLoopRun + 927 33 com.apple.CoreFoundation 0x00007fff97cfdbd8 CFRunLoopRunSpecific + 296 34 com.apple.CFNetwork 0x00007fff9a4b5220 +[NSURLConnection(Loader) _resourceLoadLoop:] + 434 35 com.apple.Foundation 0x00007fff8d70bdc2 NSThreadmain** + 1345 36 libsystem_pthread.dylib 0x00007fff94145268 _pthread_body + 131 37 libsystem_pthread.dylib 0x00007fff941451e5 _pthread_start + 176 38 libsystem_pthread.dylib 0x00007fff9414341d thread_start + 13

Thread 8: 0 libsystem_kernel.dylib 0x00007fff9668394a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff9414340d start_wqthread + 13

Thread 9:: Dispatch queue: com.ReactiveCocoa.RACScheduler.backgroundScheduler 0 libsystem_kernel.dylib 0x00007fff9667e51a semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff90f09c55 _dispatch_semaphore_wait_slow + 213 2 com.apple.CFNetwork 0x00007fff9a5cd1ea CFURLConnectionSendSynchronousRequest + 442 3 com.apple.CFNetwork 0x00007fff9a5dd2a3 +[NSURLConnection sendSynchronousRequest:returningResponse:error:] + 140 4 com.apple.Foundation 0x00007fff8d7b1969 -[NSString initWithContentsOfURL:encoding:error:] + 176 5 com.apple.Foundation 0x00007fff8d895979 +[NSString stringWithContentsOfURL:encoding:error:] + 61 6 com.github.GitHub 0x000000010fb7d745 41+[GHGitConnection updateDefaultGitIgnore]_block_invoke + 254 7 org.reactivecocoa.ReactiveCocoa 0x000000011021025b 30-[RACDynamicSignal subscribe:]_block_invoke + 59 8 org.reactivecocoa.ReactiveCocoa 0x0000000110208d47 -[RACSubscriptionScheduler schedule:] + 276 9 org.reactivecocoa.ReactiveCocoa 0x00000001102101be -[RACDynamicSignal subscribe:] + 491 10 org.reactivecocoa.ReactiveCocoa 0x000000011020486b -[RACSignal(Subscription) subscribeNext:error:completed:] + 721 11 org.reactivecocoa.ReactiveCocoa 0x00000001101ed21d 35-[RACSignal(Operations) takeUntil:]_block_invoke + 678 12 org.reactivecocoa.ReactiveCocoa 0x000000011021025b 30-[RACDynamicSignal subscribe:]_block_invoke + 59 13 org.reactivecocoa.ReactiveCocoa 0x0000000110208d47 -[RACSubscriptionScheduler schedule:] + 276 14 org.reactivecocoa.ReactiveCocoa 0x00000001102101be -[RACDynamicSignal subscribe:] + 491 15 org.reactivecocoa.ReactiveCocoa 0x000000011020486b -[RACSignal(Subscription) subscribeNext:error:completed:] + 721 16 org.reactivecocoa.ReactiveCocoa 0x0000000110202473 29-[RACSignal(RACStream) bind:]_block_invoke88 + 439 17 org.reactivecocoa.ReactiveCocoa 0x000000011020278a 29-[RACSignal(RACStream) bind:]_block_invoke125 + 103 18 org.reactivecocoa.ReactiveCocoa 0x00000001102122cd -[RACSubscriber sendNext:] + 119 19 org.reactivecocoa.ReactiveCocoa 0x0000000110220c0b -[RACPassthroughSubscriber sendNext:] + 325 20 org.reactivecocoa.ReactiveCocoa 0x00000001101fee12 -[RACSubject enumerateSubscribersUsingBlock:] + 285 21 org.reactivecocoa.ReactiveCocoa 0x00000001101fef02 -[RACSubject sendNext:] + 110 22 org.reactivecocoa.ReactiveCocoa 0x0000000110220c0b -[RACPassthroughSubscriber sendNext:] + 325 23 org.reactivecocoa.ReactiveCocoa 0x00000001102122cd -[RACSubscriber sendNext:] + 119 24 org.reactivecocoa.ReactiveCocoa 0x000000011022156f 29-[RACReturnSignal subscribe:]_block_invoke + 66 25 org.reactivecocoa.ReactiveCocoa 0x0000000110208d47 -[RACSubscriptionScheduler schedule:] + 276 26 org.reactivecocoa.ReactiveCocoa 0x00000001102214ef -[RACReturnSignal subscribe:] + 345 27 org.reactivecocoa.ReactiveCocoa 0x000000011020486b -[RACSignal(Subscription) subscribeNext:error:completed:] + 721 28 org.reactivecocoa.ReactiveCocoa 0x0000000110202473 29-[RACSignal(RACStream) bind:]_block_invoke88 + 439 29 org.reactivecocoa.ReactiveCocoa 0x000000011020278a 29-[RACSignal(RACStream) bind:]_block_invoke125 + 103 30 org.reactivecocoa.ReactiveCocoa 0x00000001102122cd -[RACSubscriber sendNext:] + 119 31 org.reactivecocoa.ReactiveCocoa 0x0000000110220c0b -[RACPassthroughSubscriber sendNext:] + 325 32 com.github.GitHub 0x000000010fb7d9af 41+[GHGitConnection updateDefaultGitIgnore]_block_invoke587 + 176 33 org.reactivecocoa.ReactiveCocoa 0x000000011021025b 30-[RACDynamicSignal subscribe:]_block_invoke + 59 34 org.reactivecocoa.ReactiveCocoa 0x0000000110208d47 -[RACSubscriptionScheduler schedule:] + 276 35 org.reactivecocoa.ReactiveCocoa 0x00000001102101be -[RACDynamicSignal subscribe:] + 491 36 org.reactivecocoa.ReactiveCocoa 0x000000011020486b -[RACSignal(Subscription) subscribeNext:error:completed:] + 721 37 org.reactivecocoa.ReactiveCocoa 0x000000011020204d 29-[RACSignal(RACStream) bind:]_block_invoke + 947 38 org.reactivecocoa.ReactiveCocoa 0x000000011021025b 30-[RACDynamicSignal subscribe:]_block_invoke + 59 39 org.reactivecocoa.ReactiveCocoa 0x0000000110208d47 -[RACSubscriptionScheduler schedule:] + 276 40 org.reactivecocoa.ReactiveCocoa 0x00000001102101be -[RACDynamicSignal subscribe:] + 491 41 org.reactivecocoa.ReactiveCocoa 0x000000011020649f -[RACMulticastConnection connect] + 126 42 org.reactivecocoa.ReactiveCocoa 0x00000001101ede52 39-[RACSignal(Operations) switchToLatest]_block_invoke + 302 43 org.reactivecocoa.ReactiveCocoa 0x000000011021025b 30-[RACDynamicSignal subscribe:]_block_invoke + 59 44 org.reactivecocoa.ReactiveCocoa 0x0000000110208d47 -[RACSubscriptionScheduler schedule:] + 276 45 org.reactivecocoa.ReactiveCocoa 0x00000001102101be -[RACDynamicSignal subscribe:] + 491 46 org.reactivecocoa.ReactiveCocoa 0x00000001101f123e 37-[RACSignal(Operations) subscribeOn:]_block_invoke_2 + 38 47 org.reactivecocoa.ReactiveCocoa 0x00000001101e372c -[RACScheduler performAsCurrentScheduler:] + 375 48 libdispatch.dylib 0x00007fff90f07323 _dispatch_call_block_and_release + 12 49 libdispatch.dylib 0x00007fff90f02c13 _dispatch_client_callout + 8 50 libdispatch.dylib 0x00007fff90f06365 _dispatch_queue_drain + 1100 51 libdispatch.dylib 0x00007fff90f07ecc _dispatch_queue_invoke + 202 52 libdispatch.dylib 0x00007fff90f056b7 _dispatch_root_queue_drain + 463 53 libdispatch.dylib 0x00007fff90f13fe4 _dispatch_worker_thread3 + 91 54 libsystem_pthread.dylib 0x00007fff94145637 _pthread_wqthread + 729 55 libsystem_pthread.dylib 0x00007fff9414340d start_wqthread + 13

Thread 10: 0 libsystem_kernel.dylib 0x00007fff9668394a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff9414340d start_wqthread + 13

Thread 11: 0 libsystem_kernel.dylib 0x00007fff9668394a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff9414340d start_wqthread + 13

Thread 12: 0 libsystem_kernel.dylib 0x00007fff9667e4de mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff9667d64f mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff97cfeeb4 CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff97cfe37b CFRunLoopRun + 1371 4 com.apple.CoreFoundation 0x00007fff97cfdbd8 CFRunLoopRunSpecific + 296 5 com.apple.AppKit 0x00007fff8c5aa66b _NSEventThread + 137 6 libsystem_pthread.dylib 0x00007fff94145268 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff941451e5 _pthread_start + 176 8 libsystem_pthread.dylib 0x00007fff9414341d thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5015fe88 rdx: 0x0000000000000000 rdi: 0x000000000000130f rsi: 0x0000000000000006 rbp: 0x00007fff5015feb0 rsp: 0x00007fff5015fe88 r8: 0x6e6f697470656378 r9: 0x00007fff8c415d70 r10: 0x0000000008000000 r11: 0x0000000000000206 r12: 0x00007fff50160010 r13: 0x000060000147b800 r14: 0x00007fff7c3a6300 r15: 0x00007fff5015fef0 rip: 0x00007fff96683286 rfl: 0x0000000000000206 cr2: 0x00007fff7b1e8fd8

Logical CPU: 0 Error Code: 0x02000148 Trap Number: 133

Binary Images: 0x10fa9e000 - 0x10fcfffff +com.github.GitHub (Four People and a Donut - 207) /Applications/GitHub.app/Contents/MacOS/GitHub 0x110016000 - 0x11007eff7 +com.twitter.TwUI (1.0 - 1) <90833C53-97DE-399A-AB79-F32F4370AB3D> /Applications/GitHub.app/Contents/Frameworks/TwUI.framework/Versions/A/TwUI 0x1100fa000 - 0x1100fdff7 +org.boredzo.ISO8601DateFormatter (1.0 - 1) /Applications/GitHub.app/Contents/Frameworks/ISO8601DateFormatter.framework/Versions/A/ISO8601DateFormatter 0x110109000 - 0x11010bfff +org.reactivecocoa.ReactiveViewModel (1.0 - ???) <7869DE96-8604-3D9A-ADB3-57967772BE6F> /Applications/GitHub.app/Contents/Frameworks/ReactiveViewModel.framework/Versions/A/ReactiveViewModel 0x110115000 - 0x110117fff +com.diephouse.matt.MDPSplitView (1.0.2 - 1) /Applications/GitHub.app/Contents/Frameworks/MDPSplitView.framework/Versions/A/MDPSplitView 0x11011e000 - 0x11012ffff +com.github.Rebel (1.0 - 1) /Applications/GitHub.app/Contents/Frameworks/Rebel.framework/Versions/A/Rebel 0x11014b000 - 0x110238fff +org.reactivecocoa.ReactiveCocoa (1.0 - 1) <009DAAF3-0061-35C5-AD38-677620A07370> /Applications/GitHub.app/Contents/Frameworks/ReactiveCocoa.framework/Versions/A/ReactiveCocoa 0x11037b000 - 0x110389fff +org.vafer.FeedbackReporter (1.3 - 1) <372D6C95-12F7-3026-AC26-4DB6DD2F9598> /Applications/GitHub.app/Contents/Frameworks/FeedbackReporter.framework/Versions/A/FeedbackReporter 0x1103a1000 - 0x1103a4fff +com.github.Archimedes (1.0 - 1) <53C6DC6D-8D6D-3787-9409-2CDC27177FF6> /Applications/GitHub.app/Contents/Frameworks/Archimedes.framework/Versions/A/Archimedes 0x1103ad000 - 0x1103c2fff +com.github.Squirrel (1.0 - 1) /Applications/GitHub.app/Contents/Frameworks/Squirrel.framework/Versions/A/Squirrel 0x1103e4000 - 0x110401fff +org.AFNetworking.AFNetworking (1.0 - 1) /Applications/GitHub.app/Contents/Frameworks/AFNetworking.framework/Versions/A/AFNetworking 0x11042c000 - 0x110435ff7 +com.github.Primer (1.0 - 1) <058EB67A-A092-3A7B-BC99-2A5A5517EF1F> /Applications/GitHub.app/Contents/Frameworks/Primer.framework/Versions/A/Primer 0x110449000 - 0x110473fff +com.github.OctoKit (1.0 - ???) <664AFCC7-F571-3D2E-849F-1B1D4FB03CFA> /Applications/GitHub.app/Contents/Frameworks/OctoKit.framework/Versions/A/OctoKit 0x1104bc000 - 0x11075ffc7 +org.libgit2.ObjectiveGit (1.0 - ???) <6D710467-46D6-3B7A-9D2A-B0D926C73FA9> /Applications/GitHub.app/Contents/Frameworks/ObjectiveGit.framework/Versions/A/ObjectiveGit 0x11088f000 - 0x1108a3ff7 +org.mantle.Mantle (1.0 - ???) /Applications/GitHub.app/Contents/Frameworks/Mantle.framework/Versions/A/Mantle 0x1108bd000 - 0x1108d6fff +org.reactivecocoa.ReactiveCocoaLayout (1.0 - ???) /Applications/GitHub.app/Contents/Frameworks/ReactiveCocoaLayout.framework/Versions/A/ReactiveCocoaLayout 0x1108f0000 - 0x1108f0ff5 +cl_kernels (???) cl_kernels 0x1108f4000 - 0x1108feff7 +net.robnapier.LlamaKit (1.0 - 1) <6305166A-5371-3E76-AEBC-E6CAE2C904A7> /Applications/GitHub.app/Contents/Frameworks/LlamaKit.framework/Versions/A/LlamaKit 0x110913000 - 0x110913fef +cl_kernels (???) cl_kernels 0x110916000 - 0x11091aff7 +libswiftAppKit.dylib (1.1 - 600.0.56.1) /Applications/GitHub.app/Contents/Frameworks/libswiftAppKit.dylib 0x110925000 - 0x110adaff7 +libswiftCore.dylib (1.1 - 600.0.56.1) /Applications/GitHub.app/Contents/Frameworks/libswiftCore.dylib 0x110c3b000 - 0x110c53fff +libswiftCoreGraphics.dylib (1.1 - 600.0.56.1) <2C8F72B7-2B3F-360E-9C0D-27D536ED32EA> /Applications/GitHub.app/Contents/Frameworks/libswiftCoreGraphics.dylib 0x110c6d000 - 0x110c72fff +libswiftDarwin.dylib (1.1 - 600.0.56.1) <0FC957E0-02C3-3072-8C60-C4DD70279C0C> /Applications/GitHub.app/Contents/Frameworks/libswiftDarwin.dylib 0x110c7d000 - 0x110c7efff +libswiftDispatch.dylib (1.1 - 600.0.56.1) <903C3320-4A99-3834-B52C-DE560DB17B62> /Applications/GitHub.app/Contents/Frameworks/libswiftDispatch.dylib 0x110c89000 - 0x110cd9ff7 +libswiftFoundation.dylib (1.1 - 600.0.56.1) <02C1CF5A-5126-398C-96AE-AD472A2101E7> /Applications/GitHub.app/Contents/Frameworks/libswiftFoundation.dylib 0x110d12000 - 0x110d16fff +libswiftObjectiveC.dylib (1.1 - 600.0.56.1) /Applications/GitHub.app/Contents/Frameworks/libswiftObjectiveC.dylib 0x110d1f000 - 0x110d20ff7 +libswiftQuartzCore.dylib (1.1 - 600.0.56.1) <4FED6AE4-1C45-352D-967F-27FB9E53307A> /Applications/GitHub.app/Contents/Frameworks/libswiftQuartzCore.dylib 0x110d27000 - 0x110d27ff7 +libswiftSecurity.dylib (1.1 - 600.0.56.1) /Applications/GitHub.app/Contents/Frameworks/libswiftSecurity.dylib 0x115096000 - 0x11517cfef unorm8_bgra.dylib (2.4.5) <7BFE1DA8-2BE4-3B4F-8A7F-F3D6D4D36ADA> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib 0x116540000 - 0x1167befff com.apple.RawCamera.bundle (6.04 - 791) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0x118ec7000 - 0x118fa7ff7 unorm8_rgba.dylib (2.4.5) <86BACF3B-4433-336D-BD90-C4A29060D703> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba.dylib 0x7fff66ab9000 - 0x7fff66aef837 dyld (353.2.1) <65DCCB06-339C-3E25-9702-600A28291D0E> /usr/lib/dyld 0x7fff8ae4f000 - 0x7fff8ae55ff7 com.apple.XPCService (2.0 - 1) /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService 0x7fff8ae56000 - 0x7fff8ae7fffb libxslt.1.dylib (13) /usr/lib/libxslt.1.dylib 0x7fff8ae80000 - 0x7fff8ae8cff7 com.apple.OpenDirectory (10.10 - 187) <1E07769D-68DE-3BF2-8E9E-A1E98BF70D1B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff8ae96000 - 0x7fff8ae9afff libCoreVMClient.dylib (79.1) <201EF6DF-5074-3CB7-A361-398CF957A264> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff8ae9b000 - 0x7fff8ae9bfff com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <9D749502-A228-3BF1-B52F-A182DEEB2C4D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff8ae9c000 - 0x7fff8aea9ff7 libbz2.1.0.dylib (36) <2DF83FBC-5C08-39E1-94F5-C28653791B5F> /usr/lib/libbz2.1.0.dylib 0x7fff8aeaa000 - 0x7fff8af59fe7 libvMisc.dylib (516) <6739E390-46E7-3BFA-9B69-B278562326E6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff8af83000 - 0x7fff8af95ff7 com.apple.CoreDuetDaemonProtocol (1.0 - 1) /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol 0x7fff8af96000 - 0x7fff8afb0ff7 com.apple.Kerberos (3.0 - 1) <7760E0C2-A222-3709-B2A6-B692D900CEB1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff8afb1000 - 0x7fff8afd9fff libsystem_info.dylib (459.20.1) /usr/lib/system/libsystem_info.dylib 0x7fff8afda000 - 0x7fff8b027ff3 com.apple.CoreMediaIO (601.0 - 4760) /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO 0x7fff8b139000 - 0x7fff8b15efff libPng.dylib (1237) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff8b219000 - 0x7fff8b380ffb com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <5678FC94-456A-3F5F-BA9A-10EB6E462997> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff8b381000 - 0x7fff8b3f5ffb com.apple.securityfoundation (6.0 - 55126) <42589E18-D38C-3E25-B638-6E29740C224C> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff8b3f6000 - 0x7fff8b6f8ffb com.apple.GeoServices (1.0 - 1077.0.18) <2BBF8B44-DD46-3432-8C84-6D6AA004C233> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices 0x7fff8b6f9000 - 0x7fff8b6f9fff com.apple.Accelerate (1.10 - Accelerate 1.10) <2C8AF258-4F11-3BEC-A826-22D7199B3975> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff8b775000 - 0x7fff8b7a4ff7 com.apple.CoreServicesInternal (221.7.2 - 221.7.2) /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fff8b92b000 - 0x7fff8b9c9fff com.apple.Metadata (10.7.0 - 917.35) <8CBD1D32-4F4B-3F9A-AC65-76F2B5376FBF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff8b9ca000 - 0x7fff8b9d8ff7 com.apple.opengl (11.1.2 - 11.1.2) <864B35BF-1E76-382B-8D5F-38C7282621E6> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff8b9d9000 - 0x7fff8b9dffff libsystem_trace.dylib (72.20.1) <840F5301-B55A-3078-90B9-FEFFD6CD741A> /usr/lib/system/libsystem_trace.dylib 0x7fff8ba16000 - 0x7fff8ba23ff3 com.apple.ProtocolBuffer (1 - 228.0.1) <3429EB06-9F0E-355F-B9AB-F72879177398> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer 0x7fff8ba24000 - 0x7fff8ba44fff com.apple.IconServices (47.1 - 47.1) /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices 0x7fff8ba45000 - 0x7fff8ba4cff7 com.apple.phonenumbers (1.1.1 - 105) /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers 0x7fff8ba4d000 - 0x7fff8ba4ffff com.apple.EFILogin (2.0 - 2) <3BA837D8-94F5-3240-9CF7-E40DC2808446> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin 0x7fff8ba50000 - 0x7fff8ba53fff com.apple.IOSurface (97.4 - 97.4) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff8ba54000 - 0x7fff8bb6dffb com.apple.CoreText (352.0 - 454.6) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff8bb7b000 - 0x7fff8bcabfff com.apple.UIFoundation (1.0 - 1) <466BDFA8-0B9F-3AB0-989D-F9779422926A> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation 0x7fff8bcac000 - 0x7fff8bcb6fff com.apple.IntlPreferences (2.0 - 150.1) /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences 0x7fff8bcb7000 - 0x7fff8c08efe7 com.apple.CoreAUC (211.1.0 - 211.1.0) <12645629-E065-388E-A6B5-094A240578CE> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x7fff8c08f000 - 0x7fff8c0d0fff libGLU.dylib (11.1.2) <4C54F0D1-2ADC-38A0-92D1-F479E9B99355> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff8c204000 - 0x7fff8c365fff com.apple.avfoundation (2.0 - 889.210) <0CFF0D47-7C6B-388E-87BD-404F43A6B1E0> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation 0x7fff8c38e000 - 0x7fff8c41aff7 libsystem_c.dylib (1044.10.1) <86FBED7A-F2C8-3591-AD6F-486DD57E6B6A> /usr/lib/system/libsystem_c.dylib 0x7fff8c41b000 - 0x7fff8c422ff7 libCGCMS.A.dylib (779.11) <5D33FF8C-AC74-3B7B-A602-4AA470FEAF79> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib 0x7fff8c423000 - 0x7fff8c438ff7 com.apple.AppContainer (4.0 - 238.20.2) <2AA2EF49-9F38-31F6-8B08-8CC7C26F57F3> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer 0x7fff8c439000 - 0x7fff8c450ff7 libLinearAlgebra.dylib (1128) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib 0x7fff8c451000 - 0x7fff8cfd2ff7 com.apple.AppKit (6.9 - 1347.57) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff8cfd3000 - 0x7fff8cfdefff libGL.dylib (11.1.2) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff8cfdf000 - 0x7fff8cfeaff7 com.apple.CrashReporterSupport (10.10 - 631) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7fff8d405000 - 0x7fff8d40aff7 com.apple.MediaAccessibility (1.0 - 61) <00A3E0B6-79AC-387E-B282-AADFBD5722F6> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility 0x7fff8d40b000 - 0x7fff8d6ccff7 com.apple.WebKit (10600 - 10600.5.17) <5724ED63-1C75-3090-B60A-DA484A9DBDE2> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit 0x7fff8d6cd000 - 0x7fff8d9fefff com.apple.Foundation (6.9 - 1153.20) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff8da18000 - 0x7fff8da87fff com.apple.SearchKit (1.4.0 - 1.4.0) <80883BD1-C9BA-3794-A20E-476F94DD89A9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff8da88000 - 0x7fff8dc16fff libBLAS.dylib (1128) <497912C1-A98E-3281-BED7-E9C751552F61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff8dc22000 - 0x7fff8dd66ff7 com.apple.QTKit (7.7.3 - 2890) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit 0x7fff8dd67000 - 0x7fff8ddbbfff libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib 0x7fff8ddbc000 - 0x7fff8deaefff libxml2.2.dylib (26) /usr/lib/libxml2.2.dylib 0x7fff8deb1000 - 0x7fff8deb2fff liblangid.dylib (117) /usr/lib/liblangid.dylib 0x7fff8e14a000 - 0x7fff8e1c8fff com.apple.CoreServices.OSServices (640.4 - 640.4) <20121A5E-7AB5-3624-8CF0-3562F97C8A95> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff8e1c9000 - 0x7fff8e1ccfff com.apple.help (1.3.3 - 46) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x7fff8e1cd000 - 0x7fff8e1d1fff libpam.2.dylib (20) /usr/lib/libpam.2.dylib 0x7fff8e1d5000 - 0x7fff8e1e6fff libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib 0x7fff8e1e7000 - 0x7fff8e3ccff7 libicucore.A.dylib (531.48) <3CD34752-B1F9-31D2-865D-B5B0F0BE3111> /usr/lib/libicucore.A.dylib 0x7fff8e3cd000 - 0x7fff8e3cdfff com.apple.ApplicationServices (48 - 48) <5BF7910B-C328-3BF8-BA4F-CE52B574CE01> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff8e3d3000 - 0x7fff8e3d3fff com.apple.audio.units.AudioUnit (1.12 - 1.12) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff8e3d4000 - 0x7fff8e3d6ffb libCGXType.A.dylib (779.11) <51607E77-F183-3CC2-A78C-238AFBDF6262> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib 0x7fff8e3d7000 - 0x7fff8e3dfff3 com.apple.CoreServices.FSEvents (1210.20.1 - 1210.20.1) <84F79D3E-7B5E-3C93-8479-35794A3F125E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents 0x7fff8e3e0000 - 0x7fff8e3e4fff com.apple.CommonPanels (1.2.6 - 96) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x7fff8e3e5000 - 0x7fff8e425ff7 libGLImage.dylib (11.1.2) <260A4BF3-DC45-369C-A0CD-B667F9D17179> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff8e426000 - 0x7fff8e472ff7 libcups.2.dylib (408.2) /usr/lib/libcups.2.dylib 0x7fff8e58e000 - 0x7fff8e5b9ff3 libarchive.2.dylib (30) <8CBB4416-EBE9-3574-8ADC-44655D245F39> /usr/lib/libarchive.2.dylib 0x7fff8e5ba000 - 0x7fff8e5c7fff libxar.1.dylib (255) <7CD69BB5-97BA-3858-8A8B-2F33F129E6E7> /usr/lib/libxar.1.dylib 0x7fff8e5c8000 - 0x7fff8e65cfff com.apple.ink.framework (10.9 - 213) <8E029630-1530-3734-A446-13353F0E7AC5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff8e65d000 - 0x7fff8e65ffff libsystem_configuration.dylib (699.1.5) <20F3B077-179D-3CB0-A3C1-C8602D53B4DB> /usr/lib/system/libsystem_configuration.dylib 0x7fff8e660000 - 0x7fff8e660ff7 libunc.dylib (29) <5676F7EA-C1DF-329F-B006-D2C3022B7D70> /usr/lib/system/libunc.dylib 0x7fff8e661000 - 0x7fff8e663fff libRadiance.dylib (1237) <9B048776-53BB-3947-8ECE-9DDA804C86B2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff8e664000 - 0x7fff8e66dfff com.apple.DisplayServicesFW (2.9 - 372.1) <30E61754-D83C-330A-AE60-533F27BEBFF5> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices 0x7fff8e66e000 - 0x7fff8e6c8ff7 com.apple.LanguageModeling (1.0 - 1) /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling 0x7fff8e6c9000 - 0x7fff8e879ff3 com.apple.QuartzCore (1.10 - 361.18) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff8e87a000 - 0x7fff8e8c0ff7 libFontRegistry.dylib (134.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff8e8d4000 - 0x7fff8e8d9fff com.apple.DiskArbitration (2.6 - 2.6) <0DFF4D9B-2AC3-3B82-B5C5-30F4EFBD2DB9> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff8ed22000 - 0x7fff8ed3cfff com.apple.AppleVPAFramework (1.4.3 - 1.4.3) /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA 0x7fff8ed3d000 - 0x7fff8ed5efff com.apple.framework.Apple80211 (10.3 - 1030.71.6) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x7fff8ed5f000 - 0x7fff8ee99fff com.apple.ImageIO.framework (3.3.0 - 1237) <3C06213D-847A-3C7B-843E-6EC37113965D> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff8ef4c000 - 0x7fff8ef4fff7 com.apple.AppleSystemInfo (3.1.5 - 3.1.5) /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo 0x7fff8ef50000 - 0x7fff8ef8bfff com.apple.QD (301 - 301) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff8ef8c000 - 0x7fff8ef94fe7 libcldcpuengine.dylib (2.4.5) <0E9B5292-1EBC-379D-A706-83A27C05D742> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib 0x7fff8ef95000 - 0x7fff8f7d1fe3 com.apple.CoreGraphics (1.600.0 - 779.11) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff8f7d2000 - 0x7fff8f7daff7 com.apple.AppleSRP (5.0 - 1) <01EC5144-D09A-3D6A-AE35-F6D48585F154> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP 0x7fff8f7db000 - 0x7fff8f7f7fff com.apple.GenerationalStorage (2.0 - 209.11) <9FF8DD11-25FB-3047-A5BF-9415339B3EEC> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x7fff8f7f8000 - 0x7fff8f808ff7 libbsm.0.dylib (34) /usr/lib/libbsm.0.dylib 0x7fff8f809000 - 0x7fff8f82dfef libJPEG.dylib (1237) <6DB10054-5C64-32FB-83FD-E102A8F73258> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff8f82e000 - 0x7fff8f84bffb libresolv.9.dylib (57) <26B38E61-298A-3C3A-82C1-3B5E98AD5E29> /usr/lib/libresolv.9.dylib 0x7fff8f84c000 - 0x7fff8f87bfff com.apple.securityinterface (10.0 - 55058) <21F38170-2D3D-3FA2-B0EC-379482AFA5E4> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface 0x7fff8f87c000 - 0x7fff8f8acfff libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib 0x7fff8f8ad000 - 0x7fff8f8adfff libOpenScriptingUtil.dylib (162.1) /usr/lib/libOpenScriptingUtil.dylib 0x7fff90269000 - 0x7fff9059cff7 libmecabra.dylib (666.7) <0ED8AE5E-7A5B-34A6-A2EE-2B852E60E1E2> /usr/lib/libmecabra.dylib 0x7fff9059d000 - 0x7fff906acff3 com.apple.desktopservices (1.9.3 - 1.9.3) /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff906ad000 - 0x7fff9071bffb com.apple.Heimdal (4.0 - 2.0) <7697A837-98B8-3BDB-A7D2-8ED4C9ABC510> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff9071c000 - 0x7fff90721ffb libheimdal-asn1.dylib (398.10.1) /usr/lib/libheimdal-asn1.dylib 0x7fff90722000 - 0x7fff90723ff7 libsystem_blocks.dylib (65) <9615D10A-FCA7-3BE4-AA1A-1B195DACE1A1> /usr/lib/system/libsystem_blocks.dylib 0x7fff90724000 - 0x7fff909f3ff3 com.apple.CoreImage (10.3.4) /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff90b0f000 - 0x7fff90b1aff7 com.apple.speech.synthesis.framework (5.3.3 - 5.3.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff90b1b000 - 0x7fff90b26ff7 libcsfde.dylib (471.20.7) <44E51549-CECC-3C7B-867B-01901CA9C756> /usr/lib/libcsfde.dylib 0x7fff90b36000 - 0x7fff90b50ff3 com.apple.Ubiquity (1.3 - 313) /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity 0x7fff90b51000 - 0x7fff90b82ff7 com.apple.ProtectedCloudStorage (1.0 - 1) /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage 0x7fff90b83000 - 0x7fff90bd4ff7 com.apple.AppleVAFramework (5.0.31 - 5.0.31) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x7fff90bf1000 - 0x7fff90ce1fef libJP2.dylib (1237) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff90ced000 - 0x7fff90cf2fff libsystem_stats.dylib (163.20.16) /usr/lib/system/libsystem_stats.dylib 0x7fff90d00000 - 0x7fff90d24ff7 com.apple.quartzfilters (1.10.0 - 1.10.0) <1AE50F4A-0098-34E7-B24D-DF7CB94073CE> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters 0x7fff90d25000 - 0x7fff90d5cffb com.apple.LDAPFramework (2.4.28 - 194.5) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x7fff90d5d000 - 0x7fff90d69fff com.apple.HelpData (2.1.4 - 90) <02C6B7E6-1CC4-30E8-AD04-2794BECCF99C> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData 0x7fff90d7a000 - 0x7fff90d83fff libGFXShared.dylib (11.1.2) <0BAF2EA8-3BC4-3BF4-ABB6-A6E0A1F3F6A5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff90d84000 - 0x7fff90db1fff com.apple.CoreVideo (1.8 - 145.1) <18DB07E0-B927-3260-A234-636F298D1917> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff90db2000 - 0x7fff90db4ff7 libutil.dylib (38) <471AD65E-B86E-3C4A-8ABD-B8665A2BCE3F> /usr/lib/libutil.dylib 0x7fff90db5000 - 0x7fff90dffff7 com.apple.HIServices (1.22 - 522.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff90e00000 - 0x7fff90e0bfff com.apple.AppSandbox (4.0 - 238.20.2) /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox 0x7fff90ea3000 - 0x7fff90ea4ff3 libSystem.B.dylib (1213) /usr/lib/libSystem.B.dylib 0x7fff90ea5000 - 0x7fff90eacff7 libcompiler_rt.dylib (35) /usr/lib/system/libcompiler_rt.dylib 0x7fff90ead000 - 0x7fff90f00ffb libAVFAudio.dylib (118.6) <2441D4C1-D8FB-3DA9-9DD7-914E03413882> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib 0x7fff90f01000 - 0x7fff90f2bff7 libdispatch.dylib (442.1.4) <502CF32B-669B-3709-8862-08188225E4F0> /usr/lib/system/libdispatch.dylib 0x7fff90f39000 - 0x7fff90f41ffb libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib 0x7fff90f42000 - 0x7fff90f4dff7 libkxld.dylib (2782.20.48) <28EF8328-E3E2-336A-974B-FB1BF119D55A> /usr/lib/system/libkxld.dylib 0x7fff90f4e000 - 0x7fff91040ff7 libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib 0x7fff91041000 - 0x7fff91067fff com.apple.ChunkingLibrary (2.1 - 163.6) <29D4CB95-42EF-34C6-8182-BDB6F7BB1E79> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x7fff910cd000 - 0x7fff91213fef libsqlite3.dylib (168) <8B78BED1-7B9B-3943-80DC-0871015AEAC4> /usr/lib/libsqlite3.dylib 0x7fff9124f000 - 0x7fff912aafe7 libTIFF.dylib (1237) <6C8BBCA3-C233-3941-ACF9-F06C5E6EE2E6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff912ab000 - 0x7fff912acfff libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff912ad000 - 0x7fff91594ffb com.apple.CoreServices.CarbonCore (1108.6 - 1108.6) <8953580E-7857-33B2-AA64-98296830D3A8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff91595000 - 0x7fff915a4fff com.apple.LangAnalysis (1.7.0 - 1.7.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff915dd000 - 0x7fff917d746f libobjc.A.dylib (647) <759E155D-BC42-3D4E-869B-6F57D477177C> /usr/lib/libobjc.A.dylib 0x7fff917d8000 - 0x7fff917ddff7 libmacho.dylib (862) <126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib 0x7fff918ec000 - 0x7fff918efff7 com.apple.Mangrove (1.0 - 1) <6326024D-5C8D-3F59-9468-ACA1E01BC70C> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove 0x7fff918f0000 - 0x7fff91971ff7 com.apple.CoreUtils (1.1 - 110.1) /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils 0x7fff919dd000 - 0x7fff91a0fff3 com.apple.frameworks.CoreDaemon (1.3 - 1.3) /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon 0x7fff91a36000 - 0x7fff91a71fff com.apple.Symbolication (1.4 - 56045) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x7fff91a72000 - 0x7fff91a85ff7 com.apple.CoreBluetooth (1.0 - 1) <8D7BA9BA-EB36-307A-9119-0B3D9732C953> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth 0x7fff91adf000 - 0x7fff91ae5fff com.apple.speech.recognition.framework (5.0.9 - 5.0.9) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fff91b79000 - 0x7fff9208effb com.apple.JavaScriptCore (10600 - 10600.5.10) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x7fff92188000 - 0x7fff9220cfff com.apple.PerformanceAnalysis (1.0 - 1) <599AED3E-B689-3C40-8B91-93AD36C97658> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff9220d000 - 0x7fff92214fff com.apple.NetFS (6.0 - 4.0) <1581D25F-CC07-39B0-90E8-5D4F3CF84EBA> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff92216000 - 0x7fff92230ff7 liblzma.5.dylib (7) <1D03E875-A7C0-3028-814C-3C27F7B7C079> /usr/lib/liblzma.5.dylib 0x7fff92298000 - 0x7fff922e6fff libcurl.4.dylib (83.1.2) <462767FC-C7F2-39F1-8C10-DA4114945F55> /usr/lib/libcurl.4.dylib 0x7fff922e7000 - 0x7fff922e9ff3 com.apple.SafariServices.framework (10600 - 10600.5.17) <55E7D2A9-802C-36E9-9D38-A2D34107740D> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariServices 0x7fff922ea000 - 0x7fff9231bfff libtidy.A.dylib (15.15) <37FC944D-271A-386A-9ADD-FA33AD48F96D> /usr/lib/libtidy.A.dylib 0x7fff9234f000 - 0x7fff9234fff7 liblaunch.dylib (559.20.9) /usr/lib/system/liblaunch.dylib 0x7fff92350000 - 0x7fff9237bfff libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib 0x7fff923a9000 - 0x7fff923a9fff com.apple.quartzframework (1.5 - 1.5) <26C982A3-2FC3-3F50-B5F4-3C545C3BAC10> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz 0x7fff923aa000 - 0x7fff923abff7 com.apple.print.framework.Print (10.0 - 265) <3BC4FE7F-78A0-3E57-8F4C-520E7EFD36FA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x7fff923df000 - 0x7fff923fcfff com.apple.MultitouchSupport.framework (263.9.1 - 263.9.1) <6ABD3AE2-DF6A-3AB2-994B-9C0FB42CE2B7> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff923fd000 - 0x7fff9252fff7 com.apple.MediaControlSender (2.0 - 215.18) <86E901A7-64C3-3D2C-BBD4-E385405831D3> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender 0x7fff92e8e000 - 0x7fff92ea3fff com.apple.ToneKit (1.0 - 1) <25D0FF56-B802-359D-9CA1-D530F4890D87> /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit 0x7fff92ea4000 - 0x7fff92eb6ff7 libsasl2.2.dylib (194.1) <35371406-75EF-304A-A073-956C40373555> /usr/lib/libsasl2.2.dylib 0x7fff92eb7000 - 0x7fff92eeffff libsystem_network.dylib (412.20.3) <589A5F67-BE2A-3245-A181-0ECC9B53EB00> /usr/lib/system/libsystem_network.dylib 0x7fff92f54000 - 0x7fff92f56ff7 libsystem_coreservices.dylib (9) <41B7C578-5A53-31C8-A96F-C73E030B0938> /usr/lib/system/libsystem_coreservices.dylib 0x7fff92f85000 - 0x7fff92ffbfe7 libcorecrypto.dylib (233.1.2) /usr/lib/system/libcorecrypto.dylib 0x7fff93020000 - 0x7fff9306fff7 com.apple.opencl (2.4.2 - 2.4.2) <4A9574ED-15CF-3EBB-B4C0-D30F644D6C74> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff93070000 - 0x7fff930bbfff com.apple.CloudDocs (1.0 - 321.6) <4C54EDB7-4377-3722-8C47-F3C3D260FCBA> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs 0x7fff931f1000 - 0x7fff93436ff7 com.apple.AddressBook.framework (9.0 - 1579) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook 0x7fff93437000 - 0x7fff9345ffff libxpc.dylib (559.20.9) /usr/lib/system/libxpc.dylib 0x7fff93460000 - 0x7fff934bffff com.apple.AE (681.2 - 681.2) <181B3B06-2DC6-3E4D-B44A-2551C5E9CF6F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff936bd000 - 0x7fff93724ffb com.apple.datadetectorscore (6.0 - 396.1.1) <9B0B3198-DDBE-36C0-8BA9-3EC89C725282> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff93725000 - 0x7fff93729fff com.apple.TCC (1.0 - 1) /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fff9372a000 - 0x7fff9372bff7 com.apple.AddressBook.ContactsData (9.0 - 1579) /System/Library/PrivateFrameworks/ContactsData.framework/Versions/A/ContactsData 0x7fff9372c000 - 0x7fff93740feb libCGInterfaces.dylib (294.1) <390D4B3F-B738-3D33-BEDB-07E3F0F6B42C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib 0x7fff937f9000 - 0x7fff937fbff7 com.apple.securityhi (9.0 - 55006) <5DB5773C-FC07-302C-98FE-4B80D88D481A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x7fff94142000 - 0x7fff9414bfff libsystem_pthread.dylib (105.10.1) <3103AA7F-3BAE-3673-9649-47FFD7E15C97> /usr/lib/system/libsystem_pthread.dylib 0x7fff9414c000 - 0x7fff94157fff libcommonCrypto.dylib (60061) /usr/lib/system/libcommonCrypto.dylib 0x7fff94158000 - 0x7fff9415cfff libcache.dylib (69) <45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib 0x7fff9415d000 - 0x7fff941f4fff com.apple.CoreMedia (1.0 - 1562.235) <21EB4AB6-2DBC-326B-B17E-E88BAA9E9200> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia 0x7fff941f5000 - 0x7fff94246fff com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <450293F7-DAE7-3DD0-8F7C-71FC2FD72627> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff94247000 - 0x7fff94262ff7 libCRFSuite.dylib (34) /usr/lib/libCRFSuite.dylib 0x7fff94263000 - 0x7fff9426bfff libsystem_dnssd.dylib (561.1.1) <62B70ECA-E40D-3C63-896E-7F00EC386DDB> /usr/lib/system/libsystem_dnssd.dylib 0x7fff942c9000 - 0x7fff946f9fff com.apple.vision.FaceCore (3.1.6 - 3.1.6) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore 0x7fff946fa000 - 0x7fff94722fff libRIP.A.dylib (779.11) <88434DA0-B6B8-304A-9DC0-41D3947E8734> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x7fff9477e000 - 0x7fff94783ff7 libunwind.dylib (35.3) /usr/lib/system/libunwind.dylib 0x7fff94784000 - 0x7fff94795fff libsystem_coretls.dylib (35.20.2) <6084A531-2523-39F8-B030-811FA1A32FB5> /usr/lib/system/libsystem_coretls.dylib 0x7fff94796000 - 0x7fff9488afff libFontParser.dylib (134.2) <9F57B025-AB9C-31DD-9D54-2D7AB1298885> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff9488b000 - 0x7fff94914ff7 com.apple.CoreSymbolication (3.1 - 57020.1) <85707039-0C8A-3409-B0B5-153431CC1841> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fff9491b000 - 0x7fff94b85ff7 com.apple.security (7.0 - 57031.20.26) <6568520A-587D-3167-BB79-60CE6FEADC64> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff94bea000 - 0x7fff94bf1fff com.apple.network.statistics.framework (1.2 - 1) <61B311D1-7F15-35B3-80D4-99B8BE90ACD9> /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/NetworkStatistics 0x7fff94bfe000 - 0x7fff94ca0fff com.apple.Bluetooth (4.3.4 - 4.3.4f4) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth 0x7fff94ca1000 - 0x7fff94cbcff7 com.apple.aps.framework (4.0 - 4.0) <5F4CEDD6-C7AD-3026-A5F3-9146F08F23D2> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService 0x7fff94cfa000 - 0x7fff94da1fff com.apple.PDFKit (3.1 - 3.1) <717B6DB9-4C81-3326-AFB7-6B003FBF1311> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit 0x7fff94da2000 - 0x7fff94dabff7 libsystem_notify.dylib (133.1.1) <61147800-F320-3DAA-850C-BADF33855F29> /usr/lib/system/libsystem_notify.dylib 0x7fff94dac000 - 0x7fff94e41ff7 com.apple.ColorSync (4.9.0 - 4.9.0) <9150C2B7-2E6E-3509-96EA-7B3F959F049E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff94e42000 - 0x7fff951adfff com.apple.VideoToolbox (1.0 - 1562.235) <0E996B8C-BE1C-3749-ACCA-DACBC89AFABB> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox 0x7fff951ae000 - 0x7fff951b1ff7 libdyld.dylib (353.2.1) <9EACCA38-291D-38CC-811F-7E9D1451E2D3> /usr/lib/system/libdyld.dylib 0x7fff951b2000 - 0x7fff95243ff7 libCoreStorage.dylib (471.20.7) /usr/lib/libCoreStorage.dylib 0x7fff952da000 - 0x7fff952ebff7 libz.1.dylib (55) <88C7C7DE-04B8-316F-8B74-ACD9F3DE1AA1> /usr/lib/libz.1.dylib 0x7fff952ef000 - 0x7fff9530bff7 libsystem_malloc.dylib (53.1.1) <19BCC257-5717-3502-A71F-95D65AFA861B> /usr/lib/system/libsystem_malloc.dylib 0x7fff9530c000 - 0x7fff95576ff7 com.apple.imageKit (2.6.1 - 848) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit 0x7fff95577000 - 0x7fff955e3fff com.apple.framework.CoreWLAN (5.0 - 500.35.2) <5E228544-77A9-3AA5-8355-E8F6626F50E7> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x7fff955e4000 - 0x7fff9569fff7 com.apple.DiscRecording (9.0 - 9000.4.2) <4655B4B8-523D-3AE6-92A0-8486A2258B3B> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording 0x7fff956a0000 - 0x7fff956abff7 com.apple.DirectoryService.Framework (10.10 - 187) <85675744-B77D-37ED-805B-4BD0DD20845D> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService 0x7fff956ac000 - 0x7fff956aefff com.apple.SecCodeWrapper (4.0 - 238.20.2) /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper 0x7fff956af000 - 0x7fff95abcff7 libLAPACK.dylib (1128) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff95af4000 - 0x7fff95b65ffb com.apple.ApplicationServices.ATS (360 - 375.2) <2338AF23-528F-359A-847F-8B04E49E2B84> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff95c16000 - 0x7fff95f31fcf com.apple.vImage (8.0 - 8.0) <1183FE6A-FDB6-3B3B-928D-50C7909F2308> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff95f32000 - 0x7fff95f6afff com.apple.RemoteViewServices (2.0 - 99) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff95f6b000 - 0x7fff95f6bff7 libkeymgr.dylib (28) <77845842-DE70-3CC5-BD01-C3D14227CED5> /usr/lib/system/libkeymgr.dylib 0x7fff95f6c000 - 0x7fff95f6efff com.apple.CoreDuetDebugLogging (1.0 - 1) <9A6E5710-EA99-366E-BF40-9A65EC1B46A1> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging 0x7fff95f6f000 - 0x7fff95fa2fff com.apple.MediaKit (16 - 757.2) <2912E5C2-085F-3FE2-8531-23B6E894B0F0> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit 0x7fff96045000 - 0x7fff9605fff7 libextension.dylib (55.2) <3BB019CA-199A-36AC-AA22-14B562138545> /usr/lib/libextension.dylib 0x7fff96060000 - 0x7fff96063fff com.apple.xpc.ServiceManagement (1.0 - 1) <9E025823-660A-30C5-A568-223BD595B6F7> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fff960c9000 - 0x7fff96102fff com.apple.AirPlaySupport (2.0 - 215.18) <6AF8E973-3643-3FEE-AA8F-541B9F093EEE> /System/Library/PrivateFrameworks/AirPlaySupport.framework/Versions/A/AirPlaySupport 0x7fff9617b000 - 0x7fff9617dfff libquarantine.dylib (76.20.1) <7AF90041-2768-378A-925A-D83161863642> /usr/lib/system/libquarantine.dylib 0x7fff9617e000 - 0x7fff961cbff7 com.apple.print.framework.PrintCore (10.3 - 451.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff961cc000 - 0x7fff96206ffb com.apple.DebugSymbols (115 - 115) <6F03761D-7C3A-3C80-8031-AA1C1AD7C706> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fff96207000 - 0x7fff96216ff7 com.apple.ToneLibrary (1.0 - 1) <179C7D61-CB88-3CE3-9F06-4D60D13D616C> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary 0x7fff96217000 - 0x7fff96224ff7 com.apple.SpeechRecognitionCore (2.1.2 - 2.1.2) <551322E2-C1E4-3378-A218-F362985E3E3C> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore 0x7fff96225000 - 0x7fff96243ff7 com.apple.addressbook.vCard (9.0 - 1579) /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard 0x7fff9627d000 - 0x7fff962effff com.apple.framework.IOKit (2.0.2 - 1050.20.2) <09C0518C-90DF-3FC3-96D6-34D35F72C8EF> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff9630f000 - 0x7fff9635cfff com.apple.ImageCaptureCore (6.3 - 6.3) <44B6E670-16ED-3C81-9E8D-34543CD71273> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore 0x7fff9636b000 - 0x7fff96384ffb com.apple.openscripting (1.4 - 162.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x7fff96387000 - 0x7fff96426e27 com.apple.AppleJPEG (1.0 - 1) <6627DDD9-A8FE-3968-B23A-B6A29AA3919A> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG 0x7fff96427000 - 0x7fff96511ff7 com.apple.QuickLookUIFramework (5.0 - 675.42) <86EE3D40-4554-3813-8C8B-B583A5F6F7E3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI 0x7fff96512000 - 0x7fff96520fff com.apple.AddressBook.ContactsFoundation (9.0 - 1579) <34ED9046-0157-399F-9742-2FC2D098E368> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation 0x7fff96521000 - 0x7fff96605fff libcrypto.0.9.8.dylib (52.20.2) <977DA067-2588-3BF8-A7B2-F08FC6E9088F> /usr/lib/libcrypto.0.9.8.dylib 0x7fff9666d000 - 0x7fff9668afff libsystem_kernel.dylib (2782.20.48) /usr/lib/system/libsystem_kernel.dylib 0x7fff9668b000 - 0x7fff9668cfff com.apple.TrustEvaluationAgent (2.0 - 25) <2D61A2C3-C83E-3A3F-8EC1-736DBEC250AB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fff9668d000 - 0x7fff966f4ff7 com.apple.framework.CoreWiFi (3.0 - 300.4) <19269C1D-EB29-384A-83F3-7DDDEB7D9DAD> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x7fff966f5000 - 0x7fff966f9ff7 libGIF.dylib (1237) <8A40FED5-FA90-3E76-A359-CD974C43A962> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff9677c000 - 0x7fff968a4ff7 com.apple.coreui (2.1 - 308.6) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff968a7000 - 0x7fff96bacff3 com.apple.HIToolbox (2.1.1 - 758.7) <6711FAA9-904A-3B49-9665-FC8D13B93C42> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff96bad000 - 0x7fff96bb3ff7 libsystem_networkextension.dylib (167.1.10) <29AB225B-D7FB-30ED-9600-65D44B9A9442> /usr/lib/system/libsystem_networkextension.dylib 0x7fff96bb4000 - 0x7fff96bfaff7 libauto.dylib (186) /usr/lib/libauto.dylib 0x7fff96bfb000 - 0x7fff96c11ff7 libsystem_asl.dylib (267) /usr/lib/system/libsystem_asl.dylib 0x7fff96c12000 - 0x7fff97102fff com.apple.MediaToolbox (1.0 - 1562.235) <9813E9A6-5BD6-3E56-9D20-0023703D5096> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x7fff97103000 - 0x7fff97191ff7 com.apple.CorePDF (4.0 - 4) <9CD7EC6D-3593-3D60-B04F-75F612CCB99A> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF 0x7fff97192000 - 0x7fff97252ff7 com.apple.backup.framework (1.6.4 - 1.6.4) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fff97253000 - 0x7fff97283fff com.apple.GSS (4.0 - 2.0) /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff97284000 - 0x7fff972fcff7 com.apple.SystemConfiguration (1.14 - 1.14) <06A8405D-53BA-30A9-BA8A-222099176091> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff972fd000 - 0x7fff972fefff libsystem_secinit.dylib (18) <581DAD0F-6B63-3A48-B63B-917AF799ABAA> /usr/lib/system/libsystem_secinit.dylib 0x7fff9754f000 - 0x7fff97561ff7 com.apple.ImageCapture (9.0 - 9.0) <7FB65DD4-56B5-35C4-862C-7A2DED991D1F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x7fff9756a000 - 0x7fff97572ff7 com.apple.icloud.FindMyDevice (1.0 - 1) <9CE67F85-2BA8-3093-97BA-07BF5C04A5D6> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice 0x7fff97573000 - 0x7fff97577fff libspindump.dylib (182.4) <929670EB-4963-3496-AD24-8B50E388803C> /usr/lib/libspindump.dylib 0x7fff97578000 - 0x7fff97582ff7 com.apple.NetAuth (5.2 - 5.2) <2BBD749A-8E18-35B8-8E48-A90347C1CCA7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff97585000 - 0x7fff97aaefff com.apple.QuartzComposer (5.1 - 332) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer 0x7fff97ab9000 - 0x7fff97bcbff7 libvDSP.dylib (516) <151B3CCB-77D3-3715-A3D0-7C74CD5C7FFC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff97bcc000 - 0x7fff97bf8fff libsandbox.1.dylib (358.20.5) /usr/lib/libsandbox.1.dylib 0x7fff97c33000 - 0x7fff97c5afff com.apple.shortcut (2.14 - 2.14) <0E9228EC-E688-3E83-9516-5211FFEA923E> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut 0x7fff97c5b000 - 0x7fff97c8bff7 libncurses.5.4.dylib (44) /usr/lib/libncurses.5.4.dylib 0x7fff97c8c000 - 0x7fff98024ff7 com.apple.CoreFoundation (6.9 - 1153.18) <5C0892B8-9691-341F-9279-CA3A74D59AA0> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff980b4000 - 0x7fff980caff7 com.apple.CoreMediaAuthoring (2.2 - 951) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring 0x7fff989af000 - 0x7fff98ad3ff7 com.apple.LaunchServices (644.56 - 644.56) <20AABB1C-9319-3E4D-A024-51B0DD5FCD3B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff98ad4000 - 0x7fff98b04ff3 com.apple.CoreAVCHD (5.7.5 - 5750.4.1) <3E51287C-E97D-3886-BE88-8F6872400876> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD 0x7fff98b05000 - 0x7fff98b05fff com.apple.Cocoa (6.8 - 21) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7fff98b06000 - 0x7fff98b9cff7 com.apple.cloudkit.CloudKit (283.67.2 - 283.67.2) <79F5AD38-61D5-30E6-96DC-974351D4195B> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit 0x7fff98b9d000 - 0x7fff98b9dfff com.apple.CoreServices (62 - 62) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff98b9e000 - 0x7fff98bb7ff7 com.apple.CFOpenDirectory (10.10 - 187) <790ED527-EFD2-3EA6-8C97-A8C04E96EBA7> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff98bb8000 - 0x7fff98cffffb com.apple.WebKitLegacy (10600 - 10600.5.17) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy 0x7fff98d00000 - 0x7fff98d6cff3 com.apple.MMCS (1.3 - 327.5) /System/Library/PrivateFrameworks/MMCS.framework/Versions/A/MMCS 0x7fff9901a000 - 0x7fff99039fff com.apple.CoreDuet (1.0 - 1) <36AA9FD5-2685-314D-B364-3FA4688D86BD> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet 0x7fff9903a000 - 0x7fff99043ff3 com.apple.CommonAuth (4.0 - 2.0) /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff99059000 - 0x7fff9907dff7 com.apple.Sharing (328.16 - 328.16) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing 0x7fff991f5000 - 0x7fff99474ff7 com.apple.CoreData (111 - 526.3) <5A27E0D8-5E5A-335B-B3F6-2601C7B976FA> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff99475000 - 0x7fff9a437ffb com.apple.WebCore (10600 - 10600.5.17) <587F71B3-28E7-3EBC-87B3-1F5E1D8C1349> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore 0x7fff9a4a3000 - 0x7fff9a4abfff libMatch.1.dylib (24) /usr/lib/libMatch.1.dylib 0x7fff9a4ac000 - 0x7fff9a6b9ff3 com.apple.CFNetwork (720.3.13 - 720.3.13) <69E15385-5784-3912-88F6-03B16F1C1A5C> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff9a6ba000 - 0x7fff9a6e5fff com.apple.DictionaryServices (1.2 - 229) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff9a6eb000 - 0x7fff9a6ecffb libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib 0x7fff9a6ef000 - 0x7fff9a6f1fff libsystem_sandbox.dylib (358.20.5) <4CF77128-6BE0-3958-B646-707FA9CE61B2> /usr/lib/system/libsystem_sandbox.dylib 0x7fff9a6f2000 - 0x7fff9a74ffff com.apple.QuickLookFramework (5.0 - 675.42) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook 0x7fff9a750000 - 0x7fff9a758fff libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib 0x7fff9a759000 - 0x7fff9a759fff com.apple.Carbon (154 - 157) <9BF51672-1684-3FDE-A561-FC59A2864EF8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff9a7f3000 - 0x7fff9a8c9ff3 com.apple.DiskImagesFramework (10.10.1 - 396) <1149D3E1-CC6C-3177-916D-2BE066DC9344> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages 0x7fff9a8ca000 - 0x7fff9a916fff com.apple.corelocation (1486.17 - 1615.24) <8825B3E2-E053-3E01-AE31-793443962D06> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation 0x7fff9a917000 - 0x7fff9a919fff com.apple.loginsupport (1.0 - 1) /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport 0x7fff9a976000 - 0x7fff9a978fff libCVMSPluginSupport.dylib (11.1.2) <6EFEC4A6-2EAC-3C27-820E-C28BE71B9FCB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib

External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 1 thread_create: 0 thread_set_state: 0 Calls made by this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by all processes on this machine: task_for_pid: 317362 thread_create: 0 thread_set_state: 53244

VM Region Summary: ReadOnly portion of Libraries: Total=261.3M resident=156.1M(60%) swapped_out_or_unallocated=105.2M(40%) Writable regions: Total=146.5M written=16.7M(11%) resident=41.2M(28%) swapped_out=36K(0%) unallocated=105.3M(72%)

REGION TYPE VIRTUAL =========== ======= Activity Tracing 2048K CG backing stores 11.0M CG image 2376K CG raster data 2816K CG shared images 272K CoreAnimation 2668K CoreImage 80K CoreServices 3204K CoreUI image data 192K Foundation 4K Image IO 288K Kernel Alloc Once 8K MALLOC 94.3M MALLOC (admin) 32K Memory Tag 242 12K Memory Tag 251 16K OpenCL 16K SQLite page cache 128K STACK GUARD 56.0M Stack 13.7M VM_ALLOCATE 17.3M DATA 25.6M IMAGE 528K LINKEDIT 78.7M TEXT 182.6M __UNICODE 552K mapped file 75.6M shared memory 4K =========== ======= TOTAL 569.7M

Model: MacBookPro11,1, BootROM MBP111.0138.B14, 2 processors, Intel Core i5, 2.6 GHz, 8 GB, SMC 2.16f68 Graphics: Intel Iris, Intel Iris, Built-In Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343531533641465238412D50422020 Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343531533641465238412D50422020 AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x112), Broadcom BCM43xx 1.0 (7.15.166.24.3) Bluetooth: Version 4.3.4f4 15601, 3 services, 27 devices, 1 incoming serial ports Network Service: Wi-Fi, AirPort, en0 Serial ATA Device: APPLE SSD SM0256F, 251 GB USB Device: Internal Memory Card Reader USB Device: Apple Internal Keyboard / Trackpad USB Device: BRCM20702 Hub USB Device: Bluetooth USB Host Controller Thunderbolt Bus: MacBook Pro, Apple Inc., 17.2

premkumarjerome commented 9 years ago

Happens everytime!!

premkumarjerome commented 9 years ago

invalid