Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Safari not opening on Start Up

I've set Safari to open on start-up of the computer.


It worked fine for many years but has now stopped. Safari opens but no pages load. I just have the Safari Menu Bar at the top.


I've removed it from Prefs/Accounts/Log-In Items and then re-added it. But still no luck. I've also changed the start-up page (BBC) and that doesn't work either.


I haven't done anything different either. I've also deleted the Cache.

Posted on Sep 1, 2011 4:41 AM

Reply
13 replies

Sep 1, 2011 9:21 AM in response to A1ps

In Safe Mode NOTHING opened up on Start Up.


That's what is supposed to happen. I intended you to launch Safari and test it. But it occurs to me that I may have misunderstood what your problem is. I thought you meant that Safari wouldn't load any web pages, but now I think you may have meant that it doesn't load your home page when it's launched. Is that the issue?

Sep 1, 2011 9:28 AM in response to Linc Davis

Hi Linc, sorry for the misunderstanding.


Safari DOES load pages, no problems at all.


It's just on Start Up of the computer, where I have set Safari to auto start up that it doesn't load the home page. It starts up, it just doesn't load the home page.


But when I click the Safari icon the home page loads.

Sep 8, 2011 7:41 AM in response to A1ps

Third-party system modifications are a common cause of instability and poor performance. The following procedure will help identify which such modifications you've installed. Don’t be alarmed by the complexity of these instructions -- they’re easy to carry out and won’t change anything on your Mac.


Reboot as usual (not in safe mode) if you haven't already done so. Launch the Terminal application, copy or drag -- do not type -- the line of text below into the window, and press return:


kextstat -kl | awk ' !/apple/ { print $6 $7 } '


Post the lines of output (if any) that appear below what you just entered (the text, please, not a screenshot.)


Next, do the same thing with this line:


sudo launchctl list | sed 1d | awk ' !/0x|apple|com\.vix|edu\.|org\./ { print $3 } '


That's one line, not two. You'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning not to screw up. You don't need to post the warning.


Next, this command:


launchctl list | sed 1d | awk ' !/0x|apple|edu\.|org\./ { print $3 } '


Again, one line. Finally, one more:


ls -1A {,/}Library/{Ad,Compon,Ex,Fram,In,La,Mail/B,P*P,Priv,Qu,Scripti,Se,Sta}* 2> /dev/null


Remember, this is all drag-and-drop or copy-and-paste, whichever you prefer -- no typing, except your password.


You can then quit Terminal.

Feb 21, 2015 12:09 PM in response to A1ps

