There was an error in Sharing preferences

A while after the Yosemite installation on my Mac mini server and while having a look into System Preferences/Sharing this function crashes with the error message "Preferences Error There was an error in Sharing preferences". I tested the function with another user and that one worked. This suggests, that the problem is linked to a corrupted parameter file somewhere within the related user files.


I checked and renewed the obvious files in ~/Library but so far I was not successful. If anyone has an idea which parameter files could be involved I would appreciate these hints.


Manfred

Mac mini, OS X Yosemite (10.10)

Posted on Nov 6, 2014 8:17 AM

Reply
14 replies

Nov 10, 2014 1:20 AM in response to manniko

Just for the records and in case someone else encounters this problem:


Final analysis showed that the problem was caused by the file sharing entry in sharing preferences and it appeared with all user-ids on the system. As the machine is configured as a server there is a second way to configure file sharing through the server app. Here I cleaned the list of access rights and after that the sharing preferences/file sharing didn't crash anymore.

Nov 7, 2014 7:24 AM in response to manniko

Please read this whole message before doing anything.

This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.

Step 1

The purpose of this step is to determine whether the problem is localized to your user account.

Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”

While logged in as Guest, you won’t have access to any of your documents or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this behavior; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.

Test while logged in as Guest. Same problem?

After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.

*Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.

Step 2

The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.

Please take this step regardless of the results of Step 1.

Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.

Note: If FileVault is enabled in OS X 10.9 or earlier, or if a firmware password is set, or if the startup volume is a software RAID, you can’t do this. Ask for further instructions.

Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.

The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.

Test while in safe mode. Same problem?

After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of Steps 1 and 2.

Sep 24, 2015 5:22 PM in response to manniko

I had this exact problem. Here is how I solved it.

  1. Open a terminal (it didn't work with iTerm because some of my sharing points had a name with accented characters in them, use Apple's terminal to make sure this procedure works)
  2. List the sharing points with the command 'sudo sharing -l' (this is an L, not a 1) This will list the sharing points, each having a name.
  3. For each sharing point, do the command 'sudo sharing -r <sharingpointname>' where the argument <sharingpointname> is a sharing point name listed by the previous command. This will remove the specified sharing point.

After removing all sharing points, my Sharing Preferences panel were back in a working state.

Nov 6, 2014 8:49 AM in response to manniko

Launch the Console application in any of the following ways:

☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)

☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.

☞ Open LaunchPad. Click Utilities, then Console in the icon grid.

The title of the Console window should be All Messages. If it isn't, select

SYSTEM LOG QUERIES ▹ All Messages

from the log list on the left. If you don't see that list, select

View ▹ Show Log List

from the menu bar at the top of the screen. Click the Clear Display icon in the toolbar. Then take one of the actions that you're having trouble with. Select any messages that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.

The log contains a vast amount of information, almost all of which is irrelevant to solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.

Please don't indiscriminately dump thousands of lines from the log into this discussion.

Please don't post screenshots of log messages—post the text.

Some private information, such as your name, may appear in the log. Anonymize before posting.

Nov 7, 2014 12:58 AM in response to Linc Davis

Thanks for your hints. I did what you suggested although the result didn't generate any further ideas how to fix that issue. For you or for others in the community with more knowledge and experience in debugging I attach the log and the first chapter of the crash report:


Log:


07/11/14 09:36:22,827 com.apple.preferences.sharing.remoteservice[13408]: Failed to connect (_authView) outlet from (NSView) to (SFAuthorizationView): missing setter or instance variable

07/11/14 09:36:22,827 com.apple.preferences.sharing.remoteservice[13408]: Failed to connect (_computerNameField) outlet from (NSView) to (NSTextField): missing setter or instance variable

07/11/14 09:36:22,827 com.apple.preferences.sharing.remoteservice[13408]: Failed to connect (_editLocalNameButton) outlet from (NSView) to (NSButton): missing setter or instance variable

07/11/14 09:36:22,828 com.apple.preferences.sharing.remoteservice[13408]: Failed to connect (_tabView) outlet from (NSView) to (NSTabView): missing setter or instance variable

07/11/14 09:36:23,144 com.apple.preferences.sharing.remoteservice[13408]: Attempt to use XPC with a MachService that has HideUntilCheckIn set. This will result in unpredictable behavior: com.apple.smbd

07/11/14 09:36:23,146 com.apple.preferences.sharing.remoteservice[13408]: Attempt to use XPC with a MachService that has HideUntilCheckIn set. This will result in unpredictable behavior: com.apple.smbd

07/11/14 09:36:23,210 com.apple.preferences.sharing.remoteservice[13408]: Attempt to use XPC with a MachService that has HideUntilCheckIn set. This will result in unpredictable behavior: com.apple.smbd

07/11/14 09:36:23,212 com.apple.preferences.sharing.remoteservice[13408]: Attempt to use XPC with a MachService that has HideUntilCheckIn set. This will result in unpredictable behavior: com.apple.smbd

07/11/14 09:36:23,448 com.apple.preferences.sharing.remoteservice[13408]: Failed to connect (_accountsSheet) outlet from (AppleSharing_SambaUsersSheetManager) to (NSWindow): missing setter or instance variable

07/11/14 09:36:23,448 com.apple.preferences.sharing.remoteservice[13408]: Failed to connect (_stopWindow) outlet from (AppleSharing_SambaUsersSheetManager) to (AppleSharing_AFPStopWindowController): missing setter or instance variable

07/11/14 09:36:30,109 com.apple.xpc.launchd[1]: (com.apple.preferences.sharing.remoteservice[13408]) Service exited due to signal: Segmentation fault: 11

07/11/14 09:36:30,502 ReportCrash[13410]: Saved crash report for com.apple.preferences.sharing.remoteservice[13408] version 1.0 (1) to /Users/admin/Library/Logs/DiagnosticReports/com.apple.preferences.sharing.remot eservice_2014-11-07-093630_server.crash


Crash Report (first chapter only):


Process: com.apple.preferences.sharing.remoteservice [13408]

Path: /System/Library/PreferencePanes/SharingPref.prefPane/Contents/XPCServices/com.a pple.preferences.sharing.remoteservice.xpc/Contents/MacOS/com.apple.preferences. sharing.remoteservice

Identifier: com.apple.preferences.sharing.remoteservice

Version: 1.0 (1)

Build Info: SharingPref-260000000000000~26

Code Type: X86-64 (Native)

Parent Process: ??? [1]

Responsible: System Preferences [13206]

User ID: 501


Date/Time: 2014-11-07 09:36:24.330 +0100

OS Version: Mac OS X 10.10 (14A389)

Report Version: 11

Anonymous UUID: 0ED64689-255F-8D9B-7246-3FB42F8EA717



Time Awake Since Boot: 160000 seconds


Crashed Thread: 0 Dispatch queue: com.apple.main-thread


Exception Type: EXC_BAD_ACCESS (SIGSEGV)

Exception Codes: KERN_INVALID_ADDRESS at 0x000037cb0e2fbec0


VM Regions Near 0x37cb0e2fbec0:

VM_ALLOCATE 0000000108023000-0000000108024000 [ 4K] rw-/rwx SM=ALI

-->

MALLOC_NANO 0000600000000000-0000600000200000 [ 2048K] rw-/rwx SM=COW


Application Specific Information:

objc_msgSend() selector name: isEqual:

Nov 7, 2014 6:51 AM in response to Linc Davis

Although a bit long an crowded, here it is:


Process: com.apple.preferences.sharing.remoteservice [13408]

Path: /System/Library/PreferencePanes/SharingPref.prefPane/Contents/XPCServices/com.a pple.preferences.sharing.remoteservice.xpc/Contents/MacOS/com.apple.preferences. sharing.remoteservice

Identifier: com.apple.preferences.sharing.remoteservice

Version: 1.0 (1)

Build Info: SharingPref-260000000000000~26

Code Type: X86-64 (Native)

Parent Process: ??? [1]

Responsible: System Preferences [13206]

User ID: 501


Date/Time: 2014-11-07 09:36:24.330 +0100

OS Version: Mac OS X 10.10 (14A389)

Report Version: 11

Anonymous UUID: 0ED64689-255F-8D9B-7246-3FB42F8EA717



Time Awake Since Boot: 160000 seconds


Crashed Thread: 0 Dispatch queue: com.apple.main-thread


Exception Type: EXC_BAD_ACCESS (SIGSEGV)

Exception Codes: KERN_INVALID_ADDRESS at 0x000037cb0e2fbec0


VM Regions Near 0x37cb0e2fbec0:

VM_ALLOCATE 0000000108023000-0000000108024000 [ 4K] rw-/rwx SM=ALI

-->

MALLOC_NANO 0000600000000000-0000600000200000 [ 2048K] rw-/rwx SM=COW


Application Specific Information:

objc_msgSend() selector name: isEqual:



