stefanceriu / SCXcodeMiniMap

Sublime Text like Minimap for Xcode
GNU General Public License v3.0
1.03k stars 91 forks source link

Xcode 7 Crash When Minimap is Visible #76

Closed NatWeiss closed 8 years ago

NatWeiss commented 8 years ago

If the minimap is visible and I view a certain cpp file, it always crashes guaranteed. If I hide the minimap it no longer crashes.

It's always the same error: -[DVTLayoutManager _fillLayoutHoleForCharacterRange:desiredNumberOfLines:isSoft:] * attempted layout while textStorage is editing. It is not valid to cause the layoutManager to do layout while the textStorage is editing (ie the textStorage has been sent a beginEditing message without a matching endEditing.)**

Here's the crash log:

Process:               Xcode [3559]
Path:                  /Applications/Xcode.app/Contents/MacOS/Xcode
Identifier:            com.apple.dt.Xcode
Version:               7.2 (9548)
Build Info:            IDEFrameworks-9548000000000000~7
App Item ID:           497799835
App External ID:       814662604
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           Xcode [3559]
User ID:               501

Date/Time:             2016-01-21 23:42:03.324 -0800
OS Version:            Mac OS X 10.11.2 (15C50)
Report Version:        11
Anonymous UUID:        EE7D1637-8D7E-9285-AF5E-0D5F102BEFAD

Sleep/Wake UUID:       6389C26A-93AA-4D48-8A0B-100F7C91C89B

Time Awake Since Boot: 2700 seconds
Time Since Wake:       880 seconds

System Integrity Protection: enabled

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

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

Application Specific Information:
ProductBuildVersion: 7C68
UNCAUGHT EXCEPTION (NSInternalInconsistencyException): -[DVTLayoutManager _fillLayoutHoleForCharacterRange:desiredNumberOfLines:isSoft:] *** attempted layout while textStorage is editing.  It is not valid to cause the layoutManager to do layout while the textStorage is editing (ie the textStorage has been sent a beginEditing message without a matching endEditing.)
UserInfo: (null)
Hints: None
Backtrace:
  0  0x00007fff86326aca __exceptionPreprocess (in CoreFoundation)
  1  0x0000000104eacc67 DVTFailureHintExceptionPreprocessor (in DVTFoundation)
  2  0x00007fff8eb82f7e objc_exception_throw (in libobjc.A.dylib)
  3  0x00007fff8632698d +[NSException raise:format:] (in CoreFoundation)
  4  0x00007fff86ca6df9 -[NSLayoutManager(NSPrivate) _fillLayoutHoleForCharacterRange:desiredNumberOfLines:isSoft:] (in UIFoundation)
  5  0x00007fff86cb09c2 _NSFastFillAllLayoutHolesForGlyphRange (in UIFoundation)
  6  0x00007fff98591152 -[NSTextView(NSPrivate) _ensureLayoutCompleteForRect:withExtensionFactor:minimumExtensionDistance:repetitions:] (in AppKit)
  7  0x00007fff985911f9 -[NSTextView(NSPrivate) _ensureLayoutCompleteForRect:withExtension:] (in AppKit)
  8  0x00007fff9808e52d -[NSTextView prepareContentInRect:] (in AppKit)
  9  0x0000000105557f8e -[DVTSourceTextView prepareContentInRect:] (in DVTKit)
 10  0x00007fff985e13d4 -[NSView _updateSuggestedContentRectToValue:] (in AppKit)
 11  0x00007fff97f40983 -[NSView _updateSuggestedContentRect] (in AppKit)
 12  0x00007fff98052f45 -[NSView _updateSuggestedContentRectForVisibleRectChange] (in AppKit)
 13  0x00007fff97ff1d9f -[NSScrollView(NSRulerSupport) _handleBoundsChangeForSubview:] (in AppKit)
 14  0x00007fff97f0dd5e -[NSView _postBoundsChangeNotification] (in AppKit)
 15  0x00007fff97f1f896 -[NSView translateOriginToPoint:] (in AppKit)
 16  0x00007fff97f1dedc -[NSClipView _immediateScrollToPoint:] (in AppKit)
 17  0x00007fff97f1d688 -[NSClipView scrollToPoint:] (in AppKit)
 18  0x00007fff97ff1a7c -[NSScrollView scrollClipView:toPoint:] (in AppKit)
 19  0x00007fff97f1d433 -[NSClipView _scrollTo:animateScroll:flashScrollerKnobs:] (in AppKit)
 20  0x00007fff9805557e -[NSClipView _scrollPoint:fromView:] (in AppKit)
 21  0x00007fff98055500 -[NSView scrollPoint:] (in AppKit)
 22  0x000000010555d516 -[DVTSourceTextView scrollPoint:] (in DVTKit)
 23  0x000000011112fd53 -[SCXcodeMinimapView updateOffset] at /Users/nat/Library/Application Support/Alcatraz/Plug-ins/SCXcodeMinimap/SCXcodeMinimap/SCXcodeMinimapView.m:622 (in SCXcodeMinimap)
 24  0x000000011112c783 __37-[SCXcodeMinimapView initWithEditor:]_block_invoke215 at /Users/nat/Library/Application Support/Alcatraz/Plug-ins/SCXcodeMinimap/SCXcodeMinimap/SCXcodeMinimapView.m:267 (in SCXcodeMinimap)
 25  0x00007fff920f33b2 -[__NSObserver _doit:] (in Foundation)
 26  0x00007fff862e070c __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ (in CoreFoundation)
 27  0x00007fff862e067f ___CFXRegistrationPost_block_invoke (in CoreFoundation)
 28  0x00007fff862dfd47 _CFXRegistrationPost (in CoreFoundation)
 29  0x00007fff862dfab2 ___CFXNotificationPost_block_invoke (in CoreFoundation)
 30  0x00007fff862d9d42 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation)
 31  0x00007fff861c8145 _CFXNotificationPost (in CoreFoundation)
 32  0x00007fff920c0921 -[NSNotificationCenter postNotificationName:object:userInfo:] (in Foundation)
 33  0x0000000104e83f55 -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] (in DVTFoundation)
 34  0x00000001113240b8 -[IDESourceCodeEditor textViewBoundsDidChange:] (in IDESourceEditor)
 35  0x0000000104e82beb -[_DVTNotificationReceiver receiveNotification:] (in DVTFoundation)
 36  0x00007fff862e070c __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ (in CoreFoundation)
 37  0x00007fff862e067f ___CFXRegistrationPost_block_invoke (in CoreFoundation)
 38  0x00007fff862dfd47 _CFXRegistrationPost (in CoreFoundation)
 39  0x00007fff862dfab2 ___CFXNotificationPost_block_invoke (in CoreFoundation)
 40  0x00007fff862d9d42 -[_CFXNotificationRegistrar find:object:observer:enumerator:] (in CoreFoundation)
 41  0x00007fff861c8145 _CFXNotificationPost (in CoreFoundation)
 42  0x00007fff920c0921 -[NSNotificationCenter postNotificationName:object:userInfo:] (in Foundation)
 43  0x0000000104e83f55 -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] (in DVTFoundation)
 44  0x00007fff97f0dd89 -[NSView _postBoundsChangeNotification] (in AppKit)
 45  0x00007fff97f1f896 -[NSView translateOriginToPoint:] (in AppKit)
 46  0x00007fff97f1dedc -[NSClipView _immediateScrollToPoint:] (in AppKit)
 47  0x00007fff97f1d688 -[NSClipView scrollToPoint:] (in AppKit)
 48  0x00007fff97ff1a7c -[NSScrollView scrollClipView:toPoint:] (in AppKit)
 49  0x00007fff97f1d433 -[NSClipView _scrollTo:animateScroll:flashScrollerKnobs:] (in AppKit)
 50  0x00007fff97f233fb -[NSClipView _scrollRectToVisible:fromView:animateScroll:flashScrollerKnobs:] (in AppKit)
 51  0x00007fff97e2f247 -[NSView scrollRectToVisible:] (in AppKit)
 52  0x000000010555d67c -[DVTSourceTextView scrollRectToVisible:] (in DVTKit)
 53  0x00007fff980d1879 -[NSTextView(NSPrivate) _centeredScrollRectToVisible:forceCenter:] (in AppKit)
 54  0x000000010539cf17 -[DVTSourceTextView _centeredScrollRectToVisible:forceCenter:] (in DVTKit)
 55  0x00007fff980d12ce -[NSTextView(NSPrivate) _scrollRangeToVisible:forceCenter:] (in AppKit)
 56  0x000000010539cdd1 -[DVTSourceTextView scrollRangeToVisible:animate:] (in DVTKit)
 57  0x00007fff86cad6ea -[NSLayoutManager(NSPrivate) _resizeTextViewForTextContainer:] (in UIFoundation)
 58  0x00007fff86cab9a9 -[NSLayoutManager(NSPrivate) _recalculateUsageForTextContainerAtIndex:] (in UIFoundation)
 59  0x00007fff86caba19 -[NSLayoutManager(NSPrivate) _validatedStoredUsageForTextContainerAtIndex:] (in UIFoundation)
 60  0x00007fff86bcae43 -[NSLayoutManager usedRectForTextContainer:] (in UIFoundation)
 61  0x00007fff9822a7a2 -[NSTextView(NSPrivate) _ensureLayoutCompleteForVisibleRectWithExtensionFactor:minimumExtensionDistance:repetitions:] (in AppKit)
 62  0x00007fff97f1588d -[NSTextView setNeedsDisplayInRect:avoidAdditionalLayout:] (in AppKit)
 63  0x000000010536ebf0 -[DVTCompletingTextView setNeedsDisplayInRect:avoidAdditionalLayout:] (in DVTKit)
 64  0x00007fff97f14fe1 -[NSTextView setNeedsDisplayInRect:] (in AppKit)
 65  0x00007fff97f14a80 -[NSTextView(NSSharing) updateInsertionPointStateAndRestartTimer:] (in AppKit)
 66  0x0000000105560e09 -[DVTSourceTextView updateInsertionPointStateAndRestartTimer:] (in DVTKit)
 67  0x00007fff86ca7da5 -[NSLayoutManager(NSPrivate) _fillLayoutHoleForCharacterRange:desiredNumberOfLines:isSoft:] (in UIFoundation)
 68  0x00007fff86cb09c2 _NSFastFillAllLayoutHolesForGlyphRange (in UIFoundation)
 69  0x00007fff985910ee -[NSTextView(NSPrivate) _ensureLayoutCompleteForRect:withExtensionFactor:minimumExtensionDistance:repetitions:] (in AppKit)
 70  0x00007fff985911f9 -[NSTextView(NSPrivate) _ensureLayoutCompleteForRect:withExtension:] (in AppKit)
 71  0x00007fff9808e52d -[NSTextView prepareContentInRect:] (in AppKit)
 72  0x0000000105557f8e -[DVTSourceTextView prepareContentInRect:] (in DVTKit)
 73  0x00007fff985e13d4 -[NSView _updateSuggestedContentRectToValue:] (in AppKit)
 74  0x00007fff97f40983 -[NSView _updateSuggestedContentRect] (in AppKit)
 75  0x00007fff98052f45 -[NSView _updateSuggestedContentRectForVisibleRectChange] (in AppKit)
 76  0x00007fff97ff1d9f -[NSScrollView(NSRulerSupport) _handleBoundsChangeForSubview:] (in AppKit)
 77  0x00007fff97f0dd5e -[NSView _postBoundsChangeNotification] (in AppKit)
 78  0x00007fff97f1f896 -[NSView translateOriginToPoint:] (in AppKit)
 79  0x00007fff97f1dedc -[NSClipView _immediateScrollToPoint:] (in AppKit)
 80  0x00007fff97f1d688 -[NSClipView scrollToPoint:] (in AppKit)
 81  0x00007fff97ff1a7c -[NSScrollView scrollClipView:toPoint:] (in AppKit)
 82  0x00007fff97f1d433 -[NSClipView _scrollTo:animateScroll:flashScrollerKnobs:] (in AppKit)
 83  0x00007fff97f1cbc1 -[NSClipView _reflectDocumentViewFrameChange] (in AppKit)
 84  0x00007fff97e60cca -[NSView _postFrameChangeNotification] (in AppKit)
 85  0x00007fff97e606bb -[NSView setFrameSize:] (in AppKit)
 86  0x00007fff97f18544 -[NSTextView(NSPrivate) _setFrameSize:forceScroll:] (in AppKit)
 87  0x00007fff97f1821c -[NSTextView setFrameSize:] (in AppKit)
 88  0x0000000105396bf7 -[DVTSourceTextView setFrameSize:] (in DVTKit)
 89  0x00007fff97f1658f -[NSTextView setConstrainedFrameSize:] (in AppKit)
 90  0x00007fff86cabf1e -[NSLayoutManager(NSPrivate) _resizeTextViewForTextContainer:] (in UIFoundation)
 91  0x00007fff86cab9a9 -[NSLayoutManager(NSPrivate) _recalculateUsageForTextContainerAtIndex:] (in UIFoundation)
 92  0x00007fff86bc8ffc -[NSLayoutManager textStorage:edited:range:changeInLength:invalidatedRange:] (in UIFoundation)
 93  0x00000001054fae84 -[DVTFoldingLayoutManager textStorage:edited:range:changeInLength:invalidatedRange:] (in DVTKit)
 94  0x00007fff86bc90d4 -[NSLayoutManager processEditingForTextStorage:edited:range:changeInLength:invalidatedRange:] (in UIFoundation)
 95  0x00007fff86c11d9c -[NSTextStorage _notifyEdited:range:changeInLength:invalidatedRange:] (in UIFoundation)
 96  0x00007fff86c1187a -[NSTextStorage processEditing] (in UIFoundation)
 97  0x000000010537a414 -[DVTTextStorage processEditing] (in DVTKit)
 98  0x00007fff86c116e5 -[NSTextStorage edited:range:changeInLength:] (in UIFoundation)
 99  0x000000010540323d -[DVTSourceTextView setAccessoryAnnotationWidth:] (in DVTKit)
100  0x00007fff92102345 __NSFireDelayedPerform (in Foundation)
101  0x00007fff8626cbc4 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ (in CoreFoundation)
102  0x00007fff8626c853 __CFRunLoopDoTimer (in CoreFoundation)
103  0x00007fff862eae6a __CFRunLoopDoTimers (in CoreFoundation)
104  0x00007fff86227cd1 __CFRunLoopRun (in CoreFoundation)
105  0x00007fff86227338 CFRunLoopRunSpecific (in CoreFoundation)
106  0x00007fff925bb935 RunCurrentEventLoopInMode (in HIToolbox)
107  0x00007fff925bb76f ReceiveNextEventCommon (in HIToolbox)
108  0x00007fff925bb5af _BlockUntilNextEventMatchingListInModeWithFilter (in HIToolbox)
109  0x00007fff97e900ee _DPSNextEvent (in AppKit)
110  0x00007fff9825c943 -[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit)
111  0x00000001054890c2 -[DVTApplication nextEventMatchingMask:untilDate:inMode:dequeue:] (in DVTKit)
112  0x00007fff97e85fc8 -[NSApplication run] (in AppKit)
113  0x00007fff97e08520 NSApplicationMain (in AppKit)
114  0x00007fff86bb55ad start (in libdyld.dylib)

abort() called

Application Specific Signatures:
NSInternalInconsistencyException

