Jump to content

Hotkey triggered workflows don't fire immediately


Recommended Posts

I have several workflows tied to hotkey triggers.  Most of the time they work very well with no fuss.

*Occasionally* a trigger will fail to fire immediately.  To get the trigger to fire I need to move the pointer over the Alfred hat in the toolbar.  Then the workflow will fire normally.  If I hit multiple hotkeys, they queue up so that all will fire normally once Alfred wakes up.  It doesn't seem to matter what the workflow does as the actions I have tied to different workflows vary considerably.  

 

This is not reproducible on demand but it happens often enough to be annoying. (BTW: this just happened while I was writing this message.) Once it starts happening it will happen frequently for a while then go away for a while.  I believe this started after upgrading to macOS Sierra.  I am running the latest versions of both Alfred (3.3.1 [806]) and macOS (10.12.3). This problem has happened over several version updates of both macOS and Alfred.

 

Any suggestions how I can debug this further?

Link to comment

@Otter this definitely isn't intended behaviour, and something I haven't heard about before. It sounds to me like something is possibly locking Alfred from continuing.

 

If you get to the point where it hasn't triggered, could you open Activity Monitor, select Alfred and select "Sample Process" from the cog in the toolbar. This should tell me what could potentially be holding Alfred up (A workflow, some corruption etc).

 

It's also worth mentioning that the hotkeys are abstracted from Alfred, registered at the macOS level, then fed as events into Alfred. A 3rd party (Accessibility enabled) app could also be interfering with this event chain. I would suggest temporarily creating a new user account, switching to that account and seeing what behaviour you get there.

 

Cheers,

Andrew

Link to comment

Creating another user account is not practical. However I did change accessibility access so that only Alfred ie enabled.  If this seems to solve the problem, I will try to leave it this way.  I do not think I use the features of the other apps that require accessibility access.  If it does happen again, I will try to sample the Alfred process.  Thanks for the advice.

Link to comment
45 minutes ago, Otter said:

Creating another user account is not practical. However I did change accessibility access so that only Alfred ie enabled.  If this seems to solve the problem, I will try to leave it this way.  I do not think I use the features of the other apps that require accessibility access.  If it does happen again, I will try to sample the Alfred process.  Thanks for the advice.

 

Andrew suggested to temporary create one, not permanent. This way you can test if any other application is doing this or if the fault is by Alfred itself :)

I've had other issues and could narrow it down this way. When you know that it works under the new Account as intended then you can check what on your 

main Account is causing the issue.

Link to comment

The problem recurred.  I created a sample (attached below) however the moment I clicked on the Sample button, the workflow triggered.  This is suspicious that the process of sampling (dtrace) might have kicked the process to start from whatever was blocking it.  Anyway here is the sample:

 

Sampling process 552 for 3 seconds with 1 millisecond of run time between samples
Sampling completed, processing symbols...
Analysis of sampling Alfred 3 (pid 552) every 1 millisecond
Process:         Alfred 3 [552]
Path:            /Applications/Alfred 3.app/Contents/MacOS/Alfred 3
Load Address:    0x10edb2000
Identifier:      com.runningwithcrayons.Alfred-3
Version:         3.3.1 (806)
Code Type:       X86-64
Parent Process:  ??? [1]

Date/Time:       2017-03-11 08:03:17.450 -0500
Launch Time:     2017-03-06 15:27:51.592 -0500
OS Version:      Mac OS X 10.12.3 (16D32)
Report Version:  7
Analysis Tool:   /usr/bin/sample
----

Call graph:
    2789 Thread_5152   DispatchQueue_1: com.apple.main-thread  (serial)
    + 2789 start  (in libdyld.dylib) + 1  [0x7fffbe43c255]
    +   2789 NSApplicationMain  (in AppKit) + 1237  [0x7fffa69d5850]
    +     2789 -[NSApplication run]  (in AppKit) + 926  [0x7fffa6a0af35]
    +       2789 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]  (in AppKit) + 2789  [0x7fffa7190d6b]
    +         2789 _DPSNextEvent  (in AppKit) + 1120  [0x7fffa6a165b4]
    +           2789 _BlockUntilNextEventMatchingListInModeWithFilter  (in HIToolbox) + 71  [0x7fffa84706c6]
    +             2789 ReceiveNextEventCommon  (in HIToolbox) + 432  [0x7fffa8470891]
    +               2789 RunCurrentEventLoopInMode  (in HIToolbox) + 240  [0x7fffa8470a5c]
    +                 2789 CFRunLoopRunSpecific  (in CoreFoundation) + 420  [0x7fffa8ee4974]
    +                   2787 __CFRunLoopRun  (in CoreFoundation) + 1361  [0x7fffa8ee5121]
    +                   ! 2787 __CFRunLoopServiceMachPort  (in CoreFoundation) + 212  [0x7fffa8ee5c94]
    +                   !   2787 mach_msg  (in libsystem_kernel.dylib) + 55  [0x7fffbe5627d7]
    +                   !     2787 mach_msg_trap  (in libsystem_kernel.dylib) + 10  [0x7fffbe56338a]
    +                   2 __CFRunLoopRun  (in CoreFoundation) + 2065  [0x7fffa8ee53e1]
    +                     2 __CFRunLoopDoTimers  (in CoreFoundation) + 298  [0x7fffa8eeda2a]
    +                       1 __CFRunLoopDoTimer  (in CoreFoundation) + 322  [0x7fffa8eedbe2]
    +                       : 1 __CFArmNextTimerInMode  (in CoreFoundation) + 550  [0x7fffa8eb8e66]
    +                       :   1 mk_timer_arm  (in libsystem_kernel.dylib) + 10  [0x7fffbe5634f2]
    +                       1 __CFRunLoopDoTimer  (in CoreFoundation) + 1513  [0x7fffa8eee089]
    +                         1 __CFRunLoopFindMode  (in CoreFoundation) + 169  [0x7fffa8eb24f9]
    2789 Thread_5523: com.apple.NSEventThread
    + 2789 thread_start  (in libsystem_pthread.dylib) + 13  [0x7fffbe6531fd]
    +   2789 _pthread_start  (in libsystem_pthread.dylib) + 286  [0x7fffbe6539f7]
    +     2789 _pthread_body  (in libsystem_pthread.dylib) + 180  [0x7fffbe653aab]
    +       2789 _NSEventThread  (in AppKit) + 205  [0x7fffa6b63a62]
    +         2789 CFRunLoopRunSpecific  (in CoreFoundation) + 420  [0x7fffa8ee4974]
    +           2789 __CFRunLoopRun  (in CoreFoundation) + 1361  [0x7fffa8ee5121]
    +             2789 __CFRunLoopServiceMachPort  (in CoreFoundation) + 212  [0x7fffa8ee5c94]
    +               2789 mach_msg  (in libsystem_kernel.dylib) + 55  [0x7fffbe5627d7]
    +                 2789 mach_msg_trap  (in libsystem_kernel.dylib) + 10  [0x7fffbe56338a]
    2789 Thread_14286: com.apple.NSURLConnectionLoader
    + 2789 thread_start  (in libsystem_pthread.dylib) + 13  [0x7fffbe6531fd]
    +   2789 _pthread_start  (in libsystem_pthread.dylib) + 286  [0x7fffbe6539f7]
    +     2789 _pthread_body  (in libsystem_pthread.dylib) + 180  [0x7fffbe653aab]
    +       2789 __NSThread__start__  (in Foundation) + 1243  [0x7fffaa909c6d]
    +         2789 +[NSURLConnection(Loader) _resourceLoadLoop:]  (in CFNetwork) + 313  [0x7fffa8054680]
    +           2789 CFRunLoopRunSpecific  (in CoreFoundation) + 420  [0x7fffa8ee4974]
    +             2789 __CFRunLoopRun  (in CoreFoundation) + 1361  [0x7fffa8ee5121]
    +               2789 __CFRunLoopServiceMachPort  (in CoreFoundation) + 212  [0x7fffa8ee5c94]
    +                 2789 mach_msg  (in libsystem_kernel.dylib) + 55  [0x7fffbe5627d7]
    +                   2789 mach_msg_trap  (in libsystem_kernel.dylib) + 10  [0x7fffbe56338a]
    2789 Thread_14764096
    + 2789 start_wqthread  (in libsystem_pthread.dylib) + 13  [0x7fffbe6531ed]
    +   2789 _pthread_wqthread  (in libsystem_pthread.dylib) + 1426  [0x7fffbe653791]
    +     2789 __workq_kernreturn  (in libsystem_kernel.dylib) + 10  [0x7fffbe56b4e2]
    105 Thread_14764058
    + 105 start_wqthread  (in libsystem_pthread.dylib) + 13  [0x7fffbe6531ed]
    +   105 _pthread_wqthread  (in libsystem_pthread.dylib) + 1426  [0x7fffbe653791]
    +     105 __workq_kernreturn  (in libsystem_kernel.dylib) + 10  [0x7fffbe56b4e2]
    105 Thread_14764320
      105 start_wqthread  (in libsystem_pthread.dylib) + 13  [0x7fffbe6531ed]
        105 _pthread_wqthread  (in libsystem_pthread.dylib) + 1023  [0x7fffbe6535fe]
          105 __workq_kernreturn  (in libsystem_kernel.dylib) + 10  [0x7fffbe56b4e2]