Thread 0 Crashed:: Dispatch queue: com.apple.main-thread

0 libobjc.A.dylib 0x00007fff8c4590dd objc_msgSend + 29

1 com.apple.preferences.sharing 0x00000001065b9d3c 0x1065af000 + 44348

2 com.apple.AppKit 0x00007fff88fae294 -[NSTableView preparedCellAtColumn:row:] + 1637

3 com.apple.AppKit 0x00007fff88fadafc -[NSTableView _drawContentsAtRow:column:withCellFrame:] + 44

4 com.apple.AppKit 0x00007fff88fad82c -[NSTableView drawRow:clipRect:] + 1655

5 com.apple.AppKit 0x00007fff88fad055 -[NSTableView drawRowIndexes:clipRect:] + 831

6 com.apple.AppKit 0x00007fff88e8febb -[NSTableView drawRect:] + 1559

7 com.apple.AppKit 0x00007fff88e75b59 -[NSView(NSInternal) _recursive:displayRectIgnoringOpacity:inGraphicsContext:CGContext:topView:shoul dChangeFontReferenceColor:] + 1186

8 com.apple.AppKit 0x00007fff88e755a8 __46-[NSView(NSLayerKitGlue) drawLayer:inContext:]_block_invoke + 218

9 com.apple.AppKit 0x00007fff88e75341 -[NSView(NSLayerKitGlue) _drawViewBackingLayer:inContext:drawingHandler:] + 2407

10 com.apple.AppKit 0x00007fff88e749c3 -[NSView(NSLayerKitGlue) drawLayer:inContext:] + 108

11 com.apple.QuartzCore 0x00007fff8d86f153 CABackingStoreUpdate_ + 3306

12 com.apple.QuartzCore 0x00007fff8d86e463 ___ZN2CA5Layer8display_Ev_block_invoke + 59

13 com.apple.QuartzCore 0x00007fff8d86e41f x_blame_allocations + 81

14 com.apple.QuartzCore 0x00007fff8d86df1c CA::Layer::display_() + 1546

15 com.apple.AppKit 0x00007fff88e7489f _NSBackingLayerDisplay + 617

16 com.apple.AppKit 0x00007fff88e4a656 -[_NSViewBackingLayer display] + 834

17 com.apple.QuartzCore 0x00007fff8d86d641 CA::Layer::display_if_needed(CA::Transaction*) + 603

18 com.apple.QuartzCore 0x00007fff8d86cd7d CA::Layer::layout_and_display_if_needed(CA::Transaction*) + 35

19 com.apple.QuartzCore 0x00007fff8d86c50e CA::Context::commit_transaction(CA::Transaction*) + 242

20 com.apple.QuartzCore 0x00007fff8d86c164 CA::Transaction::commit() + 390

21 com.apple.AppKit 0x00007fff88ea4984 _handleWindowNeedsDisplayOrLayoutOrUpdateConstraints + 1130

22 com.apple.AppKit 0x00007fff89469d91 __83-[NSWindow _postWindowNeedsDisplayOrLayoutOrUpdateConstraintsUnlessPostingDisabled]_block_ invoke1523 + 46

23 com.apple.CoreFoundation 0x00007fff850c0d87 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 23

24 com.apple.CoreFoundation 0x00007fff850c0ce0 __CFRunLoopDoObservers + 368

25 com.apple.CoreFoundation 0x00007fff850b2de8 __CFRunLoopRun + 872

26 com.apple.CoreFoundation 0x00007fff850b2838 CFRunLoopRunSpecific + 296

27 com.apple.HIToolbox 0x00007fff8569943f RunCurrentEventLoopInMode + 235

28 com.apple.HIToolbox 0x00007fff856991ba ReceiveNextEventCommon + 431

29 com.apple.HIToolbox 0x00007fff85698ffb _BlockUntilNextEventMatchingListInModeWithFilter + 71

30 com.apple.AppKit 0x00007fff88d45821 _DPSNextEvent + 964

31 com.apple.AppKit 0x00007fff88d44fd0 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194

