Hi,

Related issue: https://github.com/pharo-project/pharo/issues/2422

On Tue, Feb 12, 2019 at 12:55 PM Tim Mackinnon <tim@testit.works> wrote:
>
> I think I read someone else commenting on this, but I can’t find where I read 
> it - but two days in a row now, I’ve had a fresh Pharo 7 image - downloaded 
> with zero sonf and launched from terminal that has crashed with a segfault. 
> I’ve essentially unsuspended my laptop and and then cmd-tabbed to that image 
> to find the apple report tool.
>
> The terminal output looks interesting as it actually seems that the image 
> crashed overnight (2am) when my laptop was closed - I’ve shown some terminal 
> info further back where I remember doing some work (ClyExercismSubmitCommand 
> was a class I was working on before I suspended my laptop). I also show the 
> apple report tool below it.
>
> Any thoughts - or should I just put this into the bug tracker?
>
> Tim
>
> Terminal output:
>
> CmdCommandActivator>>executeCommand
> [ | selArgCount |
> "show cursor in case item opens a new MVC window"
> (selArgCount := selector numArgs) = 0
> ifTrue: [ target perform: selector ]
> ifFalse: [ selArgCount = arguments size
> ifTrue: [ target perform: selector withArguments: arguments ]
> ifFalse: [ target perform: selector withArguments: (arguments copyWith: evt) 
> ] ].
> self showShortcut.
> self changed ] in ToggleMenuItemMorph(MenuItemMorph)>>invokeWithEvent: in 
> Block: [ | selArgCount |...
> BlockClosure>>ensure:
> CursorWithMask(Cursor)>>showWhile:
> ToggleMenuItemMorph(MenuItemMorph)>>invokeWithEvent:
> ToggleMenuItemMorph(MenuItemMorph)>>mouseUp:
> ToggleMenuItemMorph(MenuItemMorph)>>handleMouseUp:
> MouseButtonEvent>>sentTo:
> ToggleMenuItemMorph(Morph)>>handleEvent:
> MorphicEventDispatcher>>dispatchDefault:with:
> MorphicEventDispatcher>>handleMouseUp:
> MouseButtonEvent>>sentTo:
> [ ^ anEvent sentTo: self ] in MorphicEventDispatcher>>dispatchEvent:with: in 
> Block: [ ^ anEvent sentTo: self ]
> BlockClosure>>ensure:
> MorphicEventDispatcher>>dispatchEvent:with:
> ToggleMenuItemMorph(Morph)>>processEvent:using:
> MorphicEventDispatcher>>dispatchDefault:with:
> MorphicEventDispatcher>>handleMouseUp:
> MouseButtonEvent>>sentTo:
> [ ^ anEvent sentTo: self ] in MorphicEventDispatcher>>dispatchEvent:with: in 
> Block: [ ^ anEvent sentTo: self ]
> BlockClosure>>ensure:
> MorphicEventDispatcher>>dispatchEvent:with:
> MenuMorph(Morph)>>processEvent:using:
> MenuMorph(Morph)>>processEvent:
> MenuMorph>>handleFocusEvent:
> Break
> ClyExercismSubmitCommand>>execute
> ClyPackageContextOfFullBrowser(ClySystemBrowserContext)>>executeCommand:by:
> [ self prepareCommandForExecution.
> context executeCommand: command by: self.
> self applyCommandResult ] in CmdCommandActivator>>executeCommand in Block: [ 
> self prepareCommandForExecution....
> BlockClosure>>on:do:
> CmdCommandActivator>>executeCommand
> [ | selArgCount |
> "show cursor in case item opens a new MVC window"
> (selArgCount := selector numArgs) = 0
> ifTrue: [ target perform: selector ]
> ifFalse: [ selArgCount = arguments size
> ifTrue: [ target perform: selector withArguments: arguments ]
> ifFalse: [ target perform: selector withArguments: (arguments copyWith: evt) 
> ] ].
> self showShortcut.
> self changed ] in ToggleMenuItemMorph(MenuItemMorph)>>invokeWithEvent: in 
> Block: [ | selArgCount |...
> BlockClosure>>ensure:
> CursorWithMask(Cursor)>>showWhile:
> ToggleMenuItemMorph(MenuItemMorph)>>invokeWithEvent:
> ToggleMenuItemMorph(MenuItemMorph)>>mouseUp:
> ToggleMenuItemMorph(MenuItemMorph)>>handleMouseUp:
> MouseButtonEvent>>sentTo:
> ToggleMenuItemMorph(Morph)>>handleEvent:
> MorphicEventDispatcher>>dispatchDefault:with:
> MorphicEventDispatcher>>handleMouseUp:
> MouseButtonEvent>>sentTo:
> [ ^ anEvent sentTo: self ] in MorphicEventDispatcher>>dispatchEvent:with: in 
> Block: [ ^ anEvent sentTo: self ]
> BlockClosure>>ensure:
> MorphicEventDispatcher>>dispatchEvent:with:
> ToggleMenuItemMorph(Morph)>>processEvent:using:
> MorphicEventDispatcher>>dispatchDefault:with:
> MorphicEventDispatcher>>handleMouseUp:
> MouseButtonEvent>>sentTo:
> [ ^ anEvent sentTo: self ] in MorphicEventDispatcher>>dispatchEvent:with: in 
> Block: [ ^ anEvent sentTo: self ]
> BlockClosure>>ensure:
> MorphicEventDispatcher>>dispatchEvent:with:
> MenuMorph(Morph)>>processEvent:using:
> MenuMorph(Morph)>>processEvent:
> MenuMorph>>handleFocusEvent:
> [ ActiveHand := self.
> ActiveEvent := anEvent.
> result := focusHolder
> handleFocusEvent: (anEvent transformedBy: (focusHolder transformedFrom: 
> self)) ] in HandMorph>>sendFocusEvent:to:clear: in Block: [ ActiveHand := 
> self....
> Pharo(64915,0xa983a1c0) malloc: *** mach_vm_map(size=8388608) failed (error 
> code=3)
> *** error: can't allocate region securely
> *** set a breakpoint in malloc_error_break to debug
> Pharo(64915,0xa983a1c0) malloc: *** mach_vm_map(size=8388608) failed (error 
> code=3)
> *** error: can't allocate region securely
> *** set a breakpoint in malloc_error_break to debug
>
> Segmentation fault Tue Feb 12 02:05:34 2019
>
>
> VM: 201901051900 https://github.com/OpenSmalltalk/opensmalltalk-vm.git
> Date: Sat Jan 5 20:00:11 2019 CommitHash: 7a3c6b6
> Plugins: 201901051900 https://github.com/OpenSmalltalk/opensmalltalk-vm.git
>
> C stack backtrace & registers:
> eax 0x00000000 ebx 0xf98ca000 ecx 0x00000000 edx 0xf98ca000
> edi 0xf98ca000 esi 0xf98ca000 ebp 0xbff5ac98 esp 0xbff5ac90
> eip 0xa67905d7
> 0   libobjc.A.dylib                     0xa67905d7 
> _ZN12_GLOBAL__N_119AutoreleasePoolPageC1EPS0_ + 9
> 1   Pharo                               0x0011bcf3 reportStackState + 770
> 2   Pharo                               0x0011c0b1 sigsegv + 213
> 3   libsystem_platform.dylib            0xa757102b _sigtramp + 43
> 4   ???                                 0xffffffff 0x0 + 4294967295
> 5   libobjc.A.dylib                     0xa67933f2 
> _ZN12_GLOBAL__N_119AutoreleasePoolPage19autoreleaseFullPageEP11objc_objectPS0_
>  + 56
> 6   libobjc.A.dylib                     0xa6791495 
> _ZN11objc_object16rootAutorelease2Ev + 79
> 7   AppKit                              0x91aed11c -[NSApplication(NSEvent) 
> _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 3515
> 8   AppKit                              0x91aec359 -[NSApplication(NSEvent) 
> nextEventMatchingMask:untilDate:inMode:dequeue:] + 134
> 9   Pharo                               0x001101f8 
> -[sqSqueakOSXApplication(events) pumpRunLoopEventSendAndSignal:] + 332
> 10  Pharo                               0x0011029f 
> -[sqSqueakOSXApplication(events) pumpRunLoop] + 67
> 11  Pharo                               0x0011a770 vmIOProcessEvents + 190
> 12  Pharo                               0x0011a7d7 ioProcessEvents + 57
> 13  Pharo                               0x000ad726 
> checkForEventsMayContextSwitch + 866
> 14  Pharo                               0x000aee51 ceCheckForInterrupts + 16
> 15  ???                                 0x0371c1cb 0x0 + 57786827
> 16  Pharo                               0x0009e189 interpret + 757
> 17  Pharo                               0x0011d18c -[sqSqueakMainApplication 
> runSqueak] + 439
> 18  Foundation                          0x95214299 __NSFirePerformWithOrder + 
> 432
> 19  CoreFoundation                      0x937994b6 
> __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 22
> 20  CoreFoundation                      0x937993d2 __CFRunLoopDoObservers + 
> 498
> 21  CoreFoundation                      0x9377c81d __CFRunLoopRun + 1661
> 22  CoreFoundation                      0x9377be71 CFRunLoopRunSpecific + 641
> 23  CoreFoundation                      0x9377bbda CFRunLoopRunInMode + 122
> 24  HIToolbox                           0x92d7937b RunCurrentEventLoopInMode 
> + 321
> 25  HIToolbox                           0x92d78f5f ReceiveNextEventCommon + 
> 454
> 26  HIToolbox                           0x92d78d7b 
> _BlockUntilNextEventMatchingListInModeWithFilter + 71
> 27  AppKit                              0x9137ab2d _DPSNextEvent + 2101
> 28  AppKit                              0x91aece8c -[NSApplication(NSEvent) 
> _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 2859
> 29  AppKit                              0x91aec359 -[NSApplication(NSEvent) 
> nextEventMatchingMask:untilDate:inMode:dequeue:] + 134
> 30  AppKit                              0x9136fa7d -[NSApplication run] + 763
> 31  AppKit                              0x91341b3a NSApplicationMain + 1228
> 32  libdyld.dylib                       0xa7268611 start + 1
>
>
> Smalltalk stack dump:
> 0xbff5cee0 M ProcessorScheduler class>idleProcess 0x4430c98: a(n) 
> ProcessorScheduler class
>  0x6d63fd8 s [] in ProcessorScheduler class>startUp
>  0x68fdbc0 s [] in BlockClosure>newProcess
>
> Most recent primitives
> +
> <
> primSignal:atUTCMicroseconds:
> wait
> wait
> relinquishProcessorForMicroseconds:
> relinquishProcessorForMicroseconds:
> nowTick
> >=
> signal
> nowTick
> +
> primSignal:atUTCMicroseconds:
> wait
> millisecondClockValue
> @
> actualScreenSize
> millisecondClockValue
> tempAt:
> tempAt:put:
> tempAt:
> terminateTo:
> findNextUnwindContextUpTo:
> terminateTo:
> tempAt:
> tempAt:put:
> tempAt:
> terminateTo:
> findNextUnwindContextUpTo:
> terminateTo:
> **StackOverflow**
> **StackOverflow**
> **StackOverflow**
> tempAt:
> tempAt:put:
> tempAt:
> terminateTo:
> findNextUnwindContextUpTo:
> terminateTo:
> **StackOverflow**
> tempAt:
> tempAt:put:
> tempAt:
> terminateTo:
> findNextUnwindContextUpTo:
> terminateTo:
> tempAt:
> tempAt:put:
> tempAt:
> terminateTo:
> findNextUnwindContextUpTo:
> terminateTo:
> tempAt:
> tempAt:put:
> tempAt:
> terminateTo:
> findNextUnwindContextUpTo:
> terminateTo:
> tempAt:
> tempAt:put:
> tempAt:
> terminateTo:
> findNextUnwindContextUpTo:
> terminateTo:
> tempAt:
> tempAt:put:
> tempAt:
> terminateTo:
> findNextUnwindContextUpTo:
> terminateTo:
> tempAt:
> tempAt:put:
> tempAt:
> terminateTo:
> findNextUnwindContextUpTo:
> terminateTo:
> tempAt:
> tempAt:put:
> tempAt:
> terminateTo:
> findNextUnwindContextUpTo:
> terminateTo:
> tempAt:
> tempAt:put:
> tempAt:
> terminateTo:
> findNextUnwindContextUpTo:
> terminateTo:
> tempAt:
> tempAt:put:
> tempAt:
> terminateTo:
> findNextUnwindContextUpTo:
> terminateTo:
> **StackOverflow**
> **StackOverflow**
> tempAt:
> tempAt:put:
> tempAt:
> terminateTo:
> findNextUnwindContextUpTo:
> terminateTo:
> tempAt:
> tempAt:put:
> tempAt:
> terminateTo:
> findNextUnwindContextUpTo:
> terminateTo:
> tempAt:
> tempAt:put:
> tempAt:
> terminateTo:
> findNextUnwindContextUpTo:
> terminateTo:
> tempAt:
> tempAt:put:
> tempAt:
> terminateTo:
> findNextUnwindContextUpTo:
> terminateTo:
> tempAt:
> tempAt:put:
> tempAt:
> terminateTo:
> findNextUnwindContextUpTo:
> terminateTo:
> tempAt:
> tempAt:put:
> tempAt:
> terminateTo:
> findNextUnwindContextUpTo:
> terminateTo:
> tempAt:
> tempAt:put:
> tempAt:
> terminateTo:
> findNextUnwindContextUpTo:
> terminateTo:
> tempAt:
> tempAt:put:
> tempAt:
> terminateTo:
> findNextUnwindContextUpTo:
> terminateTo:
> tempAt:
> tempAt:put:
> tempAt:
> terminateTo:
> findNextUnwindContextUpTo:
> terminateTo:
> tempAt:
> tempAt:put:
> tempAt:
> terminateTo:
> findNextUnwindContextUpTo:
> terminateTo:
> tempAt:
> tempAt:put:
> tempAt:
> terminateTo:
> findNextUnwindContextUpTo:
> terminateTo:
> tempAt:
> tempAt:put:
> tempAt:
> terminateTo:
> findNextUnwindContextUpTo:
> terminateTo:
> tempAt:
> tempAt:put:
> tempAt:
> terminateTo:
> findNextUnwindContextUpTo:
> terminateTo:
> **StackOverflow**
> **StackOverflow**
> tempAt:
> tempAt:put:
> tempAt:
> terminateTo:
> findNextUnwindContextUpTo:
> terminateTo:
> **StackOverflow**
> **StackOverflow**
> tempAt:
> tempAt:put:
> tempAt:
> terminateTo:
> findNextUnwindContextUpTo:
> terminateTo:
> tempAt:
> tempAt:put:
> tempAt:
> terminateTo:
> findNextUnwindContextUpTo:
> terminateTo:
> tempAt:
> tempAt:put:
> tempAt:
> terminateTo:
> findNextUnwindContextUpTo:
> terminateTo:
> tempAt:
> tempAt:put:
> tempAt:
> terminateTo:
> findNextUnwindContextUpTo:
> terminateTo:
> **StackOverflow**
> tempAt:
> tempAt:put:
> tempAt:
> terminateTo:
> findNextUnwindContextUpTo:
> terminateTo:
> tempAt:
> tempAt:put:
> tempAt:
> terminateTo:
> findNextUnwindContextUpTo:
> terminateTo:
> tempAt:
> tempAt:put:
> tempAt:
> terminateTo:
> findNextUnwindContextUpTo:
> terminateTo:
> tempAt:
> tempAt:put:
> tempAt:
> terminateTo:
> findNextUnwindContextUpTo:
> terminateTo:
> tempAt:
> tempAt:put:
> tempAt:
> terminateTo:
> findNextUnwindContextUpTo:
> terminateTo:
> millisecondClockValue
> yield
> millisecondClockValue
> wait
> signal
> signal
> nowTick
> +
> nowTick
> >=
> nowTick
> +
> <
> primSignal:atUTCMicroseconds:
> wait
> wait
> relinquishProcessorForMicroseconds:
>
> stack page bytes 4096 available headroom 2788 minimum unused headroom 2136
>
> (Segmentation fault)
> ./pharo-ui: line 11: 64915 Abort trap: 6           
> "$DIR"/"pharo-vm/Pharo.app/Contents/MacOS/Pharo" "$@"
> Tims-MacBook-Pro:pharo5 macta$
>
>
> The apple tool output:
>
> Process:               Pharo [64915]
> Path:                  /Users/USER/*/Pharo.app/Contents/MacOS/Pharo
> Identifier:            org.pharo.Pharo
> Version:               5.0.201901051900 (5.0.201901051900)
> Code Type:             X86 (Native)
> Parent Process:        ??? [64911]
> Responsible:           Pharo [64915]
> User ID:               501
>
> Date/Time:             2019-02-12 02:05:34.481 +0000
> OS Version:            Mac OS X 10.13.5 (17F77)
> Report Version:        12
> Anonymous UUID:        262197AA-D8D7-1768-420F-0B635BF5C77D
>
> Sleep/Wake UUID:       E1731405-1AE9-470E-93F0-AB1BBD092C20
>
> Time Awake Since Boot: 910000 seconds
> Time Since Wake:       37000 seconds
>
> System Integrity Protection: enabled
>
> Crashed Thread:        0  Dispatch queue: com.apple.main-thread
>
> Exception Type:        EXC_BAD_ACCESS (SIGABRT)
> Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000000000
> Exception Note:        EXC_CORPSE_NOTIFY
>
> VM Regions Near 0:
> -->
>     __TEXT                 000000000009c000-000000000016d000 [  836K] r-x/rwx 
> SM=COW  ] 
> [/Users/macta/Dev/Exercism/pharo5/pharo-vm/Pharo.app/Contents/MacOS/Pharo]
>
> Application Specific Information:
> abort() called
>
> Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
> 0   libsystem_kernel.dylib         0xa73c3eda __pthread_kill + 10
> 1   libsystem_pthread.dylib       0xa757c427 pthread_kill + 363
> 2   libsystem_c.dylib             0xa7312956 abort + 133
> 3   org.pharo.Pharo               0x0011c0bf sigsegv + 227
> 4   libsystem_platform.dylib       0xa757102b _sigtramp + 43
> 5   ???                           0xffffffff 0 + 4294967295
> 6   org.pharo.Pharo               0x0011bfdc getCrashDumpFilenameInto + 82
> 7   libobjc.A.dylib               0xa67933f2 (anonymous 
> namespace)::AutoreleasePoolPage::autoreleaseFullPage(objc_object*, (anonymous 
> namespace)::AutoreleasePoolPage*) + 56
> 8   libobjc.A.dylib               0xa6791495 objc_object::rootAutorelease2() 
> + 79
> 9   com.apple.AppKit               0x91aed11c -[NSApplication(NSEvent) 
> _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 3515
> 10  com.apple.AppKit               0x91aec359 -[NSApplication(NSEvent) 
> nextEventMatchingMask:untilDate:inMode:dequeue:] + 134
> 11  org.pharo.Pharo               0x001101f8 -[sqSqueakOSXApplication(events) 
> pumpRunLoopEventSendAndSignal:] + 332
> 12  org.pharo.Pharo               0x0011029f -[sqSqueakOSXApplication(events) 
> pumpRunLoop] + 67
> 13  org.pharo.Pharo               0x0011a770 vmIOProcessEvents + 190
> 14  org.pharo.Pharo               0x0011a7d7 ioProcessEvents + 57
> 15  org.pharo.Pharo               0x000ad726 checkForEventsMayContextSwitch + 
> 866
> 16  org.pharo.Pharo               0x000aee51 ceCheckForInterrupts + 16
> 17  ???                           0x0371c1cb 0 + 57786827
> 18  org.pharo.Pharo               0x0009e189 interpret + 757
> 19  org.pharo.Pharo               0x0011d18c -[sqSqueakMainApplication 
> runSqueak] + 439
> 20  com.apple.Foundation           0x95214299 __NSFirePerformWithOrder + 432
> 21  com.apple.CoreFoundation       0x937994b6 
> __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 22
> 22  com.apple.CoreFoundation       0x937993d2 __CFRunLoopDoObservers + 498
> 23  com.apple.CoreFoundation       0x9377c81d __CFRunLoopRun + 1661
> 24  com.apple.CoreFoundation       0x9377be71 CFRunLoopRunSpecific + 641
> 25  com.apple.CoreFoundation       0x9377bbda CFRunLoopRunInMode + 122
> 26  com.apple.HIToolbox           0x92d7937b RunCurrentEventLoopInMode + 321
> 27  com.apple.HIToolbox           0x92d78f5f ReceiveNextEventCommon + 454
> 28  com.apple.HIToolbox           0x92d78d7b 
> _BlockUntilNextEventMatchingListInModeWithFilter + 71
> 29  com.apple.AppKit               0x9137ab2d _DPSNextEvent + 2101
> 30  com.apple.AppKit               0x91aece8c -[NSApplication(NSEvent) 
> _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 2859
> 31  com.apple.AppKit               0x91aec359 -[NSApplication(NSEvent) 
> nextEventMatchingMask:untilDate:inMode:dequeue:] + 134
> 32  com.apple.AppKit               0x9136fa7d -[NSApplication run] + 763
> 33  com.apple.AppKit               0x91341b3a NSApplicationMain + 1228
> 34  libdyld.dylib                 0xa7268611 start + 1
>
> Thread 1:: com.apple.coreaudio.AQClient
> 0   libsystem_kernel.dylib         0xa73ba422 mach_msg_trap + 10
> 1   libsystem_kernel.dylib         0xa73b9acf mach_msg + 159
> 2   com.apple.CoreFoundation       0x9377da88 __CFRunLoopServiceMachPort + 296
> 3   com.apple.CoreFoundation       0x9377ca76 __CFRunLoopRun + 2262
> 4   com.apple.CoreFoundation       0x9377be71 CFRunLoopRunSpecific + 641
> 5   com.apple.CoreFoundation       0x9377bbda CFRunLoopRunInMode + 122
> 6   com.apple.audio.toolbox.AudioToolbox 0x9263c084 
> GenericRunLoopThread::Entry(void*) + 138
> 7   com.apple.audio.toolbox.AudioToolbox 0x9263bfba 
> CAPThread::Entry(CAPThread*) + 94
> 8   libsystem_pthread.dylib       0xa75794d5 _pthread_body + 347
> 9   libsystem_pthread.dylib       0xa757937a _pthread_start + 357
> 10  libsystem_pthread.dylib       0xa7578a56 thread_start + 34
>
> Thread 2:
> 0   libsystem_kernel.dylib         0xa73c4152 __semwait_signal + 10
> 1   libsystem_c.dylib             0xa732fdb7 nanosleep$UNIX2003 + 189
> 2   org.pharo.Pharo               0x0011ef30 beatStateMachine + 106
> 3   libsystem_pthread.dylib       0xa75794d5 _pthread_body + 347
> 4   libsystem_pthread.dylib       0xa757937a _pthread_start + 357
> 5   libsystem_pthread.dylib       0xa7578a56 thread_start + 34
>
> Thread 3:: com.apple.NSEventThread
> 0   libsystem_kernel.dylib         0xa73ba422 mach_msg_trap + 10
> 1   libsystem_kernel.dylib         0xa73b9a5f mach_msg + 47
> 2   com.apple.CoreFoundation       0x9377da88 __CFRunLoopServiceMachPort + 296
> 3   com.apple.CoreFoundation       0x9377ca76 __CFRunLoopRun + 2262
> 4   com.apple.CoreFoundation       0x9377be71 CFRunLoopRunSpecific + 641
> 5   com.apple.CoreFoundation       0x9377bbda CFRunLoopRunInMode + 122
> 6   com.apple.AppKit               0x914aa57c _NSEventThread + 165
> 7   libsystem_pthread.dylib       0xa75794d5 _pthread_body + 347
> 8   libsystem_pthread.dylib       0xa757937a _pthread_start + 357
> 9   libsystem_pthread.dylib       0xa7578a56 thread_start + 34
>
> Thread 4:
> 0   libsystem_kernel.dylib         0xa73c471a __workq_kernreturn + 10
> 1   libsystem_pthread.dylib       0xa7578e64 _pthread_wqthread + 1035
> 2   libsystem_pthread.dylib       0xa7578a32 start_wqthread + 34
>
> Thread 0 crashed with X86 Thread State (32-bit):
>   eax: 0x00000000  ebx: 0xa983a1c0  ecx: 0xbff5a40c  edx: 0x00000000
>   edi: 0xa757c2ca  esi: 0x0000002d  ebp: 0xbff5a438  esp: 0xbff5a40c
>    ss: 0x00000023  efl: 0x00000206  eip: 0xa73c3eda   cs: 0x0000000b
>    ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
>   cr2: 0xa981f340
>
> Logical CPU:     0
> Error Code:      0x00080148
> Trap Number:     132
>
>
> Binary Images:
>    0x9c000 -   0x16cff7 +org.pharo.Pharo (5.0.201901051900 - 
> 5.0.201901051900) <91D8A7F9-5FC3-3EB7-8198-D18F6262AF2A> 
> /Users/USER/*/Pharo.app/Contents/MacOS/Pharo
>   0x255000 -   0x29b05f  dyld (551.3) <AEE46C03-FE99-3D3F-9A28-119D4A885857> 
> /usr/lib/dyld
>  0x257e000 -  0x2582fff  com.apple.audio.AppleHDAHALPlugIn (281.52 - 281.52) 
> <943990E2-9A7B-3078-845B-9D0153680DB4> 
> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
>  0x2588000 -  0x2589fff +libLocalePlugin.dylib (0) 
> <26B928B3-B609-3924-8B88-0355CB1B91A9> 
> /Users/USER/*/Pharo.app/Contents/MacOS/Plugins/libLocalePlugin.dylib
>  0x7a46000 -  0x7a46fff +libClipboardExtendedPlugin.dylib (0) 
> <3AC80DFD-F452-3B75-A405-B30587D14254> 
> /Users/USER/*/Pharo.app/Contents/MacOS/Plugins/libClipboardExtendedPlugin.dylib
>  0x7ae7000 -  0x7ca5ff3  com.apple.audio.units.Components (1.14 - 1.14) 
> <1D9A7479-0C4A-3368-A63C-D42A5DAD714F> 
> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
>  0x8302000 -  0x8302fff +libSurfacePlugin.dylib (0) 
> <818104D7-071E-31DC-B2C6-158647AB76FC> 
> /Users/USER/*/Pharo.app/Contents/MacOS/Plugins/libSurfacePlugin.dylib
>  0x8983000 -  0x8ecdfff  com.apple.driver.AppleIntelBDWGraphicsGLDriver 
> (10.34.27 - 10.3.4) <3A8B322A-03DB-32E4-B61C-D8A7BEEB65B7> 
> /System/Library/Extensions/AppleIntelBDWGraphicsGLDriver.bundle/Contents/MacOS/AppleIntelBDWGraphicsGLDriver
>  0xad43000 -  0xae08ff7 +libfreetype.dylib (0) 
> <D81AD667-A12B-316D-A8D3-0765404C85D3> 
> /Users/USER/*/Pharo.app/Contents/MacOS/Plugins/libfreetype.dylib
>  0xae27000 -  0xaf5cffb +libcairo.2.dylib (0) 
> <8EC8B098-C04A-35C0-A558-AE6141B9ABBE> 
> /Users/USER/*/Pharo.app/Contents/MacOS/Plugins/libcairo.2.dylib
>  0xaf97000 -  0xafc4ff3 +libpng12.0.dylib (0) 
> <5C75B651-7DE5-3209-AAF2-6D8CF42D29DD> 
> /Users/USER/*/Pharo.app/Contents/MacOS/Plugins/libpng12.0.dylib
>  0xb751000 -  0xb887ffb +libgit2.dylib (0) 
> <11C18863-E2BB-3009-A037-708521D8371B> 
> /Users/USER/*/Pharo.app/Contents/MacOS/Plugins/libgit2.dylib
>  0xb90e000 -  0xb953ffb +libssl.1.0.0.dylib (0) 
> <0A56F172-FA67-3840-ABB7-56FE5532C694> 
> /Users/USER/*/Pharo.app/Contents/MacOS/Plugins/libssl.1.0.0.dylib
>  0xb96e000 -  0xbaa8fe7 +libcrypto.1.0.0.dylib (0) 
> <B8A5E463-33B2-3400-8AB6-C2B5135778AF> 
> /Users/USER/*/Pharo.app/Contents/MacOS/Plugins/libcrypto.1.0.0.dylib
>  0xbb0e000 -  0xbb43fff +libssh2.1.dylib (0) 
> <7737B8F7-3D13-39F8-9BF0-FE64A2E4AF12> 
> /Users/USER/*/Pharo.app/Contents/MacOS/Plugins/libssh2.1.dylib
>  0xe5a1000 -  0xe992fff +libpixman-1.0.dylib (0) 
> <3DB41F92-01BD-3794-A9DB-9413D2FBA2CF> 
> /Users/USER/*/Pharo.app/Contents/MacOS/Plugins/libpixman-1.0.dylib
>  0xe9b6000 -  0xed21ff7  com.apple.RawCamera.bundle (8.04.0 - 1017.3.7) 
> <77CE2AAF-C0AF-3006-B472-C0887E1BB9A8> 
> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
> 0x9029f000 - 0x9029ffff  com.apple.Accelerate (1.11 - Accelerate 1.11) 
> <4FE55EFA-2AAB-3639-8340-CB00CC245170> 
> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
> 0x902a0000 - 0x902b6ff7  libCGInterfaces.dylib (417.2) 
> <A85F54BA-AE25-3B4D-8958-9B62C65C3891> 
> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
> 0x902b7000 - 0x909f8fdf  com.apple.vImage (8.1 - ???) 
> <7BA2CB00-F6B3-3798-9CED-D0C3BB3E5231> 
> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
> 0x909f9000 - 0x90b33ff7  libBLAS.dylib (1211.50.2) 
> <056DFB80-2D9C-39BA-8953-EB264FDFDEAA> 
> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
> 0x90b34000 - 0x90b61ffb  libBNNS.dylib (38.1) 
> <B9685933-6EBE-3123-9CA2-CD7963241A22> 
> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
> 0x90b62000 - 0x90ed5fff  libLAPACK.dylib (1211.50.2) 
> <88232E9D-AD52-3E4F-8ACE-C2468400B626> 
> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
> 0x90ed6000 - 0x90eecffb  libLinearAlgebra.dylib (1211.50.2) 
> <E9BB8A56-3AB9-33F5-91B5-079F5BAF78E9> 
> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
> 0x90eed000 - 0x90f06ff7  libSparseBLAS.dylib (1211.50.2) 
> <43DB3D39-727E-3C75-9286-11045DEFC21D> 
> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
> 0x90f07000 - 0x91066fc7  libvDSP.dylib (622.50.5) 
> <A10E62DA-511A-35C0-9EC2-6B22D56494E5> 
> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
> 0x91067000 - 0x91147ffb  libvMisc.dylib (622.50.5) 
> <5969D356-9DDA-33FB-B9E8-6BD5E1C4EB05> 
> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
> 0x91148000 - 0x91148fff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) 
> <D3929A06-59EB-3DCA-89B1-5F44817DBC93> 
> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
> 0x9133c000 - 0x920feffb  com.apple.AppKit (6.9 - 1561.40.112) 
> <2BA80E54-46C2-3FFA-9631-F845F40A8F81> 
> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
> 0x92150000 - 0x92150fff  com.apple.ApplicationServices (48 - 50) 
> <28B28337-CFEA-3688-9C35-9EE64A1CA6CB> 
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
> 0x92151000 - 0x921b7ff3  com.apple.ApplicationServices.ATS (377 - 445.4) 
> <65D4E2E8-5B98-3666-863D-4DE452311550> 
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
> 0x921ba000 - 0x922deff3  libFontParser.dylib (222.1.6) 
> <486BD2ED-E834-31DB-8522-D6B255D6CC58> 
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
> 0x922df000 - 0x9232bff3  libFontRegistry.dylib (221.3) 
> <65513B66-D028-32B6-81CB-075161A419DE> 
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
> 0x9237a000 - 0x923adff3  libTrueTypeScaler.dylib (222.1.6) 
> <185D1DD1-5764-33FD-BCA6-A651934956FB> 
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
> 0x92419000 - 0x9241efff  com.apple.ColorSyncLegacy (4.13.0 - 1) 
> <987F0D58-C5CD-3C1F-A88B-DBDE4C3E73D8> 
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
> 0x924c8000 - 0x92520fff  com.apple.HIServices (1.22 - 624.1) 
> <3D8C7044-D149-325D-B55E-09BC57665193> 
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
> 0x92521000 - 0x92530ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) 
> <92601EB8-3F73-3BBF-B3B6-0C7D47D819A9> 
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
> 0x92531000 - 0x92589ffb  com.apple.print.framework.PrintCore (13.4 - 503.2) 
> <E28CF09A-9AEC-3D70-AF27-F428332FEB74> 
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
> 0x9258a000 - 0x92620ff7  com.apple.QD (3.12 - 404.2) 
> <113D0ECA-A6B2-39A7-AE1E-CAE7B40A3CAF> 
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
> 0x92621000 - 0x9262dff3  com.apple.speech.synthesis.framework (7.5.1 - 7.5.1) 
> <7CDC3350-95F1-34C1-8B4F-9B31368BEEB0> 
> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
> 0x9262e000 - 0x9287cffb  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) 
> <92F5F62A-4707-35D3-BF73-88239ED7F79C> 
> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
> 0x9287e000 - 0x9287efff  com.apple.audio.units.AudioUnit (1.14 - 1.14) 
> <24D68C49-15B8-31B8-A3BB-CAD584CD2CAC> 
> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
> 0x929b6000 - 0x92d2bfff  com.apple.CFNetwork (901.1 - 901.1) 
> <F957C597-9C0F-3884-B9A2-0CAAF17FCE64> 
> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
> 0x92d41000 - 0x92d4aff3  com.apple.audio.SoundManager (4.2 - 4.2) 
> <FA75FD1F-2FEE-3E25-A160-AF78044082BE> 
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
> 0x92d50000 - 0x930e6ff7  com.apple.HIToolbox (2.1.1 - 911.10) 
> <9D42DFC7-DB53-352C-BAD3-3C5CD23EF53D> 
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
> 0x93146000 - 0x931e0ffb  com.apple.ink.framework (10.9 - 221) 
> <68D3D209-BCB1-3750-8632-C12DE8F250B1> 
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
> 0x931e1000 - 0x9321bfff  com.apple.NavigationServices (3.8 - 227) 
> <AD26CCEE-6468-317F-9540-EEE95A6E0990> 
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
> 0x9323e000 - 0x93240fff  com.apple.securityhi (9.0 - 55006) 
> <15724ACD-75A1-3CEF-8A53-3BE31CD0CEB6> 
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
> 0x93241000 - 0x93247fff  com.apple.speech.recognition.framework (6.0.3 - 
> 6.0.3) <03DE054B-239F-3D6F-BBED-98FE8EC6A3C0> 
> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
> 0x93248000 - 0x93248fff  com.apple.Cocoa (6.11 - 22) 
> <8419F291-2B0B-322A-91CE-DBCD8082C778> 
> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
> 0x93255000 - 0x93314ff3  com.apple.ColorSync (4.13.0 - 3325) 
> <C28DA8B8-868E-3BF8-A327-904DC9348FA6> 
> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
> 0x93315000 - 0x933b0fff  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) 
> <B665144E-6421-39FD-9DFA-E1B2BB96CD34> 
> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
> 0x9340e000 - 0x93413fff  com.apple.CoreBluetooth (1.0 - 1) 
> <D8E00284-8021-3A90-8379-CF161DA6078B> 
> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
> 0x93414000 - 0x936f6ff7  com.apple.CoreData (120 - 851) 
> <FCC5890C-147F-3A85-92D1-751C3E33F96A> 
> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
> 0x936f7000 - 0x936fdff3  com.apple.CoreDisplay (1.0 - 97.21) 
> <3C9F1E4B-0BEB-3BBC-81D1-3F90F54211DF> 
> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
> 0x936fe000 - 0x93b88ff7  com.apple.CoreFoundation (6.9 - 1452.23) 
> <17321B27-67AB-3D26-B9DF-A69624B1C82B> 
> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
> 0x93b8a000 - 0x941bdff3  com.apple.CoreGraphics (2.0 - 1161.21) 
> <909796EA-77A5-3584-AE65-48B11952DBBC> 
> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
> 0x941bf000 - 0x94435ffb  com.apple.CoreImage (13.0.0 - 579.5) 
> <3ABBFE1A-2E03-31E5-98E8-4E3D5D6D1FB4> 
> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
> 0x944f2000 - 0x945e9ff7  com.apple.CoreMedia (1.0 - 2276.50) 
> <0BF2ADE6-51A4-3AAC-B247-0E6629669ABA> 
> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
> 0x9463d000 - 0x9463dfff  com.apple.CoreServices (822.33 - 822.33) 
> <DAD579FC-6A21-3989-B014-C3CE888E5E5E> 
> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
> 0x9463e000 - 0x946b0ff3  com.apple.AE (735.1 - 735.1) 
> <72876D21-3967-3CBE-9006-3E33FEFA6505> 
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
> 0x946b1000 - 0x9498fff7  com.apple.CoreServices.CarbonCore (1178.4 - 1178.4) 
> <3BC3590D-F528-39EE-8D6B-13526E5CE810> 
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
> 0x94990000 - 0x949c4ffb  com.apple.DictionaryServices (1.2 - 284.2) 
> <351D5B30-AC6C-3BCC-AE26-632AE228BBAC> 
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
> 0x949c5000 - 0x949cdfff  com.apple.CoreServices.FSEvents (1239.50.1 - 
> 1239.50.1) <C0631AEA-6D41-3BA5-B5D0-4ACD95234303> 
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
> 0x949ce000 - 0x94b2dff7  com.apple.LaunchServices (822.32 - 822.32) 
> <F6BFB16B-D6B3-3730-94C0-9490B2C63371> 
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
> 0x94b2e000 - 0x94bdbfff  com.apple.Metadata (10.7.0 - 1191.4.13) 
> <95F0D9F8-315B-364C-AC92-A750D8CE3CD4> 
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
> 0x94bdc000 - 0x94c3dfff  com.apple.CoreServices.OSServices (822.33 - 822.33) 
> <897A8A5A-8A70-340D-A041-057957F321D6> 
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
> 0x94c3e000 - 0x94caffff  com.apple.SearchKit (1.4.0 - 1.4.0) 
> <B3E3985C-7739-3815-8A89-477F975C2029> 
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
> 0x94cb0000 - 0x94cd3fff  com.apple.coreservices.SharedFileList (71.21 - 
> 71.21) <8B10F426-0DF3-3FCE-B5DB-F3860BAA860F> 
> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
> 0x94cd4000 - 0x94e20ffb  com.apple.CoreText (352.0 - 578.18) 
> <CF0AF654-0DDD-3FA3-BE0E-FBB90D45BE83> 
> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
> 0x94e21000 - 0x94e5bffb  com.apple.CoreVideo (1.8 - 0.0) 
> <4B4E52AC-7BBA-375E-9D86-1DD096410604> 
> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
> 0x94e5c000 - 0x94ee3ff3  com.apple.framework.CoreWLAN (13.0 - 1350.1) 
> <68C405BD-8A07-3080-A9F0-938D0A2B49C8> 
> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
> 0x95137000 - 0x95140ff7  com.apple.DiskArbitration (2.7 - 2.7) 
> <F866E76D-7FFA-3E93-9A8A-32C3754F1F33> 
> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
> 0x95151000 - 0x954c1ffb  com.apple.Foundation (6.9 - 1452.23) 
> <9212AB5F-B5FC-37C8-8059-853B006434E1> 
> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
> 0x95502000 - 0x95531ff3  com.apple.GSS (4.0 - 2.0) 
> <0BB8D894-20EA-3D83-A79B-654623C674B4> 
> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
> 0x9555e000 - 0x95676ff3  com.apple.Bluetooth (6.0.6 - 6.0.6f2) 
> <E83F7CF7-7776-3FE6-9B45-8FA27C09EACE> 
> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
> 0x956dc000 - 0x9577dff7  com.apple.framework.IOKit (2.0.2 - 1445.60.1) 
> <5289B606-E36C-3DDC-B8D5-2151B1EE2933> 
> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
> 0x9577f000 - 0x95786fff  com.apple.IOSurface (211.12 - 211.12) 
> <B24705CD-3B67-3D4C-A194-FE817FAFF983> 
> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
> 0x957db000 - 0x9595fff7  com.apple.ImageIO.framework (3.3.0 - 1739.3) 
> <EEC26E38-3136-346E-8293-4993854F328C> 
> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
> 0x95960000 - 0x95964ffb  libGIF.dylib (1739.3) 
> <017E36E0-FB42-303A-9D10-58E082C97BF9> 
> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
> 0x95965000 - 0x95a56ff7  libJP2.dylib (1739.3) 
> <2A34D143-026C-3572-9CC1-ED4751B1E2A3> 
> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
> 0x95a57000 - 0x95a79ff7  libJPEG.dylib (1739.3) 
> <80C0109B-2D63-331D-B595-01D2A8CDD431> 
> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
> 0x95a7a000 - 0x95aa0ff7  libPng.dylib (1739.3) 
> <B2C1476E-296E-3E8A-AD98-C95C192D9329> 
> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
> 0x95aa1000 - 0x95aa3ffb  libRadiance.dylib (1739.3) 
> <65386E46-F92D-30C6-BA00-33C16C6AD3D7> 
> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
> 0x95aa4000 - 0x95aeeff3  libTIFF.dylib (1739.3) 
> <59086815-1D75-36AB-9B74-CD8A00DEEE49> 
> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
> 0x964fa000 - 0x96512fff  com.apple.Kerberos (3.0 - 1) 
> <BFC5A83F-78BD-3FEC-AF28-CF36927117C6> 
> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
> 0x96513000 - 0x96546ffb  com.apple.LDAPFramework (2.4.28 - 194.5) 
> <3E612921-B937-3B7E-9636-9FBBF94D1019> 
> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
> 0x9656a000 - 0x96572fff  com.apple.MediaAccessibility (1.0 - 114) 
> <D6008060-F087-3713-8C1C-86E259D493AF> 
> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
> 0x96573000 - 0x96bd1ff7  com.apple.MediaToolbox (1.0 - 2276.50) 
> <458F8EA5-E32C-3CBC-97AB-4CD925136880> 
> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
> 0x96bd3000 - 0x96c4bff3  com.apple.Metal (125.25 - 125.25) 
> <C1BFDD6D-6162-355B-9B87-C6F67FA3FC65> 
> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
> 0x96c4d000 - 0x96c59fff  com.apple.NetFS (6.0 - 4.0) 
> <4A9454E1-FF5C-321A-8317-4C120332356A> 
> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
> 0x99586000 - 0x9958eff7  libcldcpuengine.dylib (2.8.7) 
> <464D7F18-5876-3751-A7BF-E1289C502B5F> 
> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
> 0x9958f000 - 0x995dbfff  com.apple.opencl (2.8.15 - 2.8.15) 
> <41D0BAA4-B8AA-3277-A5E4-8256B839C636> 
> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
> 0x995dc000 - 0x995f8fff  com.apple.CFOpenDirectory (10.13 - 207.50.1) 
> <F183AEDA-CC0A-3B26-B20F-6228D0704724> 
> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
> 0x995f9000 - 0x99604fff  com.apple.OpenDirectory (10.13 - 207.50.1) 
> <92CD87D2-E933-3A4F-AE00-0304034876E6> 
> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
> 0x9a80e000 - 0x9a80ffff  libCVMSPluginSupport.dylib (16.5.10) 
> <621A9123-A958-340E-86D0-997C9E1DDB4C> 
> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
> 0x9a810000 - 0x9a814fff  libCoreFSCache.dylib (162.6.1) 
> <FBF63A91-5B45-36FF-9340-D9223DA9A49B> 
> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
> 0x9a815000 - 0x9a819fff  libCoreVMClient.dylib (162.6.1) 
> <0958F095-D449-343F-9F13-AD82E5D2055A> 
> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
> 0x9a81a000 - 0x9a823ff7  libGFXShared.dylib (16.5.10) 
> <0C5906D1-B9BB-3C7B-B0D5-DB4EE842978D> 
> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
> 0x9a824000 - 0x9a830fff  libGL.dylib (16.5.10) 
> <85E5F934-C3AE-3E82-B411-0C790FF69773> 
> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
> 0x9a831000 - 0x9a86cffb  libGLImage.dylib (16.5.10) 
> <F2CE94F0-47FD-35E1-806B-0F29AF0495EC> 
> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
> 0x9a86d000 - 0x9a9e5ffb  libGLProgrammability.dylib (16.5.10) 
> <283B04BF-52D4-3EBE-A173-23D28E3EEB45> 
> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
> 0x9a9e6000 - 0x9aa28ff7  libGLU.dylib (16.5.10) 
> <8CAAAB65-FC03-39C1-8594-BBBFB6B0BD12> 
> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
> 0x9b3cf000 - 0x9b3defff  com.apple.opengl (16.5.10 - 16.5.10) 
> <F2D5732F-7734-3CE2-ABA3-A8F49C071839> 
> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
> 0x9b3df000 - 0x9b56cfff  GLEngine (16.5.10) 
> <DF07720E-FEA4-37B4-8BD5-9682CDF6D0BC> 
> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
> 0x9b56d000 - 0x9b597fff  GLRendererFloat (16.5.10) 
> <39E3D87C-A4E3-3621-83E1-17B05C4E018C> 
> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
> 0x9c14a000 - 0x9c384ff3  com.apple.QuartzCore (1.11 - 584.52.1) 
> <7DABD878-75F0-3AF2-8E5C-8A92CDD34C9B> 
> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
> 0x9c3da000 - 0x9c632ffb  com.apple.QuickTime (7.7.3 - 3014.8) 
> <43E74F6E-7BF5-3EE0-BBFC-8399C04A793C> 
> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
> 0x9c818000 - 0x9cb49ff3  com.apple.security (7.0 - 58286.60.28) 
> <282B7924-67E3-3F3B-8FE5-54550DA22447> 
> /System/Library/Frameworks/Security.framework/Versions/A/Security
> 0x9cb4a000 - 0x9cbd2ffb  com.apple.securityfoundation (6.0 - 55185.50.5) 
> <D6375494-880A-30A4-8670-31DA8E789912> 
> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
> 0x9cbfe000 - 0x9cc02fff  com.apple.xpc.ServiceManagement (1.0 - 1) 
> <43F3C3AA-4C1D-37B7-BA13-D6CB542A3307> 
> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
> 0x9cd2d000 - 0x9cd9dff3  com.apple.SystemConfiguration (1.17 - 1.17) 
> <D7C33CE2-30D1-3602-A8D8-B05C8A8C79B3> 
> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
> 0x9cf47000 - 0x9d2d6ff7  com.apple.VideoToolbox (1.0 - 2276.50) 
> <F9F8DDCD-FB7C-39B0-AA2B-111138F4800A> 
> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
> 0x9ede6000 - 0x9ee85ff7  com.apple.APFS (1.0 - 1) 
> <1C8712C6-0469-3564-BF63-DFCB4E7EAF87> 
> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
> 0x9f49b000 - 0x9f4c6ff3  com.apple.framework.Apple80211 (13.0 - 1361.7) 
> <D7355E97-AB0B-3587-82AD-6B9FBFF1C256> 
> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
> 0x9f4c8000 - 0x9f4d2fff  com.apple.AppleFSCompression (96.60.1 - 1.0) 
> <191C4733-0521-30C8-AB00-54DC56F7E7E5> 
> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
> 0x9f5d0000 - 0x9f60dffb  com.apple.AppleJPEG (1.0 - 1) 
> <B7271B9B-A441-35F0-9B30-0FA646E981AA> 
> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
> 0x9f62c000 - 0x9f634fff  com.apple.AppleSRP (5.0 - 1) 
> <0C288A20-01A0-3C3C-8091-B8672B1F0CC6> 
> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
> 0x9f707000 - 0x9f756ffb  com.apple.AppleVAFramework (5.0.41 - 5.0.41) 
> <02C2E120-F1F7-31E0-8716-43120084A793> 
> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
> 0x9f760000 - 0x9f767fff  com.apple.coreservices.BackgroundTaskManagement (1.0 
> - 57.1) <22080179-8A2A-32EF-A66A-5415E05B6EBF> 
> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
> 0x9f768000 - 0x9f7f3ff7  com.apple.backup.framework (1.9.5 - 1.9.5) 
> <633E36AC-7AAE-351B-A279-7E217DC6644B> 
> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
> 0x9f938000 - 0x9f941ffb  com.apple.CommonAuth (4.0 - 2.0) 
> <1096BDDF-4D5D-3C36-8AF6-556CC7F1F66A> 
> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
> 0x9f9eb000 - 0x9fd2cfef  com.apple.CoreAUC (259.0.0 - 259.0.0) 
> <0F3A5737-EED7-39A9-A06A-4F9F3B9CD1E1> 
> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
> 0x9fd2d000 - 0x9fd5efff  com.apple.CoreAVCHD (5.9.0 - 5900.4.1) 
> <3DB6ECE9-3F33-3DB9-95F0-4CD85253C21D> 
> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
> 0x9fdd3000 - 0x9fddbfff  com.apple.frameworks.CoreDaemon (1.3 - 1.3) 
> <DFFFED5D-D7EE-356C-A114-E81A51FA04CC> 
> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
> 0x9fddc000 - 0x9fdecff7  com.apple.CoreEmoji (1.0 - 69.3) 
> <165A133F-DED4-3B24-A9BF-6EA6F3F7A152> 
> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
> 0x9ff75000 - 0x9ffa8ff7  com.apple.CoreServicesInternal (309.1 - 309.1) 
> <0C4952C6-785B-3E1F-8588-1C914ADF954D> 
> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
> 0x9ffa9000 - 0xa003fff3  com.apple.CoreSymbolication (9.3 - 64026) 
> <7895DF41-EF5D-36AC-BB0E-C3020D87C200> 
> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
> 0xa0040000 - 0xa0167ff3  com.apple.coreui (2.1 - 494.1) 
> <91CFA81E-25D5-32AD-AEAE-9AC690F37481> 
> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
> 0xa0168000 - 0xa0206ff7  com.apple.CoreUtils (5.6 - 560.11) 
> <FD566F31-AAB0-30A8-B069-BF6AB1E4F647> 
> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
> 0xa0257000 - 0xa02b4ff3  com.apple.framework.CoreWiFi (13.0 - 1350.1) 
> <CCED77D5-2751-3EA9-9413-859D2F09B4A4> 
> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
> 0xa02b5000 - 0xa02c5ffb  com.apple.CrashReporterSupport (10.13 - 1) 
> <EF523AD9-1BE6-3C49-986C-F737910EAAE3> 
> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
> 0xa0333000 - 0xa0340fff  com.apple.framework.DFRFoundation (1.0 - 191.7) 
> <D6B46C05-938E-39BF-B085-20D25FDEEDF7> 
> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
> 0xa038c000 - 0xa03fdfff  com.apple.datadetectorscore (7.0 - 590.3) 
> <31B3BFAC-FF9C-3F58-A01B-6A01A28FDEE0> 
> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
> 0xa03fe000 - 0xa043effb  com.apple.DebugSymbols (181.0 - 181.0) 
> <51B67F42-ACCD-39A3-8739-E223FAEDFF93> 
> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
> 0xa043f000 - 0xa057effb  com.apple.desktopservices (1.12.5 - 1.12.5) 
> <27DE2928-4DCB-3AA3-B490-ECD108C0F3F5> 
> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
> 0xa08be000 - 0xa0ceeff7  com.apple.vision.FaceCore (3.3.2 - 3.3.2) 
> <8B37289B-EB90-32F0-97A6-21566B236CAD> 
> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
> 0xa2a8a000 - 0xa2a94fff  libGPUSupportMercury.dylib (16.5.10) 
> <DEF9523E-2B09-3C01-9A7B-19B6A5E5B4F7> 
> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
> 0xa36a0000 - 0xa3713ff3  com.apple.Heimdal (4.0 - 2.0) 
> <03A4EE80-4E4A-390C-9E2E-0CEC3307496D> 
> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
> 0xa39cb000 - 0xa39d2fff  com.apple.IOAccelerator (378.18.1 - 378.18.1) 
> <6519F950-374B-35FA-A383-3BABB9354D99> 
> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
> 0xa39d3000 - 0xa39ecfff  com.apple.IOPresentment (1.0 - 35.1) 
> <46620404-9D01-339D-8EFC-56E09B19C9AA> 
> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
> 0xa3a49000 - 0xa3a69ffb  com.apple.IconServices (97.6 - 97.6) 
> <C107CE67-BF5F-3AC9-A514-C864310F2BBB> 
> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
> 0xa3aa1000 - 0xa3b95fff  com.apple.LanguageModeling (1.0 - 159.5.3) 
> <D8038B28-4A97-3E03-8AE6-5D3C3A1CE8F2> 
> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
> 0xa3b96000 - 0xa3bd6fff  com.apple.Lexicon-framework (1.0 - 33.5) 
> <C8DEE7FC-6CCE-3645-B6C1-CCF5FD07C20C> 
> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
> 0xa3bda000 - 0xa3be0ff3  com.apple.LinguisticData (1.0 - 238.3) 
> <16C6495B-D87B-3144-846C-C2C1214900CF> 
> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
> 0xa3f5c000 - 0xa3f86fff  com.apple.MultitouchSupport.framework (1404.4 - 
> 1404.4) <591C5CFA-F49A-3AA3-9ACB-5076483D6BB0> 
> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
> 0xa40a5000 - 0xa40affff  com.apple.NetAuth (6.2 - 6.2) 
> <D74A6D47-3D72-3E44-820B-9381D7425B11> 
> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
> 0xa4157000 - 0xa4164ffb  com.apple.PerformanceAnalysis (1.194 - 194) 
> <761316A9-016F-3C95-A020-CADDC50E4F39> 
> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
> 0xa4204000 - 0xa4220ff7  com.apple.ProtocolBuffer (1 - 260) 
> <1EE82E2E-BA9D-33CC-904F-A9467619FB6B> 
> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
> 0xa430f000 - 0xa4331fff  com.apple.RemoteViewServices (2.0 - 125) 
> <54C07CCF-E480-3033-979D-A7E6BCC6281F> 
> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
> 0xa43d9000 - 0xa4406ffb  com.apple.Sharing (1050.21 - 1050.21) 
> <09DF5459-E2B7-39C5-9600-474DFD22F131> 
> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
> 0xa4425000 - 0xa4426fff  com.apple.performance.SignpostNotification (1.2.5 - 
> 2.5) <86B3053F-0169-3663-924F-91186D05151D> 
> /System/Library/PrivateFrameworks/SignpostNotification.framework/Versions/A/SignpostNotification
> 0xa4427000 - 0xa44adff7  com.apple.SkyLight (1.600.0 - 312.62) 
> <747AEAD4-5F54-3B3C-B92F-54B35F490C3A> 
> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
> 0xa44dd000 - 0xa44eaff7  com.apple.SpeechRecognitionCore (4.6.1 - 4.6.1) 
> <750D7D56-1633-3762-9B3A-B342D2AD614D> 
> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
> 0xa47ba000 - 0xa4840ffb  com.apple.Symbolication (9.3 - 64033) 
> <A6EE4F4A-35E3-303D-8B7C-F84368546DC1> 
> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
> 0xa4893000 - 0xa489bfff  com.apple.TCC (1.0 - 1) 
> <449D3E94-0C9A-3F2A-835B-593D846F6006> 
> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
> 0xa489c000 - 0xa48b3ff3  com.apple.TextureIO (3.7 - 3.7) 
> <9D532312-C024-38CA-B137-A4C88919C5EC> 
> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
> 0xa48e0000 - 0xa48e1fff  com.apple.TrustEvaluationAgent (2.0 - 31) 
> <185BD5A9-5A2D-3317-B7FE-9B67F14C4D2C> 
> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
> 0xa48e2000 - 0xa4a6cfff  com.apple.UIFoundation (1.0 - 547.5) 
> <1B6390A9-8D94-3E6D-BDB4-A1E6B39497C4> 
> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
> 0xa4e04000 - 0xa4ec8fff  com.apple.ViewBridge (343.2 - 343.2) 
> <D34224CE-BF51-3F7E-A714-4FD465ED5670> 
> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
> 0xa503b000 - 0xa503dfff  com.apple.loginsupport (1.0 - 1) 
> <96644B33-7507-3AE7-BC45-D83934517F37> 
> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
> 0xa503e000 - 0xa504ffff  com.apple.login (3.0 - 3.0) 
> <CDB5BDAD-934C-390D-A1B6-0EBA73043BCE> 
> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
> 0xa50c8000 - 0xa50fbff7  libclosured.dylib (551.3) 
> <F357ECA7-469A-3611-8D9C-3267FB90071A> /usr/lib/closure/libclosured.dylib
> 0xa5157000 - 0xa518eff3  libCRFSuite.dylib (41) 
> <7B102174-C6BA-3EA8-93AC-A53254B79D78> /usr/lib/libCRFSuite.dylib
> 0xa518f000 - 0xa5199ffb  libChineseTokenizer.dylib (28) 
> <00EF6AE9-C195-334C-9776-79E9BD298AF6> /usr/lib/libChineseTokenizer.dylib
> 0xa5235000 - 0xa5236fff  libDiagnosticMessagesClient.dylib (104) 
> <6829B180-2556-3A7E-A2E6-BD4859DF30A7> 
> /usr/lib/libDiagnosticMessagesClient.dylib
> 0xa5268000 - 0xa5452ff7  libFosl_dynamic.dylib (17.8) 
> <2806AC88-9928-3848-B63E-E3891CD58511> /usr/lib/libFosl_dynamic.dylib
> 0xa545a000 - 0xa545afff  libOpenScriptingUtil.dylib (174) 
> <BD4EA519-A75C-3840-8870-4DE884502F47> /usr/lib/libOpenScriptingUtil.dylib
> 0xa54ae000 - 0xa54b2fff  libScreenReader.dylib (562.18.4) 
> <24F173B6-9EB9-3730-A6CE-D43827265020> /usr/lib/libScreenReader.dylib
> 0xa54b3000 - 0xa54b4fff  libSystem.B.dylib (1252.50.4) 
> <AA5E65F6-81A7-3B9D-A322-C8230EA2DD9E> /usr/lib/libSystem.B.dylib
> 0xa54c3000 - 0xa54d8ff7  libapple_nghttp2.dylib (1.24) 
> <480C0C04-2533-3D44-8232-006B6CBA7758> /usr/lib/libapple_nghttp2.dylib
> 0xa54d9000 - 0xa5504fff  libarchive.2.dylib (54) 
> <D55C5F86-251D-3C33-A617-0C623D4F512E> /usr/lib/libarchive.2.dylib
> 0xa5505000 - 0xa5654ffb  libate.dylib (1.13.1) 
> <E109CCBF-357D-3C87-9CE5-D53AE03609A2> /usr/lib/libate.dylib
> 0xa5658000 - 0xa5658ff3  libauto.dylib (187) 
> <CE2A78CC-670F-3E07-9539-822DCD2F6084> /usr/lib/libauto.dylib
> 0xa5659000 - 0xa5669fff  libbsm.0.dylib (39) 
> <6A4D8D43-8AD8-3B0C-A19C-22A77D30DD8E> /usr/lib/libbsm.0.dylib
> 0xa566a000 - 0xa5676ff7  libbz2.1.0.dylib (38) 
> <77C24A36-BE84-3702-A786-935C597A0A86> /usr/lib/libbz2.1.0.dylib
> 0xa5677000 - 0xa56d0ffb  libc++.1.dylib (400.9) 
> <BA03445F-C2AD-3C30-A25D-3654091142AB> /usr/lib/libc++.1.dylib
> 0xa56d1000 - 0xa56f2fff  libc++abi.dylib (400.8.2) 
> <60422228-2A4A-3A12-AB94-3110E9082D62> /usr/lib/libc++abi.dylib
> 0xa56f4000 - 0xa5705ff7  libcmph.dylib (6) 
> <EC7664F1-B5A1-37F4-B7DC-F6AC10587E35> /usr/lib/libcmph.dylib
> 0xa5706000 - 0xa571bff7  libcompression.dylib (47.60.2) 
> <FB4313A1-D9BE-36DD-A8A2-1AC45D0320AD> /usr/lib/libcompression.dylib
> 0xa571c000 - 0xa5733ffb  libcoretls.dylib (155.50.1) 
> <A7FFC69E-B53D-324D-8AE1-C1AC50CEB37F> /usr/lib/libcoretls.dylib
> 0xa5734000 - 0xa5735fff  libcoretls_cfhelpers.dylib (155.50.1) 
> <D210E966-844F-3A00-A17E-7489EE444E36> /usr/lib/libcoretls_cfhelpers.dylib
> 0xa58b6000 - 0xa5a5dff3  libcrypto.35.dylib (22.50.2) 
> <A658A3FD-A5C4-3DC9-9A45-A2E97282D419> /usr/lib/libcrypto.35.dylib
> 0xa5c1d000 - 0xa5c74fff  libcups.2.dylib (462.2.1) 
> <806D6B01-D043-325B-9EB3-7BC8DD781B8C> /usr/lib/libcups.2.dylib
> 0xa5ca0000 - 0xa5cf2fff  libcurl.4.dylib (105.40.1) 
> <9809E78E-365C-3F94-A230-4933A28558E0> /usr/lib/libcurl.4.dylib
> 0xa5d8b000 - 0xa5d8bfff  libenergytrace.dylib (16) 
> <34FC43C7-D9B6-3C01-8B65-E49059D31279> /usr/lib/libenergytrace.dylib
> 0xa5dbf000 - 0xa5dc3fff  libheimdal-asn1.dylib (520.50.6) 
> <CAA45AC8-3953-38C7-B6C1-E7ACA1607054> /usr/lib/libheimdal-asn1.dylib
> 0xa5def000 - 0xa5edfff3  libiconv.2.dylib (51.50.1) 
> <F3BF51D6-CFAD-3105-AF32-0667945E0F99> /usr/lib/libiconv.2.dylib
> 0xa5ee0000 - 0xa6102ff7  libicucore.A.dylib (59180.0.1) 
> <7A26EF2B-5D18-319D-9FF5-72D1142A6059> /usr/lib/libicucore.A.dylib
> 0xa614a000 - 0xa614bfff  liblangid.dylib (128) 
> <120FE992-47E4-3A73-A039-1B401F5696DC> /usr/lib/liblangid.dylib
> 0xa614c000 - 0xa6164ff7  liblzma.5.dylib (10) 
> <8A5C9679-430A-3A19-AF68-9D21BAC442C7> /usr/lib/liblzma.5.dylib
> 0xa6165000 - 0xa617afff  libmarisa.dylib (9) 
> <805453EE-B829-3DA5-8DF3-5132D03D5B74> /usr/lib/libmarisa.dylib
> 0xa622f000 - 0xa644cfff  libmecabra.dylib (779.7.6) 
> <A6D0BC1B-9DF2-3A26-8E1A-06AE207355E7> /usr/lib/libmecabra.dylib
> 0xa6613000 - 0xa678aff3  libnetwork.dylib (1229.60.3) 
> <25A51968-46C6-3E05-A005-5D4F6CE01AD2> /usr/lib/libnetwork.dylib
> 0xa678b000 - 0xa6b6b0fb  libobjc.A.dylib (723) 
> <069E8DD2-ECBD-3296-9688-199A93DB8F1F> /usr/lib/libobjc.A.dylib
> 0xa6b6f000 - 0xa6b72fff  libpam.2.dylib (22) 
> <7106F43C-84DD-3F26-905A-B52780AFEB3E> /usr/lib/libpam.2.dylib
> 0xa6b75000 - 0xa6ba6fff  libpcap.A.dylib (79.20.1) 
> <154889CF-5F83-3012-953E-0FC8FEE50FF8> /usr/lib/libpcap.A.dylib
> 0xa6be4000 - 0xa6bffffb  libresolv.9.dylib (65) 
> <65A43F5B-CF88-3948-AE5C-D7CA02D814A1> /usr/lib/libresolv.9.dylib
> 0xa6c38000 - 0xa6c49ff7  libsasl2.2.dylib (211) 
> <42C44CD3-07F5-3D62-8D63-350AD6FC6A63> /usr/lib/libsasl2.2.dylib
> 0xa6c4a000 - 0xa6dd4ffb  libsqlite3.dylib (274.8.1) 
> <2865CDEE-96C4-3ECC-9F4B-876D0CD27C41> /usr/lib/libsqlite3.dylib
> 0xa6e2c000 - 0xa6e8affb  libssl.35.dylib (22.50.2) 
> <1AAEE15A-D711-3B1B-81A9-3195E6EFB3DE> /usr/lib/libssl.35.dylib
> 0xa6f78000 - 0xa6fd7fff  libusrtcp.dylib (1229.60.3) 
> <39EAD1BC-7817-3C8B-890E-B1619826479D> /usr/lib/libusrtcp.dylib
> 0xa6fd8000 - 0xa6fdbff7  libutil.dylib (51.20.1) 
> <86BD9675-16A2-345D-9B8D-E8A3397F2365> /usr/lib/libutil.dylib
> 0xa6fdc000 - 0xa6feaff7  libxar.1.dylib (400) 
> <4B664A7E-EC05-34AD-ACC6-C879B69DBA7C> /usr/lib/libxar.1.dylib
> 0xa6feb000 - 0xa70c9ff7  libxml2.2.dylib (31.10) 
> <A5264063-CE4F-38CE-B884-197B2765E5AB> /usr/lib/libxml2.2.dylib
> 0xa70ca000 - 0xa70f2ff3  libxslt.1.dylib (15.12) 
> <2A385CB5-9458-3408-A4F2-1F51553823F4> /usr/lib/libxslt.1.dylib
> 0xa70f3000 - 0xa7102ff7  libz.1.dylib (70) 
> <588F445F-0065-3D77-8002-BA9411DA1D70> /usr/lib/libz.1.dylib
> 0xa713d000 - 0xa7141fff  libcache.dylib (80) 
> <E9928057-A238-3619-8E30-4D1C21C9493C> /usr/lib/system/libcache.dylib
> 0xa7142000 - 0xa714cfff  libcommonCrypto.dylib (60118.50.1) 
> <95434E97-2B85-3607-9E02-2A8CFD178D23> /usr/lib/system/libcommonCrypto.dylib
> 0xa714d000 - 0xa7152fff  libcompiler_rt.dylib (62) 
> <B9947B1F-9930-385A-A960-856CF6C539CF> /usr/lib/system/libcompiler_rt.dylib
> 0xa7153000 - 0xa715dff3  libcopyfile.dylib (146.50.5) 
> <6A3EF295-2778-3405-BE11-8947695F4A31> /usr/lib/system/libcopyfile.dylib
> 0xa715e000 - 0xa71c6ff7  libcorecrypto.dylib (562.50.17) 
> <FCA475BB-944F-3589-A662-D71043482D28> /usr/lib/system/libcorecrypto.dylib
> 0xa7231000 - 0xa7266fff  libdispatch.dylib (913.60.2) 
> <49A9530D-9FB7-38C3-9583-E5F0AAEB3E95> /usr/lib/system/libdispatch.dylib
> 0xa7267000 - 0xa7284fff  libdyld.dylib (551.3) 
> <42AC1F77-75EC-3464-B24D-8E95F72FFE21> /usr/lib/system/libdyld.dylib
> 0xa7285000 - 0xa7285fff  libkeymgr.dylib (28) 
> <35604C10-4B09-3AA0-9694-87D40C15E706> /usr/lib/system/libkeymgr.dylib
> 0xa7286000 - 0xa7292ff7  libkxld.dylib (4570.61.1) 
> <166C52CE-93C2-3512-923F-542EDC492A4C> /usr/lib/system/libkxld.dylib
> 0xa7293000 - 0xa7293fff  liblaunch.dylib (1205.60.9) 
> <3853D7AE-4A44-3D5A-BD3C-210F04C8D523> /usr/lib/system/liblaunch.dylib
> 0xa7294000 - 0xa7299fff  libmacho.dylib (906) 
> <14070ABC-E6F7-3CD5-9527-56E38D65BC74> /usr/lib/system/libmacho.dylib
> 0xa729a000 - 0xa729cfff  libquarantine.dylib (86) 
> <2660EB51-FA02-36ED-9416-83A4A6849026> /usr/lib/system/libquarantine.dylib
> 0xa729d000 - 0xa729efff  libremovefile.dylib (45) 
> <BE0DA6CE-2EF4-3BE9-84E1-BB27E1F385DD> /usr/lib/system/libremovefile.dylib
> 0xa729f000 - 0xa72b6ff7  libsystem_asl.dylib (356.50.1) 
> <8C2103F0-0293-3450-A4D5-CDA224D6B1DD> /usr/lib/system/libsystem_asl.dylib
> 0xa72b7000 - 0xa72b7fff  libsystem_blocks.dylib (67) 
> <D45F0CE1-D217-3B46-A84A-F884FE576E04> /usr/lib/system/libsystem_blocks.dylib
> 0xa72b8000 - 0xa7344ff3  libsystem_c.dylib (1244.50.9) 
> <3A7B32B2-F70C-3148-A2B0-38412EF1489F> /usr/lib/system/libsystem_c.dylib
> 0xa7345000 - 0xa7348fff  libsystem_configuration.dylib (963.50.8) 
> <EBE21758-807D-3038-91A9-F6075353C6A0> 
> /usr/lib/system/libsystem_configuration.dylib
> 0xa7349000 - 0xa734cfff  libsystem_coreservices.dylib (51) 
> <CF4379BC-AEDD-34DF-BFD7-CEA27B0930D5> 
> /usr/lib/system/libsystem_coreservices.dylib
> 0xa734d000 - 0xa734efff  libsystem_darwin.dylib (1244.50.9) 
> <326B9F59-5784-3C79-8A44-7C40D662C695> /usr/lib/system/libsystem_darwin.dylib
> 0xa734f000 - 0xa7355ff3  libsystem_dnssd.dylib (878.50.17) 
> <72A8BEDC-0C7C-355F-843D-75469DD85581> /usr/lib/system/libsystem_dnssd.dylib
> 0xa7356000 - 0xa73a5ffb  libsystem_info.dylib (517.30.1) 
> <E2FFFE29-1405-342E-8C57-31F681F510F7> /usr/lib/system/libsystem_info.dylib
> 0xa73a6000 - 0xa73caff3  libsystem_kernel.dylib (4570.61.1) 
> <CF8A4C44-02A4-3C2B-B91B-9015F02D8DCF> /usr/lib/system/libsystem_kernel.dylib
> 0xa73cb000 - 0xa741afdb  libsystem_m.dylib (3147.50.1) 
> <290D02E2-227B-3B0A-BBFC-B14BC657ADE8> /usr/lib/system/libsystem_m.dylib
> 0xa741b000 - 0xa7435fff  libsystem_malloc.dylib (140.50.6) 
> <970603BE-8A36-3776-81A6-BC1B1D04AC35> /usr/lib/system/libsystem_malloc.dylib
> 0xa7436000 - 0xa755aff7  libsystem_network.dylib (1229.60.3) 
> <6FCFE312-E7FD-382D-9246-2C8500A86ACB> /usr/lib/system/libsystem_network.dylib
> 0xa755b000 - 0xa7565fff  libsystem_networkextension.dylib (767.60.1) 
> <E8916FFA-B9A1-300E-84C8-669933B8B92E> 
> /usr/lib/system/libsystem_networkextension.dylib
> 0xa7566000 - 0xa756eff3  libsystem_notify.dylib (172) 
> <27A79E60-9B05-3B28-B389-5759A72F7321> /usr/lib/system/libsystem_notify.dylib
> 0xa756f000 - 0xa7575ffb  libsystem_platform.dylib (161.50.1) 
> <04C8CF15-A241-3BD8-87B5-DD5DA2DCD564> 
> /usr/lib/system/libsystem_platform.dylib
> 0xa7576000 - 0xa7580ff3  libsystem_pthread.dylib (301.50.1) 
> <95F98870-7DB1-3273-9E61-DEC04059BF18> /usr/lib/system/libsystem_pthread.dylib
> 0xa7581000 - 0xa7584ff3  libsystem_sandbox.dylib (765.60.1) 
> <E689BACE-E8EE-39C6-BFD7-EE82CBD5EE82> /usr/lib/system/libsystem_sandbox.dylib
> 0xa7585000 - 0xa7587fff  libsystem_secinit.dylib (30) 
> <F11770B6-8928-3F4A-A5B6-1A7E93247738> /usr/lib/system/libsystem_secinit.dylib
> 0xa7588000 - 0xa7590ff7  libsystem_symptoms.dylib (820.60.2) 
> <7FECC881-A6A0-3DC5-9382-F7EFB829FB1C> 
> /usr/lib/system/libsystem_symptoms.dylib
> 0xa7591000 - 0xa75a3ffb  libsystem_trace.dylib (829.50.17) 
> <3786EA81-F02C-3115-A8B6-3AC9088EA04C> /usr/lib/system/libsystem_trace.dylib
> 0xa75a5000 - 0xa75abfff  libunwind.dylib (35.3) 
> <C9C74974-E6CE-386D-AF72-DC21323AF40B> /usr/lib/system/libunwind.dylib
> 0xa75ac000 - 0xa75d5ff7  libxpc.dylib (1205.60.9) 
> <D3F2BB40-7D04-362C-BDF0-2C379C05EE99> /usr/lib/system/libxpc.dylib
>
> External Modification Summary:
>   Calls made by other processes targeting this process:
>     task_for_pid: 75
>     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: 799663
>     thread_create: 0
>     thread_set_state: 0
>
> VM Region Summary:
> ReadOnly portion of Libraries: Total=248.8M resident=0K(0%) 
> swapped_out_or_unallocated=248.8M(100%)
> Writable regions: Total=3.3G written=0K(0%) resident=0K(0%) 
> swapped_out=0K(0%) unallocated=3.3G(100%)
>
>                                 VIRTUAL   REGION
> REGION TYPE                        SIZE    COUNT (non-coalesced)
> ===========                     =======  =======
> Accelerate framework               128K        2
> Activity Tracing                   256K        2
> CG backing stores                 11.1M        4
> CG image                           236K       24
> CoreAnimation                      148K       15
> CoreGraphics                         8K        2
> CoreImage                           16K        3
> CoreServices                       196K        2
> CoreUI image data                 2028K       14
> CoreUI image file                  180K        4
> Foundation                           4K        2
> Kernel Alloc Once                    8K        2
> MALLOC                             3.2G      296
> MALLOC guard page                   48K       13
> MALLOC_LARGE (reserved)           1024K        2         reserved VM address 
> space (unallocated)
> Memory Tag 242                      12K        2
> Memory Tag 249                     156K        3
> OpenGL GLSL                        128K        3
> SBRK (reserved)                   4096K        2         reserved VM address 
> space (unallocated)
> Stack                             10.0M        6
> Stack Guard                       56.0M        6
> VM_ALLOCATE                       98.7M       32
> __DATA                            10.6M      243
> __FONT_DATA                          4K        2
> __GLSLBUILTINS                    2588K        2
> __LINKEDIT                        79.3M       19
> __OBJC                            3220K       85
> __TEXT                           169.5M      243
> __UNICODE                          560K        2
> mapped file                      301.7M      222
> shared memory                     5416K       16
> ===========                     =======  =======
> TOTAL                              3.9G     1244
> TOTAL, minus reserved VM space     3.9G     1244
>
> Model: MacBookPro12,1, BootROM MBP121.0176.B00, 2 processors, Intel Core i7, 
> 3.1 GHz, 16 GB, SMC 2.28f7
> Graphics: Intel Iris Graphics 6100, Intel Iris Graphics 6100, Built-In
> Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1867 MHz, 0x02FE, 
> 0x4544464232333241314D412D4A442D460000
> Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1867 MHz, 0x02FE, 
> 0x4544464232333241314D412D4A442D460000
> AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x133), 
> Broadcom BCM43xx 1.0 (7.77.37.31.1a9)
> Bluetooth: Version 6.0.6f2, 3 services, 27 devices, 1 incoming serial ports
> Network Service: Wi-Fi, AirPort, en0
> Serial ATA Device: APPLE SSD SM0512G, 500.28 GB
> USB Device: USB 3.0 Bus
> USB Device: Internal Memory Card Reader
> USB Device: Bluetooth USB Host Controller
> Thunderbolt Bus: MacBook Pro, Apple Inc., 27.1
>


-- 
Cyril Ferlicot
https://ferlicot.fr

Reply via email to