Application Specific Backtrace 1:
0   CoreFoundation                      0x00007fff86326ae2 __exceptionPreprocess + 178
1   DVTFoundation                       0x0000000104eacc67 DVTFailureHintExceptionPreprocessor + 194
2   libobjc.A.dylib                     0x00007fff8eb82f7e objc_exception_throw + 48
3   CoreFoundation                      0x00007fff8632698d +[NSException raise:format:] + 205
4   UIFoundation                        0x00007fff86ca6df9 -[NSLayoutManager(NSPrivate) _fillLayoutHoleForCharacterRange:desiredNumberOfLines:isSoft:] + 635
5   UIFoundation                        0x00007fff86cb09c2 _NSFastFillAllLayoutHolesForGlyphRange + 1479
6   AppKit                              0x00007fff98591152 -[NSTextView(NSPrivate) _ensureLayoutCompleteForRect:withExtensionFactor:minimumExtensionDistance:repetitions:] + 626
7   AppKit                              0x00007fff985911f9 -[NSTextView(NSPrivate) _ensureLayoutCompleteForRect:withExtension:] + 82
8   AppKit                              0x00007fff9808e52d -[NSTextView prepareContentInRect:] + 203
9   DVTKit                              0x0000000105557f8e -[DVTSourceTextView prepareContentInRect:] + 78
10  AppKit                              0x00007fff985e13d4 -[NSView _updateSuggestedContentRectToValue:] + 729
11  AppKit                              0x00007fff97f40983 -[NSView _updateSuggestedContentRect] + 100
12  AppKit                              0x00007fff98052f45 -[NSView _updateSuggestedContentRectForVisibleRectChange] + 219
13  AppKit                              0x00007fff97ff1d9f -[NSScrollView(NSRulerSupport) _handleBoundsChangeForSubview:] + 350
14  AppKit                              0x00007fff97f0dd5e -[NSView _postBoundsChangeNotification] + 132
15  AppKit                              0x00007fff97f1f896 -[NSView translateOriginToPoint:] + 287
16  AppKit                              0x00007fff97f1dedc -[NSClipView _immediateScrollToPoint:] + 1964
17  AppKit                              0x00007fff97f1d688 -[NSClipView scrollToPoint:] + 241
18  AppKit                              0x00007fff97ff1a7c -[NSScrollView scrollClipView:toPoint:] + 75
19  AppKit                              0x00007fff97f1d433 -[NSClipView _scrollTo:animateScroll:flashScrollerKnobs:] + 1692
20  AppKit                              0x00007fff9805557e -[NSClipView _scrollPoint:fromView:] + 86
21  AppKit                              0x00007fff98055500 -[NSView scrollPoint:] + 38
22  DVTKit                              0x000000010555d516 -[DVTSourceTextView scrollPoint:] + 151
23  SCXcodeMinimap                      0x000000011112fd53 -[SCXcodeMinimapView updateOffset] + 2172
24  SCXcodeMinimap                      0x000000011112c783 __37-[SCXcodeMinimapView initWithEditor:]_block_invoke215 + 171
25  Foundation                          0x00007fff920f33b2 -[__NSObserver _doit:] + 320
26  CoreFoundation                      0x00007fff862e070c __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
27  CoreFoundation                      0x00007fff862e067f ___CFXRegistrationPost_block_invoke + 63
28  CoreFoundation                      0x00007fff862dfd47 _CFXRegistrationPost + 407
29  CoreFoundation                      0x00007fff862dfab2 ___CFXNotificationPost_block_invoke + 50
30  CoreFoundation                      0x00007fff862d9d42 -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 1922
31  CoreFoundation                      0x00007fff861c8145 _CFXNotificationPost + 693
32  Foundation                          0x00007fff920c0921 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
33  DVTFoundation                       0x0000000104e83f55 -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 698
34  IDESourceEditor                     0x00000001113240b8 -[IDESourceCodeEditor textViewBoundsDidChange:] + 103
35  DVTFoundation                       0x0000000104e82beb -[_DVTNotificationReceiver receiveNotification:] + 573
36  CoreFoundation                      0x00007fff862e070c __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
37  CoreFoundation                      0x00007fff862e067f ___CFXRegistrationPost_block_invoke + 63
38  CoreFoundation                      0x00007fff862dfd47 _CFXRegistrationPost + 407
39  CoreFoundation                      0x00007fff862dfab2 ___CFXNotificationPost_block_invoke + 50
40  CoreFoundation                      0x00007fff862d9d42 -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 1922
41  CoreFoundation                      0x00007fff861c8145 _CFXNotificationPost + 693
42  Foundation                          0x00007fff920c0921 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
43  DVTFoundation                       0x0000000104e83f55 -[NSNotificationCenter(DVTNSNotificationCenterAdditions) _dvt_postNotificationName:object:userInfo:] + 698
44  AppKit                              0x00007fff97f0dd89 -[NSView _postBoundsChangeNotification] + 175
45  AppKit                              0x00007fff97f1f896 -[NSView translateOriginToPoint:] + 287
46  AppKit                              0x00007fff97f1dedc -[NSClipView _immediateScrollToPoint:] + 1964
47  AppKit                              0x00007fff97f1d688 -[NSClipView scrollToPoint:] + 241
48  AppKit                              0x00007fff97ff1a7c -[NSScrollView scrollClipView:toPoint:] + 75
49  AppKit                              0x00007fff97f1d433 -[NSClipView _scrollTo:animateScroll:flashScrollerKnobs:] + 1692
50  AppKit                              0x00007fff97f233fb -[NSClipView _scrollRectToVisible:fromView:animateScroll:flashScrollerKnobs:] + 556
51  AppKit                              0x00007fff97e2f247 -[NSView scrollRectToVisible:] + 24
52  DVTKit                              0x000000010555d67c -[DVTSourceTextView scrollRectToVisible:] + 347
53  AppKit                              0x00007fff980d1879 -[NSTextView(NSPrivate) _centeredScrollRectToVisible:forceCenter:] + 1322
54  DVTKit                              0x000000010539cf17 -[DVTSourceTextView _centeredScrollRectToVisible:forceCenter:] + 280
55  AppKit                              0x00007fff980d12ce -[NSTextView(NSPrivate) _scrollRangeToVisible:forceCenter:] + 2006
56  DVTKit                              0x000000010539cdd1 -[DVTSourceTextView scrollRangeToVisible:animate:] + 677
57  UIFoundation                        0x00007fff86cad6ea -[NSLayoutManager(NSPrivate) _resizeTextViewForTextContainer:] + 7165
58  UIFoundation                        0x00007fff86cab9a9 -[NSLayoutManager(NSPrivate) _recalculateUsageForTextContainerAtIndex:] + 2722
59  UIFoundation                        0x00007fff86caba19 -[NSLayoutManager(NSPrivate) _validatedStoredUsageForTextContainerAtIndex:] + 82
60  UIFoundation                        0x00007fff86bcae43 -[NSLayoutManager usedRectForTextContainer:] + 122
61  AppKit                              0x00007fff9822a7a2 -[NSTextView(NSPrivate) _ensureLayoutCompleteForVisibleRectWithExtensionFactor:minimumExtensionDistance:repetitions:] + 639
62  AppKit                              0x00007fff97f1588d -[NSTextView setNeedsDisplayInRect:avoidAdditionalLayout:] + 2213
63  DVTKit                              0x000000010536ebf0 -[DVTCompletingTextView setNeedsDisplayInRect:avoidAdditionalLayout:] + 91
64  AppKit                              0x00007fff97f14fe1 -[NSTextView setNeedsDisplayInRect:] + 58
65  AppKit                              0x00007fff97f14a80 -[NSTextView(NSSharing) updateInsertionPointStateAndRestartTimer:] + 2874
66  DVTKit                              0x0000000105560e09 -[DVTSourceTextView updateInsertionPointStateAndRestartTimer:] + 74
67  UIFoundation                        0x00007fff86ca7da5 -[NSLayoutManager(NSPrivate) _fillLayoutHoleForCharacterRange:desiredNumberOfLines:isSoft:] + 4647
68  UIFoundation                        0x00007fff86cb09c2 _NSFastFillAllLayoutHolesForGlyphRange + 1479
69  AppKit                              0x00007fff985910ee -[NSTextView(NSPrivate) _ensureLayoutCompleteForRect:withExtensionFactor:minimumExtensionDistance:repetitions:] + 526
70  AppKit                              0x00007fff985911f9 -[NSTextView(NSPrivate) _ensureLayoutCompleteForRect:withExtension:] + 82
71  AppKit                              0x00007fff9808e52d -[NSTextView prepareContentInRect:] + 203
72  DVTKit                              0x0000000105557f8e -[DVTSourceTextView prepareContentInRect:] + 78
73  AppKit                              0x00007fff985e13d4 -[NSView _updateSuggestedContentRectToValue:] + 729
74  AppKit                              0x00007fff97f40983 -[NSView _updateSuggestedContentRect] + 100
75  AppKit                              0x00007fff98052f45 -[NSView _updateSuggestedContentRectForVisibleRectChange] + 219
76  AppKit                              0x00007fff97ff1d9f -[NSScrollView(NSRulerSupport) _handleBoundsChangeForSubview:] + 350
77  AppKit                              0x00007fff97f0dd5e -[NSView _postBoundsChangeNotification] + 132
78  AppKit                              0x00007fff97f1f896 -[NSView translateOriginToPoint:] + 287
79  AppKit                              0x00007fff97f1dedc -[NSClipView _immediateScrollToPoint:] + 1964
80  AppKit                              0x00007fff97f1d688 -[NSClipView scrollToPoint:] + 241
81  AppKit                              0x00007fff97ff1a7c -[NSScrollView scrollClipView:toPoint:] + 75
82  AppKit                              0x00007fff97f1d433 -[NSClipView _scrollTo:animateScroll:flashScrollerKnobs:] + 1692
83  AppKit                              0x00007fff97f1cbc1 -[NSClipView _reflectDocumentViewFrameChange] + 128
84  AppKit                              0x00007fff97e60cca -[NSView _postFrameChangeNotification] + 196
85  AppKit                              0x00007fff97e606bb -[NSView setFrameSize:] + 2199
86  AppKit                              0x00007fff97f18544 -[NSTextView(NSPrivate) _setFrameSize:forceScroll:] + 724
87  AppKit                              0x00007fff97f1821c -[NSTextView setFrameSize:] + 104
88  DVTKit                              0x0000000105396bf7 -[DVTSourceTextView setFrameSize:] + 45
89  AppKit                              0x00007fff97f1658f -[NSTextView setConstrainedFrameSize:] + 639
90  UIFoundation                        0x00007fff86cabf1e -[NSLayoutManager(NSPrivate) _resizeTextViewForTextContainer:] + 1073
91  UIFoundation                        0x00007fff86cab9a9 -[NSLayoutManager(NSPrivate) _recalculateUsageForTextContainerAtIndex:] + 2722
92  UIFoundation                        0x00007fff86bc8ffc -[NSLayoutManager textStorage:edited:range:changeInLength:invalidatedRange:] + 747
93  DVTKit                              0x00000001054fae84 -[DVTFoldingLayoutManager textStorage:edited:range:changeInLength:invalidatedRange:] + 993
94  UIFoundation                        0x00007fff86bc90d4 -[NSLayoutManager processEditingForTextStorage:edited:range:changeInLength:invalidatedRange:] + 47
95  UIFoundation                        0x00007fff86c11d9c -[NSTextStorage _notifyEdited:range:changeInLength:invalidatedRange:] + 152
96  UIFoundation                        0x00007fff86c1187a -[NSTextStorage processEditing] + 350
97  DVTKit                              0x000000010537a414 -[DVTTextStorage processEditing] + 82
98  UIFoundation                        0x00007fff86c116e5 -[NSTextStorage edited:range:changeInLength:] + 311
99  DVTKit                              0x000000010540323d -[DVTSourceTextView setAccessoryAnnotationWidth:] + 346
100 Foundation                          0x00007fff92102345 __NSFireDelayedPerform + 377
101 CoreFoundation                      0x00007fff8626cbc4 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
102 CoreFoundation                      0x00007fff8626c853 __CFRunLoopDoTimer + 1075
103 CoreFoundation                      0x00007fff862eae6a __CFRunLoopDoTimers + 298
104 CoreFoundation                      0x00007fff86227cd1 __CFRunLoopRun + 1841
105 CoreFoundation                      0x00007fff86227338 CFRunLoopRunSpecific + 296
106 HIToolbox                           0x00007fff925bb935 RunCurrentEventLoopInMode + 235
107 HIToolbox                           0x00007fff925bb76f ReceiveNextEventCommon + 432
108 HIToolbox                           0x00007fff925bb5af _BlockUntilNextEventMatchingListInModeWithFilter + 71
109 AppKit                              0x00007fff97e900ee _DPSNextEvent + 1067
110 AppKit                              0x00007fff9825c943 -[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 454
111 DVTKit                              0x00000001054890c2 -[DVTApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 247
112 AppKit                              0x00007fff97e85fc8 -[NSApplication run] + 682
113 AppKit                              0x00007fff97e08520 NSApplicationMain + 1176
114 libdyld.dylib                       0x00007fff86bb55ad start + 1
115 ???                                 0x0000000000000002 0x0 + 2

Global Trace Buffer (reverse chronological seconds):
62.832115    CFNetwork                  0x00007fff83d47654 NSURLConnection finished with error - code -1100
62.862507    CFNetwork                  0x00007fff83c88a5b TCP Conn 0x7fc5b872b150 SSL Handshake DONE
63.025146    CFNetwork                  0x00007fff83c88a5b TCP Conn 0x7fc5b874a8a0 SSL Handshake DONE
63.042731    CFNetwork                  0x00007fff83c88937 TCP Conn 0x7fc5b872b150 starting SSL negotiation
63.042934    CFNetwork                  0x00007fff83c87303 TCP Conn 0x7fc5b872b150 complete. fd: 57, err: 0
63.046242    CFNetwork                  0x00007fff83d15b1d TCP Conn 0x7fc5b872b150 event 1. err: 0
63.548324    CFNetwork                  0x00007fff83c88937 TCP Conn 0x7fc5b874a8a0 starting SSL negotiation
63.548539    CFNetwork                  0x00007fff83c87303 TCP Conn 0x7fc5b874a8a0 complete. fd: 58, err: 0
63.548901    CFNetwork                  0x00007fff83d15b1d TCP Conn 0x7fc5b874a8a0 event 1. err: 0
63.593841    CFNetwork                  0x00007fff83c865d3 TCP Conn 0x7fc5b874a8a0 started
63.593855    CFNetwork                  0x00007fff83c865d3 TCP Conn 0x7fc5b872b150 started
63.722992    CFNetwork                  0x00007fff83c4a21a Creating default cookie storage with process/bundle identifier
63.722992    CFNetwork                  0x00007fff83c4a1b2 Faulting in CFHTTPCookieStorage singleton
63.722998    CFNetwork                  0x00007fff83c4a041 Faulting in NSHTTPCookieStorage singleton
63.725158    CFNetwork                  0x00007fff83d47654 NSURLConnection finished with error - code -1100
63.726996    CFNetwork                  0x00007fff83d47654 NSURLConnection finished with error - code -1100

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib          0x00007fff83c2a002 __pthread_kill + 10
1   libsystem_pthread.dylib         0x00007fff84d265c5 pthread_kill + 90
2   libsystem_c.dylib               0x00007fff900786e7 abort + 129
3   com.apple.dt.IDEKit             0x0000000106321df1 +[IDEAssertionHandler _handleAssertionWithLogString:assertionSignature:assertionReason:extraBacktrace:] + 1481
4   com.apple.dt.IDEKit             0x000000010632308a -[IDEAssertionHandler handleUncaughtException:] + 1077
5   com.apple.dt.IDEKit             0x0000000106323156 IDEHandleUncaughtException + 94
6   com.apple.AppKit                0x00007fff97e860de -[NSApplication run] + 960
7   com.apple.AppKit                0x00007fff97e08520 NSApplicationMain + 1176
8   libdyld.dylib                   0x00007fff86bb55ad start + 1

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib          0x00007fff83c2aff6 kevent_qos + 10
1   libdispatch.dylib               0x00007fff8de4e099 _dispatch_mgr_invoke + 216
2   libdispatch.dylib               0x00007fff8de4dd01 _dispatch_mgr_thread + 52

Thread 2:
0   libsystem_kernel.dylib          0x00007fff83c2a6de __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff84d24729 _pthread_wqthread + 1283
2   libsystem_pthread.dylib         0x00007fff84d22365 start_wqthread + 13

Thread 3:
0   libsystem_kernel.dylib          0x00007fff83c2a6de __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff84d24729 _pthread_wqthread + 1283
2   libsystem_pthread.dylib         0x00007fff84d22365 start_wqthread + 13

Thread 4:
0   libsystem_kernel.dylib          0x00007fff83c24386 mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff83c237c7 mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff86228624 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff86227aec __CFRunLoopRun + 1356
4   com.apple.CoreFoundation        0x00007fff86227338 CFRunLoopRunSpecific + 296
5   com.apple.Foundation            0x00007fff92144e61 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
6   com.apple.DTDeviceKitBase       0x000000010d69d5e0 -[DTDKRemoteDeviceDataListener listenerThreadImplementation] + 1103
7   com.apple.Foundation            0x00007fff92290c6f __NSThread__start__ + 1351
8   libsystem_pthread.dylib         0x00007fff84d24c13 _pthread_body + 131
9   libsystem_pthread.dylib         0x00007fff84d24b90 _pthread_start + 168
10  libsystem_pthread.dylib         0x00007fff84d22375 thread_start + 13

Thread 5:: com.apple.CFSocket.private
0   libsystem_kernel.dylib          0x00007fff83c2a176 __select + 10
1   com.apple.CoreFoundation        0x00007fff8627416a __CFSocketManager + 762
2   libsystem_pthread.dylib         0x00007fff84d24c13 _pthread_body + 131
3   libsystem_pthread.dylib         0x00007fff84d24b90 _pthread_start + 168
4   libsystem_pthread.dylib         0x00007fff84d22375 thread_start + 13

Thread 6:: com.apple.NSURLConnectionLoader
0   libsystem_kernel.dylib          0x00007fff83c24386 mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff83c237c7 mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff86228624 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff86227aec __CFRunLoopRun + 1356
4   com.apple.CoreFoundation        0x00007fff86227338 CFRunLoopRunSpecific + 296
5   com.apple.CFNetwork             0x00007fff83c4d6e9 +[NSURLConnection(Loader) _resourceLoadLoop:] + 412
6   com.apple.Foundation            0x00007fff92290c6f __NSThread__start__ + 1351
7   libsystem_pthread.dylib         0x00007fff84d24c13 _pthread_body + 131
8   libsystem_pthread.dylib         0x00007fff84d24b90 _pthread_start + 168
9   libsystem_pthread.dylib         0x00007fff84d22375 thread_start + 13

Thread 7:: com.apple.NSEventThread
0   libsystem_kernel.dylib          0x00007fff83c24386 mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff83c237c7 mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff86228624 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff86227aec __CFRunLoopRun + 1356
4   com.apple.CoreFoundation        0x00007fff86227338 CFRunLoopRunSpecific + 296
5   com.apple.AppKit                0x00007fff97f4f065 _NSEventThread + 149
6   libsystem_pthread.dylib         0x00007fff84d24c13 _pthread_body + 131
7   libsystem_pthread.dylib         0x00007fff84d24b90 _pthread_start + 168
8   libsystem_pthread.dylib         0x00007fff84d22375 thread_start + 13

Thread 8:: DYMobileDeviceManager
0   libsystem_kernel.dylib          0x00007fff83c24386 mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff83c237c7 mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff86228624 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff86227aec __CFRunLoopRun + 1356
4   com.apple.CoreFoundation        0x00007fff86227338 CFRunLoopRunSpecific + 296
5   com.apple.Foundation            0x00007fff92144e61 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
6   com.apple.Foundation            0x00007fff921b6afd -[NSRunLoop(NSRunLoop) run] + 74
7   com.apple.GPUToolsMobileFoundation  0x00000001180f2071 -[DYMobileDeviceManager _deviceNotificationThread:] + 134
8   com.apple.Foundation            0x00007fff92290c6f __NSThread__start__ + 1351
9   libsystem_pthread.dylib         0x00007fff84d24c13 _pthread_body + 131
10  libsystem_pthread.dylib         0x00007fff84d24b90 _pthread_start + 168
11  libsystem_pthread.dylib         0x00007fff84d22375 thread_start + 13

Thread 9:
0   libsystem_kernel.dylib          0x00007fff83c2a6de __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff84d24729 _pthread_wqthread + 1283
2   libsystem_pthread.dylib         0x00007fff84d22365 start_wqthread + 13

Thread 10:
0   libsystem_kernel.dylib          0x00007fff83c29eb2 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff84d25150 _pthread_cond_wait + 767
2   com.apple.Xcode.DevToolsCore    0x000000010d16c50b -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 450
3   com.apple.Foundation            0x00007fff92290c6f __NSThread__start__ + 1351
4   libsystem_pthread.dylib         0x00007fff84d24c13 _pthread_body + 131
5   libsystem_pthread.dylib         0x00007fff84d24b90 _pthread_start + 168
6   libsystem_pthread.dylib         0x00007fff84d22375 thread_start + 13

Thread 11:
0   libsystem_kernel.dylib          0x00007fff83c29eb2 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff84d25150 _pthread_cond_wait + 767
2   com.apple.Xcode.DevToolsCore    0x000000010d16c50b -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 450
3   com.apple.Foundation            0x00007fff92290c6f __NSThread__start__ + 1351
4   libsystem_pthread.dylib         0x00007fff84d24c13 _pthread_body + 131
5   libsystem_pthread.dylib         0x00007fff84d24b90 _pthread_start + 168
6   libsystem_pthread.dylib         0x00007fff84d22375 thread_start + 13

Thread 12:
0   libsystem_kernel.dylib          0x00007fff83c29eb2 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff84d25150 _pthread_cond_wait + 767
2   com.apple.Xcode.DevToolsCore    0x000000010d16c50b -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 450
3   com.apple.Foundation            0x00007fff92290c6f __NSThread__start__ + 1351
4   libsystem_pthread.dylib         0x00007fff84d24c13 _pthread_body + 131
5   libsystem_pthread.dylib         0x00007fff84d24b90 _pthread_start + 168
6   libsystem_pthread.dylib         0x00007fff84d22375 thread_start + 13

Thread 13:
0   libsystem_kernel.dylib          0x00007fff83c2a6de __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff84d24729 _pthread_wqthread + 1283
2   libsystem_pthread.dylib         0x00007fff84d22365 start_wqthread + 13

Thread 14:
0   libsystem_kernel.dylib          0x00007fff83c2a6de __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff84d24729 _pthread_wqthread + 1283
2   libsystem_pthread.dylib         0x00007fff84d22365 start_wqthread + 13

Thread 15:
0   libsystem_kernel.dylib          0x00007fff83c2a206 __semwait_signal + 10
1   libsystem_c.dylib               0x00007fff90099d17 nanosleep + 199
2   com.apple.CoreSymbolication     0x00007fff851ebb5f 0x7fff851d9000 + 76639
3   libsystem_pthread.dylib         0x00007fff84d24c13 _pthread_body + 131
4   libsystem_pthread.dylib         0x00007fff84d24b90 _pthread_start + 168
5   libsystem_pthread.dylib         0x00007fff84d22375 thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff5af8f988  rdx: 0x0000000000000000
  rdi: 0x000000000000160b  rsi: 0x0000000000000006  rbp: 0x00007fff5af8f9b0  rsp: 0x00007fff5af8f988
   r8: 0x00007fc5ab92ee32   r9: 0x0000000000000000  r10: 0x0000000008000000  r11: 0x0000000000000206
  r12: 0x00007fff8eb7a0e0  r13: 0x00007fc5c2ca4e30  r14: 0x00007fff73539000  r15: 0x00007fc5b8503100
  rip: 0x00007fff83c2a002  rfl: 0x0000000000000206  cr2: 0x0000000100829a00

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

Binary Images:
       0x104c70000 -        0x104c73fff  com.apple.dt.Xcode (7.2 - 9548) <278C9A25-1A00-3F35-990F-7D9C31D6E68C> /Applications/Xcode.app/Contents/MacOS/Xcode
       0x104c7d000 -        0x105159ff7  com.apple.dt.DVTFoundation (7.2 - 9542) <B724084D-17E4-3239-A5CF-5B180BB42009> /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/DVTFoundation
       0x10534f000 -        0x105697ff7  com.apple.dt.DVTKit (7.2 - 9542) <3F5B58D5-F5C3-3E1A-A78C-743626E5EA36> /Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/Versions/A/DVTKit
       0x1058ac000 -        0x105da2ff7  com.apple.dt.IDEFoundation (7.2 - 9548) <4828AF1E-2AB7-35B9-A673-A046F8C5CE00> /Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/Versions/A/IDEFoundation
       0x1060e5000 -        0x106975fff  com.apple.dt.IDEKit (7.2 - 9548) <CAC455DE-07E1-34C8-93D7-A44B9D0E55A0> /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/IDEKit
       0x106f6c000 -        0x106f9bfcf  com.apple.dt.instruments.DTXConnectionServices (1.0 - 59500) <80184D81-3338-3F51-B762-CAD4BACCE6CA> /Applications/Xcode.app/Contents/SharedFrameworks/DTXConnectionServices.framework/Versions/A/DTXConnectionServices
       0x106fc6000 -        0x10704dfff  com.apple.dt.instruments.DVTInstrumentsFoundation (1.0 - 59500) <8B4DAB4C-807A-3B99-9E64-D0CE025B8594> /Applications/Xcode.app/Contents/SharedFrameworks/DVTInstrumentsFoundation.framework/Versions/A/DVTInstrumentsFoundation
       0x1070c5000 -        0x10714cfff  com.apple.CoreSymbolicationDT (3.1 - 59500) <D8BE8839-E140-335F-843E-41FFD4D681C7> /Applications/Xcode.app/Contents/SharedFrameworks/CoreSymbolicationDT.framework/Versions/A/CoreSymbolicationDT
       0x107162000 -        0x1071b0fd7  com.apple.Symbolication (1.4 - 59004) <683F855A-47CB-3AC5-9DCA-77AF36712A27> /Applications/Xcode.app/Contents/SharedFrameworks/SymbolicationDT.framework/Versions/A/SymbolicationDT
       0x1071e8000 -        0x107320fff  com.apple.framework.CoreProfileDT (59003) <EBC583AF-1F52-3337-B140-43777DDA209D> /Applications/Xcode.app/Contents/SharedFrameworks/CoreProfileDT.framework/Versions/A/CoreProfileDT
       0x107363000 -        0x107367ff7  com.apple.kperf (1.0 - 1) <3C563279-8510-3847-A709-316F10FF15BA> /System/Library/PrivateFrameworks/kperf.framework/Versions/A/kperf
       0x107370000 -        0x107371fff  libpanel.5.4.dylib (46) <AF43720C-CE1D-3F76-9E99-4CDCB6FAE3C1> /usr/lib/libpanel.5.4.dylib
       0x107376000 -        0x107380ff7  com.apple.kperfdataDT (1.0 - 1) <6007D8DE-C6A5-3F06-99F8-4F5AFEB98740> /Applications/Xcode.app/Contents/SharedFrameworks/kperfdataDT.framework/Versions/A/kperfdataDT
       0x10738a000 -        0x1073adfff  com.apple.StreamingZip (1.0 - 1) <E68C7AAF-6EB6-3639-AC25-EBC5E372FDB0> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
       0x1073c5000 -        0x1073d4fff  com.apple.dt.instruments.DVTInstrumentsUtilities (1.0 - 59500) <73D72C81-5657-3B94-979D-FC1E7A61B67A> /Applications/Xcode.app/Contents/SharedFrameworks/DVTInstrumentsUtilities.framework/Versions/A/DVTInstrumentsUtilities
       0x1073e7000 -        0x1073e7fff  com.apple.Metal (1.0 - 1) <00700144-FA34-38BA-A8F4-55C8B7A9D348> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Metal.xcplugin/Contents/MacOS/Metal
       0x1073ee000 -        0x10742affb  com.apple.DebugSymbols (133 - 133) <24822CD6-4A2C-3D02-BD4D-C81570546A70> /Applications/Xcode.app/Contents/SharedFrameworks/DebugSymbolsDT.framework/Versions/A/DebugSymbolsDT
       0x107449000 -        0x107449ff7  com.apple.xcode.compilers.coredata (9.2 - 9523) <04476688-4DF3-3AB4-8E57-06BE754B1EBB> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Core Data.xcplugin/Contents/MacOS/Core Data
       0x107450000 -        0x1074d9fff  com.apple.dt.XCTest (1.0 - 9530) <FE2F7D70-AFF7-35FD-A302-EB9EDE9F04C6> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks/XCTest.framework/Versions/A/XCTest
       0x107544000 -        0x107544ff7  com.apple.compilers.clang (9.2 - 9523) <7842604F-77C7-302B-9877-F49E90D3A427> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Clang LLVM 1.0.xcplugin/Contents/MacOS/Clang LLVM 1.0
       0x107548000 -        0x107587ff7 +libswiftDemangle.dylib (700.1.101.15) <3EB7E08B-446C-34FE-9674-5F6690FBC471> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libswiftDemangle.dylib
       0x1075a0000 -        0x1082a0ff3 +libclang.dylib (700.1.81) <59377044-CF9C-37B4-803F-6F7DE7A20DB5> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libclang.dylib
       0x10848b000 -        0x10848bfe7 +cl_kernels (???) <CEBADCA6-D65C-4EF4-A004-A9E4625320A7> cl_kernels
       0x108492000 -        0x1084fafff  com.apple.dt.Xcode.DVTSourceControl (1.0 - 1) <0E139A61-345E-32AF-A016-F50725FD5C83> /Applications/Xcode.app/Contents/SharedFrameworks/DVTSourceControl.framework/Versions/A/DVTSourceControl
       0x108543000 -        0x1096f5fff +libLTO.dylib (700.1.81) <B2527364-9EBC-314D-8BC0-057EF68D63F6> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib
       0x1099ae000 -        0x1099c5fff  com.apple.DADocSetManagement (7.2 - 9000) <73FF9B4E-9B15-3024-B264-BAC228F0301D> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetManagement.framework/Versions/A/DADocSetManagement
       0x1099db000 -        0x1099dbfff  com.apple.CoreSimulator.SimDeviceType.Apple-Watch-38mm (1.0 - 1) <72F32401-C3D4-3D4F-B530-B9E015926ADD> /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/Library/CoreSimulator/Profiles/DeviceTypes/Apple Watch - 38mm.simdevicetype/Contents/MacOS/Apple Watch - 38mm
       0x1099e0000 -        0x1099e5fff  com.apple.dt.DVTDeveloperModeHelper (1.0 - 1) <32C82CA8-00E0-3335-A5C8-E7877DB951B0> /Applications/Xcode.app/Contents/SharedFrameworks/DVTDeveloperModeHelper.framework/Versions/A/DVTDeveloperModeHelper
       0x1099ef000 -        0x109a8bfff  com.apple.dt.instruments.DTGraphKit (7.2 - 59017) <AFECCB52-532B-3620-AEFD-D38CC94553A7> /Applications/Xcode.app/Contents/SharedFrameworks/DTGraphKit.framework/Versions/A/DTGraphKit
       0x109aec000 -        0x109aecfff  com.apple.CoreSimulator.SimDeviceType.Apple-Watch-42mm (1.0 - 1) <7B0DA3CD-EA02-3266-860B-BDD17BD14109> /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/Library/CoreSimulator/Profiles/DeviceTypes/Apple Watch - 42mm.simdevicetype/Contents/MacOS/Apple Watch - 42mm
       0x109af2000 -        0x109b3dfff  com.apple.DADocSetAccess (7.2 - 9000) <3BCA36A8-B149-3DF2-9F22-8DD6EBE5F9CC> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetAccess.framework/Versions/A/DADocSetAccess
       0x109b6d000 -        0x109c3fffb  com.apple.PubSub (1.0.5 - 65.40) <015C0A30-1F6F-3D62-810E-71A5C637CDC8> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
       0x10a193000 -        0x10a1a3fff  com.apple.dt.IDELanguageSupportCore (7.2 - 9516) <3DC83F74-740B-351D-A93B-659B1301232C> /Applications/Xcode.app/Contents/PlugIns/IDELanguageSupportCore.ideplugin/Contents/MacOS/IDELanguageSupportCore
       0x10a1b7000 -        0x10a1bbff7  com.apple.dt.dbg.DebuggerLLDBService (7.2 - 9525) <61034A89-0759-3542-82C2-3FBE82E9DDD8> /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDBService.ideplugin/Contents/MacOS/DebuggerLLDBService
       0x10a1c3000 -        0x10a1cefff  com.apple.DevToolsFoundation (9.2 - 9523) <2998645A-9BCA-3F54-A478-47861CCD5352> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsFoundation.framework/Versions/A/DevToolsFoundation
       0x10a1dd000 -        0x10a1e0fff  com.apple.IDEWatchKit1SupportUI (7.2 - 9004) <C3263D3B-82E9-3BB6-BFD2-DDBFE6140A71> /Applications/Xcode.app/Contents/PlugIns/IDEWatchKit1SupportUI.ideplugin/Contents/MacOS/IDEWatchKit1SupportUI
       0x10a1e6000 -        0x10a1ebff7  com.apple.XCWatchKit1Support (1.0 - 1) <EDCC74FA-5E21-30A3-8A4E-9442F585BEA6> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/XCWatchKit1Support.xcplugin/Contents/MacOS/XCWatchKit1Support
       0x10a1f2000 -        0x10a1f5ff7  com.apple.dt.IDEWatchSupportCore (1.0 - 1) <2C457C97-4F2F-3CFE-8C5D-6A7D4AF1D39D> /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEWatchSupportCore.ideplugin/Contents/MacOS/IDEWatchSupportCore
       0x10c6e1000 -        0x10c754fff  com.apple.dt.IDE.IDEInterfaceBuilderWatchKitIntegration (7.2 - 9515) <C634A088-3A7C-3931-A1D7-9EC2585B00DD> /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderWatchKitIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderWatchKitIntegration
       0x10c791000 -        0x10c79dff7  com.apple.dt.IDE.IDEInterfaceBuilderiOSIntegration (7.2 - 9529) <1EEFDE67-D23B-3D58-AEB5-67D671F183C2> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderiOSIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderiOSIntegration
       0x10c7d0000 -        0x10c7d4fff  com.apple.audio.AppleHDAHALPlugIn (272.51.3 - 272.51.3) <7E9DC6D6-CB61-3EA1-94AD-5C6F20D3EDBF> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
       0x10c7f2000 -        0x10c922ffb  com.apple.audio.units.Components (1.13 - 1.13) <31056DB7-E93B-342A-8717-3313B2CE86A1> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
       0x10ca00000 -        0x10ca92ff7  com.apple.IDESpriteKitParticleEditor (2.0 - 2) <298D420A-38EB-3DC1-9662-F6723F5729F5> /Applications/Xcode.app/Contents/PlugIns/IDESpriteKitParticleEditor.ideplugin/Contents/MacOS/IDESpriteKitParticleEditor
       0x10caf2000 -        0x10cb6aff7  com.apple.xcode.GameToolsFoundation (1.0 - 9509) <26B19B6E-6B7D-3469-A5FC-32DC86127374> /Applications/Xcode.app/Contents/SharedFrameworks/GameToolsFoundation.framework/Versions/A/GameToolsFoundation
       0x10cbb4000 -        0x10cbd0ff7  com.apple.Jet (1.0 - 1) <498B072A-0514-3A43-A787-6FC7BE20007A> /System/Library/PrivateFrameworks/Jet.framework/Versions/A/Jet
       0x10cbee000 -        0x10cbf7ff7  com.apple.dt.IDEIODebugGaugesCore (7.2 - 9525) <EDB89F4A-141D-3B01-88D9-AD15872ACFD9> /Applications/Xcode.app/Contents/PlugIns/IDEIODebugGaugesCore.ideplugin/Contents/MacOS/IDEIODebugGaugesCore
       0x10cc0f000 -        0x10cc59fff  com.apple.CoreSimulator (201.3 - 201.3) <98D440AA-79B7-3810-B803-C2358F0885F0> /Applications/Xcode.app/Contents/Developer/Library/PrivateFrameworks/CoreSimulator.framework/CoreSimulator
       0x10cc81000 -        0x10ccf1fff  com.apple.sourcekitd (1.0 - 700.1.81) <6313D92E-350D-336D-8FCD-531BB26DF35F> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/sourcekitd.framework/Versions/A/sourcekitd
       0x10cd1f000 -        0x10cd81fff  com.apple.dt.IDE.Xcode3Core (7.2 - 9523) <C138DA85-A49F-327A-BD30-06332DFFD62F> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/MacOS/Xcode3Core
       0x10cdb8000 -        0x10cdf1fff  com.apple.Xcode.DevToolsSupport (9.2 - 9523) <1DEEB11B-5779-3043-9DBC-CBFA9C3D11B7> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsSupport.framework/Versions/A/DevToolsSupport
       0x10ce2a000 -        0x10ce61fff  com.apple.gputools.GLToolsMobileAnalysis (1.0 - 19501) <992DA66C-CA1A-3BD0-BC73-5EB1D2601860> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/GPUTools/PlugIns/GLToolsMobileAnalysis.gtplugin/Contents/MacOS/GLToolsMobileAnalysis
       0x10ce72000 -        0x10ce7cfff  com.apple.gputools.GLToolsShaderProfilerMobileSupport (1.0 - 19501) <E06865C8-61FD-32E8-86A8-ED6E8683B0EA> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/GPUTools/PlugIns/GLToolsShaderProfilerMobileSupport.gtplugin/Contents/MacOS/GLToolsShaderProfilerMobileSupport
       0x10ce84000 -        0x10cf07ff3  com.apple.gdt.MTLToolsAnalysisHeuristics (1.0 - 1) <BB72D8BB-5CA5-3251-B579-53F3249F3F04> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/GPUTools/PlugIns/MTLToolsAnalysisHeuristics.gtplugin/Contents/MacOS/MTLToolsAnalysisHeuristics
       0x10d02b000 -        0x10d3b2fff  com.apple.Xcode.DevToolsCore (9.2 - 9523) <C2E847CF-A1EA-3CF4-BA6E-2B2C97FB4317> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsCore.framework/Versions/A/DevToolsCore
       0x10d561000 -        0x10d5f1fff  com.apple.dt.IDE.IDEiOSSupportCore (7.2 - 9525) <850CCC0A-A40E-3EAA-9977-DE5525A13A80> /Applications/Xcode.app/Contents/PlugIns/IDEiOSSupportCore.ideplugin/Contents/MacOS/IDEiOSSupportCore
       0x10d649000 -        0x10d65ffff  com.apple.DVTiPhoneSimulatorRemoteClient (7.2 - 9525) <F2F5E01A-F027-3D47-9CC8-113633CA8434> /Applications/Xcode.app/Contents/SharedFrameworks/DVTiPhoneSimulatorRemoteClient.framework/Versions/A/DVTiPhoneSimulatorRemoteClient
       0x10d675000 -        0x10d706ff7  com.apple.DTDeviceKitBase (7.2 - 9525) <22D1F42F-2EF3-30AB-B1B1-375A03CD5C7E> /Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceKitBase.framework/Versions/A/DTDeviceKitBase
       0x10d761000 -        0x10d89efef  com.apple.mobiledevice (823.10.3 - 823.10.3) <1DD0B2D9-8E99-3411-BC29-993822BD4A4A> /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice
       0x10d924000 -        0x10d93dff7  com.apple.DeviceLinkX (5.0 - 264) <9FE65A47-2E38-3BBE-B3B8-E5A5CE89E9E9> /System/Library/PrivateFrameworks/DeviceLink.framework/Versions/A/DeviceLink
       0x10d94d000 -        0x10d98bff7  com.apple.dt.dbg.DebuggerFoundation (7.2 - 9525) <542C96F9-F1D0-3884-B279-B49164EF6DDE> /Applications/Xcode.app/Contents/PlugIns/DebuggerFoundation.ideplugin/Contents/MacOS/DebuggerFoundation
       0x10d9c6000 -        0x10da4efff  com.apple.dt.IBAutolayoutFoundation (7.2 - 9531) <CF848711-FFA5-3F04-9DF4-FBA632D4DC1D> /Applications/Xcode.app/Contents/Frameworks/IBAutolayoutFoundation.framework/Versions/A/IBAutolayoutFoundation
       0x10daab000 -        0x10db79ff7  com.apple.dt.IBFoundation (7.2 - 9531) <67597CB0-0C2A-33BB-816F-05ADE8CF556F> /Applications/Xcode.app/Contents/Frameworks/IBFoundation.framework/Versions/A/IBFoundation
       0x10dc10000 -        0x10dc6ffff  com.apple.CoreThemeDefinition (2.0 - 234) <056AEC33-D096-36B8-ADC6-B49D2FD3024A> /System/Library/PrivateFrameworks/CoreThemeDefinition.framework/Versions/A/CoreThemeDefinition
       0x10dcb6000 -        0x10dd09fff  com.apple.dt.dbg.DebuggerLLDB (7.2 - 9525) <98923B8B-B70E-368B-876B-E117D323F3E0> /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDB.ideplugin/Contents/MacOS/DebuggerLLDB
       0x10dd45000 -        0x110459fff  com.apple.LLDB.framework (1.340.4.119 - 340.4.119) <BD7C6D4E-B00E-3268-8DA5-760059441520> /Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/LLDB
       0x110f5d000 -        0x11104eff7  org.python.python (2.7.10 - 2.7.10) <ABBA93BD-FB4A-34EB-8362-650D0FF6C1A1> /System/Library/Frameworks/Python.framework/Versions/2.7/Python
       0x1110b5000 -        0x1110c9fff  com.apple.dt.XCLanguageSupport (7.2 - 9516) <19BFD8BC-1F51-30E3-AAB5-8AD9024CA0DD> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/XCLanguageSupport.xcplugin/Contents/MacOS/XCLanguageSupport
       0x1110da000 -        0x1110e8ff7  com.apple.xcode.plug-in.CoreBuildTasks (9.2 - 9523) <854887F3-558E-3DC7-B4D5-DE8D3F121484> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/MacOS/CoreBuildTasks
       0x1110f1000 -        0x1110f5fff  com.apple.dt.IDEAppleTVSupportCore (1.0 - 1) <DBC15830-F76C-307C-B981-8CEC7DC441CB> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEAppleTVSupportCore.ideplugin/Contents/MacOS/IDEAppleTVSupportCore
       0x1110fd000 -        0x111108ff7  com.apple.dt.IDE.IDEOSXSupportCore (7.2 - 9501) <F758BCF4-7195-3E38-AB89-005E3700A6B2> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/PrivatePlugIns/IDEOSXSupportCore.ideplugin/Contents/MacOS/IDEOSXSupportCore
       0x111118000 -        0x11111dff7  com.apple.dt.IDEiOSPlatformSupportCore (1.0 - 1.0) <7586059D-05B9-3D33-8ABC-51CADE48659A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEiOSPlatformSupportCore.ideplugin/Contents/MacOS/IDEiOSPlatformSupportCore
       0x111125000 -        0x11113dff7 +com.stefanceriu.SCXcodeMinimap (1.3 - 1) <12C2E6B2-7C67-3E96-A699-CAAA13EDDB94> /Users/USER/Library/Application Support/Developer/*/SCXcodeMinimap
       0x111159000 -        0x11124afff  com.apple.dt.dbg.DebuggerUI (7.2 - 9525) <DC81AAFF-7E6D-3F86-A549-5A04F281CDAC> /Applications/Xcode.app/Contents/PlugIns/DebuggerUI.ideplugin/Contents/MacOS/DebuggerUI
       0x111315000 -        0x1113ecff7  com.apple.dt.IDE.IDESourceEditor (7.2 - 9525) <0683D369-5A90-3B86-8037-C59B7824B536> /Applications/Xcode.app/Contents/PlugIns/IDESourceEditor.ideplugin/Contents/MacOS/IDESourceEditor
       0x111473000 -        0x111479fff  com.apple.dt.dbg.DebuggerKit (1.0 - 1) <50377716-CC7C-394B-A36F-FEFF33BD6781> /Applications/Xcode.app/Contents/PlugIns/DebuggerKit.ideplugin/Contents/MacOS/DebuggerKit
       0x111485000 -        0x11148fff7  com.apple.dt.IDE.HexEditor (7.2 - 9525) <1C826340-8F10-3B8C-997E-1D393195AE65> /Applications/Xcode.app/Contents/PlugIns/HexEditor.ideplugin/Contents/MacOS/HexEditor
       0x11149c000 -        0x1114ccfff  com.apple.dt.HexFiendFramework (7.2 - 9525) <CE42ECF6-84DC-34C9-BE3C-F4CCEC35C480> /Applications/Xcode.app/Contents/SharedFrameworks/HexFiend.framework/Versions/A/HexFiend
       0x1114f6000 -        0x1119b7fff  com.apple.SceneKit (5.0 - 293) <7232AAD1-912C-31BA-A651-EF56D28A6019> /System/Library/Frameworks/SceneKit.framework/Versions/A/SceneKit
       0x111c95000 -        0x111caeff7 +com.mneorr.Alcatraz (1.1.15 - 1) <0B9B9066-7AA1-36B6-B5ED-3B5EC88217FD> /Users/USER/Library/Application Support/Developer/*/Alcatraz
       0x111cd4000 -        0x111d44ff7  com.apple.dt.IDE.IDEDocViewer (7.2 - 9525) <114A2B47-5415-3F66-B99D-F2B504F40515> /Applications/Xcode.app/Contents/PlugIns/IDEDocViewer.ideplugin/Contents/MacOS/IDEDocViewer
       0x111d9f000 -        0x111dc2fff  com.apple.dt.IDE.IDEQuickHelp (7.2 - 9525) <65DF800B-10F1-34DF-99E6-9F67BC41CC22> /Applications/Xcode.app/Contents/PlugIns/IDEQuickHelp.ideplugin/Contents/MacOS/IDEQuickHelp
       0x111de3000 -        0x111e25fff  com.apple.dt.IDE.iCloudSupport (7.2 - 9525) <D24BF00F-9172-3001-AB2E-E3151ECA2957> /Applications/Xcode.app/Contents/PlugIns/iCloudSupport.ideplugin/Contents/MacOS/iCloudSupport
       0x111e61000 -        0x1123d0fff  com.apple.dt.IDE.IDEInterfaceBuilderKit (7.2 - 9531) <3839A9C3-2072-3BFC-AD3B-339867AB2144> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderKit.ideplugin/Contents/MacOS/IDEInterfaceBuilderKit
       0x1127a9000 -        0x1127e8ff7  com.apple.dt.gpu.GPUDebuggerFoundation (7.2 - 19509) <C4A40DFA-6F29-3DBA-8027-EA2DC54B31B5> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerFoundation.ideplugin/Contents/MacOS/GPUDebuggerFoundation
       0x11281c000 -        0x11282bfff  com.apple.GPUToolsShaderProfiler (1.0 - 19508) <AD7FC431-85F0-357E-BB61-C85654F65910> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsShaderProfiler.framework/Versions/A/GPUToolsShaderProfiler
       0x11283e000 -        0x112880ffb  com.apple.GPUToolsCore (1.0 - 19515) <6127BE0E-B502-3001-A11B-133328D32CAA> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsCore.framework/Versions/A/GPUToolsCore
       0x1128b9000 -        0x1128f2ff3  com.apple.GPUTools (1.0 - 19515) <B6AD15B4-495C-3062-ADAB-2FD3B4877973> /Applications/Xcode.app/Contents/SharedFrameworks/GPUTools.framework/Versions/A/GPUTools
       0x112923000 -        0x112a00ff7  com.apple.GPUToolsServices (1.0 - 19508) <3D53B5D6-9A47-34FE-95BA-58BBAEC7AEAE> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsServices.framework/Versions/A/GPUToolsServices
       0x112a6e000 -        0x112ac3ffb  com.apple.GPUToolsInterface (1.0 - 19508) <1D5BE3A0-E3A1-3E54-B08A-C940E1664C83> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsInterface.framework/Versions/A/GPUToolsInterface
       0x112b00000 -        0x112b2bfff  com.apple.GLToolsInterface (1.0 - 19508) <7900C931-AC14-3682-94AD-570A7C1245A3> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsInterface.framework/Versions/A/GLToolsInterface
       0x112b4d000 -        0x112b9aff7  com.apple.GLToolsCore (1.0 - 19515) <1591E63C-7DDE-3B7A-B679-897D3BB1D11E> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsCore.framework/Versions/A/GLToolsCore
       0x112bba000 -        0x112bceff3  com.apple.GLTools (1.0 - 19515) <000C0441-E9C6-31B2-A8EC-E77A0CA785CE> /Applications/Xcode.app/Contents/SharedFrameworks/GLTools.framework/Versions/A/GLTools
       0x112bda000 -        0x112c33ff3  com.apple.GLToolsServices (1.0 - 19508) <C8BDF49A-2F7E-3C9E-AEA4-F4DE266763CD> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsServices.framework/Versions/A/GLToolsServices
       0x112c7a000 -        0x112d00ff7  com.apple.gputools.GLToolsAnalysisEngine (1.0 - 19508) <FF63EE01-843D-38B9-9FD2-DF777DC749A2> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsAnalysisEngine.framework/Versions/A/GLToolsAnalysisEngine
       0x112fa8000 -        0x112fb0fff  com.apple.dt.gpu.GPUTraceDebugger (7.2 - 19509) <C688DEDC-FAED-3CF0-95A5-A9AE2EF95D5D> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebugger.ideplugin/Contents/MacOS/GPUTraceDebugger
       0x112fbc000 -        0x112fc9fff  com.apple.dt.gpu.GPUDebuggerKit (7.2 - 19509) <488D8D7C-A7E3-35A9-A618-06002AC46687> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerKit.ideplugin/Contents/MacOS/GPUDebuggerKit
       0x112fdf000 -        0x113057fff  com.apple.dt.gpu.GPUTraceDebuggerUI (7.2 - 19509) <64EB37B7-AC24-3D70-BB8E-2E90A760DFF3> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebuggerUI.ideplugin/Contents/MacOS/GPUTraceDebuggerUI
       0x1130a7000 -        0x1130f4fff  com.apple.dt.IDEProductsUI (1.0 - 1) <A608A3AE-648E-3275-A797-B45A28F35864> /Applications/Xcode.app/Contents/PlugIns/IDEProductsUI.ideplugin/Contents/MacOS/IDEProductsUI
       0x113143000 -        0x113150ff7  com.apple.dt.DVTServices (7.2 - 9542) <A97D95AE-A0D3-39BD-B6BC-A4E6B517ACF8> /Applications/Xcode.app/Contents/SharedFrameworks/DVTServices.framework/Versions/A/DVTServices
       0x113160000 -        0x113183fff  com.apple.dt.DVTProducts (1.0 - 1) <8BA608F6-F17C-3396-9771-5436E58C6485> /Applications/Xcode.app/Contents/SharedFrameworks/DVTProducts.framework/Versions/A/DVTProducts
       0x1131a2000 -        0x1131c3fff  com.apple.dt.DVTAnalytics (1.0 - 1) <9D015166-2911-3F7B-9B73-4F09BE518102> /Applications/Xcode.app/Contents/SharedFrameworks/DVTAnalytics.framework/Versions/A/DVTAnalytics
       0x1131e7000 -        0x1131faff7  com.apple.dt.DVTAnalyticsClient (7.2 - 1) <5143DAFB-9FEF-335A-9A01-BD6CF03A6AC0> /Applications/Xcode.app/Contents/SharedFrameworks/DVTAnalyticsClient.framework/Versions/A/DVTAnalyticsClient
       0x113218000 -        0x1133eaff7  com.apple.dt.IDE.IDEInterfaceBuilderCocoaIntegration (7.2 - 9531) <5DC91C31-52E4-359D-92A2-0252CAF45EE2> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoaIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderCocoaIntegration
       0x11358c000 -        0x1135b1ff7  com.apple.DiscRecordingUI (9.0.1 - 9010.4.3) <49CADA40-B2DF-36F2-9F89-54762E0BECDD> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
       0x1135d3000 -        0x113806fff  com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchIntegration (7.2 - 9529) <5E6A0BA5-ACED-3711-B710-A69EB8053637> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoaTouchIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderCocoaTouchIntegration
       0x11390a000 -        0x113914ff7  com.apple.SimulatorKit (1.0 - 201.3) <DE229A83-141C-3FC2-A56B-4AF83FFB9FA4> /Applications/Xcode.app/Contents/Developer/Library/PrivateFrameworks/SimulatorKit.framework/Versions/A/SimulatorKit
       0x11391e000 -        0x11392fff7  com.apple.DTDeviceKit (4.2 - 9525) <7C36DA9D-792D-3501-ACFB-18F90985CC2A> /Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceKit.framework/Versions/A/DTDeviceKit
       0x113941000 -        0x113977ff7  com.apple.dt.IDE.IDEInterfaceBuilderAppleTVIntegration (7.2 - 3733) <AD394395-3638-3F9F-918E-4A9FEBE396A0> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderAppleTVIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderAppleTVIntegration
       0x115fcf000 -        0x115fd0ff3 +liblaunch_sim.dylib (756.20.4) <F644AE66-E4FD-3B7D-8741-C50C071BFC27> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/system/host/liblaunch_sim.dylib
       0x115fd6000 -        0x115fd7ff3 +liblaunch_sim.dylib (756.20.4) <ABF78511-200C-36A8-BD90-F442ED12FE19> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator.sdk/usr/lib/system/host/liblaunch_sim.dylib
       0x115fdd000 -        0x115fdeff3 +liblaunch_sim.dylib (756.20.4) <EEEC4E3B-57CD-31B2-9D6F-AB0B9D45F455> /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator.sdk/usr/lib/system/host/liblaunch_sim.dylib
       0x115fe4000 -        0x115fe4fff  com.apple.dt.IDEContinuousIntegration (1.0 - 1) <B9351477-4F7B-30E9-9C64-ADC02137C171> /Applications/Xcode.app/Contents/PlugIns/IDEContinuousIntegration.ideplugin/Contents/MacOS/IDEContinuousIntegration
       0x115fe8000 -        0x115fedfff  com.apple.IDEServerTools (1.0 - 1) <8DF90494-2309-3AF1-A706-4B89C04CB120> /Applications/Xcode.app/Contents/SharedFrameworks/IDEServerTools.framework/Versions/A/IDEServerTools
       0x115ff7000 -        0x115ffafff  com.apple.dt.IDE.IDEAppleScriptEditor (7.2 - 9525) <BF33C765-F8AF-3083-ABE4-EC23F795B553> /Applications/Xcode.app/Contents/PlugIns/IDEAppleScriptEditor.ideplugin/Contents/MacOS/IDEAppleScriptEditor
       0x116539000 -        0x1166e7fff  com.apple.SpriteKit (1.0 - 1) <BD274236-2016-30BD-B878-74DFF2C68574> /System/Library/Frameworks/SpriteKit.framework/Versions/A/SpriteKit
       0x1167a4000 -        0x1167caff7  com.apple.audio.OpenAL (1.8 - 1.8) <1513F0E8-B22A-3442-A205-A78517F9BBBA> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
       0x116c00000 -        0x116c57ff7  com.apple.PhysicsKit (1.0 - 1) <6E09318E-E84B-3C68-9D61-A7ABC072B1B4> /System/Library/PrivateFrameworks/PhysicsKit.framework/Versions/A/PhysicsKit
       0x116c85000 -        0x116c9cff7  com.apple.dt.IDEIODebugGaugesUI (7.2 - 9525) <E5A536AF-3309-37F8-BBB3-30227F94EB36> /Applications/Xcode.app/Contents/PlugIns/IDEIODebugGaugesUI.ideplugin/Contents/MacOS/IDEIODebugGaugesUI
       0x116cba000 -        0x116cfffff  com.apple.dt.IDE.IDEiPhoneSupport (7.2 - 9525) <CC2D7E7A-9FB0-301D-8B5A-2DBE5E84C092> /Applications/Xcode.app/Contents/PlugIns/IDEiPhoneSupport.ideplugin/Contents/MacOS/IDEiPhoneSupport
       0x116d63000 -        0x116d66fff  com.apple.GLToolsMobileFoundation (1.0 - 19501) <9EFE9BA7-CD6B-3DA3-A589-3F4258455251> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/GLToolsMobileFoundation.framework/Versions/A/GLToolsMobileFoundation
       0x116d90000 -        0x116db4fff  com.apple.MTLToolsServices (1.0 - 1) <3DCBDF8E-4ED4-39E9-B621-25630CA33C66> /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsServices.framework/Versions/A/MTLToolsServices
       0x116dd1000 -        0x116deafff  com.apple.MTLToolsCore (1.0 - 1) <2D2832D7-1C8C-3821-942F-9F209ABBFC48> /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsCore.framework/Versions/A/MTLToolsCore
       0x116dfd000 -        0x116e04fff  com.apple.dt.IDE.IDEPDFViewer (7.2 - 9525) <9EF14093-EE4D-3984-A3E2-4F8CDA403A4E> /Applications/Xcode.app/Contents/PlugIns/IDEPDFViewer.ideplugin/Contents/MacOS/IDEPDFViewer
       0x116e10000 -        0x116e1bfff  com.apple.dt.PlistEditor (7.2 - 9525) <B6683957-2E5C-31BF-AAC7-D1C7374B6ECD> /Applications/Xcode.app/Contents/PlugIns/PlistEditor.ideplugin/Contents/MacOS/PlistEditor
       0x1172fa000 -        0x117373ff7  com.apple.dt.gpu.GPURenderTargetEditor (7.2 - 19509) <3ED5A508-D825-3EF6-9BB9-8211CAD86161> /Applications/Xcode.app/Contents/PlugIns/GPURenderTargetEditor.ideplugin/Contents/MacOS/GPURenderTargetEditor
       0x1173bd000 -        0x1173cdfff  com.apple.dt.IDE.IDEQuickLookEditor (7.2 - 9525) <D56D307F-6936-32D8-AD4A-862FC222C874> /Applications/Xcode.app/Contents/PlugIns/IDEQuickLookEditor.ideplugin/Contents/MacOS/IDEQuickLookEditor
       0x1173e3000 -        0x117595ff7  com.apple.dt.IDE.Xcode3UI (7.2 - 9523) <B708277C-4BF2-37DD-9007-2D82DB5454E7> /Applications/Xcode.app/Contents/PlugIns/Xcode3UI.ideplugin/Contents/MacOS/Xcode3UI
       0x1176c6000 -        0x1176ecff7  com.apple.MTLTools (1.0 - 1) <6EB7E32E-0C07-3C0F-B075-39F14B2AAA1C> /Applications/Xcode.app/Contents/SharedFrameworks/MTLTools.framework/Versions/A/MTLTools
       0x117704000 -        0x117732ff3  com.apple.gdt.MTLToolsAnalysisEngine (1.0 - 19508) <3C346478-EA3F-34D0-B68B-8CE2B3D5CCF4> /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsAnalysisEngine.framework/Versions/A/MTLToolsAnalysisEngine
       0x11775e000 -        0x1177b6fff  com.apple.gpusw.MetalTools (1.0 - 1) <D3A2AFC9-ED8D-35FD-9503-1C1DB3761347> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
       0x11790a000 -        0x117922fff  com.apple.dt.IDE.IDERTFEditor (7.2 - 9525) <915A1FCB-CDDD-3174-B051-EDBAC203A123> /Applications/Xcode.app/Contents/PlugIns/IDERTFEditor.ideplugin/Contents/MacOS/IDERTFEditor
       0x117938000 -        0x117a19fff  com.apple.dt.IDE.IDEModelEditor (7.2 - 9525) <98B13857-6A67-3BEA-B593-27171BA3CB2E> /Applications/Xcode.app/Contents/PlugIns/IDEModelEditor.ideplugin/Contents/MacOS/IDEModelEditor
       0x117ab3000 -        0x117b32fff  com.apple.dt.IDE.IDEModelFoundation (7.2 - 9525) <DD5E59BD-6ADE-3AD6-B733-CD783C229445> /Applications/Xcode.app/Contents/PlugIns/IDEModelFoundation.ideplugin/Contents/MacOS/IDEModelFoundation
       0x117b8e000 -        0x117b97ff7  com.apple.dt.ScriptingDefinitionEditor (7.2 - 9525) <A27ACEF0-908A-3A1C-B44C-72CFA8FC20B0> /Applications/Xcode.app/Contents/PlugIns/ScriptingDefinitionEditor.ideplugin/Contents/MacOS/ScriptingDefinitionEditor
       0x117ba1000 -        0x117cb6fff  com.apple.dt.IDELanguageSupportUI (7.2 - 9516) <F78F7B61-B192-394E-8F0E-DB0211EE842D> /Applications/Xcode.app/Contents/PlugIns/IDELanguageSupportUI.ideplugin/Contents/MacOS/IDELanguageSupportUI
       0x117d8b000 -        0x117d95ff7  com.apple.dt.DVTPlaygroundCommunication (1.0 - 9500) <E432735B-350A-3D9C-9BB0-E5453FFE1550> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks/DVTPlaygroundCommunication.framework/Versions/A/DVTPlaygroundCommunication
       0x117da5000 -        0x117e5cfff  com.apple.dt.IDE.IDESceneKitEditor (7.2 - 9501) <E5C377E7-B48E-3403-A39E-FE63E5AB9828> /Applications/Xcode.app/Contents/PlugIns/IDESceneKitEditor.ideplugin/Contents/MacOS/IDESceneKitEditor
       0x118008000 -        0x11800eff7  com.apple.dt.gpu.GPUDebuggeriOSSupport (7.2 - 19503) <AE373777-595A-3492-9BCF-62DD2DAD72F5> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/GPUDebuggeriOSSupport.ideplugin/Contents/MacOS/GPUDebuggeriOSSupport
       0x118018000 -        0x118080ff3  com.apple.GLToolsExpert (1.0 - 19501) <D95DFDB8-F337-369A-B274-7C52D4357DEB> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/GLToolsExpert.framework/Versions/A/GLToolsExpert
       0x1180be000 -        0x1180d9ff7  com.apple.GLToolsShaderProfiler (1.0 - 19508) <8A6F252F-0BAC-35B4-9F51-E8103340CF0B> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsShaderProfiler.framework/Versions/A/GLToolsShaderProfiler
       0x1180e9000 -        0x118100fff  com.apple.GPUToolsMobileFoundation (1.0 - 19501) <E10B24E9-95BC-3D82-BDAA-C322F2D3354A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/GPUToolsMobileFoundation.framework/Versions/A/GPUToolsMobileFoundation
       0x118117000 -        0x11811dfff  com.apple.dt.gpu.GPUDebuggerOSXSupport (7.2 - 19509) <4455A241-A2DF-324C-9D87-64F475DEBE52> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/PrivatePlugIns/GPUDebuggerOSXSupport.ideplugin/Contents/MacOS/GPUDebuggerOSXSupport
       0x118127000 -        0x118137fff  com.apple.GPUToolsDesktopFoundation (1.0 - 19504) <EE1D20C7-CA22-3DFC-91A5-E2641C1AAE06> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks/GPUToolsDesktopFoundation.framework/Versions/A/GPUToolsDesktopFoundation
       0x118147000 -        0x11814dff7  com.apple.dt.gpu.GPUDebuggertvOSSupport (7.2 - 19503) <DE4E6FC5-A069-385F-93AD-5D04866626F8> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Xcode/PrivatePlugIns/GPUDebuggertvOSSupport.ideplugin/Contents/MacOS/GPUDebuggertvOSSupport
       0x118362000 -        0x11842bfff  com.apple.XCSCore (1.0 - 1) <8156BDAE-6FC7-3A10-AEAF-C31D0A797CB1> /Applications/Xcode.app/Contents/SharedFrameworks/XCSCore.framework/Versions/A/XCSCore
       0x1184b0000 -        0x11859bff7  com.apple.dt.XCSUI (1.0 - 1) <B6397BC2-D568-39F1-9DA0-876068C09817> /Applications/Xcode.app/Contents/SharedFrameworks/XCSUI.framework/Versions/A/XCSUI
       0x118675000 -        0x118688fff  com.apple.dt.IDE.IDESubversion (7.2 - 9525) <DEAD3ABD-00E0-3F1F-A1CD-EE428C1A4D66> /Applications/Xcode.app/Contents/PlugIns/IDESubversion.ideplugin/Contents/MacOS/IDESubversion
       0x118698000 -        0x1186b1fff  com.apple.dt.IDE.IDEGit (7.2 - 9525) <9A5C1448-D645-3C96-958C-3272A4122690> /Applications/Xcode.app/Contents/PlugIns/IDEGit.ideplugin/Contents/MacOS/IDEGit
       0x118d1d000 -        0x118d21ff7  com.apple.dt.IDE.IDEAppleScriptCore (7.2 - 9525) <AA637B33-B857-35B0-917C-3FE0945BF248> /Applications/Xcode.app/Contents/PlugIns/IDEAppleScriptCore.ideplugin/Contents/MacOS/IDEAppleScriptCore
       0x119c70000 -        0x119cd5fff  com.apple.driver.AppleIntelHD5000GraphicsMTLDriver (10.12.13 - 10.1.2) <DBA88B2F-5AA2-3702-A269-5AB51497B22E> /System/Library/Extensions/AppleIntelHD5000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsMTLDriver
       0x119f08000 -        0x119f10fff  com.apple.dt.IDE.IDEInstrumentsService (7.2 - 9525) <D30B32BF-8C7B-3740-9985-D2EBE52ECF00> /Applications/Xcode.app/Contents/PlugIns/IDEInstrumentsService.ideplugin/Contents/MacOS/IDEInstrumentsService
       0x11ae20000 -        0x11af9dfff  com.apple.gputools.GLToolsAnalysisHeuristics (1.0 - 19508) <63144747-2016-3A63-963B-7715C37D98B2> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/GPUTools/PlugIns/GLToolsAnalysisHeuristics.gtplugin/Contents/MacOS/GLToolsAnalysisHeuristics
       0x11afcf000 -        0x11b1d8fff  com.apple.dt.gpu.GPUDebuggerMTLSupport (7.2 - 19509) <21BF6499-902D-38B9-9BE5-8A119051A108> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerMTLSupport.ideplugin/Contents/MacOS/GPUDebuggerMTLSupport
       0x11b240000 -        0x11b27bffb  com.apple.MTLToolsShaderProfiler (1.0 - 19508) <466972EB-6971-3797-A32A-FC5754ABD444> /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsShaderProfiler.framework/Versions/A/MTLToolsShaderProfiler
    0x7fff6e661000 -     0x7fff6e697fa7  dyld (360.18) <1A7F8274-FC32-3B86-9979-66B8F2B7B5E2> /usr/lib/dyld
    0x7fff83004000 -     0x7fff8300ffff  libGL.dylib (12.0.40.6) <3F719CC4-8024-33B5-A49D-15FAE1955A12> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff8303e000 -     0x7fff832abfff  com.apple.imageKit (2.6 - 932) <6738F065-3D55-3165-8D3E-33AA18D6E3EA> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x7fff832ac000 -     0x7fff83803fff  com.apple.MediaToolbox (1.0 - 1731.15.33) <16374746-DF5E-3103-994B-74CF151BD06A> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff83804000 -     0x7fff83893fff  com.apple.CorePDF (4.0 - 4) <6147B89F-46D8-38B2-A7D0-C5AABCE35BC6> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff83894000 -     0x7fff8392afff  com.apple.ColorSync (4.9.0 - 4.9.0) <8BB8DF19-C24F-39F8-8B90-AD186D74587C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff8392b000 -     0x7fff8392cfff  libquit.dylib (197.1) <0EA57192-3473-3428-9CC1-96775643D7EE> /usr/lib/libquit.dylib
    0x7fff83935000 -     0x7fff8394ffff  com.apple.Kerberos (3.0 - 1) <836358DE-2731-3ACD-98E3-E5FA48917728> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff83a25000 -     0x7fff83b10ff7  com.apple.QuickLookUIFramework (5.0 - 696.3) <8416C721-85D3-3F4A-9916-2CB4640BB0CB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x7fff83b13000 -     0x7fff83b18fff  com.apple.AssetCacheServices (14 - 14) <33685005-A92A-3006-97F5-FBF8530925B2> /System/Library/PrivateFrameworks/AssetCacheServices.framework/Versions/A/AssetCacheServices
    0x7fff83be2000 -     0x7fff83c12ff7  libsandbox.1.dylib (460.20.9) <F0002EB6-27DF-38D5-AA6F-DE2A27C9C0A3> /usr/lib/libsandbox.1.dylib
    0x7fff83c13000 -     0x7fff83c31fff  libsystem_kernel.dylib (3248.20.55) <0E688457-4915-36DD-8798-5C2EDEE3F1A3> /usr/lib/system/libsystem_kernel.dylib
    0x7fff83c32000 -     0x7fff83c34fff  libsystem_coreservices.dylib (19.2) <1B3F5AFC-FFCD-3ECB-8B9A-5538366FB20D> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff83c35000 -     0x7fff83c45fff  com.apple.AppleScriptObjC (1.4 - 32) <D71E9742-240C-39BB-8BBE-C5B8D5D696DD> /System/Library/Frameworks/AppleScriptObjC.framework/Versions/A/AppleScriptObjC
    0x7fff83c46000 -     0x7fff83eccff7  com.apple.CFNetwork (760.2.6 - 760.2.6) <DDE325B9-7F6F-3933-8F86-8D031E400DD5> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff83eff000 -     0x7fff83f1aff7  libCRFSuite.dylib (34) <078B4CD8-6A8C-3067-B2BA-0C2A0BAB8AC3> /usr/lib/libCRFSuite.dylib
    0x7fff83f1b000 -     0x7fff83fbbff7  com.apple.Metadata (10.7.0 - 972.16) <98CA1355-3E2C-364C-9C4F-3CA286DB08A7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff8401e000 -     0x7fff8401efff  com.apple.audio.units.AudioUnit (1.13 - 1.13) <D2E8EA94-3828-3D7C-87E2-97E4CD00269D> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff84026000 -     0x7fff84026fff  com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <F450DC3F-837D-35CB-97F3-5835E789EF02> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff84289000 -     0x7fff843aeff7  com.apple.LaunchServices (728.6 - 728.6) <8658230B-5894-3244-BDBA-A6C9DD347219> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff846da000 -     0x7fff8496aff7  com.apple.RawCamera.bundle (6.18 - 828) <CB7F6CCD-3753-3147-816A-B613F500AE33> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff8498d000 -     0x7fff849acff7  com.apple.framework.Apple80211 (11.0 - 1110.33) <EC583C00-9073-39C3-B613-96D5BA0FDD32> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff849ad000 -     0x7fff849cbffb  libedit.3.dylib (43) <1D3E3152-4001-3C19-B56A-7543F1BBA47C> /usr/lib/libedit.3.dylib
    0x7fff849cc000 -     0x7fff84a40fff  com.apple.Heimdal (4.0 - 2.0) <009F223D-B89B-376B-94F5-6D982CBEF771> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff84d21000 -     0x7fff84d2aff7  libsystem_pthread.dylib (138.10.4) <327CECD0-B881-3153-8FCC-4FD4818B7F16> /usr/lib/system/libsystem_pthread.dylib
    0x7fff84d2b000 -     0x7fff84d31fff  com.apple.IOAccelerator (203.14 - 203.14) <D632883D-7A42-38C4-BF31-BD597BD31FAA> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff84d32000 -     0x7fff84d34fff  com.apple.EFILogin (2.0 - 2) <38150198-DD7F-3C73-BCAA-C74BB376393A> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fff84d35000 -     0x7fff84d3dfff  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <D44F75E7-C679-3C21-AD76-8FA8A2B898F1> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fff84d3e000 -     0x7fff84d78ff7  com.apple.DebugSymbols (132 - 132) <BDF57386-2881-35BD-9310-36904C764E93> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff84d79000 -     0x7fff84d8aff7  libz.1.dylib (61.20.1) <B3EBB42F-48E3-3287-9F0D-308E04D407AC> /usr/lib/libz.1.dylib
    0x7fff84df5000 -     0x7fff84e00fff  com.apple.DirectoryService.Framework (10.11 - 194) <159606E0-F3AF-36B0-9744-4BFE1DA3EC74> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x7fff84e01000 -     0x7fff84e2cffb  libarchive.2.dylib (33.20.2) <6C370A21-63FD-3A68-B4B3-5333F24B770B> /usr/lib/libarchive.2.dylib
    0x7fff851cf000 -     0x7fff851d8ff7  com.apple.DisplayServicesFW (3.0 - 378) <E459962E-90C6-36CE-BA30-BC9E29E6C14A> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x7fff851d9000 -     0x7fff85261fff  com.apple.CoreSymbolication (3.1 - 58048.1) <2DFAF855-0528-370D-B4B0-EE0236766D9D> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff85262000 -     0x7fff85264ff7  libquarantine.dylib (80) <163CF63A-7455-3D1F-AE57-8C4475A9204C> /usr/lib/system/libquarantine.dylib
    0x7fff852e4000 -     0x7fff852f5fff  libSparseBLAS.dylib (1159) <3C520738-8F54-36E4-B966-97D1F886F59E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff8531a000 -     0x7fff855b0fff  libmecabra.dylib (696.4) <0A1574F0-3222-3856-A1C6-D8BE20DC4C48> /usr/lib/libmecabra.dylib
    0x7fff855b1000 -     0x7fff855b9ff7  libcldcpuengine.dylib (2.6.4.1) <A065D1E1-ECCE-3AD0-9B90-7515318FA4CF> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff855ba000 -     0x7fff855bcff7  com.apple.xpc.ServiceManagement (1.0 - 1) <3777FD15-B6F3-32A2-A8E3-3E8CE3B8D5E7> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff855bd000 -     0x7fff8562cfff  com.apple.datadetectorscore (7.0 - 460) <CDBB7D7D-B189-37B0-AA4B-DC79090D0D71> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff8562d000 -     0x7fff8563dff3  com.apple.ProtocolBuffer (1 - 242) <127AF54F-615B-362A-A221-3E758C46A235> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff8563e000 -     0x7fff85641fff  libspindump.dylib (197.1) <78CD77B4-3653-35B7-B8E6-3F76BDD7F8B6> /usr/lib/libspindump.dylib
    0x7fff85656000 -     0x7fff8567ffff  libsystem_info.dylib (477.20.1) <6513635B-4ADE-3B45-BF63-ED7AC565B0C9> /usr/lib/system/libsystem_info.dylib
    0x7fff85680000 -     0x7fff85681fff  libffi.dylib (18.1) <5BA9612C-747E-33CE-9DB1-3C01ECF3041D> /usr/lib/libffi.dylib
    0x7fff856b5000 -     0x7fff856b7fff  com.apple.loginsupport (1.0 - 1) <9B2F5F9B-ED38-313F-B798-D2B667BCD6B5> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff856b8000 -     0x7fff856bdfff  com.apple.TCC (1.0 - 1) <C53628CA-0C75-34B6-AE6E-8BCF8A3ED099> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff856ca000 -     0x7fff856cefff  libpam.2.dylib (20) <CFCD19BD-87BC-3F2B-BB1C-4C23E8E55F1A> /usr/lib/libpam.2.dylib
    0x7fff856d2000 -     0x7fff856fafff  com.apple.GLKit (1.0 - 56) <43F6F998-9672-373E-9E74-A876A952AF1B> /System/Library/Frameworks/GLKit.framework/Versions/A/GLKit
    0x7fff856fb000 -     0x7fff85706fff  libcsfde.dylib (517.20.1) <42376761-F1B3-3086-AFBC-231507582BBE> /usr/lib/libcsfde.dylib
    0x7fff85707000 -     0x7fff857f9ff7  libiconv.2.dylib (44) <F05A0A5A-92A9-3668-8F20-F27CBDA26BE9> /usr/lib/libiconv.2.dylib
    0x7fff85816000 -     0x7fff85ebcffb  com.apple.JavaScriptCore (11601 - 11601.3.7) <F9351983-16A7-312D-9202-02873CBC1D9D> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff85ebd000 -     0x7fff860c8fff  libFosl_dynamic.dylib (16.24) <363B7CEE-B662-32F3-9D7B-245E64927C35> /usr/lib/libFosl_dynamic.dylib
    0x7fff86141000 -     0x7fff8615affb  com.apple.openscripting (1.7 - 169) <DB62452B-3C83-3B7A-8349-7536F4E1532B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff861b8000 -     0x7fff8662efff  com.apple.CoreFoundation (6.9 - 1256.14) <068D1BA9-3859-34C7-986A-97EDF739C5C8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8662f000 -     0x7fff8663bfff  libexslt.0.dylib (14) <66191A7E-1526-39F5-B80E-3F5E5FA03DC5> /usr/lib/libexslt.0.dylib
    0x7fff86663000 -     0x7fff86694ff7  libncurses.5.4.dylib (46) <D4C10699-3E8F-3F42-A695-7490EA4B6B32> /usr/lib/libncurses.5.4.dylib
    0x7fff8669a000 -     0x7fff86a96fff  libLAPACK.dylib (1159) <7618C270-D895-345C-B08B-102286A05A55> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff86b67000 -     0x7fff86b6cfff  com.apple.DiskArbitration (2.7 - 2.7) <B7FAE647-156A-30C8-BA8B-69D188D02602> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff86b6d000 -     0x7fff86b6ffff  libUniversalAccess.dylib (270.10) <2570F0D4-37F8-3DBB-867A-A77B9B7F1E8B> /usr/lib/libUniversalAccess.dylib
    0x7fff86b70000 -     0x7fff86b8bfff  com.apple.aps.framework (4.0 - 4.0) <894B1FD6-6EBE-302B-947B-D5813DABEDF0> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
    0x7fff86b8c000 -     0x7fff86b97ff7  libcommonCrypto.dylib (60075.20.1) <766BC3F5-41F3-3315-BABC-72718A98EA92> /usr/lib/system/libcommonCrypto.dylib
    0x7fff86b98000 -     0x7fff86bb0fd7  libcompression.dylib (25) <202CE8A7-3D5B-347A-BD22-F0CB589B29AF> /usr/lib/libcompression.dylib
    0x7fff86bb1000 -     0x7fff86bb1fff  com.apple.Accelerate (1.10 - Accelerate 1.10) <DA5F3EA8-A06B-328A-B22C-9EE29916FD74> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff86bb2000 -     0x7fff86bb5ffb  libdyld.dylib (360.18) <5F3777A7-F07E-3D5F-BFA3-A920FF4170ED> /usr/lib/system/libdyld.dylib
    0x7fff86bb6000 -     0x7fff86d34fff  com.apple.UIFoundation (1.0 - 436.1) <8C254BB0-1DED-36A2-AAAF-786EB19CCE39> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff86d3d000 -     0x7fff870d2fdb  com.apple.vImage (8.0 - 8.0) <4BAC9B6F-7482-3580-8787-AB0A5B4D331B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff87147000 -     0x7fff87158fff  libcmph.dylib (6) <BA4BF2C6-7F4E-33B8-9DD7-619C9EB83ECF> /usr/lib/libcmph.dylib
    0x7fff87200000 -     0x7fff87202fff  com.apple.SecCodeWrapper (4.0 - 261.20.7) <E3E10533-B295-39EB-B0A3-42BD238E8C85> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x7fff87203000 -     0x7fff8723bfff  com.apple.RemoteViewServices (2.0 - 99) <596153FD-3CB9-3FED-9D63-1B73B01AC6DB> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff87258000 -     0x7fff872a3ff7  com.apple.CoreMediaIO (703.0 - 4791) <7D342CFF-D074-3CAB-B76C-E1F878740AA6> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff872a4000 -     0x7fff872a5fff  libsystem_secinit.dylib (20) <FD6ECF2C-1489-32CA-981B-9045B5EB1FAA> /usr/lib/system/libsystem_secinit.dylib
    0x7fff87364000 -     0x7fff87460ff7  libFontParser.dylib (158.4) <BF7F82EB-7820-364A-865E-442F42BFDFA4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff87480000 -     0x7fff876eefff  com.apple.AuthKit (1.0 - 1) <D9E0BEE5-69E7-3A39-BCBB-275A7735ADE0> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
    0x7fff876ef000 -     0x7fff876f0fff  libsystem_blocks.dylib (65) <49D42329-7DE9-3413-92C3-A473A7E9CF35> /usr/lib/system/libsystem_blocks.dylib
    0x7fff87780000 -     0x7fff8779cff7  libextension.dylib (78) <589FA312-F17C-3A8D-986F-FD995D0065D5> /usr/lib/libextension.dylib
    0x7fff8779d000 -     0x7fff87844fff  com.apple.LanguageModeling (1.0 - 1) <E1E4091D-6CAB-36E0-A206-AAADE69791DC> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff87845000 -     0x7fff8798afff  com.apple.QTKit (7.7.3 - 2943) <1477C5F3-63B2-386D-A911-481BEFAFEB58> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff87d48000 -     0x7fff87d89ff7  libGLU.dylib (12.0.40.6) <D51C3497-7EC6-37F4-9E8D-B9BFED23974D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff88459000 -     0x7fff88666ff7  com.apple.CoreImage (11.2.0 - 366.2.7) <344F1067-5F52-3626-8F6C-2B678DEB80A1> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff886c2000 -     0x7fff886c2ff7  libkeymgr.dylib (28) <09397E01-6066-3179-A50C-2CE666FDA929> /usr/lib/system/libkeymgr.dylib
    0x7fff88f88000 -     0x7fff88ff2ff7  com.apple.framework.CoreWLAN (11.0 - 1101.20) <6A535459-6A8A-3D60-986B-EE7ED833A9C3> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff88ff4000 -     0x7fff89007fff  com.apple.contacts.ContactsPersistence (1.0 - 2137.1) <71232F20-11BD-370D-9F43-F262BFE46C93> /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersistence
    0x7fff891eb000 -     0x7fff89207fff  com.apple.GenerationalStorage (2.0 - 239) <EE667C63-3ADF-34D3-A8A7-316B66C7E290> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff897eb000 -     0x7fff897fdfff  libsasl2.2.dylib (209) <02BF4226-23E9-34EC-A727-CF0E205395F8> /usr/lib/libsasl2.2.dylib
    0x7fff897fe000 -     0x7fff8981aff3  libresolv.9.dylib (60) <A650B5C8-1950-36A0-86D1-0B2465318BFA> /usr/lib/libresolv.9.dylib
    0x7fff89afb000 -     0x7fff89afdfff  libCGXType.A.dylib (948) <C3D473CF-7261-3E0D-A161-E9B642B75D6A> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff89b04000 -     0x7fff89b0cfff  com.apple.AppleSRP (5.0 - 1) <25775E90-1DBB-3BFA-B4B4-F8F262B9EC1F> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff89b52000 -     0x7fff89b52ff7  liblaunch.dylib (756.20.4) <EDF719D6-D2BB-38DD-8C94-4272BEFDA2CD> /usr/lib/system/liblaunch.dylib
    0x7fff89b84000 -     0x7fff89c3bff7  com.apple.CoreDuet (1.0 - 1) <20BDA287-415A-385E-BCB5-934D165BDAA4> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
    0x7fff89c3c000 -     0x7fff89c73ff7  com.apple.LDAPFramework (2.4.28 - 194.5) <79D981F2-F70C-3E47-B124-DC0C90D45563> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff89c84000 -     0x7fff89cb1ff3  com.apple.SystemConfiguration.EAP8021X (14.0.0 - 14.0) <CCAC2BDF-FA69-38EE-A777-93AD571C0941> /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X
    0x7fff89cb2000 -     0x7fff89cbdfff  com.apple.CrashReporterSupport (10.11 - 717) <474544AD-1199-3ECC-90E5-071847BA72C6> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff89cbe000 -     0x7fff89d00fff  com.apple.framework.ConfigurationProfiles (8.1 - 847) <40324C78-D6DF-3FA5-A784-FB001C3A45E3> /System/Library/PrivateFrameworks/ConfigurationProfiles.framework/Versions/A/ConfigurationProfiles
    0x7fff89d01000 -     0x7fff8a03eff3  com.apple.WebKit (11601 - 11601.3.9) <5B562B26-2D3A-3F0F-B374-0FE43BFB0872> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff8a046000 -     0x7fff8a046fff  com.apple.Carbon (154 - 157) <34263101-328D-3FE4-B212-14BD3CFF6965> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff8a05b000 -     0x7fff8a07ffff  com.apple.quartzfilters (1.10.0 - 1.10.0) <58FAFE0C-A2D8-3746-AC8F-BF553A7CDED7> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
    0x7fff8a080000 -     0x7fff8a1e7fff  libBLAS.dylib (1159) <8C24B8BC-E7D9-386D-97C8-929728AFE10B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff8a1e8000 -     0x7fff8a1e8fff  com.apple.CoreServices (728.6 - 728.6) <1FC9300C-6D3D-330C-829C-C8F094BC38C6> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff8a1fb000 -     0x7fff8a923fff  com.apple.VectorKit (1.0 - 1156.1.14) <60E2000D-1941-3344-BB48-E25C2EFC3DFC> /System/Library/PrivateFrameworks/VectorKit.framework/Versions/A/VectorKit
    0x7fff8a924000 -     0x7fff8a95efff  com.apple.QD (3.12 - 302) <3F36A108-C557-353A-A3F7-80DDCB82BB37> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff8aa3a000 -     0x7fff8aae5fff  com.apple.PDFKit (3.1 - 3.1) <4F470085-BBE3-3A75-AB79-430426F72CE4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
    0x7fff8aafe000 -     0x7fff8ab61fff  libAVFAudio.dylib (161.2) <C42EF0ED-56B2-387F-B188-C42FB8A1B7AB> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib
    0x7fff8abbd000 -     0x7fff8ac0eff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <BB7C0F61-E39B-382C-AF03-1650C054BFE1> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff8ac13000 -     0x7fff8ac1bfff  com.apple.NetFS (6.0 - 4.0) <BDD59EC5-D399-31EA-9B2A-60E3A859FC42> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff8ac1c000 -     0x7fff8ac27fff  libkxld.dylib (3248.20.55) <3B8A19A8-7B41-3322-BDEC-9A2461E76423> /usr/lib/system/libkxld.dylib
    0x7fff8ac28000 -     0x7fff8ac65ff3  com.apple.bom (14.0 - 193.7) <9B8AE30B-24A3-37AB-B04E-4CE67AED4775> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff8acb2000 -     0x7fff8acb2fff  libenergytrace.dylib (10) <A4AE7CBD-CF0A-3A74-8098-B642CE496611> /usr/lib/libenergytrace.dylib
    0x7fff8acb3000 -     0x7fff8acc1ff7  libbz2.1.0.dylib (38) <28E54258-C0FE-38D4-AB76-1734CACCB344> /usr/lib/libbz2.1.0.dylib
    0x7fff8aed6000 -     0x7fff8aed9fff  libCoreVMClient.dylib (119.5) <CD7DE25C-D7AD-3ECD-BEEC-F57992A4A08E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff8aeda000 -     0x7fff8af28fff  libcurl.4.dylib (90) <FF42FAA6-E71B-3D0D-B5C9-B05BD2460C9A> /usr/lib/libcurl.4.dylib
    0x7fff8af29000 -     0x7fff8af2eff3  libunwind.dylib (35.3) <124E0F05-2350-3774-A32C-7F5BF38EDE73> /usr/lib/system/libunwind.dylib
    0x7fff8af2f000 -     0x7fff8af65fff  libssl.0.9.8.dylib (59) <DC4B66A8-AFED-33A9-A5B8-D2088C6EF5B2> /usr/lib/libssl.0.9.8.dylib
    0x7fff8b16c000 -     0x7fff8b16cfff  com.apple.IOPlatformPluginFamily (1.0 - 1) <DA8DAF9B-57D4-3481-BEA2-6B6E77D8BBFB> /System/Library/PrivateFrameworks/IOPlatformPluginFamily.framework/Versions/A/IOPlatformPluginFamily
    0x7fff8b16d000 -     0x7fff8b1cafff  com.apple.CoreServices.OSServices (728.6 - 728.6) <E86385ED-70AA-3371-8E58-8FFDEF81C854> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff8c110000 -     0x7fff8c110fff  libmetal_timestamp.dylib (600.0.43.5) <A2B1C6F9-50D0-336B-A057-A7FBE2D7BDE2> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
    0x7fff8c111000 -     0x7fff8c1a6fff  com.apple.ink.framework (10.9 - 214) <6B573126-A6E9-357F-B36A-AA5BDC0BEAF8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff8ca06000 -     0x7fff8ce77ff3  com.apple.GeoServices (1.0 - 1151.2.13.9) <52A8FBB6-267C-3371-A516-264572B5800F> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x7fff8ce78000 -     0x7fff8ce94ff7  libsystem_malloc.dylib (67) <9EECAB18-F025-34C4-8E32-7EFFA6720EFC> /usr/lib/system/libsystem_malloc.dylib
    0x7fff8ce95000 -     0x7fff8ce97ff7  libRadiance.dylib (1442) <1E42E394-4CD2-3E10-8591-9BB234829AC6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff8ce98000 -     0x7fff8ce9dfff  com.apple.MediaAccessibility (1.0 - 79) <CCF71DC1-BB6A-3227-BD1B-AFD172592A63> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff8cf88000 -     0x7fff8cf90ffb  libsystem_dnssd.dylib (625.20.4) <945B5FB1-DA91-3D45-A961-A8FAD53C1E7E> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff8cf91000 -     0x7fff8cfa7fff  com.apple.CoreMediaAuthoring (2.2 - 953) <D74307B6-EC7E-3E5F-B2CF-7CE7A183F0F0> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
    0x7fff8cfac000 -     0x7fff8cfadff3  com.apple.print.framework.Print (10.0 - 266) <BF573614-5666-3D16-9D45-4690911F030A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff8cfb3000 -     0x7fff8cfb7fff  libGIF.dylib (1442) <39FA0286-1616-3474-8215-7CD07109C9E5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff8cfbe000 -     0x7fff8cfd5fff  com.apple.ScriptingBridge (1.3.3 - 68) <4C81A32D-9B9F-354F-9857-E5BD0852290A> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
    0x7fff8d207000 -     0x7fff8d27efe7  libcorecrypto.dylib (335.20.1) <C6BD205F-4ECE-37EE-BCAB-A76F39CDCFFA> /usr/lib/system/libcorecrypto.dylib
    0x7fff8d27f000 -     0x7fff8d27ffff  libOpenScriptingUtil.dylib (169) <5CE2080C-398C-34C2-8D65-B9C627AACA19> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff8d2cb000 -     0x7fff8d415fc7  com.apple.coreui (2.1 - 365.2) <727C55D3-503A-3EC4-8A23-C984E320F65F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff8d418000 -     0x7fff8d48cff3  com.apple.securityfoundation (6.0 - 55126) <943934A2-EC53-330F-BEB9-8A718A18F9FC> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff8d4c9000 -     0x7fff8d4e0fff  libmarisa.dylib (4) <E4919B03-D9BD-3AF8-B436-C415C98E3F0A> /usr/lib/libmarisa.dylib
    0x7fff8d505000 -     0x7fff8d563fff  com.apple.SystemConfiguration (1.14 - 1.14) <A6ABDEA0-88BB-3EA2-8C97-FC1A33ABB1D7> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff8d570000 -     0x7fff8d572ff7  com.apple.SafariServices.framework (11601 - 11601.3.9) <86B9C242-287E-3A40-9F3A-AABAE3538C17> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariServices
    0x7fff8d573000 -     0x7fff8d64cfff  com.apple.CoreMedia (1.0 - 1731.15.33) <6109D83B-4E0B-3DE2-9856-9FD80EA51CE0> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff8d64d000 -     0x7fff8d672ff7  libPng.dylib (1442) <C13F5341-C342-3733-AF4C-434F2D8FF0A8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff8d706000 -     0x7fff8d756fff  libcups.2.dylib (435) <28A05475-9DBF-35EA-B218-3432B69EA18B> /usr/lib/libcups.2.dylib
    0x7fff8d757000 -     0x7fff8d780fff  libc++abi.dylib (125) <DCCC8177-3D09-35BC-9784-2A04FEC4C71B> /usr/lib/libc++abi.dylib
    0x7fff8d7e0000 -     0x7fff8d80fff7  com.apple.securityinterface (10.0 - 55065.20.1) <EDBD990A-0960-3DBB-BB42-43A36F49477F> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x7fff8d881000 -     0x7fff8dacdff7  com.apple.AddressBook.framework (9.0 - 1679.4) <B5C3056C-F9FD-3B28-A867-9548A9AC3ACA> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff8dace000 -     0x7fff8dacefff  com.apple.quartzframework (1.5 - 21) <5DC3D0D9-9E3F-3AA5-92F1-F229907A49B9> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff8dacf000 -     0x7fff8dae9ff3  liblzma.5.dylib (10) <CC03591B-FA57-3CA5-AC81-0D76033AC0CE> /usr/lib/liblzma.5.dylib
    0x7fff8daea000 -     0x7fff8db00ff7  libLinearAlgebra.dylib (1159) <FA316609-9851-3C5C-AF46-685A25768D45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff8db01000 -     0x7fff8db0cfff  com.apple.AppSandbox (4.0 - 261.20.7) <0CA08EB7-D574-3E2F-A3AE-FEA80FF3F304> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x7fff8dc59000 -     0x7fff8dc6dfe3  libCGInterfaces.dylib (317.9) <5079DE4F-3717-32FF-B76A-77F53236D17D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff8dc85000 -     0x7fff8dc9bff7  libsystem_coretls.dylib (83.20.8) <30AF7134-6CA7-3582-B9D3-507D6ED19A88> /usr/lib/system/libsystem_coretls.dylib
    0x7fff8ddc0000 -     0x7fff8ddd9fff  com.apple.CFOpenDirectory (10.11 - 194) <C21F33AA-CD06-3163-A1F3-1D116F788A11> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff8ddfe000 -     0x7fff8de06fff  libGFXShared.dylib (12.0.40.6) <05770D51-DB02-3ACD-86EF-D3A475A83D4D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff8de07000 -     0x7fff8de45ff7  libGLImage.dylib (12.0.40.6) <7A41B04A-8282-3530-809F-FAC4AC953CD2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff8de46000 -     0x7fff8de73fff  libdispatch.dylib (501.20.1) <324C9189-2AF3-3356-847F-6F4CE1C6E901> /usr/lib/system/libdispatch.dylib
    0x7fff8de74000 -     0x7fff8deaffff  com.apple.AuthKitUI (1.0 - 1) <E735BF08-D07E-3940-8404-BD6D719228F7> /System/Library/PrivateFrameworks/AuthKitUI.framework/Versions/A/AuthKitUI
    0x7fff8decd000 -     0x7fff8ded3fff  com.apple.XPCService (2.0 - 1) <9A305622-14E1-3D9A-BE47-6524419BA58D> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0x7fff8ded4000 -     0x7fff8ded8fff  com.apple.CommonPanels (1.2.6 - 96) <61E9D84F-435A-3C7B-A065-047B80775777> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff8ded9000 -     0x7fff8dedeff7  libmacho.dylib (875.1) <CB745E1F-4885-3F96-B38B-2093DF488FD5> /usr/lib/system/libmacho.dylib
    0x7fff8dedf000 -     0x7fff8dee0ffb  libremovefile.dylib (41) <B8D1A5FC-CFD5-3AAB-8A10-14DDC129710A> /usr/lib/system/libremovefile.dylib
    0x7fff8dee1000 -     0x7fff8defafff  com.apple.network.statistics.framework (1.2 - 1) <1BE2259C-8CFD-3F40-B30D-0434C0E05B9F> /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/NetworkStatistics
    0x7fff8defb000 -     0x7fff8df41ff7  libauto.dylib (186) <999E610F-41FC-32A3-ADCA-5EC049B65DFB> /usr/lib/libauto.dylib
    0x7fff8df42000 -     0x7fff8e14fffb  libicucore.A.dylib (551.41) <CFFD7342-A7D6-323A-AC14-B9EECF6EFFED> /usr/lib/libicucore.A.dylib
    0x7fff8e150000 -     0x7fff8e184ff7  com.apple.CoreVideo (1.8 - 191.2) <88D903C8-E608-320E-8ACD-11E5B3003C18> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff8e185000 -     0x7fff8e188ffb  libScreenReader.dylib (425.102) <BDC46586-4925-38F2-85D3-BD23DB6E6D43> /usr/lib/libScreenReader.dylib
    0x7fff8e18f000 -     0x7fff8e567fef  com.apple.CoreAUC (214.0.0 - 214.0.0) <B43C7811-38A4-3F9A-9417-FD8F4B55EA82> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff8e5ba000 -     0x7fff8e60fff7  com.apple.AE (701 - 701) <FB22BE84-9CB8-36BF-8061-F93D716C0A84> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff8e714000 -     0x7fff8e738fff  libJPEG.dylib (1442) <9616E8A5-60BA-3C70-8F37-A33055D227C8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff8e739000 -     0x7fff8e785ff3  com.apple.HIServices (1.22 - 549) <14FB5BB6-8456-39F9-A694-8A1C12426880> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff8e78a000 -     0x7fff8e78bffb  libSystem.B.dylib (1226.10.1) <54388DF0-3813-33E4-BE8D-7743A81ACF4D> /usr/lib/libSystem.B.dylib
    0x7fff8e947000 -     0x7fff8e996ff7  com.apple.opencl (2.6.9 - 2.6.9) <DFB196DD-1863-3E1F-A2CB-41559E898F50> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff8e99a000 -     0x7fff8e9edff7  libc++.1.dylib (120.1) <8FC3D139-8055-3498-9AC5-6467CB7F4D14> /usr/lib/libc++.1.dylib
    0x7fff8ea1a000 -     0x7fff8ea1bfff  com.apple.TrustEvaluationAgent (2.0 - 25) <0239494E-FEFE-39BC-9FC7-E251BA5128F1> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff8ea1c000 -     0x7fff8eb2bfe7  libvDSP.dylib (563.4) <A95572FF-D40C-32A8-9F36-5B1FD297A0EC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff8eb72000 -     0x7fff8eed4f3f  libobjc.A.dylib (680) <9F45830D-F1D5-3CDF-9461-1A5477ED7D1E> /usr/lib/libobjc.A.dylib
    0x7fff8eed5000 -     0x7fff8ef06ff7  libtidy.A.dylib (15.17) <03EF1071-8B43-3B41-9879-118FA27F89C5> /usr/lib/libtidy.A.dylib
    0x7fff8ef5a000 -     0x7fff90019fff  com.apple.WebCore (11601 - 11601.3.8) <39580B20-B884-3D6C-8DE0-3FF7AD12A6CA> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
    0x7fff9001a000 -     0x7fff900a7fff  libsystem_c.dylib (1082.20.4) <EAB38A6C-8671-3B13-B500-90EC1B912063> /usr/lib/system/libsystem_c.dylib
    0x7fff900a8000 -     0x7fff900b1fff  com.apple.private.XprotectFrameWork.XprotectFramework (1.0 - 1) <5BC758E9-9176-3FDB-A9C7-4DC961639607> /System/Library/PrivateFrameworks/XprotectFramework.framework/Versions/A/XprotectFramework
    0x7fff900b2000 -     0x7fff9020cff3  com.apple.MapKit (1.0 - 1620.0.13.5) <6FE356AC-82F4-30F4-8D33-D2A0EF6235E0> /System/Library/Frameworks/MapKit.framework/Versions/A/MapKit
    0x7fff9023e000 -     0x7fff902f0fff  com.apple.cloudkit.CloudKit (481.8 - 481.8) <E927AE82-8E55-38A4-BE6E-4D0829272653> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
    0x7fff902f1000 -     0x7fff904bfffb  com.apple.QuartzCore (1.11 - 410.14) <DB552FA2-D2D1-37F9-A1D4-C77D7EA82ECD> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff904c1000 -     0x7fff904e2fff  com.apple.Sharing (442.9.1 - 442.9.1) <672DE6DF-98E0-30A4-BA25-44BDE188D0BE> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff904e3000 -     0x7fff905c9fef  unorm8_bgra.dylib (2.6.4.1) <F2A325FF-D55F-3091-88E2-5EBF3648274A> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
    0x7fff905ca000 -     0x7fff9067afe7  libvMisc.dylib (563.4) <621D84AA-C752-34EE-8B16-CF0C2DE722FA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff9089e000 -     0x7fff90912fff  com.apple.framework.IOKit (2.0.2 - 1179.20.6) <BA27E459-85E8-3393-BEAA-BF67FE74F5F4> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff90913000 -     0x7fff90916ff7  libsystem_sandbox.dylib (460.20.9) <1C891336-1B25-365D-B43E-96D5B3BE66B0> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff9091a000 -     0x7fff909faff7  unorm8_rgba.dylib (2.6.4.1) <6970FC46-0D13-3614-929D-9504AB54C740> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba.dylib
    0x7fff90a4c000 -     0x7fff90a77ff7  com.apple.AddressBook.ContactsFoundation (8.0 - 2137.1) <D4463131-B469-30B1-84C4-50DB1BAADC32> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation
    0x7fff90a78000 -     0x7fff90b18fff  com.apple.ViewBridge (159 - 159) <A42BD1E4-C838-3135-B00E-8B051E42D5D3> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff90c49000 -     0x7fff90c4cfff  com.apple.Mangrove (1.0 - 1) <7919AD18-0EDE-3408-A6AC-A9121B8D857F> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff90c4d000 -     0x7fff90c5bfff  com.apple.ToneLibrary (1.0 - 1) <E92CE7C6-43CB-3312-9B1F-77353FE2C5DD> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary
    0x7fff90c5c000 -     0x7fff90cacff7  com.apple.DiskManagement (8.1 - 952) <4B4F4846-2CD0-3461-8A99-DA3685C55DDA> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
    0x7fff90cad000 -     0x7fff90d09fff  libTIFF.dylib (1442) <28DF1565-3705-3ED3-B570-C9CB12376D2E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff90d0a000 -     0x7fff90d0fff7  libheimdal-asn1.dylib (453.20.2) <EE3DD8E9-E543-3849-ADC9-EDBF2379C97C> /usr/lib/libheimdal-asn1.dylib
    0x7fff90d10000 -     0x7fff90d1bfff  com.apple.CommerceCore (1.0 - 459) <82EB2F45-0C56-3FA7-B8B2-2B4C7DB127C4> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
    0x7fff90e9e000 -     0x7fff90ebbfff  com.apple.pluginkit.framework (1.0 - 1) <AE3DFBE5-A012-345F-8A77-520686B6FBFF> /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit
    0x7fff90ebc000 -     0x7fff90edeff7  com.apple.framework.familycontrols (4.1 - 410) <50F14127-3FCC-39A2-9158-5C2581B0FAE3> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x7fff90edf000 -     0x7fff90ee8fff  com.apple.icloud.FindMyDevice (1.0 - 1) <BB049D2D-9789-39E8-A09D-D300E7AA94D2> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice
    0x7fff90ee9000 -     0x7fff91312fff  com.apple.ModelIO (1.0 - 1) <B832B38F-2F8C-3D67-A1E0-B5D8C8615FE1> /System/Library/Frameworks/ModelIO.framework/Versions/A/ModelIO
    0x7fff91313000 -     0x7fff9133afff  com.apple.ProtectedCloudStorage (1.0 - 1) <F9E1BDE2-16AF-34B5-B7FE-127D511BDC9E> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
    0x7fff9133b000 -     0x7fff9138dfff  com.apple.ImageCaptureCore (7.0 - 7.0) <68537DDB-383F-3D4D-8125-789053333B13> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x7fff913ba000 -     0x7fff913d7ff7  com.apple.AppleVPAFramework (2.1.2 - 2.1.2) <25691042-E51E-3A47-A908-E2F6D35451FC> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
    0x7fff9140f000 -     0x7fff9145fff7  com.apple.Symbolication (1.4 - 58044) <2EC9F04A-4370-39C8-8549-FC6411D87463> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff91506000 -     0x7fff9162afff  libsqlite3.dylib (216.4) <280D67B8-F93D-3587-A146-19F36C817548> /usr/lib/libsqlite3.dylib
    0x7fff91631000 -     0x7fff91640fe7  com.apple.AppleFSCompression (81.20.2 - 1.0) <735A903C-EB3A-32EB-BA6B-C55644C59C5C> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff91652000 -     0x7fff916dfdd7  com.apple.AppleJPEG (1.0 - 1) <9F0E8564-FCC4-33BE-9C6A-2BA926A33F6F> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff91869000 -     0x7fff9186afff  libUAPreferences.dylib (270.10) <8F2A85EB-3205-33F6-B9AF-8F8ED3D75E50> /System/Library/PrivateFrameworks/UniversalAccess.framework/Versions/A/Libraries/libUAPreferences.dylib
    0x7fff91898000 -     0x7fff91899ffb  libsysmon.dylib (85) <8593A1E2-8B1F-33A6-A58F-116E9B86087C> /usr/lib/libsysmon.dylib
    0x7fff9189a000 -     0x7fff9189efff  libcache.dylib (75) <6B245C0A-F3EA-383B-A542-5B0D0456A41B> /usr/lib/system/libcache.dylib
    0x7fff91920000 -     0x7fff91944fff  com.apple.MultitouchSupport.framework (304.10 - 304.10) <CE5E8A54-180B-39FD-B57A-97E02B599B69> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff91c0e000 -     0x7fff91c3cff7  com.apple.DictionaryServices (1.2 - 250) <D9AB6B92-CAF5-3EC2-8D07-639B42DA1CB9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff91e65000 -     0x7fff91e73fff  libxar.1.dylib (302) <03207F66-2C4A-3DBD-8D81-70F4C85903C4> /usr/lib/libxar.1.dylib
    0x7fff91e74000 -     0x7fff91ea3ffb  com.apple.datadetectors (5.0 - 308) <F6564D99-03ED-3F4F-8922-E6D9508DA6F4> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors
    0x7fff91ea4000 -     0x7fff91ef6fff  com.apple.CloudDocs (1.0 - 383.5) <BBE4C32D-75E6-3EDD-A787-625BDD66DA20> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
    0x7fff91ef8000 -     0x7fff91f04fff  com.apple.HelpData (2.1.4 - 90) <3A533F58-9C3B-3341-A8F8-084C96BDB70D> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x7fff91f08000 -     0x7fff91f68fff  com.apple.QuickLookFramework (5.0 - 696.3) <D20C8962-7BB8-3A2C-BB80-5B61259B50F2> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff91f69000 -     0x7fff91f8bfff  com.apple.IconServices (68.1 - 68.1) <3ECAA762-1193-3D76-A25F-7680DB3A957E> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff91f8c000 -     0x7fff92046fff  com.apple.DiscRecording (9.0.1 - 9010.4.3) <C4EC1EA7-E2AA-30F7-83CC-79171CDD50AA> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff92091000 -     0x7fff920a6fff  com.apple.ToneKit (1.0 - 1) <298E6855-B818-3949-85ED-08CF12ACEE59> /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit
    0x7fff920a7000 -     0x7fff920affff  com.apple.CoreServices.FSEvents (1223.10.1 - 1223.10.1) <7F5B7A23-BC1D-3FA9-A9B8-D534F1E1979A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff920b0000 -     0x7fff920b8fff  libMatch.1.dylib (27) <3AC0BFB8-7E69-3DBE-A175-7F3946FC4554> /usr/lib/libMatch.1.dylib
    0x7fff920b9000 -     0x7fff9240dff7  com.apple.Foundation (6.9 - 1256.1) <66106CC9-9D97-3846-88D8-4BF6BB508296> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff92571000 -     0x7fff92572ff7  libodfde.dylib (23) <5475AB3E-8C9A-3279-8294-E565293F7EF1> /usr/lib/libodfde.dylib
    0x7fff92573000 -     0x7fff9258afff  libsystem_asl.dylib (322) <3C2D3ACD-0DD1-337A-8247-44A910D67A65> /usr/lib/system/libsystem_asl.dylib
    0x7fff9258b000 -     0x7fff92880fff  com.apple.HIToolbox (2.1.1 - 807.2) <D9338BEF-CA84-3085-B6CB-4E93B3B9A2E1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff92881000 -     0x7fff928b0ffb  libsystem_m.dylib (3105) <26655445-CA97-321E-B221-801CB378D1AA> /usr/lib/system/libsystem_m.dylib
    0x7fff928b1000 -     0x7fff928c4fff  com.apple.CoreBluetooth (1.0 - 1) <BF5F87E3-6AAA-3B1F-9979-7A03D77937C8> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff928c5000 -     0x7fff929b5fff  libJP2.dylib (1442) <50DD1F07-6517-372B-8244-2AD19702385C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff929d5000 -     0x7fff92a36ff7  libsystem_network.dylib (583.20.10) <1C0410F3-F66E-3B0D-B8AD-0D49AB15A529> /usr/lib/system/libsystem_network.dylib
    0x7fff92a37000 -     0x7fff92a68fff  com.apple.GSS (4.0 - 2.0) <25DECD44-0905-3E53-9480-DE7BEB84DB83> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff92a69000 -     0x7fff92ab5fff  com.apple.print.framework.PrintCore (11.2 - 472.2) <449D8AB5-7891-32D0-9DC5-C90FE10DC0BF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff92ac7000 -     0x7fff92b09ff7  com.apple.Metal (55.2.8 - 55.2.8) <4EC5571C-8A19-3774-BDA0-CB15DB04D06A> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff92b33000 -     0x7fff92b43fff  libbsm.0.dylib (34) <7E14504C-A8B0-3574-B6EB-5D5FABC72926> /usr/lib/libbsm.0.dylib
    0x7fff92b44000 -     0x7fff92b59fff  com.apple.AppContainer (4.0 - 261.20.7) <30414623-E68F-31A1-9794-1C052391E900> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x7fff92b5a000 -     0x7fff92b92ff7  com.apple.Accounts (113 - 113) <35359B35-FDE1-3787-8EAB-D9BD063F6B9E> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
    0x7fff92bf5000 -     0x7fff92c01ff7  com.apple.SpeechRecognitionCore (2.2.7 - 2.2.7) <8B6C0DB6-8744-3AEB-BD00-9FA6967E7125> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff92e9d000 -     0x7fff92e9dff7  libunc.dylib (29) <1D0F8265-F026-3CBD-93D3-F8DF14FFCE68> /usr/lib/system/libunc.dylib
    0x7fff92e9e000 -     0x7fff92ec7ffb  libRIP.A.dylib (948) <96E8F983-A8BA-3B0F-9035-E09642A63F6E> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff92ecb000 -     0x7fff92ed4ff3  libsystem_notify.dylib (150.20.3) <243FADE1-255A-3B78-8033-F336CD64B817> /usr/lib/system/libsystem_notify.dylib
    0x7fff92ed5000 -     0x7fff92ed9fff  com.apple.LoginUICore (3.2 - 3.2) <5524E4BC-4700-39F4-AF06-E53322712EE0> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
    0x7fff92eda000 -     0x7fff92edafff  com.apple.Cocoa (6.11 - 22) <0A634D46-B468-3CBC-B2A0-16C381C11BF2> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff92ee6000 -     0x7fff92fa3fef  com.apple.PackageKit (3.0 - 546) <3C1DA0E5-BAEE-34DA-BDDF-36EA11EA0B39> /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit
    0x7fff92fcb000 -     0x7fff9305aff7  libCoreStorage.dylib (517.20.1) <EC540EAA-089C-36D9-BBAA-0684EDE098AB> /usr/lib/libCoreStorage.dylib
    0x7fff93082000 -     0x7fff930c7ff3  libFontRegistry.dylib (155.1) <593CC743-3785-3CC5-A229-D3846C51E054> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff930c8000 -     0x7fff930d6fff  com.apple.opengl (12.0.40 - 12.0.40) <4D469B19-F5B3-3A2F-93D5-31E3AA3B14BF> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff930df000 -     0x7fff930e0fff  liblangid.dylib (122) <9CC4F0D1-5C51-3B69-BC8F-EE3A51FD0822> /usr/lib/liblangid.dylib
    0x7fff930e1000 -     0x7fff930e9fe7  libsystem_platform.dylib (74.10.3) <D3A27E10-7F08-3603-ACC8-7A92B2C04BAB> /usr/lib/system/libsystem_platform.dylib
    0x7fff9321e000 -     0x7fff9321ffff  libDiagnosticMessagesClient.dylib (100) <4243B6B4-21E9-355B-9C5A-95A216233B96> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff93220000 -     0x7fff93222fff  com.apple.CoreDuetDebugLogging (1.0 - 1) <B461272B-2DFF-3CA9-8DCA-689B2AAC0379> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging
    0x7fff93223000 -     0x7fff9324cff7  libxslt.1.dylib (14) <CF5C6F5F-75D6-3C00-B6B2-1032D2799FBC> /usr/lib/libxslt.1.dylib
    0x7fff9324d000 -     0x7fff9376ffff  com.apple.QuartzComposer (5.1 - 334) <0A407B05-5CF5-3084-93EF-F4619BDEEF8B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x7fff93770000 -     0x7fff93772ffb  libutil.dylib (43) <4C9BFE8B-563B-3EEA-A323-8F4F14E0A46C> /usr/lib/libutil.dylib
    0x7fff940a8000 -     0x7fff940d6ff7  com.apple.CoreServicesInternal (248.2 - 248.2) <7D0D2C65-C4C4-3FBD-89A7-12302EA444AA> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff940d7000 -     0x7fff940d9ff7  com.apple.securityhi (9.0 - 55006) <516B018C-177A-3FAD-8487-97B50FB67DD1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff940da000 -     0x7fff940e6ff7  com.apple.speech.synthesis.framework (5.4.12 - 5.4.12) <E507D438-517D-32AE-8609-02ACD2F0D692> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff940ee000 -     0x7fff94117fff  libxpc.dylib (756.20.4) <61AB4610-9304-354C-9E9B-D57198AE9866> /usr/lib/system/libxpc.dylib
    0x7fff9414a000 -     0x7fff9414afff  com.apple.ApplicationServices (48 - 48) <DD9C4070-C0FC-3984-BCED-72E6E99838FC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff9414d000 -     0x7fff9419bff7  libstdc++.6.dylib (104.1) <76E2AFB1-07E5-3F19-B692-F6E21B7E470D> /usr/lib/libstdc++.6.dylib
    0x7fff9419c000 -     0x7fff94442ff7  com.apple.CoreData (120 - 641.3) <A29A5491-6169-372B-828F-84EE0CFD4BC4> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff94449000 -     0x7fff94455ff7  com.apple.OpenDirectory (10.11 - 194) <5409AC27-3B83-3F35-8EB5-51228B4604AE> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff94456000 -     0x7fff94459ff7  com.apple.help (1.3.3 - 46) <62056D9B-A87C-3E4D-B4E2-7E1CDB74CE68> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff94540000 -     0x7fff94567fff  com.apple.ChunkingLibrary (167 - 167) <508861C9-F5E6-343B-8DD0-D71DFE49ECFD> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff94568000 -     0x7fff9470fffb  com.apple.avfoundation (2.0 - 1046.9.2) <FE83988E-9A6D-3386-ACD7-A0A4D7A006DF> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff94710000 -     0x7fff94a8bffb  com.apple.VideoToolbox (1.0 - 1731.15.33) <33AED54A-87AE-330F-BAAD-FB8389C3E686> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff94a8f000 -     0x7fff94a94fff  com.apple.ImageCapture (9.0 - 9.0) <33F7822F-1124-3D73-AF66-515EA32A4A47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff94a95000 -     0x7fff94a9ffff  com.apple.NetAuth (6.0 - 6.0) <19E44307-6F9F-3DEC-8C1A-4685BC252A35> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff94aa4000 -     0x7fff94c0afff  com.apple.AutomatorFramework (2.6 - 419) <EB32043C-1B7D-3B15-ADE9-084652A67C00> /System/Library/Frameworks/Automator.framework/Versions/A/Automator
    0x7fff94c0b000 -     0x7fff94e8bff3  com.apple.security (7.0 - 57337.20.44) <6D1EFB27-3B0F-39EE-B491-6A697A12E98A> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff94e8c000 -     0x7fff952bafff  com.apple.vision.FaceCore (3.3.1 - 3.3.1) <B8482831-77BD-3FBC-A0B1-12502353AA57> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff952c7000 -     0x7fff952ceff7  libcompiler_rt.dylib (62) <D3C4AB40-23B4-3BC6-8C38-5B8758D14E80> /usr/lib/system/libcompiler_rt.dylib
    0x7fff95344000 -     0x7fff9549fffb  com.apple.WebKitLegacy (11601 - 11601.3.9) <C961A4F8-4947-31DA-9E91-FFB006BF1734> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
    0x7fff954a0000 -     0x7fff95516ff7  com.apple.MMCS (1.3 - 351) <13D01D37-66F0-30BB-AA7E-D1D348F738E3> /System/Library/PrivateFrameworks/MMCS.framework/Versions/A/MMCS
    0x7fff95517000 -     0x7fff95543fff  com.apple.framework.SystemAdministration (1.0 - 1.0) <FDCA9F2D-E06A-3DEC-8E1A-7535BAE68B62> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
    0x7fff95548000 -     0x7fff955ccfff  com.apple.AVKit (1.1 - 285.1) <5F49A0E6-0A48-3E15-9864-4F8C296098CB> /System/Library/Frameworks/AVKit.framework/Versions/A/AVKit
    0x7fff955d6000 -     0x7fff955d8ff7  libsystem_configuration.dylib (802.20.7) <5FD79070-36CC-3D02-BEA7-BB5D2AE97D5D> /usr/lib/system/libsystem_configuration.dylib
    0x7fff955d9000 -     0x7fff95640fff  com.apple.framework.CoreWiFi (11.0 - 1101.20) <BEC7B27E-8CE8-3DAB-BFDF-6C240C6A4B12> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff956d1000 -     0x7fff956dffff  com.apple.IntlPreferences (2.0 - 192) <CACF49DE-A307-3066-B168-B47DFC531B97> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences
    0x7fff956e0000 -     0x7fff95725ff7  com.apple.coreservices.SharedFileList (24.4 - 24.5) <72156BE7-0804-3F90-9AF9-14C4739430C2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff95726000 -     0x7fff9574dfff  com.apple.shortcut (2.16 - 93) <D9DD2F6A-4AC7-38BD-A3B6-A9682EFCCE2E> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x7fff957e1000 -     0x7fff9581dff7  com.apple.OSAKit (1.5 - 104) <7B0FDD8C-8530-3F74-BCF0-E9F498D883E4> /System/Library/Frameworks/OSAKit.framework/Versions/A/OSAKit
    0x7fff9581e000 -     0x7fff95870fff  com.apple.AppleVAFramework (5.0.32 - 5.0.32) <082B5F3A-6FB2-3444-9B84-F8675BFCE517> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff95871000 -     0x7fff95a37fff  com.apple.ImageIO.framework (3.3.0 - 1442) <1AE1EF1A-EA91-3453-A6F4-C11BD91B8D66> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff95a38000 -     0x7fff95a3bff7  com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <2B3F04CE-3C7D-3F51-99F3-C7847D1E4277> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff95a3c000 -     0x7fff95a5bff7  com.apple.contacts.vCard (1.0 - 2137.1) <41529BD9-1BCC-3A62-92BA-2A7110867355> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
    0x7fff95a5c000 -     0x7fff95b32ff7  com.apple.DiskImagesFramework (10.11.2 - 417.1) <4A510EE1-893E-38A8-AD09-5ACC9F2BE86F> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff95b3b000 -     0x7fff95b46ff7  libChineseTokenizer.dylib (16) <998637AB-DC37-3A7C-A85C-F10FD98CAAD7> /usr/lib/libChineseTokenizer.dylib
    0x7fff95b51000 -     0x7fff95bc0fff  com.apple.SearchKit (1.4.0 - 1.4.0) <CA50106F-F45A-36AC-AD2B-C3B19F5DD52F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff95bc1000 -     0x7fff95bf4ff7  com.apple.MediaKit (16 - 809) <BF8032FE-6645-37F6-A622-BC7EEE3EAABF> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff95bf5000 -     0x7fff95ce4fff  libxml2.2.dylib (29.2) <F70308DF-313F-334F-8F0E-82E79821583D> /usr/lib/libxml2.2.dylib
    0x7fff95d18000 -     0x7fff95d29ff7  libsystem_trace.dylib (201.10.3) <F0B7622B-FB6B-31E1-8703-38F57BE84553> /usr/lib/system/libsystem_trace.dylib
    0x7fff95d2a000 -     0x7fff95ed0ff7  com.apple.audio.toolbox.AudioToolbox (1.13 - 1.13) <F912765D-88ED-3324-B512-3778A8CE878B> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff95f3b000 -     0x7fff95f43fff  libsystem_networkextension.dylib (385.20.6) <DC8A102A-BF02-31A4-8914-65C34DF6B592> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff95f44000 -     0x7fff95f47ff7  libCoreFSCache.dylib (119.5) <C7008E64-0AFB-3446-929E-BC3F76DEF049> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff95f48000 -     0x7fff95fecfff  com.apple.Bluetooth (4.4.3 - 4.4.3f4) <FF130A90-AB16-33C8-B0D6-1FFE38BFFD30> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff95fed000 -     0x7fff95feffff  com.apple.OAuth (25 - 25) <97C76697-0566-34EF-871C-45DE4B7B7BB5> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
    0x7fff95ff0000 -     0x7fff960a0fff  com.apple.backup.framework (1.7.2 - 1.7.2) <890AF1EE-CFC9-3DAB-B236-88E203B4ADBC> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff960a1000 -     0x7fff96386ff3  com.apple.CoreServices.CarbonCore (1136 - 1136) <FFBDE3BF-0BB3-37A2-8A44-6E25284CC348> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff963cf000 -     0x7fff963e3fff  com.apple.CoreDuetDaemonProtocol (1.0 - 1) <8D8A190B-3C08-3624-8DC6-E9EBE22BC3BB> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
    0x7fff963e4000 -     0x7fff9646dff7  com.apple.PerformanceAnalysis (1.0 - 1) <67DE6CD9-AA72-3664-9594-0161D03D4919> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff9646e000 -     0x7fff96470fff  libCVMSPluginSupport.dylib (12.0.40.6) <8E97A929-0E60-3F6D-ACF7-67F700BE2530> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff96471000 -     0x7fff96479fff  libcopyfile.dylib (127) <F5133269-0B22-388C-A57C-079667B6291E> /usr/lib/system/libcopyfile.dylib
    0x7fff964be000 -     0x7fff965ccff3  com.apple.desktopservices (1.10 - 1.10) <0BAED9FA-EFA5-3DA0-8715-043FD2400B77> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff965cd000 -     0x7fff966b4ff7  libcrypto.0.9.8.dylib (59) <ED1C2A26-8FFC-30FF-8726-FF952EF94ADF> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff966bc000 -     0x7fff966bffff  com.apple.IOSurface (108.0.1 - 108.0.1) <7B05B27A-5CC4-30D4-8A10-ED444A2807A2> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff966d9000 -     0x7fff966e8ffb  com.apple.LangAnalysis (1.7.0 - 1.7.0) <0D1BCC13-76B9-3C19-85AA-D8DD8299F007> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff967e3000 -     0x7fff967ecff7  com.apple.CommonAuth (4.0 - 2.0) <B2CEE6B5-9464-35F2-9339-9F52001C8A27> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff96948000 -     0x7fff96a74ff7  com.apple.CoreText (352.0 - 494.10) <9FD834B1-FF8E-3EB0-BB11-6E9120969086> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff96a8d000 -     0x7fff97cdefff  com.apple.CoreGraphics (1.600.0 - 948) <5C9D3150-55FF-3C12-806C-D74837E12B1A> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff97ce2000 -     0x7fff97d4eff7  com.apple.contacts.Contacts (1.0 - 2137.1) <2726B3FB-7A00-34E0-8BBF-7E5395C35527> /System/Library/Frameworks/Contacts.framework/Versions/A/Contacts
    0x7fff97dc6000 -     0x7fff97df6ff3  com.apple.CoreAVCHD (5.8.0 - 5800.4.2) <C34F0ECF-AABA-3FBC-980F-B4809C9B2DD1> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff97e06000 -     0x7fff98a29ff7  com.apple.AppKit (6.9 - 1404.34) <FB9C0E8D-8E07-35CD-91D8-7A3869B8EB03> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff98c17000 -     0x7fff98c63ff7  com.apple.corelocation (1486.17 - 1615.38) <5AE891F7-ED25-3C6C-A8DD-5D702FB87DC7> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff9962c000 -     0x7fff9969aff7  com.apple.ApplicationServices.ATS (377 - 394.3) <66E581EE-67E2-39E9-97A7-0614F334B9B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff9969b000 -     0x7fff996a2ff7  com.apple.phonenumbers (1.1.1 - 105) <A616AFB5-2336-385A-B058-16A423D2B21B> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
    0x7fff996bd000 -     0x7fff996c3ff7  com.apple.speech.recognition.framework (5.1.1 - 5.1.1) <FA5CB89A-2BFE-38CC-B1A3-E48792CD898C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 2
    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: 50919
    thread_create: 0
    thread_set_state: 741

VM Region Summary:
ReadOnly portion of Libraries: Total=502.8M resident=0K(0%) swapped_out_or_unallocated=502.8M(100%)
Writable regions: Total=1.6G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.6G(100%)

                                  VIRTUAL   REGION 
REGION TYPE                          SIZE    COUNT (non-coalesced) 
===========                       =======  ======= 
Accelerate.framework                 256K        3 
Activity Tracing                    2048K        2 
CG backing stores                   17.5M        7 
CG image                            28.3M       26 
CG shared images                     368K       12 
CoreAnimation                        9.9M       48 
CoreData Object IDs                 4100K        3 
CoreUI image data                   2828K       17 
CoreUI image file                    320K        5 
Dispatch continuations              8192K        2 
Foundation                            40K        6 
Image IO                              64K       10 
JS JIT generated code                  8K        3 
JS JIT generated code (reserved)     1.0G        2         reserved VM address space (unallocated)
Kernel Alloc Once                      8K        3 
MALLOC                             468.9M      147 
MALLOC guard page                     32K        7 
Memory Tag 242                        12K        2 
Memory Tag 251                        16K        2 
OpenCL                                 8K        2 
Process Corpse Info                 2048K        2 
SQLite page cache                   11.6M       30 
STACK GUARD                         56.1M       17 
Stack                               15.2M       20 
VM_ALLOCATE                         37.7M       27 
WebKit Malloc                       4132K        5 
__DATA                              53.4M      494 
__IMAGE                              528K        2 
__LINKEDIT                         134.0M      164 
__TEXT                             368.8M      464 
__UNICODE                            552K        2 
mapped file                        152.6M      103 
shared memory                       16.3M       11 
===========                       =======  ======= 
TOTAL                                2.4G     1617 
TOTAL, minus reserved VM space       1.4G     1617 

Model: MacBookPro11,1, BootROM MBP111.0138.B16, 2 processors, Intel Core i5, 2.4 GHz, 8 GB, SMC 2.16f68
Graphics: Intel Iris, Intel Iris, Built-In
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x02FE, -
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x02FE, -
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x112), Broadcom BCM43xx 1.0 (7.21.94.136.1a1)
Bluetooth: Version 4.4.3f4 16616, 3 services, 18 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SM0256F, 251 GB
USB Device: USB 3.0 Bus
USB Device: Apple Internal Keyboard / Trackpad
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
USB Device: Keyboard Hub
USB Device: Apple Optical USB Mouse
USB Device: Apple Keyboard
Thunderbolt Bus: MacBook Pro, Apple Inc., 17.2
Beaze commented 8 years ago

thx, I've check the problem out, then turn off the minimap, the xcode run

stefanceriu commented 8 years ago

Hey, thanks for raising this.

Although I wasn't able to reproduce the crash (probably didn't find the right file), I'm pretty sure that what I pushed to develop will fix it (used it once before in #58). If would be awesome if you could grab the pre-release (https://github.com/stefanceriu/SCXcodeMiniMap/releases/tag/v2.3.6) and let me know if it's indeed fixed.

Cheers, Stefan

NatWeiss commented 8 years ago

So far it seems to be working! Will let you know if it crashes again.

stefanceriu commented 8 years ago

Cool, I'll give it about a week and then make a proper release :+1:

stefanceriu commented 8 years ago

Fixed in v2.3.6