32 com.apple.ViewBridge 0x00007fff865f7e0e -[NSViewServiceApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 70

33 com.apple.AppKit 0x00007fff88d38f73 -[NSApplication run] + 594

34 com.apple.AppKit 0x00007fff88d24424 NSApplicationMain + 1832

35 libxpc.dylib 0x00007fff853ebef2 _xpc_objc_main + 793

36 libxpc.dylib 0x00007fff853eda9d xpc_main + 490

37 com.apple.ViewBridge 0x00007fff86646165 -[NSXPCSharedListener resume] + 16

38 com.apple.ViewBridge 0x00007fff865faff7 NSViewServiceApplicationMain + 1892

39 com.apple.frameworks.preferencepanes 0x00007fff935b315d PreferencePaneMain + 168

40 com.apple.preferences.sharing.remoteservice 0x000000010270dc92 main + 37

41 libdyld.dylib 0x00007fff8b3545c9 start + 1


Thread 1:

0 libsystem_kernel.dylib 0x00007fff90ae4946 __workq_kernreturn + 10

1 libsystem_pthread.dylib 0x00007fff8ff374a1 start_wqthread + 13


Thread 2:

0 libsystem_kernel.dylib 0x00007fff90ae4946 __workq_kernreturn + 10

1 libsystem_pthread.dylib 0x00007fff8ff374a1 start_wqthread + 13


Thread 3:: Dispatch queue: com.apple.libdispatch-manager

0 libsystem_kernel.dylib 0x00007fff90ae522e kevent64 + 10

1 libdispatch.dylib 0x00007fff9351aa6a _dispatch_mgr_thread + 52


Thread 4:

0 libsystem_kernel.dylib 0x00007fff90ae4946 __workq_kernreturn + 10

1 libsystem_pthread.dylib 0x00007fff8ff374a1 start_wqthread + 13


Thread 5:

0 libsystem_kernel.dylib 0x00007fff90ae4946 __workq_kernreturn + 10

1 libsystem_pthread.dylib 0x00007fff8ff374a1 start_wqthread + 13


Thread 6:

0 libsystem_kernel.dylib 0x00007fff90ae4946 __workq_kernreturn + 10

1 libsystem_pthread.dylib 0x00007fff8ff374a1 start_wqthread + 13


Thread 7:

0 libsystem_kernel.dylib 0x00007fff90adf52e mach_msg_trap + 10

1 libsystem_kernel.dylib 0x00007fff90ade69f mach_msg + 55

2 com.apple.CoreFoundation 0x00007fff850b3b14 __CFRunLoopServiceMachPort + 212

3 com.apple.CoreFoundation 0x00007fff850b2fdb __CFRunLoopRun + 1371

4 com.apple.CoreFoundation 0x00007fff850b2838 CFRunLoopRunSpecific + 296

5 com.apple.AppKit 0x00007fff88ea88f7 _NSEventThread + 137

6 libsystem_pthread.dylib 0x00007fff8ff392fc _pthread_body + 131

7 libsystem_pthread.dylib 0x00007fff8ff39279 _pthread_start + 176

8 libsystem_pthread.dylib 0x00007fff8ff374b1 thread_start + 13


Thread 0 crashed with X86 Thread State (64-bit):

rax: 0xbaddb7cb0e2fbead rbx: 0x000060000022a280 rcx: 0xbaddb7cb0e2fbead rdx: 0x000060000003d1a0

rdi: 0x000060000022a280 rsi: 0x00007fff89698794 rbp: 0x00007fff5d4eed70 rsp: 0x00007fff5d4eed48

r8: 0x000000000000003f r9: 0x000060000003c7e0 r10: 0x00007fff89698794 r11: 0x000037cb0e2fbea8

r12: 0x0000000000000000 r13: 0x00007fff8c460ac0 r14: 0x000060000003d1a0 r15: 0x00007fff750057a8

rip: 0x00007fff8c4590dd rfl: 0x0000000000010202 cr2: 0x000037cb0e2fbec0


Logical CPU: 0

Error Code: 0x00000004

Trap Number: 14



Binary Images:

0x10270d000 - 0x10270dfff com.apple.preferences.sharing.remoteservice (1.0 - 1) <6EB135C3-ACB2-38EC-89C9-E42E58B6D118> /System/Library/PreferencePanes/SharingPref.prefPane/Contents/XPCServices/com.a pple.preferences.sharing.remoteservice.xpc/Contents/MacOS/com.apple.preferences. sharing.remoteservice

0x1065af000 - 0x1065e8ff7 com.apple.preferences.sharing (13.0 - 13.0) <FB549161-9867-32A7-ACE2-42FDAB9038A3> /System/Library/PreferencePanes/SharingPref.prefPane/Contents/MacOS/SharingPref

0x106605000 - 0x106617fff com.apple.frameworks.preferencepanessupport (13.0 - 13.0) <41164AC3-82FF-351B-91C6-7CD19CB13F57> /System/Library/PrivateFrameworks/PreferencePanesSupport.framework/Versions/A/P referencePanesSupport

0x7fff6205c000 - 0x7fff62092837 dyld (353.2.1) <4696A982-1500-34EC-9777-1EF7A03E2659> /usr/lib/dyld

0x7fff84f88000 - 0x7fff84f8afff libRadiance.dylib (1231) <746E9989-E89C-3027-A418-5F99CE131C93> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib

0x7fff84f8b000 - 0x7fff84f8dfff libCVMSPluginSupport.dylib (11.0.7) <29D775BB-A11D-3140-A478-2A0DA1A87420> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib

0x7fff84f8e000 - 0x7fff84facff7 com.apple.addressbook.vCard (9.0 - 1498) <45C2138B-EA52-3576-8C5C-46637E648DF2> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard

0x7fff85031000 - 0x7fff85040fff com.apple.LangAnalysis (1.7.0 - 1.7.0) <D1E527E4-C561-352F-9457-E8C50232793C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis

0x7fff85041000 - 0x7fff853d7fff com.apple.CoreFoundation (6.9 - 1151.16) <F2B088AF-A5C6-3FAE-9EB4-7931AF6359E4> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

0x7fff853d8000 - 0x7fff85400fff libxpc.dylib (559.1.22) <9437C02E-A07B-38C8-91CB-299FAA63083D> /usr/lib/system/libxpc.dylib

0x7fff85426000 - 0x7fff85437ff7 libsystem_coretls.dylib (35.1.2) <EBBF7EF6-80D8-3F8F-825C-B412BD6D22C0> /usr/lib/system/libsystem_coretls.dylib

0x7fff85438000 - 0x7fff8546aff3 com.apple.frameworks.CoreDaemon (1.3 - 1.3) <C6DB0A07-F8E4-3837-BCA9-225F460EDA81> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon

0x7fff8546b000 - 0x7fff8546cfff libSystem.B.dylib (1213) <DA954461-EC6A-3DF0-8551-6FC810627627> /usr/lib/libSystem.B.dylib

0x7fff8546d000 - 0x7fff8559dfff com.apple.UIFoundation (1.0 - 1) <8E030D93-441C-3997-9CD2-55C8DFAC8B84> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundatio n

0x7fff8559e000 - 0x7fff855bafff com.apple.GenerationalStorage (2.0 - 209.11) <9FF8DD11-25FB-3047-A5BF-9415339B3EEC> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage

0x7fff855bb000 - 0x7fff855bffff libcache.dylib (69) <45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib

0x7fff855c9000 - 0x7fff85602fff com.apple.AirPlaySupport (2.0 - 215.10) <E4159036-4C38-3F28-8AF3-4F074DAF01AC> /System/Library/PrivateFrameworks/AirPlaySupport.framework/Versions/A/AirPlaySu pport

0x7fff85646000 - 0x7fff8564aff7 com.apple.NetFSServer (2.0 - 1) <954A42B3-0489-3DC8-BB43-ACFC9D3A7DBA> /System/Library/PrivateFrameworks/NetFSServer.framework/Versions/A/NetFSServer

0x7fff8564b000 - 0x7fff8564bfff com.apple.Cocoa (6.8 - 21) <EAC0EA1E-3C62-3B28-A941-5D8B1E085FF8> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa

0x7fff85666000 - 0x7fff8566afff libsystem_stats.dylib (163.1.4) <1DB04436-5974-3F16-86CC-5FF5F390339C> /usr/lib/system/libsystem_stats.dylib

0x7fff8566b000 - 0x7fff8596dfff com.apple.HIToolbox (2.1.1 - 756) <9DD121B5-B7EB-3C43-8155-61A4417F8E9A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox

0x7fff85a41000 - 0x7fff85f54ff3 com.apple.JavaScriptCore (10600 - 10600.1.17) <CE5255CC-E13F-3694-B6DD-5285356BFCC0> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore

0x7fff85f5d000 - 0x7fff85f65fff libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib

0x7fff85f66000 - 0x7fff85f79ff7 com.apple.CoreBluetooth (1.0 - 1) <FA9B43B3-E183-3040-AE25-66EF9870CF35> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth

0x7fff85f7a000 - 0x7fff85fa5fff libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib

0x7fff85fa6000 - 0x7fff85fb3ff7 libbz2.1.0.dylib (36) <2DF83FBC-5C08-39E1-94F5-C28653791B5F> /usr/lib/libbz2.1.0.dylib

0x7fff85fb4000 - 0x7fff85fbffff libGL.dylib (11.0.7) <C53344AD-8CE6-3111-AB94-BD4CA89ED84E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib

0x7fff85fc0000 - 0x7fff85fd2ff7 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

0x7fff85fd3000 - 0x7fff85fd4fff com.apple.TrustEvaluationAgent (2.0 - 25) <2D61A2C3-C83E-3A3F-8EC1-736DBEC250AB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent

0x7fff85fd5000 - 0x7fff860edffb com.apple.CoreText (352.0 - 454.1) <AB07DF12-BB1F-3275-A8A3-45F14BF872BF> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText

0x7fff860ee000 - 0x7fff86162fff com.apple.ApplicationServices.ATS (360 - 375) <62828B40-231D-3F81-8067-1903143DCB6B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS

0x7fff86163000 - 0x7fff861a9ffb libFontRegistry.dylib (134) <01B8034A-45FD-3360-A347-A1896F591363> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib

0x7fff861aa000 - 0x7fff861b2ff7 com.apple.AppleSRP (5.0 - 1) <01EC5144-D09A-3D6A-AE35-F6D48585F154> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP

0x7fff861b3000 - 0x7fff863b6ff3 com.apple.CFNetwork (720.0.9 - 720.0.9) <78EE1B88-394F-3BB8-93A6-E068990559EC> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork

0x7fff86567000 - 0x7fff8658cff7 libJPEG.dylib (1231) <35F13BD9-AA92-3510-B5BB-420DA15AE7F2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib

0x7fff8658d000 - 0x7fff865a4ff7 libLinearAlgebra.dylib (1128) <E78CCBAA-A999-3B65-8EC9-06DB15E67C37> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLinearAlgebra.dylib

0x7fff865a5000 - 0x7fff865e0fff com.apple.Symbolication (1.4 - 56045) <D64571B1-4483-3FE2-BD67-A91360F79727> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion

0x7fff865e1000 - 0x7fff865e1fff com.apple.Carbon (154 - 157) <6E3AEB9D-7643-36BE-A7E5-D08886649257> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon

0x7fff865ef000 - 0x7fff86673ff7 com.apple.ViewBridge (99.1 - 99.1) <B36779D4-BEAF-36DD-83AF-E67F639BFF36> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge

0x7fff86674000 - 0x7fff86677fff com.apple.IOSurface (97 - 97) <D4B4D2B2-7B16-3174-9EA6-55E0A10B452D> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface

0x7fff8671d000 - 0x7fff86a4bff7 com.apple.Foundation (6.9 - 1151.16) <18EDD673-A010-3E99-956E-DA594CE1FA80> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation

0x7fff86a4c000 - 0x7fff86b0bfff com.apple.backup.framework (1.6 - 1.6) <5C38C168-5E9B-335D-9570-91AF8604BB10> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup

0x7fff86b0c000 - 0x7fff86b14ffb com.apple.CoreServices.FSEvents (1210 - 1210) <782A9C69-7A45-31A7-8960-D08A36CBD0A7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvent s.framework/Versions/A/FSEvents

0x7fff86b15000 - 0x7fff86b2bff7 com.apple.CoreMediaAuthoring (2.2 - 951) <B5E5ADF2-BBE8-30D9-83BC-74D0D450CF42> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring

0x7fff86b65000 - 0x7fff86b67ff7 libsystem_coreservices.dylib (9) <41B7C578-5A53-31C8-A96F-C73E030B0938> /usr/lib/system/libsystem_coreservices.dylib

0x7fff86be9000 - 0x7fff86c06ffb libresolv.9.dylib (57) <26B38E61-298A-3C3A-82C1-3B5E98AD5E29> /usr/lib/libresolv.9.dylib

0x7fff86c07000 - 0x7fff86c1cfff com.apple.ToneKit (1.0 - 1) <CA375645-8DE1-3DE8-A2E0-0537849DF59B> /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit

0x7fff86c1d000 - 0x7fff86c28fff libcommonCrypto.dylib (60061) <D381EBC6-69D8-31D3-8084-5A80A32CB748> /usr/lib/system/libcommonCrypto.dylib

0x7fff86f57000 - 0x7fff8702dff3 com.apple.DiskImagesFramework (10.10 - 389.1) <7DE2208C-BD55-390A-8167-4F9F11750C4B> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages

0x7fff8703d000 - 0x7fff87090ffb libAVFAudio.dylib (118.3) <CC124063-34DF-39E3-921A-2BA3EA8D6F38> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAu dio.dylib

0x7fff870b9000 - 0x7fff870c3fff com.apple.IntlPreferences (2.0 - 150.1) <F2DE1784-F780-3E3F-A626-D9CBD38F20EE> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPref erences

0x7fff870c4000 - 0x7fff870c8ff7 libGIF.dylib (1231) <A349BA73-301E-3EDE-8A31-8ACE827C289E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib

0x7fff870c9000 - 0x7fff870c9fff com.apple.audio.units.AudioUnit (1.12 - 1.12) <76EF1C9D-DEA4-3E55-A134-4099B2FD2CF2> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit

0x7fff870ca000 - 0x7fff870d1fff com.apple.NetFS (6.0 - 4.0) <1581D25F-CC07-39B0-90E8-5D4F3CF84EBA> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS

0x7fff870d2000 - 0x7fff870d5ff7 com.apple.AppleSystemInfo (3.0 - 3.0) <E54DA0B2-3515-3B1C-A4BD-54A0B02B5612> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo

0x7fff870d6000 - 0x7fff870dcfff libsystem_trace.dylib (72.1.3) <A9E6B7D8-C327-3742-AC54-86C94218B1DF> /usr/lib/system/libsystem_trace.dylib

0x7fff87283000 - 0x7fff87285fff com.apple.OAuth (25 - 25) <EE765AF0-2BB6-3689-9EAA-689BF1F02A0D> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth

0x7fff87286000 - 0x7fff87378ff7 libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib

0x7fff87492000 - 0x7fff874b2fff com.apple.IconServices (47.1 - 47.1) <E83DFE3B-6541-3736-96BB-26DC5D0100F1> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s

0x7fff874b3000 - 0x7fff874b4ffb libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib

0x7fff874d9000 - 0x7fff8756aff7 libCoreStorage.dylib (471) <5CA37ED3-320C-3469-B4D2-6F045AFE03A1> /usr/lib/libCoreStorage.dylib

0x7fff8756b000 - 0x7fff87750ff3 libicucore.A.dylib (531.30) <EF0E7544-E317-3550-A962-6AE65E78AF17> /usr/lib/libicucore.A.dylib

0x7fff87751000 - 0x7fff87753ff7 libsystem_sandbox.dylib (358.1.1) <DB9962EF-8898-31CC-9B87-E01F8CE74C9D> /usr/lib/system/libsystem_sandbox.dylib

0x7fff87754000 - 0x7fff87759ff7 com.apple.MediaAccessibility (1.0 - 61) <00A3E0B6-79AC-387E-B282-AADFBD5722F6> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessi bility

0x7fff8775a000 - 0x7fff87787fff com.apple.Accounts (113 - 113) <3145FCC2-D297-3DD1-B74B-9E7DBB0EE33C> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts

0x7fff87788000 - 0x7fff87788fff com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <A48738CA-5B6F-3D14-97E9-2BFDFC3DCC06> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib

0x7fff877b8000 - 0x7fff87b8ffe7 com.apple.CoreAUC (211.0.0 - 211.0.0) <C8B2470F-3994-37B8-BE10-6F78667604AC> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC

0x7fff87b90000 - 0x7fff87c06fe7 libcorecrypto.dylib (233.1.2) <E1789801-3985-3949-B736-6B3378873301> /usr/lib/system/libcorecrypto.dylib

0x7fff87c07000 - 0x7fff87c11ff7 com.apple.CrashReporterSupport (10.10 - 629) <EC97EA5E-3190-3717-A4A9-2F35A447E7A6> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport

0x7fff87c62000 - 0x7fff87cdaff7 com.apple.SystemConfiguration (1.14 - 1.14) <C269BCFD-ACAB-3331-BC7C-0430F0E84817> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration

0x7fff87cdb000 - 0x7fff87cdcff7 libsystem_blocks.dylib (65) <9615D10A-FCA7-3BE4-AA1A-1B195DACE1A1> /usr/lib/system/libsystem_blocks.dylib

0x7fff87cdd000 - 0x7fff87cfcfff com.apple.CoreDuet (1.0 - 1) <36AA9FD5-2685-314D-B364-3FA4688D86BD> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet

0x7fff87cfd000 - 0x7fff87d00ff7 com.apple.Mangrove (1.0 - 1) <2AF1CAE9-8BF9-33C4-9C1B-123DBAF1522B> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove

0x7fff87d01000 - 0x7fff87d05fff libspindump.dylib (182) <7BD8C0AC-1CDA-3864-AE03-470B50160148> /usr/lib/libspindump.dylib

0x7fff87d06000 - 0x7fff87d33ffb com.apple.SystemConfiguration.EAP8021X (14.0.0 - 14.0) <3646ECEF-1875-31CD-B614-FBE29A7500EF> /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X

0x7fff87d34000 - 0x7fff87d45ff7 libz.1.dylib (55) <88C7C7DE-04B8-316F-8B74-ACD9F3DE1AA1> /usr/lib/libz.1.dylib

0x7fff889d9000 - 0x7fff889dbfff com.apple.EFILogin (2.0 - 2) <F0269EE2-3686-3A8A-8B83-F86974E35E90> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin

0x7fff889f5000 - 0x7fff889f7ff7 libutil.dylib (38) <471AD65E-B86E-3C4A-8ABD-B8665A2BCE3F> /usr/lib/libutil.dylib

0x7fff88a31000 - 0x7fff88bbffff libBLAS.dylib (1128) <497912C1-A98E-3281-BED7-E9C751552F61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib

0x7fff88bc0000 - 0x7fff88bc1ff7 com.apple.print.framework.Print (10.0 - 265) <3BC4FE7F-78A0-3E57-8F4C-520E7EFD36FA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print

0x7fff88bc2000 - 0x7fff88ce3fff com.apple.LaunchServices (644.10 - 644.10) <0B1C68BC-0AEB-38E2-ABC8-E92728FEC475> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices

0x7fff88ce4000 - 0x7fff88cfdff7 com.apple.CFOpenDirectory (10.10 - 187) <0ECA5D80-A045-3A2C-A60C-E1605F3AB6BD> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory

0x7fff88cfe000 - 0x7fff88d02fff libpam.2.dylib (20) <E805398D-9A92-31F8-8005-8DC188BD8B6E> /usr/lib/libpam.2.dylib

0x7fff88d03000 - 0x7fff88d14fff libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib

0x7fff88d21000 - 0x7fff89862fff com.apple.AppKit (6.9 - 1343.14) <1732C412-257B-340E-8863-B8162D4EB2E2> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit

0x7fff89b8a000 - 0x7fff89fddfc7 com.apple.vImage (8.0 - 8.0) <33BE7B31-72DB-3364-B37E-C322A32748C5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage

0x7fff89fde000 - 0x7fff8a01eff7 com.apple.CloudDocs (1.0 - 280.1) <21D7E10A-99EF-34BE-82D7-29A6F1761DE5> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs

0x7fff8a024000 - 0x7fff8a026ff7 com.apple.SecCodeWrapper (4.0 - 238) <F450AB10-B0A4-3B55-A1B9-563E55C99333> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper

0x7fff8a027000 - 0x7fff8a054fff com.apple.CoreVideo (1.8 - 145.1) <18DB07E0-B927-3260-A234-636F298D1917> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo

0x7fff8a055000 - 0x7fff8a05efff libGFXShared.dylib (11.0.7) <EC449E3A-D9D2-3494-8B6C-DEB7B11EEDAB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib

0x7fff8a05f000 - 0x7fff8a0a5ff7 libauto.dylib (186) <A260789B-D4D8-316A-9490-254767B8A5F1> /usr/lib/libauto.dylib

0x7fff8a0af000 - 0x7fff8a0f0fff libGLU.dylib (11.0.7) <8037342E-1ECD-385F-B4C3-545CE97B76AE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib

0x7fff8a0f1000 - 0x7fff8a15dfff com.apple.framework.CoreWLAN (5.0 - 500.35.2) <ACBAAB0A-BCC7-37CF-AAFB-2DA1733F2682> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN

0x7fff8a3f5000 - 0x7fff8a425fff libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib

0x7fff8a435000 - 0x7fff8a44fff3 com.apple.Ubiquity (1.3 - 313) <DF56A657-CC6E-3BE2-86A0-71F07127724C> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity

0x7fff8a450000 - 0x7fff8a45cfff com.apple.Collaboration (71 - 71) <03083C5F-76F2-36D8-8D0C-2F11A95014A1> /System/Library/Frameworks/Collaboration.framework/Versions/A/Collaboration

0x7fff8a45d000 - 0x7fff8a4fbfff com.apple.Metadata (10.7.0 - 916) <DA8A1D18-19FE-37B3-BE12-85C5B0A00736> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata

0x7fff8a514000 - 0x7fff8a51cff7 com.apple.icloud.FindMyDevice (1.0 - 1) <D198E170-3610-3727-BC87-73AD249CA097> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevic e

0x7fff8a51d000 - 0x7fff8a661ff7 com.apple.QTKit (7.7.3 - 2890) <6F6CD79F-CFBB-3FE4-82C6-47991346FB17> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit

0x7fff8a662000 - 0x7fff8a669fff libCGCMS.A.dylib (772) <E64DC779-A6CF-3B1F-8E57-C09C0B10670F> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib

0x7fff8a72a000 - 0x7fff8a752ffb libRIP.A.dylib (772) <9262437A-710A-397D-8E34-1CBFEA1FC5E1> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib

0x7fff8a753000 - 0x7fff8a7aefff libTIFF.dylib (1231) <ACC9ED11-EED8-3A23-B452-3F40FF7EF435> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib

0x7fff8a7af000 - 0x7fff8a80eff3 com.apple.AE (681 - 681) <7F544183-A515-31A8-B45F-89A167F56216> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE

0x7fff8a94c000 - 0x7fff8a953ff7 libcompiler_rt.dylib (35) <BF8FC133-EE10-3DA6-9B90-92039E28678F> /usr/lib/system/libcompiler_rt.dylib

0x7fff8a954000 - 0x7fff8a9e0fff libsystem_c.dylib (1044.1.2) <C185E862-7424-3210-B528-6B822577A4B8> /usr/lib/system/libsystem_c.dylib

0x7fff8a9e1000 - 0x7fff8a9fafff com.apple.openscripting (1.4 - 162) <80DFF366-B950-3F79-903F-99DA0FFDB570> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting

0x7fff8ab33000 - 0x7fff8ab63ffb com.apple.GSS (4.0 - 2.0) <D033E7F1-2D34-339F-A814-C67E009DE5A9> /System/Library/Frameworks/GSS.framework/Versions/A/GSS

0x7fff8ab64000 - 0x7fff8ab6cffb libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib

0x7fff8ab6d000 - 0x7fff8ab72ff7 libunwind.dylib (35.3) <BE7E51A0-B6EA-3A54-9CCA-9D88F683A6D6> /usr/lib/system/libunwind.dylib

0x7fff8ab73000 - 0x7fff8ab9efff com.apple.DictionaryServices (1.2 - 229) <6789EC43-CADA-394D-8FE8-FC3A2DD136B9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices

0x7fff8ab9f000 - 0x7fff8abd7ffb libsystem_network.dylib (411) <C0B2313D-47BE-38A9-BEE6-2634A4F5E14B> /usr/lib/system/libsystem_network.dylib

0x7fff8ac27000 - 0x7fff8ac50ffb libxslt.1.dylib (13) <AED1143F-B848-3E73-81ED-71356F25F084> /usr/lib/libxslt.1.dylib

0x7fff8ac51000 - 0x7fff8ac55ff7 com.apple.TCC (1.0 - 1) <AFC32F8F-BCD5-313C-B66E-5AB8591EC066> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC

0x7fff8ac61000 - 0x7fff8ac6aff7 libsystem_notify.dylib (133.1.1) <61147800-F320-3DAA-850C-BADF33855F29> /usr/lib/system/libsystem_notify.dylib

0x7fff8ac6b000 - 0x7fff8af52ffb com.apple.CoreServices.CarbonCore (1108.1 - 1108.1) <55A16172-ACC0-38B7-8409-3CB92AF33973> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore

0x7fff8af53000 - 0x7fff8b222ff3 com.apple.CoreImage (10.0.33) <6E3DDA29-718B-3BDB-BFAF-F8C201BF93A4> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage

0x7fff8b223000 - 0x7fff8b248ff7 libPng.dylib (1231) <2D5AC0EE-4056-3F76-97E7-BBD415F072B5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib

0x7fff8b273000 - 0x7fff8b2a3ff3 com.apple.CoreAVCHD (5.7.5 - 5750.4.1) <3E51287C-E97D-3886-BE88-8F6872400876> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD

0x7fff8b2e2000 - 0x7fff8b350ffb com.apple.Heimdal (4.0 - 2.0) <B852ACA1-4C64-3E2A-A9D3-6D4C80AD9429> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal

0x7fff8b351000 - 0x7fff8b354ff7 libdyld.dylib (353.2.1) <19FAF435-C165-3374-9DEF-D7BBA7D61DB6> /usr/lib/system/libdyld.dylib

0x7fff8b355000 - 0x7fff8b367fff libsasl2.2.dylib (193) <E523DD05-544B-3430-8AA9-672408A5AF8B> /usr/lib/libsasl2.2.dylib

0x7fff8b368000 - 0x7fff8b376ff7 com.apple.ToneLibrary (1.0 - 1) <3E6D130D-77B0-31E1-98E3-A6052AB09824> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary

0x7fff8b518000 - 0x7fff8b520fff libMatch.1.dylib (24) <C917279D-33C2-38A8-9BDD-18F3B24E6FBD> /usr/lib/libMatch.1.dylib

0x7fff8b596000 - 0x7fff8b596fff com.apple.quartzframework (1.5 - 1.5) <4944127A-F319-3689-AAEC-58591D3CAC07> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz

0x7fff8b642000 - 0x7fff8b656ff7 com.apple.ProtectedCloudStorage (1.0 - 1) <52CFE68A-0663-3756-AB5B-B42195026052> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/Pr otectedCloudStorage

0x7fff8b661000 - 0x7fff8b668ff7 com.apple.phonenumbers (1.1.1 - 105) <AE39B6FE-05AB-3181-BB2A-4D50A8B392F2> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s

0x7fff8b669000 - 0x7fff8b66afff liblangid.dylib (117) <B54A4AA0-2E53-3671-90F5-AFF711C0EB9E> /usr/lib/liblangid.dylib

0x7fff8b6d9000 - 0x7fff8b6d9fff libOpenScriptingUtil.dylib (162) <EFD79173-A9DA-3AE6-BE15-3948938204A6> /usr/lib/libOpenScriptingUtil.dylib

0x7fff8b6df000 - 0x7fff8b6e8fff com.apple.DisplayServicesFW (2.9 - 372.1) <30E61754-D83C-330A-AE60-533F27BEBFF5> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices

0x7fff8b70a000 - 0x7fff8b71fff7 com.apple.AppContainer (4.0 - 238) <9481F305-359A-33E6-93F1-89A25FA14E00> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r

0x7fff8b720000 - 0x7fff8b988ffb com.apple.security (7.0 - 57031.1.35) <96141D1F-614E-32C4-8AC2-F47481F23F43> /System/Library/Frameworks/Security.framework/Versions/A/Security

0x7fff8b9b9000 - 0x7fff8b9f3ffb com.apple.DebugSymbols (115 - 115) <6F03761D-7C3A-3C80-8031-AA1C1AD7C706> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s

0x7fff8c297000 - 0x7fff8c29bfff com.apple.CommonPanels (1.2.6 - 96) <F9ECC8AF-D9CA-3350-AFB4-5113A9B789A5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels

0x7fff8c2c1000 - 0x7fff8c2c5fff libCoreVMClient.dylib (79) <FC4E08E3-749E-32FF-B5E9-211F29864831> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib

0x7fff8c3c7000 - 0x7fff8c3d0ff3 com.apple.CommonAuth (4.0 - 2.0) <F4C266BE-2E0E-36B4-9DE7-C6B4BF410FD7> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth

0x7fff8c3d1000 - 0x7fff8c3d2ff7 com.apple.AddressBook.ContactsData (9.0 - 1498) <2F7F3C93-9F1E-3E43-851B-F639EF37D552> /System/Library/PrivateFrameworks/ContactsData.framework/Versions/A/ContactsDat a

0x7fff8c3d3000 - 0x7fff8c3e0fff com.apple.ProtocolBuffer (1 - 225.1) <2D502FBB-D2A0-3937-A5C5-385FA65B3874> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer

0x7fff8c3e1000 - 0x7fff8c430ff7 com.apple.opencl (2.4.2 - 2.4.2) <6AE26E08-6EFC-3E1B-B202-EFA9C3E5B9D4> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL

0x7fff8c431000 - 0x7fff8c457ff7 com.apple.ChunkingLibrary (2.1 - 163.1) <3514F2A4-38BD-3849-9286-B3B991057742> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library

0x7fff8c458000 - 0x7fff8c63d267 libobjc.A.dylib (646) <3B60CD90-74A2-3A5D-9686-B0772159792A> /usr/lib/libobjc.A.dylib

0x7fff8c69a000 - 0x7fff8c6a5ff7 com.apple.DirectoryService.Framework (10.10 - 187) <813211CD-725D-31B9-ABEF-7B28DE2CB224> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce

0x7fff8c6a6000 - 0x7fff8c8e6ff7 com.apple.AddressBook.framework (9.0 - 1498) <EFCD7F23-4654-3B3F-997B-88054D29D442> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook

0x7fff8c8e7000 - 0x7fff8c8f3ff7 com.apple.OpenDirectory (10.10 - 187) <1D0066FC-1DEB-381B-B15C-4C009E0DF850> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory

0x7fff8c8f4000 - 0x7fff8c8f6fff com.apple.CoreDuetDebugLogging (1.0 - 1) <9A6E5710-EA99-366E-BF40-9A65EC1B46A1> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/Cor eDuetDebugLogging

0x7fff8c8f9000 - 0x7fff8c925fff com.apple.framework.SystemAdministration (1.0 - 1.0) <F2A164C7-4813-3F27-ABF7-810A5F4FA51D> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/Sys temAdministration

0x7fff8c926000 - 0x7fff8c973fff com.apple.ImageCaptureCore (6.0 - 6.0) <93B4D878-A86B-3615-8426-92E4C79F8482> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re

0x7fff8c974000 - 0x7fff8c974fff com.apple.ApplicationServices (48 - 48) <5BF7910B-C328-3BF8-BA4F-CE52B574CE01> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services

0x7fff8c975000 - 0x7fff8c9a4fff com.apple.securityinterface (10.0 - 55058) <21F38170-2D3D-3FA2-B0EC-379482AFA5E4> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face

0x7fff8c9a5000 - 0x7fff8ca99ff7 libFontParser.dylib (134) <506126F8-FDCE-3DE1-9DCA-E07FE658B597> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib

0x7fff8ca9a000 - 0x7fff8caa7fff com.apple.SpeechRecognitionCore (2.0.32 - 2.0.32) <87F0C88D-502D-3217-8B4A-8388288568BA> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/Sp eechRecognitionCore

0x7fff8caa8000 - 0x7fff8cab5ff7 libxar.1.dylib (254) <CE10EFED-3066-3749-838A-6A15AC0DBCB6> /usr/lib/libxar.1.dylib

0x7fff8cb4e000 - 0x7fff8cb69ff7 libCRFSuite.dylib (34) <D64842BE-7BD4-3D0C-9842-1D202F7C2A51> /usr/lib/libCRFSuite.dylib

0x7fff8cb7f000 - 0x7fff8d3d6ff3 com.apple.CoreGraphics (1.600.0 - 772) <6364CBE3-3635-3A53-B448-9D19EF9FEA96> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics

0x7fff8d3d7000 - 0x7fff8d423ff7 libcups.2.dylib (408) <9CECCDE3-51D7-3028-830C-F58BD36E3317> /usr/lib/libcups.2.dylib

0x7fff8d424000 - 0x7fff8d566fff libsqlite3.dylib (168) <7B580EB9-9260-35FE-AE2F-276A2C242BAB> /usr/lib/libsqlite3.dylib

0x7fff8d567000 - 0x7fff8d572ff7 com.apple.AppSandbox (4.0 - 238) <BC5EE1CA-764A-303D-9989-4041C1291026> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox

0x7fff8d573000 - 0x7fff8d7edff3 com.apple.RawCamera.bundle (6.00 - 761) <056E2E1D-6682-354E-9666-7E4935653D47> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera

0x7fff8d859000 - 0x7fff8da09ff7 com.apple.QuartzCore (1.10 - 361.11) <7382E4A9-10B0-3877-B9D7-FA84DC71BA55> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore

0x7fff8da0a000 - 0x7fff8da64ff7 com.apple.LanguageModeling (1.0 - 1) <ACA93FE0-A0E3-333E-AE3C-8EB7DE5F362F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/Languag eModeling

0x7fff8da65000 - 0x7fff8da73ff7 com.apple.opengl (11.0.7 - 11.0.7) <B5C4DF85-37BD-3984-98D1-90A5043DA984> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL

0x7fff8da74000 - 0x7fff8da8eff7 libextension.dylib (55) <17514AB2-C503-3D49-A725-EBC1140567A6> /usr/lib/libextension.dylib

0x7fff8da8f000 - 0x7fff8dbc1ff7 com.apple.MediaControlSender (2.0 - 215.10) <8ECF208C-587A-325F-9866-09890D58F1B1> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender

0x7fff8dbee000 - 0x7fff8dc5fff7 com.apple.framework.IOKit (2.0.2 - 1050.1.21) <ED3B0B22-AACC-303B-BFC8-20ECD1AF6BA2> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit

0x7fff8dc60000 - 0x7fff8dc74ff7 com.apple.MultitouchSupport.framework (260.30 - 260.30) <28728A7D-E048-3B14-9932-839A87D381FE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport

0x7fff8dc75000 - 0x7fff8dd0bffb com.apple.CoreMedia (1.0 - 1562.19) <F79E0E9D-4ED1-3ED1-827A-C3C5377DB1D7> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia

0x7fff8dd10000 - 0x7fff8ddafdf7 com.apple.AppleJPEG (1.0 - 1) <9BB3D7DF-630A-3E1C-A124-12D6C4D0DE70> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG

0x7fff8ddb0000 - 0x7fff8dde3ff7 com.apple.MediaKit (16 - 757) <345EDAFE-3E39-3B0F-8D84-54657EC4396D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit

0x7fff8dde4000 - 0x7fff8de61fff com.apple.CoreServices.OSServices (640.3 - 640.3) <28445162-08E9-3E24-84E4-617CE5FE1367> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices

0x7fff8de86000 - 0x7fff8de86fff com.apple.CoreServices (62 - 62) <9E4577CA-3FC3-300D-AB00-87ADBDDA2E37> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices

0x7fff8de87000 - 0x7fff8de87ff7 libunc.dylib (29) <5676F7EA-C1DF-329F-B006-D2C3022B7D70> /usr/lib/system/libunc.dylib

0x7fff8de88000 - 0x7fff8de8dffb libheimdal-asn1.dylib (398.1.2) <F9463B34-AAF5-3488-AD0C-85937C81FC5E> /usr/lib/libheimdal-asn1.dylib

0x7fff8de8e000 - 0x7fff8df34fff com.apple.PDFKit (3.0 - 3.0) <C55D8F39-561D-32C7-A701-46F76D6CC151> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit

0x7fff8df35000 - 0x7fff8dff8ff7 libvMisc.dylib (512) <A4E39464-52EA-34CB-9FFE-53E79B3C65F5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib

0x7fff8dff9000 - 0x7fff8e2a5fff com.apple.GeoServices (1.0 - 982.4.10) <8A7FE04A-2785-30E7-A6E2-DC15D170DAF5> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices

0x7fff8e39d000 - 0x7fff8e42bff7 com.apple.CorePDF (4.0 - 4) <9CD7EC6D-3593-3D60-B04F-75F612CCB99A> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF

0x7fff8e439000 - 0x7fff8e846ff7 libLAPACK.dylib (1128) <F9201AE7-B031-36DB-BCF8-971E994EF7C1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib

0x7fff8ea3b000 - 0x7fff8ea72ffb com.apple.LDAPFramework (2.4.28 - 194.5) <4CFE8010-CE3F-35EC-90BA-529B74321029> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP

0x7fff8ea73000 - 0x7fff8eb9afff com.apple.coreui (2.1 - 305) <BB430677-D1F7-38DD-8F05-70E54352B8B5> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI

0x7fff8ebae000 - 0x7fff8ebc4ff7 libsystem_asl.dylib (267) <F153AC5B-0542-356E-88C8-20A62CA704E2> /usr/lib/system/libsystem_asl.dylib

0x7fff8ebc5000 - 0x7fff8ebcdfff libsystem_dnssd.dylib (561.1.1) <62B70ECA-E40D-3C63-896E-7F00EC386DDB> /usr/lib/system/libsystem_dnssd.dylib

0x7fff8ed42000 - 0x7fff8ed42fff com.apple.Accelerate (1.10 - Accelerate 1.10) <227E2491-1DDB-336F-BF83-773CECEC66F1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate

0x7fff8ed4c000 - 0x7fff8ed7afff com.apple.CoreServicesInternal (221.1 - 221.1) <51BAE6D2-84F3-392A-BFEC-A3B47B80A3D2> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal

0x7fff8ed7b000 - 0x7fff8ede2ff7 com.apple.framework.CoreWiFi (3.0 - 300.4) <19269C1D-EB29-384A-83F3-7DDDEB7D9DAD> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi

0x7fff8ede3000 - 0x7fff8ee24fff com.apple.framework.corewlankit (4.0 - 400.35) <C5408B27-623E-3B20-A6B1-747937AB8F26> /System/Library/PrivateFrameworks/CoreWLANKit.framework/Versions/A/CoreWLANKit

0x7fff8ee25000 - 0x7fff8ee51fff libsandbox.1.dylib (358.1.1) <9A00BD06-579F-3EDF-9D4C-590DFE54B103> /usr/lib/libsandbox.1.dylib

0x7fff8ee52000 - 0x7fff8eea3ff7 com.apple.AppleVAFramework (5.0.31 - 5.0.31) <762E9358-A69A-3D63-8282-3B77FBE0147E> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA

0x7fff8f034000 - 0x7fff8f050ff7 libsystem_malloc.dylib (53.1.1) <19BCC257-5717-3502-A71F-95D65AFA861B> /usr/lib/system/libsystem_malloc.dylib

0x7fff8f051000 - 0x7fff8f1bcff7 com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <5C6DBEB4-F2EA-3262-B9FC-AFB89404C1DA> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox

0x7fff8f1bd000 - 0x7fff8f251fff 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

0x7fff8f252000 - 0x7fff8f256ff7 com.apple.LoginUICore (3.0 - 3.0) <86C742AF-8F8A-3AD6-AFD3-DEC66815B5C0> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore

0x7fff8f4ee000 - 0x7fff8f53bff3 com.apple.print.framework.PrintCore (10.0 - 451) <3CA58254-D14F-3913-9DFB-CAC499570CC7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore

0x7fff8f57e000 - 0x7fff8f65bff7 com.apple.QuickLookUIFramework (5.0 - 675) <84FEB409-7D7A-35AC-83BE-F79FB293E23E> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI

0x7fff8f73c000 - 0x7fff8f742ff7 com.apple.XPCService (2.0 - 1) <AA4A5393-1F5D-3465-A417-0414B95DC052> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService

0x7fff8f743000 - 0x7fff8f753ff7 libbsm.0.dylib (34) <A3A2E56C-2B65-37C7-B43A-A1F926E1A0BB> /usr/lib/libbsm.0.dylib

0x7fff8fe0b000 - 0x7fff8feadfff com.apple.Bluetooth (4.3.0 - 4.3.0f10) <70922125-2A01-37AE-9CB8-D8A9578092E4> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth

0x7fff8feae000 - 0x7fff8feb8ff7 com.apple.NetAuth (5.0 - 5.0) <B9EC5425-D38D-308C-865F-207E0A98BAC7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth

0x7fff8ff36000 - 0x7fff8ff3ffff libsystem_pthread.dylib (105.1.4) <26B1897F-0CD3-30F3-B55A-37CB45062D73> /usr/lib/system/libsystem_pthread.dylib

0x7fff8ff40000 - 0x7fff8ff43fff com.apple.xpc.ServiceManagement (1.0 - 1) <7E9E6BB7-AEE7-3F59-BAC0-59EAF105D0C8> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment

0x7fff8ff44000 - 0x7fff8ff4afff com.apple.speech.recognition.framework (5.0.9 - 5.0.9) <BB2D573F-0A01-379F-A2BA-3C454EDCB111> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition

0x7fff90008000 - 0x7fff9000dfff com.apple.DiskArbitration (2.6 - 2.6) <0DFF4D9B-2AC3-3B82-B5C5-30F4EFBD2DB9> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration

0x7fff9000e000 - 0x7fff90090fff com.apple.PerformanceAnalysis (1.0 - 1) <2FC0F303-B672-3E64-A978-AB78EAD98395> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis

0x7fff90091000 - 0x7fff90174fff libcrypto.0.9.8.dylib (52) <7208EEE2-C090-383E-AADD-7E1BD1321BEC> /usr/lib/libcrypto.0.9.8.dylib

0x7fff9018f000 - 0x7fff90203ff3 com.apple.securityfoundation (6.0 - 55126) <E7FB7A4E-CB0B-37BA-ADD5-373B2A20A783> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation

0x7fff90204000 - 0x7fff9047efff com.apple.CoreData (110 - 526) <AEEDAF00-D38F-3A15-B3C9-73732940CC55> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData

0x7fff9047f000 - 0x7fff9047fff7 libkeymgr.dylib (28) <77845842-DE70-3CC5-BD01-C3D14227CED5> /usr/lib/system/libkeymgr.dylib

0x7fff90480000 - 0x7fff909a9ff7 com.apple.QuartzComposer (5.1 - 325) <2007FD9E-A5CF-361E-A7DD-ACAF976860AD> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer

0x7fff909aa000 - 0x7fff909b5ff7 libcsfde.dylib (471) <797691FA-FC0A-3A95-B6E8-BDB75AEAEDFD> /usr/lib/libcsfde.dylib

0x7fff909b6000 - 0x7fff90acdfe7 libvDSP.dylib (512) <52777555-F051-3BC2-A2D2-9645907E836D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib

0x7fff90ace000 - 0x7fff90aebfff libsystem_kernel.dylib (2782.1.97) <93E0E0A9-75B6-3904-BB4E-4BC7C05F4B6B> /usr/lib/system/libsystem_kernel.dylib

0x7fff90b14000 - 0x7fff90b61ff3 com.apple.CoreMediaIO (601.0 - 4749) <DDB756B3-A281-3791-9744-1F52CF8E5EDB> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO

0x7fff90b89000 - 0x7fff90b8bff7 libquarantine.dylib (76) <DC041627-2D92-361C-BABF-A869A5C72293> /usr/lib/system/libquarantine.dylib

0x7fff90ba0000 - 0x7fff90bf1ff7 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <AF72B06E-C6C1-3FAE-8B47-AF461CAE0E22> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio

0x7fff90c21000 - 0x7fff90c7cfff com.apple.QuickLookFramework (5.0 - 675) <D71CD23B-643B-341B-A890-57FE099B36C7> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook

0x7fff90c7d000 - 0x7fff90c82ff7 libmacho.dylib (862) <126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib

0x7fff90c83000 - 0x7fff90ceaff7 com.apple.datadetectorscore (6.0 - 396.1) <5D348063-1528-3E2F-B587-9E82970506F9> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore

0x7fff90cff000 - 0x7fff90d09fff com.apple.CaptiveNetworkSupport (13.0 - 1) <D44A799E-C106-3600-BD95-22B05ECCBA02> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/Versions/A/CaptiveNe twork

0x7fff90d0a000 - 0x7fff90d4aff7 libGLImage.dylib (11.0.7) <7CBCEB4B-D22F-3116-8B28-D1C22D28C69D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib

0x7fff90d4b000 - 0x7fff90d6fff7 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

0x7fff90d70000 - 0x7fff90e2bff7 com.apple.DiscRecording (9.0 - 9000.4.1) <F70E600E-9668-3DF2-A3A8-61813DF9E2EE> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording

0x7fff90e2c000 - 0x7fff9115ffff libmecabra.dylib (666) <2CE5540A-D412-3D53-9E11-86C24D61713B> /usr/lib/libmecabra.dylib

0x7fff911a1000 - 0x7fff912ffff3 com.apple.avfoundation (2.0 - 889.10) <4D1735C4-D055-31E9-8051-FED29F41F4F6> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation

0x7fff91300000 - 0x7fff91307fff com.apple.network.statistics.framework (1.2 - 1) <61B311D1-7F15-35B3-80D4-99B8BE90ACD9> /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/Networ kStatistics

0x7fff91308000 - 0x7fff917f4fff com.apple.MediaToolbox (1.0 - 1562.19) <36062C5F-CC37-3F50-8383-07A9C8C75F33> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox

0x7fff917f5000 - 0x7fff917f7fff com.apple.loginsupport (1.0 - 1) <35A2A071-606C-39A5-8C11-E4CAF98D934C> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsu pport.framework/Versions/A/loginsupport

0x7fff917f8000 - 0x7fff91833fff com.apple.QD (301 - 301) <C4D2AD03-B839-350A-AAF0-B4A08F8BED77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD

0x7fff9217a000 - 0x7fff92185ff7 libkxld.dylib (2782.1.97) <CB1A1B57-54BE-3573-AE0C-B90ED6BAEEE2> /usr/lib/system/libkxld.dylib

0x7fff92186000 - 0x7fff92207ff3 com.apple.CoreUtils (1.0 - 101.1) <45E5E51B-947E-3F2D-BD9C-480E72555C23> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils

0x7fff92208000 - 0x7fff92208ff7 liblaunch.dylib (559.1.22) <8A988924-8BE7-35FE-BF7D-322E90EFE49E> /usr/lib/system/liblaunch.dylib

0x7fff92209000 - 0x7fff92278fff com.apple.SearchKit (1.4.0 - 1.4.0) <BFD6D876-36BA-3A3B-9F15-3E2F7DE6E89D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit

0x7fff92279000 - 0x7fff92284ff7 com.apple.speech.synthesis.framework (5.2.6 - 5.2.6) <9434AA45-B6BD-37F7-A866-172196A7F91B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis

0x7fff9322a000 - 0x7fff93273ff3 com.apple.HIServices (1.22 - 519) <59D78E07-C3F1-3272-88F1-876B836D5517> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices

0x7fff93274000 - 0x7fff93277fff com.apple.help (1.3.3 - 46) <CA4541F4-CEF5-355C-8F1F-EA65DC1B400F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help

0x7fff9331a000 - 0x7fff93334ff7 liblzma.5.dylib (7) <1D03E875-A7C0-3028-814C-3C27F7B7C079> /usr/lib/liblzma.5.dylib

0x7fff93342000 - 0x7fff933d3fff com.apple.cloudkit.CloudKit (259.2.3 - 259.2.3) <6F955140-D522-32B3-B34B-BD94C5D94E7A> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit

0x7fff933d4000 - 0x7fff93511fff com.apple.ImageIO.framework (3.3.0 - 1038) <611BDFBA-4BAA-36A8-B7E0-3830F3375E53> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO

0x7fff93516000 - 0x7fff93540ff7 libdispatch.dylib (442.1.4) <502CF32B-669B-3709-8862-08188225E4F0> /usr/lib/system/libdispatch.dylib

0x7fff93589000 - 0x7fff9358aff7 libodfde.dylib (22) <52D0ABCD-F464-362C-86EA-ACA10993F556> /usr/lib/libodfde.dylib

0x7fff9358b000 - 0x7fff9359dff7 com.apple.CoreDuetDaemonProtocol (1.0 - 1) <CE9FABB4-1C5D-3F9B-9BB8-5CC50C3E5E31> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/C oreDuetDaemonProtocol

0x7fff9359e000 - 0x7fff935bcfff com.apple.frameworks.preferencepanes (16.0 - 16.0) <C763B730-D6BC-31D3-951A-898BB49C5A3E> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes

0x7fff935d6000 - 0x7fff935d7fff libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib

0x7fff935fd000 - 0x7fff9364bfff libcurl.4.dylib (83.1.2) <337A1FF8-E8B1-3173-9F29-C0D4C851D8E1> /usr/lib/libcurl.4.dylib

0x7fff9364c000 - 0x7fff93698fff com.apple.corelocation (1486.17 - 1615.21) <DB68CEB9-0D51-3CB9-86A4-B0400CE6C515> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation

0x7fff93699000 - 0x7fff937a8ffb com.apple.desktopservices (1.9 - 1.9) <6EDAC73F-C42C-3FF7-B67D-FCCA1CFC5405> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv

0x7fff937a9000 - 0x7fff937c4ff7 com.apple.aps.framework (4.0 - 4.0) <9955CAFD-D56B-36E9-BB41-6F7F73317EB5> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService

0x7fff9382b000 - 0x7fff93845ff7 com.apple.AppleVPAFramework (1.0.30 - 1.0.30) <D47A2125-C72D-3298-B27D-D89EA0D55584> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA

0x7fff93846000 - 0x7fff9387efff com.apple.RemoteViewServices (2.0 - 99) <C9A62691-B0D9-34B7-B71C-A48B5F4DC553> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices

0x7fff9387f000 - 0x7fff9388dfff com.apple.AddressBook.ContactsFoundation (9.0 - 1498) <0BD29957-C30F-376A-B28F-1510F80A9174> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/Conta ctsFoundation

0x7fff938b3000 - 0x7fff938b5fff libsystem_configuration.dylib (699.1.5) <9FBA1CE4-97D0-347E-A443-93ED94512E92> /usr/lib/system/libsystem_configuration.dylib

0x7fff938b6000 - 0x7fff939a9ff7 libJP2.dylib (1231) <58849E48-9CD2-38A1-9D48-FCE630F473EB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib

0x7fff939aa000 - 0x7fff939c4ff7 com.apple.Kerberos (3.0 - 1) <7760E0C2-A222-3709-B2A6-B692D900CEB1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos

0x7fff93a6d000 - 0x7fff93a98ff3 libarchive.2.dylib (30) <8CBB4416-EBE9-3574-8ADC-44655D245F39> /usr/lib/libarchive.2.dylib

0x7fff93a99000 - 0x7fff93ec9fff com.apple.vision.FaceCore (3.1.6 - 3.1.6) <C3B823AA-C261-37D3-B4AC-C59CE91C8241> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore

0x7fff93eca000 - 0x7fff93ef2fff libsystem_info.dylib (459) <B85A85D5-8530-3A93-B0C3-4DEC41F79478> /usr/lib/system/libsystem_info.dylib

0x7fff93ef3000 - 0x7fff93f47fff libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib

0x7fff93f48000 - 0x7fff941b2fff com.apple.imageKit (2.6 - 838) <AFFC0062-F9E0-3F36-B321-D90B7E9CB785> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit

0x7fff942b7000 - 0x7fff943a9fff libxml2.2.dylib (26) <B834E7C8-EC3E-3382-BC5A-DA38DC4D720C> /usr/lib/libxml2.2.dylib

0x7fff943aa000 - 0x7fff94715fff com.apple.VideoToolbox (1.0 - 1562.19) <C08228FE-FA1E-394C-98CB-2AFD8E566C3F> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox

0x7fff9472c000 - 0x7fff9474ffff com.apple.Sharing (328.3 - 328.3) <FDEE49AD-8804-3760-9C14-8D1D10BBEA37> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing

0x7fff94750000 - 0x7fff94752ff7 com.apple.securityhi (9.0 - 55006) <B1E09986-7AF0-3BD1-BAA1-B5514DFB7CD1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI

0x7fff94753000 - 0x7fff94759ff7 libsystem_networkextension.dylib (167.1.10) <29AB225B-D7FB-30ED-9600-65D44B9A9442> /usr/lib/system/libsystem_networkextension.dylib

0x7fff9475a000 - 0x7fff9475cffb libCGXType.A.dylib (772) <7CB71BC6-D8EC-37BC-8243-41BAB086FAAA> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy pe.A.dylib

0x7fff9475d000 - 0x7fff947f2ff7 com.apple.ColorSync (4.9.0 - 4.9.0) <F06733BD-A10C-3DB3-B050-825351130392> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync

0x7fff9487c000 - 0x7fff9487dfff libsystem_secinit.dylib (18) <581DAD0F-6B63-3A48-B63B-917AF799ABAA> /usr/lib/system/libsystem_secinit.dylib

0x7fff9487e000 - 0x7fff94907fff com.apple.CoreSymbolication (3.1 - 56072) <8CE81C95-49E8-389F-B989-67CC452C08D0> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication

0x7fff94965000 - 0x7fff94986fff com.apple.framework.Apple80211 (10.0 - 1000.57.3) <F64EB1A1-57F3-3ABA-97D0-DB7C926FD07F> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211


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: 80594

thread_create: 0

thread_set_state: 0


VM Region Summary:

ReadOnly portion of Libraries: Total=222.9M resident=65.8M(30%) swapped_out_or_unallocated=157.1M(70%)

Writable regions: Total=67.5M written=5088K(7%) resident=11.3M(17%) swapped_out=4K(0%) unallocated=56.3M(83%)


REGION TYPE VIRTUAL

=========== =======

Activity Tracing 2048K

CG backing stores 1592K

CG image 40K

CG shared images 272K

CoreAnimation 1036K

CoreAnimation (reserved) 8K reserved VM address space (unallocated)

CoreUI image data 60K

Foundation 4K

Image IO 8K

Kernel Alloc Once 8K

MALLOC 34.4M

MALLOC (admin) 48K

Memory Tag 242 12K

Memory Tag 251 8K

STACK GUARD 56.0M

Stack 11.1M

VM_ALLOCATE 17.2M

__DATA 21.9M

__IMAGE 528K

__LINKEDIT 70.3M

__TEXT 152.6M

__UNICODE 544K

mapped file 61.8M

shared memory 4K

=========== =======

TOTAL 431.4M

TOTAL, minus reserved VM space 431.4M

Nov 7, 2014 8:03 AM in response to Linc Davis

I did step 1 already a while ago, not with the guest account but with another account on that machine. Sharing preferences worked just fine with that account.


After I prepared the console output I checked a few other things on the concerned machine, e.g. the computer name and the local machine name were different. Adjusting that and rebooting didn't resolve the problem. Just by chance I checked also the printer sharing settings in printer preferences and there is a link into sharing preferences. I clicked on it and the sharing preferences crashed one time but then I tried once more and since then everything is fine with sharing preferences.

I don't trust that "solution" too much because corrupted system files or whatever the reasons for the crashes are, are not subject to magic self healing mechanisms but for the time being I can't reproduce the problem.


Thank you very much for your efforts and should the crashes reappear I will go on with the safe mode test. The impact of graphics is an interesting hint because I normally use screen sharing to access the server and screen sharing leaves room for improvement in Yosemite. During the debugging exercise I plugged in my 30'' Cinema HD and so the conditions were different from standard use. I am back to screen sharing access and sharing preferences still don't crash. So let's see whether the problem reappears.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

There was an error in Sharing preferences

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