error msg from safari Process: Safari [589] Path: /Applications/Safari.app/Contents/MacOS/Safari Identifier: com.apple.Safari Version: 8.0.3 (10600.3.18) Build Info: WebBrowser-7600003018000000~1 Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: Safari [589] User ID: 501 Date/Time: 2015-02-21 13:07:25.139 -0700 OS Version: Mac OS X 10.10.2 (14C109) Report Version: 11 Anonymous UUID: 34CA7425-7CCF-1389-626D-041727B3A2C1 Time Awake Since Boot: 300 seconds Crashed Thread: 14 Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000020 External Modification Warnings: Thread creation by external task. VM Regions Near 0x20: --> __TEXT 0000000100edb000-0000000100edc000 [ 4K] r-x/rwx SM=COW /Applications/Safari.app/Contents/MacOS/Safari Application Specific Information: Process Model: Multiple Web Processes Thread 0:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x00007fff8a13251a semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff8fbe5c55 _dispatch_semaphore_wait_slow + 213 2 libxpc.dylib 0x00007fff8d25e7d1 xpc_connection_send_message_with_reply_sync + 200 3 com.apple.CoreFoundation 0x00007fff8ee503f8 -[CFPrefsPlistSource sendRequestNewDataMessage:toConnection:error:] + 88 4 com.apple.CoreFoundation 0x00007fff8ee4fb28 __50-[CFPrefsPlistSource alreadylocked_requestNewData]_block_invoke + 152 5 com.apple.CoreFoundation 0x00007fff8ee4787b _CFPrefsWithDaemonConnection + 331 6 com.apple.CoreFoundation 0x00007fff8ee4fa3e -[CFPrefsPlistSource alreadylocked_requestNewData] + 254 7 com.apple.CoreFoundation 0x00007fff8eccfc80 _copyValueForKey + 208 8 com.apple.CoreFoundation 0x00007fff8eccfb83 -[CFPrefsPlistSource copyValueForKey:] + 51 9 com.apple.CoreFoundation 0x00007fff8ecf8420 ___CFPreferencesCopyValueWithContainer_block_invoke + 32 10 com.apple.CoreFoundation 0x00007fff8eccea85 +[CFPrefsSource withSourceForIdentifier:user:byHost:container:perform:] + 1045 11 com.apple.CoreFoundation 0x00007fff8ecf83bc _CFPreferencesCopyValueWithContainer + 236 12 com.apple.AOSAccounts 0x00007fff8d567ad1 MMCopyLoggedInAccount + 76 13 com.apple.Safari.framework 0x00007fff89888b91 iCloudAccount() + 86 14 com.apple.Safari.framework 0x00007fff89888a7e -[CloudFeatureAvailability init] + 212 15 com.apple.Safari.framework 0x00007fff8988898e +[CloudFeatureAvailability _sharedInstance] + 62 16 com.apple.Safari.framework 0x00007fff89888833 +[CloudFeatureAvailability startMonitoringForAvailabilityChanges] + 17 17 com.apple.Safari.framework 0x00007fff89758e9a -[AppController _performDelayedLaunchOperations] + 514 18 com.apple.Foundation 0x00007fff8f08a84b __NSFireDelayedPerform + 364 19 com.apple.CoreFoundation 0x00007fff8ed42b64 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20 20 com.apple.CoreFoundation 0x00007fff8ed427f3 __CFRunLoopDoTimer + 1059 21 com.apple.CoreFoundation 0x00007fff8edb5dbd __CFRunLoopDoTimers + 301 22 com.apple.CoreFoundation 0x00007fff8ecff288 __CFRunLoopRun + 2024 23 com.apple.CoreFoundation 0x00007fff8ecfe858 CFRunLoopRunSpecific + 296 24 com.apple.HIToolbox 0x00007fff8c823aef RunCurrentEventLoopInMode + 235 25 com.apple.HIToolbox 0x00007fff8c82386a ReceiveNextEventCommon + 431 26 com.apple.HIToolbox 0x00007fff8c8236ab _BlockUntilNextEventMatchingListInModeWithFilter + 71 27 com.apple.AppKit 0x00007fff8b67bf81 _DPSNextEvent + 964 28 com.apple.AppKit 0x00007fff8b67b730 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194 29 com.apple.Safari.framework 0x00007fff897ba710 -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 246 30 com.apple.AppKit 0x00007fff8b66f593 -[NSApplication run] + 594 31 com.apple.AppKit 0x00007fff8b65aa14 NSApplicationMain + 1832 32 libdyld.dylib 0x00007fff8e45d5c9 start + 1 Thread 1:: Dispatch queue: com.apple.libdispatch-manager 0 libsystem_kernel.dylib 0x00007fff8a138232 kevent64 + 10 1 libdispatch.dylib 0x00007fff8fbe1a6a _dispatch_mgr_thread + 52 Thread 2: 0 libsystem_kernel.dylib 0x00007fff8a13794a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff9837b40d start_wqthread + 13 Thread 3: 0 libsystem_kernel.dylib 0x00007fff8a13794a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff9837b40d start_wqthread + 13 Thread 4: 0 libsystem_kernel.dylib 0x00007fff8a13794a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff9837b40d start_wqthread + 13 Thread 5:: Dispatch queue: com.apple.SafariShared.WBSHistorySQLiteStore 0 libsystem_platform.dylib 0x00007fff8c35d348 OSAtomicCompareAndSwapPtrBarrier$VARIANT$mp + 8 1 com.apple.CoreFoundation 0x00007fff8eca56e6 CFStringCreateCopy + 246 2 com.apple.CoreFoundation 0x00007fff8edcc4a0 _CFURLCreateWithURLString + 1952 3 com.apple.CoreFoundation 0x00007fff8ed5f76b CFURLCreateAbsoluteURLWithBytes + 1451 4 com.apple.WebCore 0x00007fff94cbdfea WebCore::URLWithData(NSData*, NSURL*) + 138 5 com.apple.Safari.framework 0x00007fff89d2d190 +[NSURL(SafariSharedExtras) safari_URLWithDataAsString:] + 24 6 com.apple.Safari.framework 0x00007fff89d167cf -[WBSHistorySQLiteStore _loadFromDatabase] + 541 7 com.apple.Safari.framework 0x00007fff89d164ed -[WBSHistorySQLiteStore _openDatabase:andCheckIntegrity:] + 1025 8 com.apple.Safari.framework 0x00007fff89d15d91 -[WBSHistorySQLiteStore _loadHistory] + 94 9 libdispatch.dylib 0x00007fff8fbe3323 _dispatch_call_block_and_release + 12 10 libdispatch.dylib 0x00007fff8fbdec13 _dispatch_client_callout + 8 11 libdispatch.dylib 0x00007fff8fbe2365 _dispatch_queue_drain + 1100 12 libdispatch.dylib 0x00007fff8fbe3ecc _dispatch_queue_invoke + 202 13 libdispatch.dylib 0x00007fff8fbe2154 _dispatch_queue_drain + 571 14 libdispatch.dylib 0x00007fff8fbe3ecc _dispatch_queue_invoke + 202 15 libdispatch.dylib 0x00007fff8fbe16b7 _dispatch_root_queue_drain + 463 16 libdispatch.dylib 0x00007fff8fbeffe4 _dispatch_worker_thread3 + 91 17 libsystem_pthread.dylib 0x00007fff9837d637 _pthread_wqthread + 729 18 libsystem_pthread.dylib 0x00007fff9837b40d start_wqthread + 13 Thread 6:: WebCore: IconDatabase 0 libsystem_kernel.dylib 0x00007fff8a137136 __psynch_cvwait + 10 1 com.apple.WebCore 0x00007fff94cbc53b WebCore::IconDatabase::syncThreadMainLoop() + 411 2 com.apple.WebCore 0x00007fff94cb9689 WebCore::IconDatabase::iconDatabaseSyncThread() + 361 3 com.apple.JavaScriptCore 0x00007fff93f4914f ***::wtfThreadEntryPoint(void*) + 15 4 libsystem_pthread.dylib 0x00007fff9837d268 _pthread_body + 131 5 libsystem_pthread.dylib 0x00007fff9837d1e5 _pthread_start + 176 6 libsystem_pthread.dylib 0x00007fff9837b41d thread_start + 13 Thread 7: 0 libsystem_kernel.dylib 0x00007fff8a13794a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff9837b40d start_wqthread + 13 Thread 8: 0 libsystem_kernel.dylib 0x00007fff8a13794a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff9837b40d start_wqthread + 13 Thread 9: 0 libsystem_kernel.dylib 0x00007fff8a13794a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff9837b40d start_wqthread + 13 Thread 10:: com.apple.CoreAnimation.render-server 0 libsystem_kernel.dylib 0x00007fff8a1324de mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff8a13164f mach_msg + 55 2 com.apple.QuartzCore 0x00007fff8e2d0abb CA::Render::Server::server_thread(void*) + 198 3 com.apple.QuartzCore 0x00007fff8e2d09ee thread_fun + 25 4 libsystem_pthread.dylib 0x00007fff9837d268 _pthread_body + 131 5 libsystem_pthread.dylib 0x00007fff9837d1e5 _pthread_start + 176 6 libsystem_pthread.dylib 0x00007fff9837b41d thread_start + 13 Thread 11:: com.apple.NSURLConnectionLoader 0 libsystem_kernel.dylib 0x00007fff8a1324de mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff8a13164f mach_msg + 55 2 com.apple.security 0x00007fff94702a17 ucsp_client_decodeDb + 215 3 com.apple.security 0x00007fff94701b2c Security::SecurityServer::ClientSession::decodeDb(Security::DLDbIdentifier const&, Security::AccessCredentials const*, Security::CssmData const&) + 244 4 com.apple.security 0x00007fff946ffac8 SSDatabaseImpl::open(Security::DLDbIdentifier const&) + 158 5 com.apple.security 0x00007fff946ff7b1 SSDLSession::DbOpen(char const*, cssm_net_address const*, unsigned int, Security::AccessCredentials const*, void const*, long&) + 245 6 com.apple.security 0x00007fff946ff66a cssm_DbOpen(long, char const*, cssm_net_address const*, unsigned int, cssm_access_credentials const*, void const*, long*) + 219 7 com.apple.security 0x00007fff946ff3af CSSM_DL_DbOpen + 111 8 com.apple.security 0x00007fff946fe67e Security::CssmClient::DbImpl::open() + 212 9 com.apple.security 0x00007fff9470776b Security::KeychainCore::KCCursorImpl::next(Security::KeychainCore::Item&) + 577 10 com.apple.security 0x00007fff947386eb SecIdentityCopyPreference + 724 11 com.apple.CFNetwork 0x00007fff8d017daf HTTPProtocolSSLSupport::getSSLCertsCached(__CFString const*) + 237 12 com.apple.CFNetwork 0x00007fff8d0b6af0 HTTPProtocol::copyProtocolPropertiesForStream() + 620 13 com.apple.CFNetwork 0x00007fff8d0adcef ___ZN4Tube11prepStreamsEU13block_pointerFvvEU13block_pointerFvlE_block_invoke44 + 58 14 com.apple.CFNetwork 0x00007fff8d00133c RunloopBlockContext::_invoke_block(void const*, void*) + 72 15 com.apple.CoreFoundation 0x00007fff8ecd9274 CFArrayApplyFunction + 68 16 com.apple.CFNetwork 0x00007fff8d0011fd RunloopBlockContext::perform() + 133 17 com.apple.CFNetwork 0x00007fff8d00109e MultiplexerSource::perform() + 282 18 com.apple.CFNetwork 0x00007fff8d000ec0 MultiplexerSource::_perform(void*) + 72 19 com.apple.CoreFoundation 0x00007fff8ed0d681 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17 20 com.apple.CoreFoundation 0x00007fff8ecff80d __CFRunLoopDoSources0 + 269 21 com.apple.CoreFoundation 0x00007fff8ecfee3f __CFRunLoopRun + 927 22 com.apple.CoreFoundation 0x00007fff8ecfe858 CFRunLoopRunSpecific + 296 23 com.apple.CFNetwork 0x00007fff8d085c80 +[NSURLConnection(Loader) _resourceLoadLoop:] + 434 24 com.apple.Foundation 0x00007fff8f08c90a __NSThread__main__ + 1345 25 libsystem_pthread.dylib 0x00007fff9837d268 _pthread_body + 131 26 libsystem_pthread.dylib 0x00007fff9837d1e5 _pthread_start + 176 27 libsystem_pthread.dylib 0x00007fff9837b41d thread_start + 13 Thread 12: 0 libsystem_kernel.dylib 0x00007fff8a13794a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff9837b40d start_wqthread + 13 Thread 13: 0 libsystem_kernel.dylib 0x00007fff8a1324de mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff8a13164f mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff8ecffb34 __CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff8ecfeffb __CFRunLoopRun + 1371 4 com.apple.CoreFoundation 0x00007fff8ecfe858 CFRunLoopRunSpecific + 296 5 com.apple.AppKit 0x00007fff8b7df33b _NSEventThread + 137 6 libsystem_pthread.dylib 0x00007fff9837d268 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff9837d1e5 _pthread_start + 176 8 libsystem_pthread.dylib 0x00007fff9837b41d thread_start + 13 Thread 14 Crashed: 0 libsystem_pthread.dylib 0x00007fff9837b601 _pthread_mutex_lock + 87 1 libsystem_c.dylib 0x00007fff96af7b58 vfprintf_l + 28 2 libsystem_c.dylib 0x00007fff96af0600 fprintf + 186 3 ??? 0x0000000145b045dc 0 + 5464147420 Thread 14 crashed with X86 Thread State (64-bit): rax: 0x0000000000000000 rbx: 0x00007fff7aaa71d8 rcx: 0x00007fff7aaa71f0 rdx: 0x00000000000000a0 rdi: 0x00007fff7aaa71f0 rsi: 0x00007fff9837ba80 rbp: 0x0000000145b00e30 rsp: 0x0000000145b00db0 r8: 0x0000000142c39000 r9: 0x0000000000000054 r10: 0x0000000000000000 r11: 0x0000000000000206 r12: 0x00007fff7aaa66b8 r13: 0x0000000000000000 r14: 0x0000000000000000 r15: 0x0000000000000000 rip: 0x00007fff9837b601 rfl: 0x0000000000010246 cr2: 0x0000000000000020 Logical CPU: 0 Error Code: 0x00000004 Trap Number: 14 Binary Images: 0x100edb000 - 0x100edbfff com.apple.Safari (8.0.3 - 10600.3.18) /Applications/Safari.app/Contents/MacOS/Safari 0x143bef000 - 0x143bf6fff libCGCMS.A.dylib (775.16) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib 0x7fff654ff000 - 0x7fff65535837 dyld (353.2.1) /usr/lib/dyld 0x7fff8896e000 - 0x7fff8897fff7 libsystem_coretls.dylib (35.1.2) /usr/lib/system/libsystem_coretls.dylib 0x7fff88980000 - 0x7fff88bfbff7 com.apple.CoreData (111 - 526.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff88bfc000 - 0x7fff88c0dfff libcmph.dylib (1) /usr/lib/libcmph.dylib 0x7fff88c0e000 - 0x7fff88c1fff7 libz.1.dylib (55) /usr/lib/libz.1.dylib 0x7fff88c20000 - 0x7fff88c22ff7 libsystem_sandbox.dylib (358.1.1) /usr/lib/system/libsystem_sandbox.dylib 0x7fff88c23000 - 0x7fff88c47ff7 com.apple.quartzfilters (1.10.0 - 1.10.0) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters 0x7fff88c6d000 - 0x7fff88fa0fff libmecabra.dylib (666.2) /usr/lib/libmecabra.dylib 0x7fff88fa1000 - 0x7fff88fdcfff com.apple.Symbolication (1.4 - 56045) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion 0x7fff88fdd000 - 0x7fff88ff8ff7 libCRFSuite.dylib (34) /usr/lib/libCRFSuite.dylib 0x7fff88ff9000 - 0x7fff89006ff7 libbz2.1.0.dylib (36) /usr/lib/libbz2.1.0.dylib 0x7fff89007000 - 0x7fff8900bfff libspindump.dylib (182) /usr/lib/libspindump.dylib 0x7fff8900c000 - 0x7fff89288ff3 com.apple.RawCamera.bundle (6.02 - 769) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0x7fff892b2000 - 0x7fff89705fc7 com.apple.vImage (8.0 - 8.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage 0x7fff89743000 - 0x7fff8a084fff com.apple.Safari.framework (10600 - 10600.3.18) /System/Library/PrivateFrameworks/Safari.framework/Versions/A/Safari 0x7fff8a0f9000 - 0x7fff8a0fbfff com.apple.loginsupport (1.0 - 1) /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsu pport.framework/Versions/A/loginsupport 0x7fff8a121000 - 0x7fff8a13efff libsystem_kernel.dylib (2782.10.72) /usr/lib/system/libsystem_kernel.dylib 0x7fff8a13f000 - 0x7fff8a14fff7 libbsm.0.dylib (34) /usr/lib/libbsm.0.dylib 0x7fff8a150000 - 0x7fff8a18affb com.apple.DebugSymbols (115 - 115) /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s 0x7fff8a18b000 - 0x7fff8a1a6ff7 com.apple.aps.framework (4.0 - 4.0) /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService 0x7fff8a1a7000 - 0x7fff8a1a8ff7 libodfde.dylib (22) /usr/lib/libodfde.dylib 0x7fff8a20d000 - 0x7fff8a281fff com.apple.ApplicationServices.ATS (360 - 375) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS 0x7fff8a282000 - 0x7fff8a2aefff libsandbox.1.dylib (358.1.1) /usr/lib/libsandbox.1.dylib 0x7fff8a2af000 - 0x7fff8a2b9ff7 com.apple.CrashReporterSupport (10.10 - 629) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport 0x7fff8a2ba000 - 0x7fff8a2eaff3 com.apple.CoreAVCHD (5.7.5 - 5750.4.1) /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD 0x7fff8a2eb000 - 0x7fff8ab42ffb com.apple.CoreGraphics (1.600.0 - 775.16) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff8abbc000 - 0x7fff8abc7ff7 libcsfde.dylib (471.10.6) /usr/lib/libcsfde.dylib 0x7fff8ac47000 - 0x7fff8ac61ff7 libextension.dylib (55.1) /usr/lib/libextension.dylib 0x7fff8ac62000 - 0x7fff8ac6affb libcopyfile.dylib (118.1.2) /usr/lib/system/libcopyfile.dylib 0x7fff8b5b1000 - 0x7fff8b5b8fff com.apple.network.statistics.framework (1.2 - 1) /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/Networ kStatistics 0x7fff8b658000 - 0x7fff8c1a2ff7 com.apple.AppKit (6.9 - 1344.72) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff8c1a3000 - 0x7fff8c1b7ff7 com.apple.MultitouchSupport.framework (262.33.1 - 262.33.1) /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport 0x7fff8c1b8000 - 0x7fff8c1e6ff7 com.apple.CommerceKit (1.2.0 - 376.6.2) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/CommerceKit 0x7fff8c255000 - 0x7fff8c2e7fff com.apple.SoftwareUpdate.framework (6 - 744.3.1) /System/Library/PrivateFrameworks/SoftwareUpdate.framework/Versions/A/SoftwareU pdate 0x7fff8c2e8000 - 0x7fff8c357fff com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit 0x7fff8c358000 - 0x7fff8c359fff com.apple.TrustEvaluationAgent (2.0 - 25) /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent 0x7fff8c35a000 - 0x7fff8c362fff libsystem_platform.dylib (63) /usr/lib/system/libsystem_platform.dylib 0x7fff8c363000 - 0x7fff8c376ff7 com.apple.CoreBluetooth (1.0 - 1) /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth 0x7fff8c377000 - 0x7fff8c3b2fff com.apple.QD (301 - 301) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD 0x7fff8c3b3000 - 0x7fff8c3b3fff com.apple.SafariDAVNotifier (1.1.1 - 1) /System/Library/PrivateFrameworks/BookmarkDAV.framework/Versions/A/Frameworks/S afariDAVNotifier.framework/Versions/A/SafariDAVNotifier 0x7fff8c3b4000 - 0x7fff8c3d9ff7 libJPEG.dylib (1232) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff8c3da000 - 0x7fff8c3dfff7 libmacho.dylib (862) /usr/lib/system/libmacho.dylib 0x7fff8c43b000 - 0x7fff8c4d1ffb com.apple.CoreMedia (1.0 - 1562.107) /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia 0x7fff8c4d2000 - 0x7fff8c5c4ff7 libiconv.2.dylib (42) /usr/lib/libiconv.2.dylib 0x7fff8c5ca000 - 0x7fff8c6e2ffb com.apple.CoreText (352.0 - 454.3) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff8c6ee000 - 0x7fff8c770fff com.apple.PerformanceAnalysis (1.0 - 1) /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis 0x7fff8c771000 - 0x7fff8c797ff7 com.apple.ChunkingLibrary (2.1 - 163.1) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library 0x7fff8c798000 - 0x7fff8c7f4fff com.apple.QuickLookFramework (5.0 - 675.13) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook 0x7fff8c7f5000 - 0x7fff8caf9ffb com.apple.HIToolbox (2.1.1 - 757.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox 0x7fff8cafa000 - 0x7fff8cb6efff com.apple.ShareKit (1.0 - 323) /System/Library/PrivateFrameworks/ShareKit.framework/Versions/A/ShareKit 0x7fff8cb6f000 - 0x7fff8cdd9fff com.apple.imageKit (2.6.1 - 840) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit 0x7fff8cdda000 - 0x7fff8cddafff com.apple.WebKit2 (10600 - 10600.3.18) /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2 0x7fff8cddb000 - 0x7fff8cddefff com.apple.xpc.ServiceManagement (1.0 - 1) /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment 0x7fff8cf1f000 - 0x7fff8cf91ff7 com.apple.framework.IOKit (2.0.2 - 1050.10.8) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff8cfe5000 - 0x7fff8d1e8ff3 com.apple.CFNetwork (720.2.4 - 720.2.4) /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff8d241000 - 0x7fff8d241ff7 libkeymgr.dylib (28) /usr/lib/system/libkeymgr.dylib 0x7fff8d255000 - 0x7fff8d27dfff libxpc.dylib (559.10.3) /usr/lib/system/libxpc.dylib 0x7fff8d381000 - 0x7fff8d3c7ffb libFontRegistry.dylib (134) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff8d3c8000 - 0x7fff8d3ecff7 com.apple.facetimeservices (10.0 - 1000) /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices 0x7fff8d3f0000 - 0x7fff8d512ff7 com.apple.LaunchServices (644.12.4 - 644.12.4) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices 0x7fff8d554000 - 0x7fff8d58ffff com.apple.AOSAccounts (1.3.1 - 1.8.21) /System/Library/PrivateFrameworks/AOSAccounts.framework/Versions/A/AOSAccounts 0x7fff8d590000 - 0x7fff8d606fe7 libcorecrypto.dylib (233.1.2) /usr/lib/system/libcorecrypto.dylib 0x7fff8d607000 - 0x7fff8d60bff7 libGIF.dylib (1232) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff8d615000 - 0x7fff8d617fff libCVMSPluginSupport.dylib (11.1.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib 0x7fff8d618000 - 0x7fff8d68cff3 com.apple.securityfoundation (6.0 - 55126) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation 0x7fff8d68d000 - 0x7fff8d70afff com.apple.CoreServices.OSServices (640.3 - 640.3) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices 0x7fff8d70b000 - 0x7fff8d738fff com.apple.CoreVideo (1.8 - 145.1) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff8d80c000 - 0x7fff8d86bff3 com.apple.AE (681 - 681) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE 0x7fff8d86c000 - 0x7fff8dd58ff7 com.apple.MediaToolbox (1.0 - 1562.107) /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x7fff8dda8000 - 0x7fff8e17ffe7 com.apple.CoreAUC (211.0.0 - 211.0.0) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x7fff8e180000 - 0x7fff8e2a8ff7 com.apple.coreui (2.1 - 305.6.1) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff8e2a9000 - 0x7fff8e459ff7 com.apple.QuartzCore (1.10 - 361.15) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff8e45a000 - 0x7fff8e45dff7 libdyld.dylib (353.2.1) /usr/lib/system/libdyld.dylib 0x7fff8e45e000 - 0x7fff8e506ff7 com.apple.PackageKit (3.0 - 436) /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit 0x7fff8e51c000 - 0x7fff8e51fff7 com.apple.AppleSystemInfo (3.1 - 3.1) /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo 0x7fff8e520000 - 0x7fff8e668ff7 com.apple.WebKitLegacy (10600 - 10600.3.18) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy. framework/Versions/A/WebKitLegacy 0x7fff8e669000 - 0x7fff8e669fff com.apple.quartzframework (1.5 - 1.5) /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz 0x7fff8e66a000 - 0x7fff8e680ff7 com.apple.CoreMediaAuthoring (2.2 - 951) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring 0x7fff8e681000 - 0x7fff8e73cff7 com.apple.DiscRecording (9.0 - 9000.4.2) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording 0x7fff8e73d000 - 0x7fff8e73ffff libsystem_configuration.dylib (699.1.5) /usr/lib/system/libsystem_configuration.dylib 0x7fff8e746000 - 0x7fff8e77efff com.apple.RemoteViewServices (2.0 - 99) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices 0x7fff8e77f000 - 0x7fff8e871fff libxml2.2.dylib (26) /usr/lib/libxml2.2.dylib 0x7fff8e872000 - 0x7fff8e877fff com.apple.DiskArbitration (2.6 - 2.6) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff8e878000 - 0x7fff8e8b8ff7 com.apple.CloudDocs (1.0 - 280.6) /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs 0x7fff8e8b9000 - 0x7fff8e8f9ff7 libGLImage.dylib (11.1.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib 0x7fff8e8fa000 - 0x7fff8e94bff7 com.apple.AppleVAFramework (5.0.31 - 5.0.31) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x7fff8e94c000 - 0x7fff8e974fff libsystem_info.dylib (459) /usr/lib/system/libsystem_info.dylib 0x7fff8e98e000 - 0x7fff8e992fff libCoreVMClient.dylib (79) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib 0x7fff8e993000 - 0x7fff8e995ff7 com.apple.securityhi (9.0 - 55006) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI 0x7fff8e996000 - 0x7fff8e996ff7 libunc.dylib (29) /usr/lib/system/libunc.dylib 0x7fff8e997000 - 0x7fff8e9fcfff com.apple.framework.internetaccounts (2.1 - 210) /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts 0x7fff8ea08000 - 0x7fff8ea15fff com.apple.ProtocolBuffer (1 - 225.1) /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer 0x7fff8ea16000 - 0x7fff8ea17ff7 libsystem_blocks.dylib (65) /usr/lib/system/libsystem_blocks.dylib 0x7fff8ea18000 - 0x7fff8ea59fff libGLU.dylib (11.1.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff8ebc1000 - 0x7fff8ebeffff com.apple.CoreServicesInternal (221.2.2 - 221.2.2) /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal 0x7fff8ebf0000 - 0x7fff8ebfafff com.apple.IntlPreferences (2.0 - 150.1) /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPref erences 0x7fff8ebfb000 - 0x7fff8ec07fff com.apple.CloudPhotoServicesConfiguration (1.0 - 202.39.0) /System/Library/PrivateFrameworks/CloudPhotoServices.framework/Versions/A/Frame works/CloudPhotoServicesConfiguration.framework/Versions/A/CloudPhotoServicesCon figuration 0x7fff8ec08000 - 0x7fff8ec39fff libtidy.A.dylib (15.15) /usr/lib/libtidy.A.dylib 0x7fff8ec3a000 - 0x7fff8ec3afff com.apple.ApplicationServices (48 - 48) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services 0x7fff8ec3b000 - 0x7fff8ec81ff7 libauto.dylib (186) /usr/lib/libauto.dylib 0x7fff8ec8a000 - 0x7fff8ec8cfff com.apple.EFILogin (2.0 - 2) /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin 0x7fff8ec8d000 - 0x7fff8f023fff com.apple.CoreFoundation (6.9 - 1152) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff8f024000 - 0x7fff8f352fff com.apple.Foundation (6.9 - 1152.14) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff8f353000 - 0x7fff8f383fff com.apple.GSS (4.0 - 2.0) /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff8f384000 - 0x7fff8f8adff7 com.apple.QuartzComposer (5.1 - 325.1) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer 0x7fff8f8dc000 - 0x7fff8f930fff libc++.1.dylib (120) /usr/lib/libc++.1.dylib 0x7fff8f931000 - 0x7fff8f939ffb com.apple.CloudServices (1.0 - 1) /System/Library/PrivateFrameworks/CloudServices.framework/Versions/A/CloudServi ces 0x7fff8f93a000 - 0x7fff8f942fff com.apple.xpcobjects (103 - 103) /System/Library/PrivateFrameworks/XPCObjects.framework/Versions/A/XPCObjects 0x7fff8f943000 - 0x7fff8f950fff com.apple.SpeechRecognitionCore (2.0.32 - 2.0.32) /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/Sp eechRecognitionCore 0x7fff8f9a9000 - 0x7fff8f9b2fff libGFXShared.dylib (11.1.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib 0x7fff8fa35000 - 0x7fff8facaff7 com.apple.ColorSync (4.9.0 - 4.9.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync 0x7fff8facb000 - 0x7fff8fae5ff7 com.apple.Kerberos (3.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff8fbdd000 - 0x7fff8fc07ff7 libdispatch.dylib (442.1.4) /usr/lib/system/libdispatch.dylib 0x7fff8fcfc000 - 0x7fff8fd0bfff com.apple.LangAnalysis (1.7.0 - 1.7.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff8fd0c000 - 0x7fff8fd7affb com.apple.Heimdal (4.0 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff8fd7b000 - 0x7fff8fd7bfff com.apple.CoreServices (62 - 62) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff8fd7c000 - 0x7fff8ff7646f libobjc.A.dylib (647) /usr/lib/libobjc.A.dylib 0x7fff8ff8d000 - 0x7fff8ffa6ff7 com.apple.CalendarAgentLink (8.0 - 250) /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/Calend arAgentLink 0x7fff8ffa7000 - 0x7fff8ffa9ff7 libsystem_coreservices.dylib (9) /usr/lib/system/libsystem_coreservices.dylib 0x7fff8ffba000 - 0x7fff8ffe3ffb libxslt.1.dylib (13) /usr/lib/libxslt.1.dylib 0x7fff8ffe4000 - 0x7fff8ffe8fff libcache.dylib (69) /usr/lib/system/libcache.dylib 0x7fff8ffe9000 - 0x7fff8ffebfff com.apple.SecCodeWrapper (4.0 - 238.10.1) /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper 0x7fff8ffec000 - 0x7fff8fff4ff7 com.apple.icloud.FindMyDevice (1.0 - 1) /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevic e 0x7fff9001e000 - 0x7fff9001fffb libremovefile.dylib (35) /usr/lib/system/libremovefile.dylib 0x7fff90020000 - 0x7fff90034ff7 com.apple.ProtectedCloudStorage (1.0 - 1) /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/Pr otectedCloudStorage 0x7fff90035000 - 0x7fff90129fff libFontParser.dylib (134.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff9012a000 - 0x7fff90131ff7 libcompiler_rt.dylib (35) /usr/lib/system/libcompiler_rt.dylib 0x7fff90163000 - 0x7fff90181ff7 com.apple.addressbook.vCard (9.0 - 1563) /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard 0x7fff90186000 - 0x7fff90189fff com.apple.IOSurface (97 - 97) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff9018a000 - 0x7fff9018fff7 com.apple.MediaAccessibility (1.0 - 61) /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessi bility 0x7fff90190000 - 0x7fff90266ff3 com.apple.DiskImagesFramework (10.10.1 - 396) /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages 0x7fff90267000 - 0x7fff90268fff liblangid.dylib (117) /usr/lib/liblangid.dylib 0x7fff90269000 - 0x7fff9030bff7 com.apple.Bluetooth (4.3.2 - 4.3.2f6) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth 0x7fff90313000 - 0x7fff90315fff com.apple.CoreDuetDebugLogging (1.0 - 1) /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/Cor eDuetDebugLogging 0x7fff90316000 - 0x7fff9034dffb com.apple.LDAPFramework (2.4.28 - 194.5) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x7fff9034e000 - 0x7fff90350fff libRadiance.dylib (1232) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib 0x7fff90351000 - 0x7fff90357ff7 libsystem_networkextension.dylib (167.1.10) /usr/lib/system/libsystem_networkextension.dylib 0x7fff903a5000 - 0x7fff903bffff com.apple.AppleVPAFramework (1.2.10 - 1.2.10) /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA 0x7fff903e8000 - 0x7fff90443fff libTIFF.dylib (1232) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff90524000 - 0x7fff90570ff7 com.apple.corelocation (1486.17 - 1615.21.1) /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation 0x7fff90571000 - 0x7fff9057aff7 libsystem_notify.dylib (133.1.1) /usr/lib/system/libsystem_notify.dylib 0x7fff9057b000 - 0x7fff9060cff7 libCoreStorage.dylib (471.10.6) /usr/lib/libCoreStorage.dylib 0x7fff9060d000 - 0x7fff90626ff7 com.apple.CFOpenDirectory (10.10 - 187) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory 0x7fff9064e000 - 0x7fff906f4ff7 com.apple.PDFKit (3.1 - 3.1) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit 0x7fff906f5000 - 0x7fff90839ff7 com.apple.QTKit (7.7.3 - 2890) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit 0x7fff9083a000 - 0x7fff90884fff com.apple.DiskManagement (7.1 - 847.1) /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManag ement 0x7fff90885000 - 0x7fff9089fff7 liblzma.5.dylib (7) /usr/lib/liblzma.5.dylib 0x7fff908a5000 - 0x7fff908a6fff libquit.dylib (182) /usr/lib/libquit.dylib 0x7fff908a7000 - 0x7fff908b0ff3 com.apple.CommonAuth (4.0 - 2.0) /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff908f3000 - 0x7fff908fdff7 com.apple.NetAuth (5.0 - 5.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff90997000 - 0x7fff909bcff7 libPng.dylib (1232) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff909bd000 - 0x7fff909caff7 libxar.1.dylib (254) /usr/lib/libxar.1.dylib 0x7fff909cb000 - 0x7fff909d3fff libMatch.1.dylib (24) /usr/lib/libMatch.1.dylib 0x7fff909d4000 - 0x7fff909d6fff com.apple.marco (10.0 - 1000) /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco 0x7fff909d7000 - 0x7fff909ecff7 com.apple.AppContainer (4.0 - 238.10.1) /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r 0x7fff909ed000 - 0x7fff909f2ff7 libsystem_stats.dylib (163.10.18) /usr/lib/system/libsystem_stats.dylib 0x7fff909f3000 - 0x7fff90e00ff7 libLAPACK.dylib (1128) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib 0x7fff90ec6000 - 0x7fff90ec9ff7 com.apple.Mangrove (1.0 - 1) /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove 0x7fff90ed3000 - 0x7fff90edeff7 libkxld.dylib (2782.10.72) /usr/lib/system/libkxld.dylib 0x7fff90edf000 - 0x7fff90edffff libOpenScriptingUtil.dylib (162) /usr/lib/libOpenScriptingUtil.dylib 0x7fff90ee0000 - 0x7fff90ee4fff libpam.2.dylib (20) /usr/lib/libpam.2.dylib 0x7fff90ee5000 - 0x7fff90fc9fff libcrypto.0.9.8.dylib (52.10.1) /usr/lib/libcrypto.0.9.8.dylib 0x7fff90fca000 - 0x7fff90fe7fff com.apple.DistributionKit (700 - 920) /System/Library/PrivateFrameworks/Install.framework/Frameworks/DistributionKit. framework/Versions/A/DistributionKit 0x7fff90fe8000 - 0x7fff90feafff com.apple.OAuth (25 - 25) /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth 0x7fff91069000 - 0x7fff91080ff7 libLinearAlgebra.dylib (1128) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLinearAlgebra.dylib 0x7fff91081000 - 0x7fff910b3ff3 com.apple.frameworks.CoreDaemon (1.3 - 1.3) /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon 0x7fff910b4000 - 0x7fff910c2ff7 com.apple.ToneLibrary (1.0 - 1) /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary 0x7fff910c3000 - 0x7fff910c7fff com.apple.CommonPanels (1.2.6 - 96) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels 0x7fff910c8000 - 0x7fff910f3fff com.apple.DictionaryServices (1.2 - 229) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices 0x7fff910f4000 - 0x7fff910f4ff7 liblaunch.dylib (559.10.3) /usr/lib/system/liblaunch.dylib 0x7fff910f7000 - 0x7fff91462fff com.apple.VideoToolbox (1.0 - 1562.107) /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox 0x7fff91478000 - 0x7fff91516fff com.apple.Metadata (10.7.0 - 917.1) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata 0x7fff91517000 - 0x7fff91533ff7 com.apple.pluginkit.framework (1.0 - 1) /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit 0x7fff91534000 - 0x7fff91582fff libcurl.4.dylib (83.1.2) /usr/lib/libcurl.4.dylib 0x7fff91586000 - 0x7fff91625df7 com.apple.AppleJPEG (1.0 - 1) /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG 0x7fff91626000 - 0x7fff91641fff com.apple.PackageKit.PackageUIKit (3.0 - 436) /System/Library/PrivateFrameworks/PackageKit.framework/Frameworks/PackageUIKit. framework/Versions/A/PackageUIKit 0x7fff91642000 - 0x7fff91648fff libsystem_trace.dylib (72.1.3) /usr/lib/system/libsystem_trace.dylib 0x7fff916a6000 - 0x7fff916b1fff libGL.dylib (11.1.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff916b2000 - 0x7fff91810ffb com.apple.avfoundation (2.0 - 889.102) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation 0x7fff91811000 - 0x7fff9183cfff libc++abi.dylib (125) /usr/lib/libc++abi.dylib 0x7fff91856000 - 0x7fff91864fff libIASAuthReboot.dylib (920) /usr/lib/libIASAuthReboot.dylib 0x7fff91865000 - 0x7fff91925fff com.apple.backup.framework (1.6.2 - 1.6.2) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fff9193b000 - 0x7fff9193dff3 com.apple.SafariServices.framework (10600 - 10600.3.18) /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariSer vices 0x7fff919d6000 - 0x7fff919d7fff libDiagnosticMessagesClient.dylib (100) /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff919d8000 - 0x7fff91cbfffb com.apple.CoreServices.CarbonCore (1108.2 - 1108.2) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore 0x7fff91cc0000 - 0x7fff91d27ffb com.apple.datadetectorscore (6.0 - 396.1.1) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore 0x7fff91d28000 - 0x7fff91d34ff7 com.apple.OpenDirectory (10.10 - 187) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff91d35000 - 0x7fff91d54fff com.apple.CoreDuet (1.0 - 1) /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet 0x7fff91d55000 - 0x7fff91d60ff7 com.apple.speech.synthesis.framework (5.3.3 - 5.3.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff91d61000 - 0x7fff91d65fff com.apple.LoginUICore (3.0 - 3.0) /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore 0x7fff91d66000 - 0x7fff91ffcff7 com.apple.AOSKit (1.06 - 215) /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit 0x7fff91ffd000 - 0x7fff9213ffff libsqlite3.dylib (168) /usr/lib/libsqlite3.dylib 0x7fff92140000 - 0x7fff9216ffff com.apple.securityinterface (10.0 - 55058) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face 0x7fff92170000 - 0x7fff92171ff7 com.apple.AddressBook.ContactsData (9.0 - 1563) /System/Library/PrivateFrameworks/ContactsData.framework/Versions/A/ContactsDat a 0x7fff92172000 - 0x7fff921caff7 com.apple.accounts.AccountsDaemon (113 - 113) /System/Library/PrivateFrameworks/AccountsDaemon.framework/Versions/A/AccountsD aemon 0x7fff921cb000 - 0x7fff921cbfff com.apple.Cocoa (6.8 - 21) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7fff921cc000 - 0x7fff92309fff com.apple.ImageIO.framework (3.3.0 - 1232) /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff9230a000 - 0x7fff9243afff com.apple.UIFoundation (1.0 - 1) /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundatio n 0x7fff9243b000 - 0x7fff924cffff com.apple.ink.framework (10.9 - 213) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink 0x7fff92554000 - 0x7fff925a5ff7 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff925a6000 - 0x7fff925b4fff com.apple.AddressBook.ContactsFoundation (9.0 - 1563) /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/Conta ctsFoundation 0x7fff925b5000 - 0x7fff925e0ff3 libarchive.2.dylib (30) /usr/lib/libarchive.2.dylib 0x7fff925e1000 - 0x7fff925e7ff7 com.apple.XPCService (2.0 - 1) /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService 0x7fff92602000 - 0x7fff92609fff com.apple.NetFS (6.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff9260a000 - 0x7fff92a3afff com.apple.vision.FaceCore (3.1.6 - 3.1.6) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore 0x7fff92a69000 - 0x7fff92bf7fff libBLAS.dylib (1128) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib 0x7fff92bf8000 - 0x7fff92cd8fff com.apple.QuickLookUIFramework (5.0 - 675.13) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI 0x7fff92d0c000 - 0x7fff92d0dff7 com.apple.print.framework.Print (10.0 - 265) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print 0x7fff92d0e000 - 0x7fff92d61ffb libAVFAudio.dylib (118.3) /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib 0x7fff92d62000 - 0x7fff92d74fff libsasl2.2.dylib (193) /usr/lib/libsasl2.2.dylib 0x7fff92d75000 - 0x7fff92d7aff7 com.apple.ServerInformation (2.0 - 1) /System/Library/PrivateFrameworks/ServerInformation.framework/Versions/A/Server Information 0x7fff92d7b000 - 0x7fff92da7fff com.apple.framework.SystemAdministration (1.0 - 1.0) /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/Sys temAdministration 0x7fff92da8000 - 0x7fff92dabfff libScreenReader.dylib (390.21) /usr/lib/libScreenReader.dylib 0x7fff92dac000 - 0x7fff92dd9fff com.apple.Accounts (113 - 113) /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts 0x7fff92dda000 - 0x7fff92dfdfff com.apple.Sharing (328.3.2 - 328.3.2) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing 0x7fff92fea000 - 0x7fff93037fff com.apple.ImageCaptureCore (6.0 - 6.0) /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re 0x7fff9316d000 - 0x7fff9322bff7 com.apple.imcore (10.0 - 1000) /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore 0x7fff9322c000 - 0x7fff93296ff7 com.apple.imfoundation (10.0 - 1000) /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundatio n 0x7fff93297000 - 0x7fff932e4ff3 com.apple.print.framework.PrintCore (10.0 - 451) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore 0x7fff932e5000 - 0x7fff933a8ff7 libvMisc.dylib (516) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib 0x7fff933a9000 - 0x7fff933b1fff libsystem_dnssd.dylib (561.1.1) /usr/lib/system/libsystem_dnssd.dylib 0x7fff933b2000 - 0x7fff933b3fff libsystem_secinit.dylib (18) /usr/lib/system/libsystem_secinit.dylib 0x7fff933b4000 - 0x7fff935f5fff com.apple.AddressBook.framework (9.0 - 1563) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook 0x7fff935f6000 - 0x7fff93643ff3 com.apple.CoreMediaIO (601.0 - 4749) /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO 0x7fff93644000 - 0x7fff9368dff3 com.apple.HIServices (1.22 - 520.12) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices 0x7fff93696000 - 0x7fff93697fff libSystem.B.dylib (1213) /usr/lib/libSystem.B.dylib 0x7fff936b0000 - 0x7fff93739fff com.apple.CoreSymbolication (3.1 - 57020) /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication 0x7fff93da2000 - 0x7fff93e1aff7 com.apple.SystemConfiguration (1.14 - 1.14) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration 0x7fff93ebe000 - 0x7fff93edefff com.apple.IconServices (47.1 - 47.1) /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s 0x7fff93edf000 - 0x7fff93f3eff7 com.apple.StoreFoundation (1.0 - 1) /System/Library/PrivateFrameworks/StoreFoundation.framework/Versions/A/StoreFou ndation 0x7fff93f3f000 - 0x7fff94452ff3 com.apple.JavaScriptCore (10600 - 10600.3.13) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x7fff946ea000 - 0x7fff94952ff3 com.apple.security (7.0 - 57031.10.10) /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff94953000 - 0x7fff94976ff7 com.apple.idsfoundation (10.0 - 1000) /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundat ion 0x7fff94977000 - 0x7fff9497dfff com.apple.speech.recognition.framework (5.0.9 - 5.0.9) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition 0x7fff9497e000 - 0x7fff94a8cfff com.apple.desktopservices (1.9.2 - 1.9.2) /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv 0x7fff94a8d000 - 0x7fff94a9bff7 com.apple.opengl (11.1.1 - 11.1.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff94a9c000 - 0x7fff94b03ff7 com.apple.framework.CoreWiFi (3.0 - 300.4) /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x7fff94b5a000 - 0x7fff94b6cff7 com.apple.CoreDuetDaemonProtocol (1.0 - 1) /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/C oreDuetDaemonProtocol 0x7fff94b6d000 - 0x7fff94b6dfff com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib 0x7fff94b6e000 - 0x7fff94bfcff7 com.apple.CorePDF (4.0 - 4) /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF 0x7fff94bfd000 - 0x7fff94c1affb libresolv.9.dylib (57) /usr/lib/libresolv.9.dylib 0x7fff94c1b000 - 0x7fff94c9cff3 com.apple.CoreUtils (1.0 - 101.1) /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils 0x7fff94ca7000 - 0x7fff94cb2fff com.apple.CommerceCore (1.0 - 376.6.2) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore 0x7fff94cb5000 - 0x7fff95c6cffb com.apple.WebCore (10600 - 10600.3.15) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore 0x7fff95c6d000 - 0x7fff95ca0ff7 com.apple.MediaKit (16 - 757) /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit 0x7fff95cbd000 - 0x7fff95defff7 com.apple.MediaControlSender (2.0 - 215.15) /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender 0x7fff95df0000 - 0x7fff95e4aff7 com.apple.LanguageModeling (1.0 - 1) /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/Languag eModeling 0x7fff966fc000 - 0x7fff96813fe7 libvDSP.dylib (516) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib 0x7fff96814000 - 0x7fff96817fff com.apple.help (1.3.3 - 46) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help 0x7fff9682c000 - 0x7fff96834ff7 com.apple.AppleSRP (5.0 - 1) /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP 0x7fff96835000 - 0x7fff9684fff3 com.apple.Ubiquity (1.3 - 313) /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity 0x7fff96850000 - 0x7fff9685bfdb com.apple.AppleFSCompression (68.1.1 - 1.0) /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression 0x7fff9685c000 - 0x7fff968e0fff com.apple.ViewBridge (103.1 - 103.1) /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge 0x7fff968e6000 - 0x7fff96935ff7 com.apple.opencl (2.4.2 - 2.4.2) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff96977000 - 0x7fff96a08ff7 com.apple.cloudkit.CloudKit (259.2.5 - 259.2.5) /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit 0x7fff96a09000 - 0x7fff96a09fff com.apple.Accelerate (1.10 - Accelerate 1.10) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff96a19000 - 0x7fff96a22fff com.apple.DisplayServicesFW (2.9 - 372.1) /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices 0x7fff96a4e000 - 0x7fff96a56ffb com.apple.CoreServices.FSEvents (1210 - 1210) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvent s.framework/Versions/A/FSEvents 0x7fff96a57000 - 0x7fff96a5cffb libheimdal-asn1.dylib (398.10.1) /usr/lib/libheimdal-asn1.dylib 0x7fff96a77000 - 0x7fff96a93fff com.apple.GenerationalStorage (2.0 - 209.11) /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage 0x7fff96a94000 - 0x7fff96a98fff com.apple.TCC (1.0 - 1) /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fff96a99000 - 0x7fff96aaefff com.apple.ToneKit (1.0 - 1) /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit 0x7fff96ab3000 - 0x7fff96b3fff7 libsystem_c.dylib (1044.10.1) /usr/lib/system/libsystem_c.dylib 0x7fff96b40000 - 0x7fff96e06fff com.apple.WebKit (10600 - 10600.3.18) /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit 0x7fff96e07000 - 0x7fff96e49fff com.apple.sociald.Social (87 - 87) /System/Library/Frameworks/Social.framework/Versions/A/Social 0x7fff96e4a000 - 0x7fff96e4cff7 libutil.dylib (38) /usr/lib/libutil.dylib 0x7fff96e4d000 - 0x7fff96e58fff com.apple.AppSandbox (4.0 - 238.10.1) /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox 0x7fff9718a000 - 0x7fff971a6ff7 libsystem_malloc.dylib (53.1.1) /usr/lib/system/libsystem_malloc.dylib 0x7fff971a7000 - 0x7fff971aeff7 com.apple.phonenumbers (1.1.1 - 105) /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s 0x7fff971af000 - 0x7fff972a2ff7 libJP2.dylib (1232) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff972a3000 - 0x7fff9740eff7 com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff9766d000 - 0x7fff97679ff7 com.apple.commonutilities (8.0 - 900) /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUt ilities 0x7fff9767a000 - 0x7fff97949ff3 com.apple.CoreImage (10.0.33) /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage 0x7fff9794a000 - 0x7fff9796dff7 com.apple.framework.familycontrols (4.1 - 410) /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols 0x7fff9796e000 - 0x7fff97979fff libcommonCrypto.dylib (60061) /usr/lib/system/libcommonCrypto.dylib 0x7fff979a9000 - 0x7fff97a0eff7 com.apple.ids (10.0 - 1000) /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS 0x7fff97a0f000 - 0x7fff97a7bfff com.apple.framework.CoreWLAN (5.0 - 500.35.2) /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x7fff97a7c000 - 0x7fff97a93fff com.apple.login (3.0 - 3.0) /System/Library/PrivateFrameworks/login.framework/Versions/A/login 0x7fff97b51000 - 0x7fff97b67ff7 libsystem_asl.dylib (267) /usr/lib/system/libsystem_asl.dylib 0x7fff97b68000 - 0x7fff97e14fff com.apple.GeoServices (1.0 - 982.4.10) /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices 0x7fff97e15000 - 0x7fff97e2dfff com.apple.CalendarStore (8.0 - 1479) /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore 0x7fff97e2e000 - 0x7fff97e66ffb libsystem_network.dylib (411.1) /usr/lib/system/libsystem_network.dylib 0x7fff98017000 - 0x7fff98029ff7 com.apple.ImageCapture (9.0 - 9.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture 0x7fff9802a000 - 0x7fff9802afff com.apple.Carbon (154 - 157) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff9802b000 - 0x7fff98044fff com.apple.openscripting (1.4 - 162) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting 0x7fff98045000 - 0x7fff98091ff7 libcups.2.dylib (408) /usr/lib/libcups.2.dylib 0x7fff98092000 - 0x7fff980b3fff com.apple.framework.Apple80211 (10.1 - 1010.64) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x7fff980b4000 - 0x7fff980b6ff7 com.apple.diagnosticlogcollection (10.0 - 1000) /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/ DiagnosticLogCollection 0x7fff980be000 - 0x7fff980dcfff com.apple.frameworks.preferencepanes (16.0 - 16.0) /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes 0x7fff980dd000 - 0x7fff9810dfff libsystem_m.dylib (3086.1) /usr/lib/system/libsystem_m.dylib 0x7fff9810e000 - 0x7fff9810efff com.apple.audio.units.AudioUnit (1.12 - 1.12) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff9810f000 - 0x7fff982f4ff3 libicucore.A.dylib (531.31) /usr/lib/libicucore.A.dylib 0x7fff982f5000 - 0x7fff98332ff3 com.apple.bom (14.0 - 193.6) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom 0x7fff98333000 - 0x7fff9833eff7 com.apple.DirectoryService.Framework (10.10 - 187) /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce 0x7fff9833f000 - 0x7fff9833ffff com.apple.AOSMigrate (1.0 - 1) /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate 0x7fff98340000 - 0x7fff98379fff com.apple.AirPlaySupport (2.0 - 215.15) /System/Library/PrivateFrameworks/AirPlaySupport.framework/Versions/A/AirPlaySu pport 0x7fff9837a000 - 0x7fff98383fff libsystem_pthread.dylib (105.10.1) /usr/lib/system/libsystem_pthread.dylib 0x7fff98384000 - 0x7fff98389ff7 libunwind.dylib (35.3) /usr/lib/system/libunwind.dylib 0x7fff9838a000 - 0x7fff9838cff7 libquarantine.dylib (76) /usr/lib/system/libquarantine.dylib External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 2 thread_create: 1 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: 317 thread_create: 3 thread_set_state: 0 VM Region Summary: ReadOnly portion of Libraries: Total=261.0M resident=271.2M(104%) swapped_out_or_unallocated=16777216.0T(6739998539776%) Writable regions: Total=1.1G written=11.0M(1%) resident=16.2M(1%) swapped_out=0K(0%) unallocated=1.1G(99%) REGION TYPE VIRTUAL =========== ======= Activity Tracing 2048K CG shared images 144K JS JIT generated code 8K JS JIT generated code (reserved) 1.0G reserved VM address space (unallocated) Kernel Alloc Once 8K MALLOC 61.3M MALLOC (admin) 32K Memory Tag 242 12K SQLite page cache 2688K STACK GUARD 56.1M Stack 14.2M VM_ALLOCATE 17.1M WebKit Malloc 1296K __DATA 27.2M __IMAGE 528K __LINKEDIT 70.3M __TEXT 190.7M __UNICODE 544K mapped file 51.2M shared memory 4K =========== ======= TOTAL 1.5G TOTAL, minus reserved VM space 495.2M

Safari not opening on Start Up

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.