Total number in stack (recursive counted multiple, when >=5):

Sort by top of stack, same collapsed (when >= 5):
        mach_msg_trap  (in libsystem_kernel.dylib)        8365
        __workq_kernreturn  (in libsystem_kernel.dylib)        2999

Binary Images:
       0x10edb2000 -        0x10edc7fff +com.runningwithcrayons.Alfred-3 (3.3.1 - 806) <5428D99F-29AF-377C-899C-F71DB39B888C> /Applications/Alfred 3.app/Contents/MacOS/Alfred 3
       0x10ede0000 -        0x10ef71ff7 +com.runningwithcrayons.Alfred-Framework (2.0 - 1) <A8FD7D04-3DA0-3F68-A4BB-0EB73FFDBD2F> /Applications/Alfred 3.app/Contents/Frameworks/Alfred Framework.framework/Versions/A/Alfred Framework
       0x111232000 -        0x111233fff  com.apple.AddressBook.LocalSourceBundle (10.0 - 1756.14.6) <69BDB0D9-7FBA-3537-830E-B54981D8A203> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
       0x111271000 -        0x111275fff  com.apple.DirectoryServicesSource (10.0 - 1756.14.6) <13F6A442-222B-3C6E-92EC-710E9F057B89> /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices
       0x11127c000 -        0x1112dfff3  com.apple.AddressBook.CardDAVPlugin (10.9 - 521) <51B5C96F-8356-3637-B51D-36479B65A422> /System/Library/Address Book Plug-Ins/CardDAVPlugin.sourcebundle/Contents/MacOS/CardDAVPlugin
       0x114a3b000 -        0x114a3bfff  com.apple.applescript.component (2.5 - 381) <3C5459D8-D1B0-3D43-AD6C-DB98FA75E758> /System/Library/Components/AppleScript.component/Contents/MacOS/AppleScript
       0x114c48000 -        0x114c4dffb  com.apple.URLMount.CIFSPlugin (7.1 - 7.1) <1B1E588C-5D00-31AC-8496-EEE6FAF70335> /System/Library/Filesystems/NetFSPlugins/smb.bundle/Contents/MacOS/smb
       0x114e08000 -        0x114e28fff  com.apple.CoreNLP (1.0 - 78.2) <D7A0704A-C4EB-3225-9F23-A06EC3318238> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
       0x118554000 -        0x118837ff7 +com.elgato.mpegsupport (EyeTV MPEG Support 1.6 [build 110] - 1.6) <25017097-8D3D-3DE2-B639-74AC246A0138> /Library/QuickTime/EyeTV MPEG Support.component/Contents/MacOS/EyeTV MPEG Support
       0x118bde000 -        0x118c67fff  com.apple.applescript (2.5 - 381) <E2F23F67-7046-3829-81A6-B7B008D3BC4F> /System/Library/PrivateFrameworks/AppleScript.framework/Versions/A/AppleScript
       0x11d5a4000 -        0x11d5e1267  dyld (0.0 - ???) <947FC440-80F9-32F7-A773-6FC418FE1AB7> /usr/lib/dyld
    0x7fffa3b5b000 -     0x7fffa3e94fff  com.apple.RawCamera.bundle (7.01 - 889) <155ED09B-673E-3726-8302-E54AADAC5B63> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fffa3fc2000 -     0x7fffa4497fff  com.apple.GeForceAIRPlugin (10.14.20 - 10.1.4) <06838AF2-9837-38D3-AE45-8AD61DB52B4C> /System/Library/Extensions/GeForceAIRPlugin.bundle/Contents/MacOS/GeForceAIRPlugin
    0x7fffa4498000 -     0x7fffa4ce4fff  com.apple.GeForceGLDriver (10.14.20 - 10.1.4) <E96D52FC-436A-304B-9C89-81DF0923A16D> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver
    0x7fffa4ce5000 -     0x7fffa55b3ff3  libclh.dylib (4.0.3 - 10.14.20) <17D1CEB7-CFC3-356B-92B3-CE3E4E9A4618> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
    0x7fffa55b4000 -     0x7fffa56c4ff7  com.apple.GeForceMTLDriver (10.14.20 - 10.1.4) <F2438C2D-0DF4-35D6-BD4D-5A8551038779> /System/Library/Extensions/GeForceMTLDriver.bundle/Contents/MacOS/GeForceMTLDriver
    0x7fffa56c5000 -     0x7fffa5884ffb  com.apple.avfoundation (2.0 - 1187.11.13) <0D0BB4A4-F987-381B-885E-88A81F50FD50> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fffa5885000 -     0x7fffa5928fff  com.apple.audio.AVFAudio (1.0 - ???) <E3CDC215-9272-3F94-8093-865CA181F728> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
    0x7fffa59f1000 -     0x7fffa59f1fff  com.apple.Accelerate (1.11 - Accelerate 1.11) <D700DBDF-69AE-37A2-B9C7-0961CF0B6841> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fffa59f2000 -     0x7fffa5a09ffb  libCGInterfaces.dylib (331.5) <518D3064-6E1E-3DF6-881B-57867DFE9B1E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fffa5a0a000 -     0x7fffa5f23feb  com.apple.vImage (8.1 - ???) <6408805B-67E9-3874-8D32-0BB814CE5CDA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fffa5f24000 -     0x7fffa6094ff3  libBLAS.dylib (1185) <C7E42BBE-2337-3AEF-9C45-A2F2CB1A5B3E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fffa6095000 -     0x7fffa60a9ffb  libBNNS.dylib (14) <CFDEE88D-E002-347C-BC68-83099651585B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fffa60aa000 -     0x7fffa64a0fef  libLAPACK.dylib (1185) <2E8201CB-9A41-3D65-853E-841917FCE77B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fffa64a1000 -     0x7fffa64b7fff  libLinearAlgebra.dylib (1185) <8CC29DE1-A231-3D5E-B5F1-DCC309036FE0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fffa64b8000 -     0x7fffa64befff  libQuadrature.dylib (3) <120F6228-A3D4-3184-89D7-785ADC2AC715> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fffa64bf000 -     0x7fffa64d3ff7  libSparseBLAS.dylib (1185) <C35235B7-CFA6-39A7-BD6E-79F4D9CAFD36> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fffa64d4000 -     0x7fffa665bfe7  libvDSP.dylib (600) <F59348AA-E1D3-3A27-8AB5-F546D38BFB76> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fffa665c000 -     0x7fffa670effb  libvMisc.dylib (600) <70D4B548-47EE-3C6B-A93B-3EA6B60701E0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fffa670f000 -     0x7fffa670ffff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <A395B521-8E54-30F2-B4FE-355D68900DAF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fffa6710000 -     0x7fffa674eff3  com.apple.Accounts (113 - 113) <E9D296BC-6DAC-3AB2-81A0-8DD6D1F8673B> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
    0x7fffa674f000 -     0x7fffa69ceff3  com.apple.AddressBook.framework (10.0 - 1756.14.6) <256ECB79-9F16-3565-AADB-D8A7AA83BC2F> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fffa69cf000 -     0x7fffa77a1ff3  com.apple.AppKit (6.9 - 1504.81.100) <0CCB2E18-076E-3D8A-A777-A6E57EF2570A> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fffa77a2000 -     0x7fffa77b2fff  com.apple.AppleScriptObjC (1.4 - 32) <D697A702-E764-39D3-B5A7-F22E28C268D1> /System/Library/Frameworks/AppleScriptObjC.framework/Versions/A/AppleScriptObjC
    0x7fffa77b3000 -     0x7fffa77b3fff  com.apple.ApplicationServices (48 - 48) <237200C2-28A6-3C19-B34B-53C953F8AE42> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fffa77b4000 -     0x7fffa7822ff7  com.apple.ApplicationServices.ATS (377 - 422.2) <3680281F-DB99-3CA2-9C76-CABFC8DBC980> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fffa78bc000 -     0x7fffa79ebfff  libFontParser.dylib (194.6) <F3DF2CF7-B25D-30BB-9EE6-1EA9F3B8A066> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fffa79ec000 -     0x7fffa7a36fff  libFontRegistry.dylib (196.3) <855AF921-EAE0-3D07-B161-5EF09806B643> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fffa7a93000 -     0x7fffa7ac6ff7  libTrueTypeScaler.dylib (194.6) <D0D7DA50-DF52-3D24-AFD2-03B336AA1929> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fffa7b32000 -     0x7fffa7bdcff7  com.apple.ColorSync (4.12.0 - 502.1) <5F244DE3-A6E8-335F-AE3B-25F0E407DD62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fffa7bdd000 -     0x7fffa7c2dff7  com.apple.HIServices (1.22 - 591) <34C950CC-1084-354A-BCE6-9396EDB29DF8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fffa7c2e000 -     0x7fffa7c3dff3  com.apple.LangAnalysis (1.7.0 - 1.7.0) <47D1A017-91A4-37F3-93E0-3923CD6ED2DE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fffa7c3e000 -     0x7fffa7c8bfff  com.apple.print.framework.PrintCore (12 - 491) <B7CC15C1-AF50-37F3-8AF6-65F8CDC323F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fffa7c8c000 -     0x7fffa7cc7fff  com.apple.QD (3.12 - 310) <8F718290-DD82-36CE-9AF0-EFB6D31A49F4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fffa7cc8000 -     0x7fffa7cd3ff7  com.apple.speech.synthesis.framework (6.3.3 - 6.3.3) <629831B1-B13C-30F5-AE16-6BB9037E3753> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fffa7cd4000 -     0x7fffa7ee4fff  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <A1B98513-C19E-376F-8DAF-71BB2F263C5F> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fffa7ee5000 -     0x7fffa7ee5fff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <55C6A958-D52B-3D81-B230-EB949212B5D9> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fffa804e000 -     0x7fffa8421ff7  com.apple.CFNetwork (807.2.14 - 807.2.14) <9702C8B9-2984-3DD9-9C59-A83499C2DBC4> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fffa843b000 -     0x7fffa843bfff  com.apple.Carbon (154 - 157) <1BF9C0EB-45A0-3584-85DC-F64A9914F40D> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fffa843c000 -     0x7fffa843ffff  com.apple.CommonPanels (1.2.6 - 98) <6A71E8CB-3BF7-3A49-A5F7-0579BAE1219D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fffa8440000 -     0x7fffa8748ff7  com.apple.HIToolbox (2.1.1 - 856.13) <98D5D2A7-55A6-31A7-9056-CC48EBB16654> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fffa8749000 -     0x7fffa874cff7  com.apple.help (1.3.5 - 49) <27C5F9FE-838F-3807-A4AC-D99470185B10> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fffa874d000 -     0x7fffa8752fff  com.apple.ImageCapture (9.0 - 9.0) <E3E757FD-4060-33A4-A2AC-85EFBD987FCE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fffa8753000 -     0x7fffa87eaff3  com.apple.ink.framework (10.9 - 219) <B44BA36D-7549-3EB2-8CF6-E171885194FB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fffa87eb000 -     0x7fffa8805fff  com.apple.openscripting (1.7 - 172) <B204BF70-C4AA-3699-8493-66E6645A92A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fffa8806000 -     0x7fffa8807ff3  com.apple.print.framework.Print (12 - 267) <CA7E9448-0903-34C8-AAF6-9070B52BF70E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fffa8808000 -     0x7fffa880aff7  com.apple.securityhi (9.0 - 55006) <ACD20DC1-FBDE-3E1B-91BF-867FE7849CBC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fffa880b000 -     0x7fffa8811ff7  com.apple.speech.recognition.framework (6.0.1 - 6.0.1) <A20B0F7B-C32A-3FF1-BB75-BAC0EE4EF889> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fffa8812000 -     0x7fffa88efff7  com.apple.cloudkit.CloudKit (643.5 - 643.5) <2AB1D950-7EA5-359C-B17C-42AEFE99D360> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
    0x7fffa88f0000 -     0x7fffa88f0fff  com.apple.Cocoa (6.11 - 22) <CF1AD0E9-2257-35FE-B719-760B58E405C9> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fffa88fe000 -     0x7fffa8994ffb  com.apple.contacts.Contacts (1.0 - 2250.2.2) <90A21415-9731-3A83-B105-30963A0C865C> /System/Library/Frameworks/Contacts.framework/Versions/A/Contacts
    0x7fffa8a30000 -     0x7fffa8ac0ff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <A38A11A5-130B-39CE-BEBA-F5427F6801DC> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fffa8ac1000 -     0x7fffa8ad4fff  com.apple.CoreBluetooth (1.0 - 1) <76AFC4B4-A9FD-3434-B168-90087E71F5C4> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fffa8ad5000 -     0x7fffa8dcffeb  com.apple.CoreData (120 - 752.8) <FE3F152B-4C35-3A58-A0CB-D04EE5908818> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fffa8dd0000 -     0x7fffa8e5cfff  com.apple.CoreDisplay (1.0 - 1) <48B568C0-1E12-34F4-943D-EAB447FBA1BE> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fffa8e5d000 -     0x7fffa92f7fff  com.apple.CoreFoundation (6.9 - 1348.28) <A40AA224-7A50-3989-95D0-5A228A0E2FAF> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fffa92f8000 -     0x7fffa997afff  com.apple.CoreGraphics (2.0 - 1070.13.2) <0685658F-21AE-31D9-8C9A-B92528CDFB59> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fffa997b000 -     0x7fffa9bbdfff  com.apple.CoreImage (12.2.0 - 451.3.1) <CDAD60F3-74F6-3EA5-A8B5-B42476E350FD> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fffa9bbe000 -     0x7fffa9c24ff7  com.apple.corelocation (2100.5.34) <64E3F80C-E0FC-309D-B70D-0D0EC002CA70> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fffa9c25000 -     0x7fffa9cd5fff  com.apple.CoreMedia (1.0 - 1907.15.15) <B5B8C128-C1C2-3585-9B43-41141B2C6332> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fffa9cd6000 -     0x7fffa9d21ff7  com.apple.CoreMediaIO (804.0 - 4929) <54CF2AD2-4928-3A41-9F7D-F135A8A616D1> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fffa9d22000 -     0x7fffa9d22fff  com.apple.CoreServices (775.9.7 - 775.9.7) <A5C444F3-408B-3062-AF4B-BF8CD919F221> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fffa9d23000 -     0x7fffa9d74fff  com.apple.AE (712.2 - 712.2) <342A13C0-4A6A-3947-B66B-0F624A4A7B52> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fffa9d75000 -     0x7fffaa050ff7  com.apple.CoreServices.CarbonCore (1159.5 - 1159.5) <11CC2194-0C9C-397A-B7F9-CDAB9B68D87D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fffaa051000 -     0x7fffaa084fff  com.apple.DictionaryServices (1.2 - 274) <864F3808-FFDD-3C4B-A5B7-F1A6C4668A86> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fffaa085000 -     0x7fffaa08dffb  com.apple.CoreServices.FSEvents (1230 - 1230) <13A2FC17-8F8C-35BF-9584-59FDFB738E2B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fffaa08e000 -     0x7fffaa1faff7  com.apple.LaunchServices (775.9.7 - 775.9.7) <E350E4F6-822A-3F04-B59B-468A39AF5C64> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fffaa1fb000 -     0x7fffaa2abfff  com.apple.Metadata (10.7.0 - 1075.28) <DBB524CD-6938-3623-99C2-4B1EC1E1BE58> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fffaa2ac000 -     0x7fffaa30bfff  com.apple.CoreServices.OSServices (775.9.7 - 775.9.7) <E9625B0B-9AE7-3024-9FEF-FEE0A1876D9D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fffaa30c000 -     0x7fffaa37cfff  com.apple.SearchKit (1.4.0 - 1.4.0) <F1B3EF8D-E820-317C-AC7F-8F056C246874> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fffaa37d000 -     0x7fffaa3c3ff7  com.apple.coreservices.SharedFileList (38 - 38) <E1400999-1F08-35A1-9D07-27D80A2AF89A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fffaa450000 -     0x7fffaa59cff7  com.apple.CoreText (352.0 - 544.5) <E90EA1D8-3491-3014-9043-9928C4E4349C> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fffaa59d000 -     0x7fffaa5d2fff  com.apple.CoreVideo (1.8 - 234.0) <48C31E93-87C2-31F4-97E7-9E54C1EA8E7D> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fffaa5d3000 -     0x7fffaa644ffb  com.apple.framework.CoreWLAN (11.0 - 1200.25.1) <BEBE9C03-3B9A-3948-99E3-CC8148FA2AB5> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fffaa678000 -     0x7fffaa683ff3  com.apple.DirectoryService.Framework (10.12 - 194) <0FCEF02A-EA92-358C-9877-414E75E0AA32> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x7fffaa743000 -     0x7fffaa748fff  com.apple.DiskArbitration (2.7 - 2.7) <16EA6D93-A2EC-31DB-BF52-C4764E7B1630> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fffaa8d7000 -     0x7fffaac7eff3  com.apple.Foundation (6.9 - 1349.25) <D820A498-2E62-367D-BC72-5845B14C06E3> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fffaacaa000 -     0x7fffaacdbfff  com.apple.GSS (4.0 - 2.0) <95FAD1F9-1610-3428-B9B4-D32F67C26574> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fffaad9b000 -     0x7fffaae3effb  com.apple.Bluetooth (5.0.3 - 5.0.3f1) <CCB4E097-1ED0-3439-8450-2B6EFFBC4608> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fffaae3f000 -     0x7fffaaed4ff7  com.apple.framework.IOKit (2.0.2 - 1324.30.13) <163BE7FA-B29A-348F-8B5F-E301F2E8C964> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fffaaed5000 -     0x7fffaaedbffb  com.apple.IOSurface (153.3 - 153.3) <3DD3BF22-0800-31F2-B179-87F87D6F0548> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fffaaedc000 -     0x7fffaaf2cff3  com.apple.ImageCaptureCore (7.0 - 7.0) <0F899C07-AA23-350E-8670-9090924D670D> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x7fffaaf2d000 -     0x7fffab086fef  com.apple.ImageIO.framework (3.3.0 - 1582) <564168E7-BEC0-35E3-9BF0-59B65C17225E> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fffab087000 -     0x7fffab08bfff  libGIF.dylib (1582) <040243CD-3A68-3ADC-805C-FE1D17C80028> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fffab08c000 -     0x7fffab17cff7  libJP2.dylib (1582) <A55870F9-F27F-3BD0-BE89-981BFF63D485> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fffab17d000 -     0x7fffab1a0ffb  libJPEG.dylib (1582) <58C01E72-10A0-313F-8139-ED6E9D087ABB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fffab1a1000 -     0x7fffab1c8ff7  libPng.dylib (1582) <F2CC3750-3520-311B-9C66-9D86036375B7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fffab1c9000 -     0x7fffab1cbff3  libRadiance.dylib (1582) <C3E9CE5C-1A25-391B-9ACB-556AA065B985> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fffab1cc000 -     0x7fffab225ff3  libTIFF.dylib (1582) <71ADCD24-67C9-31B5-8E48-A4B89AFBB19F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fffab351000 -     0x7fffabdf4ff7  com.apple.JavaScriptCore (12602 - 12602.4.8) <4FF12BFD-CD3B-33D7-B844-85234A13BD42> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fffabdf5000 -     0x7fffabe0eff7  com.apple.Kerberos (3.0 - 1) <49DCBE1A-130C-3FBF-AAEA-AF9A518913AC> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fffabe0f000 -     0x7fffabe45fff  com.apple.LDAPFramework (2.4.28 - 194.5) <0F18D033-BBD8-3D88-A17C-EC7E796CA88F> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fffac09b000 -     0x7fffac0a1fff  com.apple.MediaAccessibility (1.0 - 97.1.1) <1025DB59-18DE-39EA-9C04-35CE8D6103E5> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fffac0b7000 -     0x7fffac60bfff  com.apple.MediaToolbox (1.0 - 1907.15.15) <22150DE7-8CD3-30DD-8C0F-3D06F865C186> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fffac60c000 -     0x7fffac664fff  com.apple.Metal (86.18 - 86.18) <7DFE0437-25A8-3E87-8318-91573C895742> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fffacf38000 -     0x7fffacf40fff  com.apple.NetFS (6.0 - 4.0) <6614F9B8-0861-338B-8FF0-8E402F96141C> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fffad115000 -     0x7fffad11dff7  libcldcpuengine.dylib (2.8.5) <341EBC48-CCF4-3292-9097-F61715AC573E> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fffad2e6000 -     0x7fffad334ff3  com.apple.opencl (2.8.6 - 2.8.6) <553BFCCA-5ACB-3DB0-B958-4BF2DE91838F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fffad335000 -     0x7fffad34effb  com.apple.CFOpenDirectory (10.12 - 194) <88E97774-6767-3A01-808B-C923F9310E20> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fffad34f000 -     0x7fffad35aff7  com.apple.OpenDirectory (10.12 - 194) <0E4E32DD-6592-3860-9793-BAED6915AE0D> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fffad35b000 -     0x7fffad35dfff  libCVMSPluginSupport.dylib (13.0.10) <43D037C3-9254-3601-9F5B-CD637D517758> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fffad35e000 -     0x7fffad361ff7  libCoreFSCache.dylib (151.1) <1910EF80-DE30-3817-8FDF-63F3C8B4BA37> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fffad362000 -     0x7fffad365fff  libCoreVMClient.dylib (151.1) <8C8E9295-1918-3763-A0B7-6397EB181EF4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fffad366000 -     0x7fffad36effb  libGFXShared.dylib (13.0.10) <52E92D3C-25EA-31F9-9885-DC0D886D9143> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fffad36f000 -     0x7fffad37afff  libGL.dylib (13.0.10) <B40728B5-13D2-3423-9C39-885B1098698D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fffad37b000 -     0x7fffad3b7fe7  libGLImage.dylib (13.0.10) <3E856113-9217-3B13-98AD-4D0D356931B6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fffad3b8000 -     0x7fffad52effb  libGLProgrammability.dylib (13.0.10) <4C3FD24A-1C43-343E-8EBA-BE1FDCE3F74C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fffad52f000 -     0x7fffad56fff3  libGLU.dylib (13.0.10) <BBCAA457-BA34-3D13-8845-803C63960E08> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fffaded7000 -     0x7fffadee5fff  com.apple.opengl (13.0.10 - 13.0.10) <B11A2E1B-4B1D-3ECD-BADA-3508BE5775BF> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fffadee6000 -     0x7fffae08cfff  GLEngine (13.0.10) <62CCEC13-1EB3-3A65-9224-3DCD2838E0C7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
    0x7fffae08d000 -     0x7fffae0b7ffb  GLRendererFloat (13.0.10) <E508ABC7-3E67-3845-989F-5B764D36FE12> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
    0x7fffae150000 -     0x7fffae297fff  com.apple.QTKit (7.7.3 - 2978.3) <665AF577-900D-349E-B1C5-D5BDD70DB481> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fffae298000 -     0x7fffae502ff7  com.apple.imageKit (3.0 - 1021) <5D77D4A4-F844-376B-93AA-F9CB55C719AE> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x7fffae503000 -     0x7fffae5c7fff  com.apple.PDFKit (1.0 - 1) <7375423F-5815-36C5-A345-546843827588> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
    0x7fffae5c8000 -     0x7fffaeaeefff  com.apple.QuartzComposer (5.1 - 351.1) <A13FD5C2-36D1-3B92-88E6-AB4CAF733907> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x7fffaeaef000 -     0x7fffaeb12ffb  com.apple.quartzfilters (1.10.0 - 1.10.0) <8A8ED06E-3A07-312A-A976-982C51159A45> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
    0x7fffaeb13000 -     0x7fffaec00fff  com.apple.QuickLookUIFramework (5.0 - 720.5) <85A0BF0F-94B1-33CD-A3DC-4048380A3258> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x7fffaec01000 -     0x7fffaec01fff  com.apple.quartzframework (1.5 - 21) <DA6924FE-3D6C-3CCE-9CB6-188B6B1671DD> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fffaec02000 -     0x7fffaedfdff7  com.apple.QuartzCore (1.11 - 449.41.15) <3CD775C0-683D-3B4E-8EC2-AB1DAC4C3AE9> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fffaedfe000 -     0x7fffaee53fff  com.apple.QuickLookFramework (5.0 - 720.5) <9E76504A-B17B-3302-82DF-9CE1CB31CAC3> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fffaee54000 -     0x7fffaee67ff7  com.apple.SafariServices.framework (12602 - 12602.4.8) <D88756B5-91A1-3EE8-B69D-F9CE206DBB14> /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices
    0x7fffaf363000 -     0x7fffaf682fff  com.apple.security (7.0 - 57740.31.2) <A47D7BAE-0591-3184-8E44-FB2EB08A19C2> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fffaf683000 -     0x7fffaf6f9ff7  com.apple.securityfoundation (6.0 - 55132.20.1) <9407620B-B230-3320-B0B7-5AE59F1D135C> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fffaf6fa000 -     0x7fffaf722ff7  com.apple.securityinterface (10.0 - 55079.30.2) <D5B9D6B0-E3D6-32A7-ABAB-3F005B3ED81D> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x7fffaf723000 -     0x7fffaf726ff3  com.apple.xpc.ServiceManagement (1.0 - 1) <4E24C12E-6164-3A7A-8EB8-C2523492BAE8> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fffafaad000 -     0x7fffafb1eff7  com.apple.SystemConfiguration (1.14 - 1.14) <D9A57D90-E54F-3E1A-AA2F-F5A694BCE4BB> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fffafb1f000 -     0x7fffafeccfff  com.apple.VideoToolbox (1.0 - 1907.15.15) <685B6CCD-3027-3D0F-8B31-2388A3CE1BDC> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fffb2158000 -     0x7fffb2173ff3  com.apple.AppContainer (4.0 - 307.30.3) <EF4C3C83-6F51-38F7-A3D2-2D46EE4560EB> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x7fffb2174000 -     0x7fffb2181ff3  com.apple.AppSandbox (4.0 - 307.30.3) <D2C978EB-F4F1-3E79-9DB1-BEE2A92590CE> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x7fffb2182000 -     0x7fffb21a4ffb  com.apple.framework.Apple80211 (12.0 - 1200.41) <360012DB-DAE7-3EEF-85F0-E5BE1DE3425D> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fffb21a5000 -     0x7fffb21b4fdb  com.apple.AppleFSCompression (88 - 1.0) <B6E2148F-BFBF-3F1B-A7DF-0F39190B4C20> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fffb227d000 -     0x7fffb2288ff7  com.apple.AppleIDAuthSupport (1.0 - 1) <62FE63B8-8893-31D6-ADAD-1EFBC800F9B7> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
    0x7fffb22a3000 -     0x7fffb232e97f  com.apple.AppleJPEG (1.0 - 1) <B4C3209B-58A5-359F-A898-F61B6C40E5E9> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fffb232f000 -     0x7fffb2341ffb  com.apple.AppleLDAP (10.12 - 41) <15879981-AD8B-32BA-B7C9-15E843C245EB> /System/Library/PrivateFrameworks/AppleLDAP.framework/Versions/A/AppleLDAP
    0x7fffb2342000 -     0x7fffb235dfff  com.apple.aps.framework (4.0 - 4.0) <D7BF6782-5E35-3A0E-9412-99C2B22F17E9> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
    0x7fffb235e000 -     0x7fffb2366ffb  com.apple.AppleSRP (5.0 - 1) <F105D2D2-8A12-3361-9C9D-E405668CAF75> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fffb2367000 -     0x7fffb236aff3  com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <6FF50E26-5BDA-3421-BDAE-B57AE6E4F6AC> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fffb236b000 -     0x7fffb23bdfff  com.apple.AppleVAFramework (5.0.34 - 5.0.34) <2AA15DE0-9A7E-3CC0-988A-3BB080A8F603> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fffb23c6000 -     0x7fffb23cdffb  com.apple.AssetCacheServices (31.2 - 31.2) <5E08DBDE-1DF0-37AC-9ED0-035A2ED67573> /System/Library/PrivateFrameworks/AssetCacheServices.framework/Versions/A/AssetCacheServices
    0x7fffb2464000 -     0x7fffb26eeff7  com.apple.AuthKit (1.0 - 1) <D82BEB62-3BD1-3FFF-BDB9-068FFFA3AEC8> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
    0x7fffb2753000 -     0x7fffb27d1fff  com.apple.backup.framework (1.8.3 - 1.8.3) <B2E28A7A-1727-3052-AA73-CBC108286C07> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fffb27fa000 -     0x7fffb2837ff7  com.apple.bom (14.0 - 193.8) <FAA5CE82-0A87-34C5-A606-81A179009930> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fffb2e6b000 -     0x7fffb2e92fff  com.apple.CalendarAgentLink (8.0 - 250) <884AE0DB-A1AF-3D0D-BFA6-19C6D47E0009> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/CalendarAgentLink
    0x7fffb2eab000 -     0x7fffb2f10ffb  com.apple.CalendarFoundation (8.0 - 504.0.3) <58A0CEF0-8BF3-3655-8984-36764A1AF9F3> /System/Library/PrivateFrameworks/CalendarFoundation.framework/Versions/A/CalendarFoundation
    0x7fffb3457000 -     0x7fffb347effb  com.apple.ChunkingLibrary (172 - 172) <83E91936-305D-32A4-A256-5582B96B1852> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fffb347f000 -     0x7fffb3511ff7  com.apple.CloudDocs (1.0 - 485.12) <42A562A2-284D-3252-9341-855E52E45A02> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
    0x7fffb3da7000 -     0x7fffb3db0ffb  com.apple.CommonAuth (4.0 - 2.0) <830B940B-3523-38DE-996D-695739616D10> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fffb3e77000 -     0x7fffb3ec7ff3  com.apple.AddressBook.ContactsFoundation (8.0 - 2250.2.2) <96696447-7484-34C8-A838-9BD28687D17F> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation
    0x7fffb3ec8000 -     0x7fffb3eeafff  com.apple.contacts.ContactsPersistence (1.0 - 2250.2.2) <12AB8AA1-7F0C-3BE3-B6C6-2A4822948E58> /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersistence
    0x7fffb3f34000 -     0x7fffb4311fe7  com.apple.CoreAUC (224.0.0 - 224.0.0) <8DF6075A-0711-33A9-9031-6FDA22E85C4F> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fffb4312000 -     0x7fffb4342fff  com.apple.CoreAVCHD (5.9.0 - 5900.4.1) <5E1B0512-E50B-3534-99EF-AD15E601877A> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fffb4358000 -     0x7fffb43b7ffb  com.apple.coredav (1.0.1 - 317) <02CD6212-0A89-3BB5-888C-07B5E1F0A90A> /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV
    0x7fffb43b8000 -     0x7fffb43c0ffb  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <212D3DB2-DC44-329F-B810-238DF156D1EE> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fffb44d0000 -     0x7fffb44e0fff  com.apple.CoreEmoji (1.0 - 39.1) <0A46D6BF-22F3-39AD-B3DC-DE1EE5C442CC> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fffb4595000 -     0x7fffb45abff3  com.apple.CoreMediaAuthoring (2.2 - 955) <3E1E33F1-B4FF-320E-B336-7E7F74D73642> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
    0x7fffb45b2000 -     0x7fffb4642ffb  com.apple.CorePDF (4.0 - 4) <254118BE-2E30-3772-B425-6328D1487162> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fffb47c3000 -     0x7fffb47f3ff3  com.apple.CoreServicesInternal (276.2 - 276.2) <7D8DEF04-72F1-39F4-BBFB-09E65D7B8C10> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fffb4a83000 -     0x7fffb4b0dfff  com.apple.CoreSymbolication (61050) <F4B7C798-F7B7-3977-AA08-59A03F00308E> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fffb4b0e000 -     0x7fffb4c4cfd7  com.apple.coreui (2.1 - 430.6) <99D08D71-3E9D-300C-9EB2-A73F1B5E228C> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fffb4c4d000 -     0x7fffb4cfdff3  com.apple.CoreUtils (5.0 - 500.9) <5567181B-721C-339E-A3DC-579E36D92341> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fffb4d4d000 -     0x7fffb4db2ff3  com.apple.framework.CoreWiFi (12.0 - 1200.25.1) <BEFA276C-D284-3160-8641-7DD47E38C9D7> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fffb4db3000 -     0x7fffb4dc0ff7  com.apple.CrashReporterSupport (10.12 - 817) <CB5251B1-5BE5-308B-B30B-0050065E04CC> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fffb4dc1000 -     0x7fffb4e31ff7  com.apple.DCERPC (2.0 - 63) <78FF4D39-6484-3405-ACAE-ED64C20ACECA> /System/Library/PrivateFrameworks/DCERPC.framework/Versions/A/DCERPC
    0x7fffb4e32000 -     0x7fffb4e3cff7  com.apple.framework.DFRFoundation (1.0 - 104.14) <258B6CFE-FD64-31C5-9973-2FD80597ECDA> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fffb4e72000 -     0x7fffb4ee9ff7  com.apple.datadetectorscore (7.0 - 539.1) <E9892E38-3D5F-36CF-BDC5-E4E3C5516B55> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fffb4f26000 -     0x7fffb4f65fff  com.apple.DebugSymbols (137 - 137) <B229F3F7-250B-3151-8048-CEA7BF80FA52> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fffb4f66000 -     0x7fffb5077fff  com.apple.desktopservices (1.11.3 - 1.11.3) <CCE689AA-85F3-3587-AE12-1231E8ED127E> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fffb51b7000 -     0x7fffb51c1ff7  com.apple.DisplayServicesFW (3.1 - 380) <A1B8B6C2-5782-3D5C-B54E-48E96BB807DA> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x7fffb535b000 -     0x7fffb578cff7  com.apple.vision.FaceCore (3.3.2 - 3.3.2) <DEB42099-6927-332C-8D3E-D45096318D25> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fffb5b8c000 -     0x7fffb6ae0fa7  libLLVMContainer.dylib (12) <0035C17F-EC2C-33F4-8FB8-DBCF8CA35C49> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/A/Libraries/libLLVMContainer.dylib
    0x7fffb6ae1000 -     0x7fffb6ae1fff  libmetal_timestamp.dylib (600.0.48.32) <31DF1B9E-0BBF-308B-B78D-11CCE72DAA68> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
    0x7fffb6aee000 -     0x7fffb6af9ff3  libGPUSupportMercury.dylib (13.0.10) <7CC5CEF8-D132-3234-A078-6D080DFC599F> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x7fffb6dad000 -     0x7fffb6dc9ff3  com.apple.GenerationalStorage (2.0 - 259.2) <00BF8427-967F-3693-A86F-DA0F29B49BF3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fffb6de2000 -     0x7fffb7481fff  com.apple.GeoServices (1.0 - 1228.22.8.29.13) <280AEA5E-2EF5-3A88-B1DE-D0811045F9CC> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x7fffb74c7000 -     0x7fffb753dfff  com.apple.Heimdal (4.0 - 2.0) <00F00E7E-7EF4-3254-86D3-ADA4F67938CF> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fffb753e000 -     0x7fffb754ffff  com.apple.HelpData (2.1.11 - 100) <86213EE9-C049-3084-8824-2A17A8DE2D6B> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x7fffb7b60000 -     0x7fffb7b67ffb  com.apple.IOAccelerator (289.32 - 289.32) <6395ACEE-5AD7-3536-AF12-FD6565415D94> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fffb7b69000 -     0x7fffb7b7dff3  com.apple.IOPresentment (1.0 - 25) <40934217-996A-3DDB-A8C4-484CA0F0222B> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fffb7b7e000 -     0x7fffb7ba0fff  com.apple.IconServices (74.3 - 74.3) <3F0BD358-D019-3083-82F2-69CCAD5E5D66> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fffb7c3c000 -     0x7fffb7c4cff3  com.apple.IntlPreferences (2.0 - 216) <589A5D92-6809-3F3C-900E-DBC60A07A101> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences
    0x7fffb7c6b000 -     0x7fffb7c78fff  com.apple.KerberosHelper (4.0 - 1.0) <B4AADAF1-5E4F-3654-8377-045BF992C63C> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosHelper
    0x7fffb7c79000 -     0x7fffb7c82ffb  com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <F8A6E66C-6551-3A51-B928-3E1313FAD065> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
    0x7fffb7c83000 -     0x7fffb7e39fff  com.apple.LanguageModeling (1.0 - 123.2.4) <FEB98F96-A9BB-3E6C-85B4-B466825B8C92> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fffb7f19000 -     0x7fffb7feaffb  com.apple.MMCS (1.3 - 381.1) <5582D879-5F26-3552-8E88-58703456EB7A> /System/Library/PrivateFrameworks/MMCS.framework/Versions/A/MMCS
    0x7fffb8493000 -     0x7fffb8496fff  com.apple.Mangrove (1.0 - 1) <05039E9F-9C07-375B-A940-D90D455A2EC2> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fffb86fd000 -     0x7fffb8776ff7  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <6A759DBA-B7DF-363B-9827-AB1D1129BB34> /System/Library/PrivateFrameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fffb88dc000 -     0x7fffb88e7ff3  com.apple.MobileKeyBag (2.0 - 1.0) <8A7EEA75-8334-3FB5-A83B-F0ECB87952B2> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
    0x7fffb88f8000 -     0x7fffb8920fff  com.apple.MultitouchSupport.framework (368.7 - 368.7) <A29E6031-E9A6-353A-BDE5-D8DF20FD393C> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fffb89cf000 -     0x7fffb89d9fff  com.apple.NetAuth (6.0 - 6.0) <1E7765FC-4580-3CE4-A0F1-CAA22006AE43> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fffb8dd1000 -     0x7fffb8dd3fff  com.apple.OAuth (25 - 25) <1A29AF10-4AFE-32A2-9CA9-A98BACA2CE8D> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
    0x7fffb9255000 -     0x7fffb9296ff7  com.apple.PerformanceAnalysis (1.145 - 145) <12640C1F-433D-3CD9-B2A8-048D57B8B56D> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fffb92b9000 -     0x7fffb92cbffb  com.apple.PersonaKit (1.0 - 1) <1D002495-BD47-3634-91E1-B5CCDFA92CFB> /System/Library/PrivateFrameworks/PersonaKit.framework/Versions/A/PersonaKit
    0x7fffb92da000 -     0x7fffb92e1ff3  com.apple.phonenumbers (1.1.1 - 105) <14003B00-D2DA-3732-A1AC-A71763EC3556> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
    0x7fffb990d000 -     0x7fffb9938ffb  com.apple.ProtectedCloudStorage (1.0 - 1) <4B38E6F6-AD64-3345-B51D-38E9DD518666> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
    0x7fffb9939000 -     0x7fffb9953fff  com.apple.ProtocolBuffer (1 - 249) <D8B7694B-B598-3728-8583-9C4CC0F05B64> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fffb9954000 -     0x7fffb9964ffb  com.apple.QuickLookThumbnailing (1.0 - 1) <1A91596D-0A8D-3B7A-ACF5-783A78E9723E> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing
    0x7fffb996d000 -     0x7fffb9990ff3  com.apple.RemoteViewServices (2.0 - 124) <4765DC2E-CF05-38CF-9564-1FBACB7E167C> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fffb9a39000 -     0x7fffb9a52fff  com.apple.SMBClient (3.1 - 3.1) <60E0C8F6-EC9D-3049-893D-C8ACDDCA90A0> /System/Library/PrivateFrameworks/SMBClient.framework/Versions/A/SMBClient
    0x7fffba5fc000 -     0x7fffba5fffff  com.apple.SecCodeWrapper (4.0 - 307.30.3) <1B0B2122-C230-3E3F-8A81-EBD58818586B> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x7fffba68e000 -     0x7fffba70bff7  com.apple.Sharing (696.1.22 - 696.1.22) <D0A5C682-8996-3851-B332-AD05301E6FA3> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fffba70c000 -     0x7fffba72bff7  com.apple.shortcut (2.16 - 98) <A7D38F28-73EB-3DF5-AE77-A95E4CB60DB9> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x7fffba72c000 -     0x7fffba98bfe7  com.apple.SkyLight (1.600.0 - 122.8) <2B8B6734-2B70-3BD8-BB8E-3338FB2708EE> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fffbab6c000 -     0x7fffbab78ff7  com.apple.SpeechRecognitionCore (3.3.2 - 3.3.2) <F9F0FCED-3A72-3639-91F2-B7EF248ED1B9> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fffbb261000 -     0x7fffbb2cdff3  com.apple.Symbolication (61080.2) <27A57DC2-FEB7-3D23-AEB5-E3E76C5AAE79> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fffbb6c7000 -     0x7fffbb6cdff7  com.apple.TCC (1.0 - 1) <956F7C1A-D457-3FE0-9CFE-3F1719F0865C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fffbb75c000 -     0x7fffbb924ff7  com.apple.TextureIO (1.41 - 1.41) <3A9D9FD9-8997-3BD1-8046-76D0BF709806> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fffbb96d000 -     0x7fffbb982ff3  com.apple.ToneKit (1.0 - 1) <0558CDBA-8127-3C55-825E-6F6A464E2FB4> /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit
    0x7fffbb983000 -     0x7fffbb991ffb  com.apple.ToneLibrary (1.0 - 1) <32AD3F5C-124F-351D-BC9B-63A7AEA20F31> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary
    0x7fffbb998000 -     0x7fffbb999fff  com.apple.TrustEvaluationAgent (2.0 - 28) <07C1F711-A1E0-3BAC-8F4D-977516D50925> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fffbb99a000 -     0x7fffbbb2aff3  com.apple.UIFoundation (1.0 - 490.7) <047781ED-9E79-361F-8E04-71FF90C650F3> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fffbc586000 -     0x7fffbc649ff7  com.apple.ViewBridge (280 - 280) <6D4F6019-5ECC-377B-AF7D-9796E96841CB> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fffbca73000 -     0x7fffbca79fff  com.apple.XPCService (2.0 - 1) <BC3FCE26-6219-3316-949F-37F7005C9A0F> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0x7fffbca8f000 -     0x7fffbcac5ff7  com.apple.iCalendar (7.0 - 262) <7137FDDC-BD79-36CE-85C7-AFF736D949CF> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
    0x7fffbcb4a000 -     0x7fffbcb4cffb  com.apple.loginsupport (1.0 - 1) <4449ACBA-27A8-3311-BD92-CB7E63583FC6> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fffbcb78000 -     0x7fffbcb9fffb  com.apple.contacts.vCard (1.0 - 2250.2.2) <278D1962-FFC8-399C-92FF-1D50383D291F> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
    0x7fffbcba1000 -     0x7fffbcbbcff7  libCRFSuite.dylib (34) <BACC371B-6153-36B5-BC54-3BCF26FBB221> /usr/lib/libCRFSuite.dylib
    0x7fffbcbbd000 -     0x7fffbcbc8fff  libChineseTokenizer.dylib (21) <09E74E18-ADB2-30D2-A858-13691CB1186C> /usr/lib/libChineseTokenizer.dylib
    0x7fffbcc5a000 -     0x7fffbcc5bff3  libDiagnosticMessagesClient.dylib (102) <422911A4-E273-3E88-BFC4-DF6470E48242> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fffbcc5c000 -     0x7fffbce6ffff  libFosl_dynamic.dylib (16.38) <8232FA8A-F16A-3DC0-AE68-B61EFCD5F4A4> /usr/lib/libFosl_dynamic.dylib
    0x7fffbce8b000 -     0x7fffbce92fff  libMatch.1.dylib (27) <5D52A207-E2AF-3E05-8C51-91C1D82FCEE8> /usr/lib/libMatch.1.dylib
    0x7fffbce93000 -     0x7fffbce93fff  libOpenScriptingUtil.dylib (172) <D025E180-BB3B-3FFA-98FC-B6835354D723> /usr/lib/libOpenScriptingUtil.dylib
    0x7fffbce94000 -     0x7fffbce98ff3  libScreenReader.dylib (477.20.6) <8158E263-B7DF-3B0C-BABE-4FE94A53DFE5> /usr/lib/libScreenReader.dylib
    0x7fffbce99000 -     0x7fffbce9aff3  libSystem.B.dylib (1238) <9CB018AF-54E9-300F-82BE-81FE553C9154> /usr/lib/libSystem.B.dylib
    0x7fffbcf06000 -     0x7fffbcf31ffb  libarchive.2.dylib (41.41.1) <D53F0A5C-7FAA-3FCF-8A27-B7DF032C4221> /usr/lib/libarchive.2.dylib
    0x7fffbcf32000 -     0x7fffbcfaefc7  libate.dylib (1.12.13) <8A963F37-CB4F-37FB-BFA5-273917C42437> /usr/lib/libate.dylib
    0x7fffbcfb2000 -     0x7fffbcfb2ff3  libauto.dylib (187) <5BBF6A00-CC76-389D-84E7-CA88EDADE683> /usr/lib/libauto.dylib
    0x7fffbcfb3000 -     0x7fffbcfc3ff3  libbsm.0.dylib (34) <20084796-B04D-3B35-A003-EA11459557A9> /usr/lib/libbsm.0.dylib
    0x7fffbcfc4000 -     0x7fffbcfd2ff7  libbz2.1.0.dylib (38) <6FD3B63F-0F86-3A25-BD5B-E243F58792C9> /usr/lib/libbz2.1.0.dylib
    0x7fffbcfd3000 -     0x7fffbd029ff7  libc++.1.dylib (307.4) <BEE86868-F831-384C-919E-2B286ACFE87C> /usr/lib/libc++.1.dylib
    0x7fffbd02a000 -     0x7fffbd054fff  libc++abi.dylib (307.2) <1CEF8ABB-7E6D-3C2F-8E0A-E7884478DD23> /usr/lib/libc++abi.dylib
    0x7fffbd055000 -     0x7fffbd065ffb  libcmph.dylib (6) <2B5D405E-2D0B-3320-ABD6-622934C86ABE> /usr/lib/libcmph.dylib
    0x7fffbd066000 -     0x7fffbd07bfc3  libcompression.dylib (34) <1691D6F2-46CD-3DA6-B44F-24CDD9BD0E4E> /usr/lib/libcompression.dylib
    0x7fffbd07c000 -     0x7fffbd07cff7  libcoretls.dylib (121.31.1) <BCC32537-4831-3E9F-876E-8C9F4CF52FD3> /usr/lib/libcoretls.dylib
    0x7fffbd07d000 -     0x7fffbd07eff3  libcoretls_cfhelpers.dylib (121.31.1) <6F37C5AD-7999-3D31-A52F-7AEED935F32D> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fffbd138000 -     0x7fffbd21dff7  libcrypto.0.9.8.dylib (64.30.2) <D41E1901-06DD-3860-BB4F-B3ACE0284C01> /usr/lib/libcrypto.0.9.8.dylib
    0x7fffbd3bb000 -     0x7fffbd40eff7  libcups.2.dylib (450) <78243BA4-43AB-3364-8111-8D54D3382621> /usr/lib/libcups.2.dylib
    0x7fffbd460000 -     0x7fffbd467ff3  libdscsym.dylib (145.1) <E121E3BC-D2B7-37C3-86A8-5DFC3ECF94D6> /usr/lib/libdscsym.dylib
    0x7fffbd489000 -     0x7fffbd489fff  libenergytrace.dylib (15) <A1B040A2-7977-3097-9ADF-34FF181EB970> /usr/lib/libenergytrace.dylib
    0x7fffbd497000 -     0x7fffbd498fff  libffi.dylib (18.1) <49D03682-E111-351C-8266-4519B3B82BE9> /usr/lib/libffi.dylib
    0x7fffbd499000 -     0x7fffbd49eff7  libheimdal-asn1.dylib (498.30.1) <4ED9F6E3-83BC-3302-B004-C25399DA0333> /usr/lib/libheimdal-asn1.dylib
    0x7fffbd49f000 -     0x7fffbd591ff7  libiconv.2.dylib (50) <42125B35-81D7-3FC4-9475-A26DBE10884D> /usr/lib/libiconv.2.dylib
    0x7fffbd592000 -     0x7fffbd7b7ffb  libicucore.A.dylib (57149.0.1) <6B5FDA93-AA88-318F-9608-C2A33D602EC7> /usr/lib/libicucore.A.dylib
    0x7fffbd7bd000 -     0x7fffbd7befff  liblangid.dylib (126) <3F4530C9-8BE1-3AA7-9A82-98694D240866> /usr/lib/liblangid.dylib
    0x7fffbd7bf000 -     0x7fffbd7d8ffb  liblzma.5.dylib (10) <44BD0279-99DD-36B5-8A6E-C11432E2098D> /usr/lib/liblzma.5.dylib
    0x7fffbd7d9000 -     0x7fffbd7efff7  libmarisa.dylib (5) <2183D484-032D-3DE5-8984-3A14006E034E> /usr/lib/libmarisa.dylib
    0x7fffbd7f0000 -     0x7fffbda97ff7  libmecabra.dylib (744.5) <EF046855-CB9C-32D8-B2F1-C85B526E386F> /usr/lib/libmecabra.dylib
    0x7fffbdaca000 -     0x7fffbdb43ff7  libnetwork.dylib (856.30.16) <66C6E4D6-B39C-3309-80C1-CBBE170DDD51> /usr/lib/libnetwork.dylib
    0x7fffbdb44000 -     0x7fffbdf14d97  libobjc.A.dylib (706) <F9AFE665-A3A2-3285-9495-19803A565861> /usr/lib/libobjc.A.dylib
    0x7fffbdf17000 -     0x7fffbdf1bfff  libpam.2.dylib (21.30.1) <71EB0D88-DE84-3C8D-A2C5-58AA282BC5BC> /usr/lib/libpam.2.dylib
    0x7fffbdf1c000 -     0x7fffbdf4cff7  libpcap.A.dylib (67) <450DB888-2C0C-3085-A5F1-69324DFE902C> /usr/lib/libpcap.A.dylib
    0x7fffbdf6a000 -     0x7fffbdf86ffb  libresolv.9.dylib (64) <A244AE4C-00B0-396C-98FF-97FE4DB3DA30> /usr/lib/libresolv.9.dylib
    0x7fffbdf87000 -     0x7fffbdfc0fff  libsandbox.1.dylib (592.31.1) <0B3D5690-EF2C-39A6-B63C-CFB8CBAC0956> /usr/lib/libsandbox.1.dylib
    0x7fffbdfc1000 -     0x7fffbdfd3ffb  libsasl2.2.dylib (209) <5A177BA8-362D-32DA-8D14-69AB191648B3> /usr/lib/libsasl2.2.dylib
    0x7fffbdfd4000 -     0x7fffbdfd5ff3  libspindump.dylib (230.3) <59FAC445-F8FB-3881-A69A-FD0E98100E19> /usr/lib/libspindump.dylib
    0x7fffbdfd6000 -     0x7fffbe11efe3  libsqlite3.dylib (253) <B5BA5C96-AB13-34A0-8237-DD52A0181DFE> /usr/lib/libsqlite3.dylib
    0x7fffbe17a000 -     0x7fffbe1cafff  libstdc++.6.dylib (104.1) <91F66BFD-F927-301F-B8F3-578A5CEA78F4> /usr/lib/libstdc++.6.dylib
    0x7fffbe213000 -     0x7fffbe220fff  libxar.1.dylib (357) <58BFB84B-66FE-3299-AA3D-BBA178ADEE39> /usr/lib/libxar.1.dylib
    0x7fffbe224000 -     0x7fffbe313ffb  libxml2.2.dylib (30.11) <E12AF929-0FA5-3214-840F-C81E6AC9F36E> /usr/lib/libxml2.2.dylib
    0x7fffbe314000 -     0x7fffbe33dfff  libxslt.1.dylib (15.8) <FFF5DD45-F544-34B2-BE3C-DB877DC60081> /usr/lib/libxslt.1.dylib
    0x7fffbe33e000 -     0x7fffbe34fff3  libz.1.dylib (67) <46E3FFA2-4328-327A-8D34-A03E20BFFB8E> /usr/lib/libz.1.dylib
    0x7fffbe35e000 -     0x7fffbe362ff7  libcache.dylib (79) <0C8092D3-600F-3ADD-A036-F225B6CDCA43> /usr/lib/system/libcache.dylib
    0x7fffbe363000 -     0x7fffbe36eff7  libcommonCrypto.dylib (60092.30.2) <B16E29B6-EC8D-3A8F-9A89-DD9CF35F7C4B> /usr/lib/system/libcommonCrypto.dylib
    0x7fffbe36f000 -     0x7fffbe376fff  libcompiler_rt.dylib (62) <E992E8D9-037C-3454-A366-A25E4D31D6BB> /usr/lib/system/libcompiler_rt.dylib
    0x7fffbe377000 -     0x7fffbe37ffff  libcopyfile.dylib (138) <64E285D9-5485-333B-AEE7-8B0C8FB9275F> /usr/lib/system/libcopyfile.dylib
    0x7fffbe380000 -     0x7fffbe403fdf  libcorecrypto.dylib (442.30.20) <2074B932-FD79-30A9-8E90-AF25C49F2AF1> /usr/lib/system/libcorecrypto.dylib
    0x7fffbe404000 -     0x7fffbe436fff  libdispatch.dylib (703.30.5) <EA0CC14E-D559-3802-B4B2-0E8C7579AAC4> /usr/lib/system/libdispatch.dylib
    0x7fffbe437000 -     0x7fffbe43cff3  libdyld.dylib (421.2) <6F506653-FFF6-3DB8-84F1-109AE3C52F32> /usr/lib/system/libdyld.dylib
    0x7fffbe43d000 -     0x7fffbe43dffb  libkeymgr.dylib (28) <1A318923-1200-3B06-B432-5007D82F195D> /usr/lib/system/libkeymgr.dylib
    0x7fffbe43e000 -     0x7fffbe44affb  libkxld.dylib (3789.41.3) <87550136-9353-348B-9CD9-C342B48C5AAF> /usr/lib/system/libkxld.dylib
    0x7fffbe44b000 -     0x7fffbe44bfff  liblaunch.dylib (972.30.7) <15FACC21-079A-3BDF-9AFB-4253EFDEB587> /usr/lib/system/liblaunch.dylib
    0x7fffbe44c000 -     0x7fffbe451fff  libmacho.dylib (894) <A2F38EC1-C37C-3B93-B0E4-36B07C177F8C> /usr/lib/system/libmacho.dylib
    0x7fffbe452000 -     0x7fffbe454ff3  libquarantine.dylib (85) <C1D7749F-5F5F-3BB9-BEFC-1F0B9DA941FD> /usr/lib/system/libquarantine.dylib
    0x7fffbe455000 -     0x7fffbe456ffb  libremovefile.dylib (45) <CD42974E-BE0B-39FC-9BFC-8A7540A04DC6> /usr/lib/system/libremovefile.dylib
    0x7fffbe457000 -     0x7fffbe46fff7  libsystem_asl.dylib (349.30.2) <EFAC72D7-CB13-3DF7-ADF3-EC6635C6F1EA> /usr/lib/system/libsystem_asl.dylib
    0x7fffbe470000 -     0x7fffbe470ff7  libsystem_blocks.dylib (67) <B8C3701D-5A91-3D35-999D-2DC8D5393525> /usr/lib/system/libsystem_blocks.dylib
    0x7fffbe471000 -     0x7fffbe4fefef  libsystem_c.dylib (1158.30.7) <2F881962-03CB-3B9D-A782-D98C1BBA4E3D> /usr/lib/system/libsystem_c.dylib
    0x7fffbe4ff000 -     0x7fffbe502ffb  libsystem_configuration.dylib (888.30.2) <4FE3983C-E4ED-3939-A578-03AD29C99788> /usr/lib/system/libsystem_configuration.dylib
    0x7fffbe503000 -     0x7fffbe506fff  libsystem_coreservices.dylib (41.4) <1A572B9E-0C47-320F-8C64-7990D0A5FB5A> /usr/lib/system/libsystem_coreservices.dylib
    0x7fffbe507000 -     0x7fffbe51fff3  libsystem_coretls.dylib (121.31.1) <4676F06D-274D-31BE-B61C-4D7A4AEF4858> /usr/lib/system/libsystem_coretls.dylib
    0x7fffbe520000 -     0x7fffbe526fff  libsystem_dnssd.dylib (765.30.11) <DC708D84-ED7D-3936-B996-A67C66B8DDAA> /usr/lib/system/libsystem_dnssd.dylib
    0x7fffbe527000 -     0x7fffbe550ff7  libsystem_info.dylib (503.30.1) <9ED9121C-F111-3FAD-BC2F-C95DEE1C9362> /usr/lib/system/libsystem_info.dylib
    0x7fffbe551000 -     0x7fffbe573ff7  libsystem_kernel.dylib (3789.41.3) <B75B128C-7D7A-3318-91CD-82B5A69C5329> /usr/lib/system/libsystem_kernel.dylib
    0x7fffbe574000 -     0x7fffbe5bbfe7  libsystem_m.dylib (3121.4) <266DB92B-A86F-3691-80FB-1B26AD73CFF3> /usr/lib/system/libsystem_m.dylib
    0x7fffbe5bc000 -     0x7fffbe5daff7  libsystem_malloc.dylib (116.30.3) <F40DEE3B-386A-3529-A3F7-98117ED55BF4> /usr/lib/system/libsystem_malloc.dylib
    0x7fffbe5db000 -     0x7fffbe632ffb  libsystem_network.dylib (856.30.16) <4AE368E9-605D-379D-B04C-2AC7455B8250> /usr/lib/system/libsystem_network.dylib
    0x7fffbe633000 -     0x7fffbe63cff3  libsystem_networkextension.dylib (563.30.15) <EB020B0C-7DF0-3EEF-8E3C-15DA3C01D687> /usr/lib/system/libsystem_networkextension.dylib
    0x7fffbe63d000 -     0x7fffbe646ff3  libsystem_notify.dylib (165.20.1) <E7FD3A7C-DD07-36E2-9FA4-7561F9F114DA> /usr/lib/system/libsystem_notify.dylib
    0x7fffbe647000 -     0x7fffbe64ffe7  libsystem_platform.dylib (126.1.2) <3CA06D4E-C00A-36DE-AA65-3A390097D1F6> /usr/lib/system/libsystem_platform.dylib
    0x7fffbe650000 -     0x7fffbe65aff7  libsystem_pthread.dylib (218.30.1) <C869ED7C-BE29-3532-8E69-3A8DA1447EDC> /usr/lib/system/libsystem_pthread.dylib
    0x7fffbe65b000 -     0x7fffbe65eff7  libsystem_sandbox.dylib (592.31.1) <7BBFDF96-293F-3DD9-B3A4-7C168280B441> /usr/lib/system/libsystem_sandbox.dylib
    0x7fffbe65f000 -     0x7fffbe660fff  libsystem_secinit.dylib (24) <5C1F1E47-0F7D-3E25-8DEB-D9DB1F902281> /usr/lib/system/libsystem_secinit.dylib
    0x7fffbe661000 -     0x7fffbe668fff  libsystem_symptoms.dylib (532.30.6) <5D990CF5-B58F-39F7-B375-99B4EC62CFBD> /usr/lib/system/libsystem_symptoms.dylib
    0x7fffbe669000 -     0x7fffbe689ff7  libsystem_trace.dylib (518.30.7) <6D34D1EA-2A3C-3D2D-803E-A666E6AEEE52> /usr/lib/system/libsystem_trace.dylib
    0x7fffbe68a000 -     0x7fffbe68fffb  libunwind.dylib (35.3) <9F7C2AD8-A9A7-3DE4-828D-B0F0F166AAA0> /usr/lib/system/libunwind.dylib
    0x7fffbe690000 -     0x7fffbe6b9ff7  libxpc.dylib (972.30.7) <65E41BB6-EBD5-3D93-B0BE-B190CEE4DD93> /usr/lib/system/libxpc.dylib
Sample analysis of process 552 written to file /dev/stdout

Link to comment
On 3/9/2017 at 2:48 PM, FroZen_X said:

 

Andrew suggested to temporary create one, not permanent. This way you can test if any other application is doing this or if the fault is by Alfred itself :)

I've had other issues and could narrow it down this way. When you know that it works under the new Account as intended then you can check what on your 

main Account is causing the issue.

 

FroZen_X: I understand why Andrew requested that I create a temporary account.  Since the problem is not reproducible on demand I need to use the temporary account long enough (days) to see if the problem recurred.  I would need to copy everything I use into the temporary account if I need in order to use for that period.  When done, I would then have to move back anything that was modified.  My usual context has over 25 applications open with many of windows scattered across 10 spaces.  My home directory contains over 200GB of data.  That is why I say that creating a temporary account is not practical.

Link to comment

@Otter The stack trace doesn't give me anything useful (I suspect that, as you say, this made things continue therefore the stack trace is normal.

 

Likewise, if running a stack trace pushed the event system on, then this suggests something very much outside of Alfred's hands. I suspect that there is something up at the macOS level which is affecting the very low level event system. It's likely that this has a wider impact than just Alfred, but you are seeing it manifest within Alfred as you can operate things without clicking or focused keyboard input.

 

One thing you could try is set the workflows to pass through the modifiers, as this slightly alters the way Alfred and macOS interact when it comes to registered hotkeys. This may be enough to sidestep the issue.

 

https://www.alfredapp.com/help/workflows/triggers/hotkey/#tips

 

At this point, I'm not sure what else to suggest to solve this. Perhaps reinstall Alfred (just in case it's not a macOS thing but an Alfred corruption). You can reset Alfred's settings using this guide:

 

https://www.alfredapp.com/help/troubleshooting/reset-alfred/

 

I'm certain that a macOS reinstall would fix this issue, and likely a new user account... but as you said, this isn't practical in your situation.

 

I'm going to move this to the help sub forum (as this isn't a bug in Alfred), but I'll keep an eye on any feedback you give.

 

Cheers,

Andrew

Link to comment

I agree that this is somewhere in macOS and not an issue with Alfred.  I will try your suggestions and if necessary do an overlay reinstall of macOS as this is straightforward and not likely to break any existing configuration.  Thanks for your help.  

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...