Jump to content

Mikeatalfred

Member
  • Posts

    13
  • Joined

  • Last visited

Posts posted by Mikeatalfred

  1. @giovanni - thank you for your suggestion. I've tried it and got an error that went a bit over my head:

     

    [13:27:59.980] Copy filepath to obisidan[Hotkey] Processing complete
    [13:27:59.982] Copy filepath to obisidan[Hotkey] Passing output '(
        "/Users/micke/Downloads/skiss_stenbolaget.jpg"
    )' to Run NSAppleScript
    [13:27:59.984] ERROR: Copy filepath to obisidan[Run NSAppleScript] {
        NSAppleScriptErrorNumber = "-1708";
    }
    [13:27:59.984] Copy filepath to obisidan[Run NSAppleScript] Processing complete
    [13:27:59.985] Copy filepath to obisidan[Run NSAppleScript] Passing output '' to Copy to Clipboard

     

    After som googling on the -1708 error and some testing I just excluded the script and pasted the output from the Hotkey into Copy to Clipboard {query} and added the characters I needed. This works as a charm :-). 

     

    So thanks a lot, my workflow just got improved!

     

    /Mike

  2. I am using Obsidian as a PKB and find myself doing quite a lot unnecessary pdf file copying from my reglar storage of pdf files to obsidian's attachment folder. To stop this I decided to copy the file's actual URL and paste the file path into my obsidian markdown file, and avoid the double storage. Copying the URL is easy, option-right-click and select Copy as Filepath, and then past the URL into obsidian. But I need to add extra characters to the URL every time to make it useful/clickable in Obsidian. So I like to automate this a bit. I am sure there are a lot of similar use cases apart from obsidian but I cannot find simple answer.

     

    This is what I would like to do

    1. Select a file name in Finder - or right click the file name and select a Service

    2. Retrieve the file URL / file path

    3. prepend the URL with "[](<file:///"

    4. add the URL after these characters

    5. append ">)" 

    6. add this string (combining step 3, 4 and 5) to the clipboard

     

    This way I will be able to select or click a file name in Finder, for example

     

    /Users/mike/Downloads/random_filename.pdf 

     

     

    And this action would add this to my clipboard, a very useful link to my file in Obsidian

     

    [](<file:////Users/mike/Downloads/random_filename.pdf>)

     

    Anyone who can point me toward a solution for this, or maybe there is much smarter way of doing what I am trying to achieve. 

     

    Thanks a lot

    /Mike

     

  3. @Andrew, maybe you want @deanishe to answer but this is how I reproduce the same error in TextEdit

     

    1. I create a new note (cmd+n)

    2. I insert two lines of random text

    3. I press cmd+up_arrow (to go to the top left position in the note)

    4. I press enter to get a new line at top

    5. I press up_arrow to go to the top line

    6. I write my snippet ("ddate" which should expand to {date}) and it does not expand

     

    However, if you don't follow this exactly the snippet expands, for example if I only do 1. and 6. it works. Also, when I jumped between this post and TextEdit to write this post, it worked in some situations. 

  4. My normal behaviour is this: I go to the top of the file by ⌘-↑, Enter, ↑, and then enter the snippet text as the first text in my new entry. And when this doesn't work, I delete the snippet text by hitting destructive backspace and then the snippet again. And this time it works.

     

    It is a bit tricky with modifier keys plus arrow keys since most are assigned to window management, but alt- seems unassigned and when using it the snippet expands as expected. So I'd say this aligns with what you say.

     

     

  5. Hi @deanishe, 

    Thank you for your reply and input - and you are right, it works fine if you create a new document. So I have to update the bug description, it is a repeatable bug if you try to expand the snippet in an existing text-file in the top left position of the document. So for example: in NValt create a new note, call it test; insert random text; got to top of document; insert a new line (cr); move to the top left position in the document; write snippet - it does not expand the first time

    /Mike


    Versions:
    NValt 2.2.7 (125)
    macOS 10.12.1 (16B2555
    Alfred 3.2 Build 759
     

    Snippet:
    Keyword: ddate Snippet: {date}

  6. Hi

    Snippets work great all over macOS including NValt - except as the first input/first-line-first-characters in a note in NValt. This might seem like an edge case but my problem is that I use NValt for journaling and always insert new journal entries at the top of the journal, starting with todays date by using a snippet. This bug can be reproduced every time, and the work-around is to enter any character and then the snippet, then to remove the extra character. Please note that snippets work fine anywhere else in NValt. Thanks /Mike

  7. I believe this is during the beach ball (and not the sample request itself that hung Alfred):

     

     

    Sampling process 28380 for 3 seconds with 1 millisecond of run time between samples


    Sampling completed, processing symbols...


    Analysis of sampling Alfred 2 (pid 28380) every 1 millisecond


    Process:         Alfred 2 [28380]


    Path:            /Applications/Alfred 2.app/Contents/MacOS/Alfred 2


    Load Address:    0x100000000


    Identifier:      com.runningwithcrayons.Alfred-2


    Version:         2.0.2 (178)


    Code Type:       X86-64 (Native)


    Parent Process:  launchd [181]


     


    Date/Time:       2013-03-25 20:55:08.088 +0100


    OS Version:      Mac OS X 10.8.3 (12D78)


    Report Version:  7


     


    Call graph:


        2736 Thread_496737   DispatchQueue_1: com.apple.main-thread  (serial)


        + 2736 ???  (in Alfred 2)  load address 0x100000000 + 0x163c  [0x10000163c]


        +   2736 NSApplicationMain  (in AppKit) + 869  [0x7fff8c50ac06]


        +     2736 -[NSApplication run]  (in AppKit) + 517  [0x7fff8c5661d3]


        +       2736 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:]  (in AppKit) + 128  [0x7fff8c56ee22]


        +         2736 _DPSNextEvent  (in AppKit) + 685  [0x7fff8c56f563]


        +           2736 BlockUntilNextEventMatchingListInMode  (in HIToolbox) + 62  [0x7fff8573aae3]


        +             2736 ReceiveNextEventCommon  (in HIToolbox) + 356  [0x7fff8573ac52]


        +               2736 RunCurrentEventLoopInMode  (in HIToolbox) + 209  [0x7fff8573aeb4]


        +                 2736 CFRunLoopRunSpecific  (in CoreFoundation) + 290  [0x7fff8fa820e2]


        +                   2730 __CFRunLoopRun  (in CoreFoundation) + 1078  [0x7fff8fa82916]


        +                   ! 2730 __CFRunLoopServiceMachPort  (in CoreFoundation) + 195  [0x7fff8fa7d233]


        +                   !   2730 mach_msg  (in libsystem_kernel.dylib) + 70  [0x7fff8abc8c42]


        +                   !     2730 mach_msg_trap  (in libsystem_kernel.dylib) + 10  [0x7fff8abc9686]


        +                   3 __CFRunLoopRun  (in CoreFoundation) + 1826  [0x7fff8fa82c02]


        +                   ! 3 __CFRunLoopDoSource1  (in CoreFoundation) + 153  [0x7fff8fa4fa49]


        +                   !   3 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__  (in CoreFoundation) + 41  [0x7fff8fa4fd09]


        +                   !     3 __CFMachPortPerform  (in CoreFoundation) + 288  [0x7fff8fa4fe40]


        +                   !       3 PullEventsFromWindowServerOnConnection(unsigned int, unsigned char)  (in HIToolbox) + 71  [0x7fff857415f7]


        +                   !         3 CGEventCreateNextEvent  (in CoreGraphics) + 31  [0x7fff83b57724]


        +                   !           3 CGSGetNextEventRecordInternal  (in CoreGraphics) + 122  [0x7fff83b577e7]


        +                   !             3 snarf_events  (in CoreGraphics) + 184  [0x7fff83b579ab]


        +                   !               3 _CGSGetPortStreamInline  (in CoreGraphics) + 99  [0x7fff83b57b4e]


        +                   !                 3 mach_msg  (in libsystem_kernel.dylib) + 70  [0x7fff8abc8c42]


        +                   !                   3 mach_msg_trap  (in libsystem_kernel.dylib) + 10  [0x7fff8abc9686]


        +                   1 __CFRunLoopRun  (in CoreFoundation) + 1269  [0x7fff8fa829d5]


        +                   ! 1 mach_absolute_time  (in libsystem_c.dylib) + 18  [0x7fff8790dbe3]


        +                   1 __CFRunLoopRun  (in CoreFoundation) + 1529  [0x7fff8fa82ad9]


        +                   ! 1 __CFRunLoopDoTimer  (in CoreFoundation) + 557  [0x7fff8fa9d31d]


        +                   !   1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__  (in CoreFoundation) + 20  [0x7fff8fa9d804]


        +                   !     1 __NSFireTimer  (in Foundation) + 135  [0x7fff8755ab1a]


        +                   !       1 _CFAutoreleasePoolPop  (in CoreFoundation) + 34  [0x7fff8fa7dd72]


        +                   !         1 (anonymous namespace)::AutoreleasePoolPage::pop(void*)  (in libobjc.A.dylib) + 527  [0x7fff8b39526f]


        +                   1 __CFRunLoopRun  (in CoreFoundation) + 1545  [0x7fff8fa82ae9]


        +                     1 CFRelease  (in CoreFoundation) + 170  [0x7fff8fa5628a]


        +                       1 -[__NSArrayM dealloc]  (in CoreFoundation) + 349  [0x7fff8fa7d6cd]


        +                         1 objc_msgSendSuper2  (in libobjc.A.dylib) + 33  [0x7fff8b3915e1]


        2736 Thread_496815   DispatchQueue_2: com.apple.libdispatch-manager  (serial)


        + 2736 _dispatch_mgr_thread  (in libdispatch.dylib) + 54  [0x7fff893869ee]


        +   2736 _dispatch_mgr_invoke  (in libdispatch.dylib) + 883  [0x7fff89386dea]


        +     2736 kevent  (in libsystem_kernel.dylib) + 10  [0x7fff8abcbd16]


        2736 Thread_499637: com.apple.NSURLConnectionLoader


        + 2736 thread_start  (in libsystem_c.dylib) + 13  [0x7fff8790c1e1]


        +   2736 _pthread_start  (in libsystem_c.dylib) + 327  [0x7fff8791f7a2]


        +     2736 __NSThread__main__  (in Foundation) + 1345  [0x7fff8757ccd2]


        +       2736 +[NSURLConnection(Loader) _resourceLoadLoop:]  (in Foundation) + 356  [0x7fff8751eb66]


        +         2736 CFRunLoopRunSpecific  (in CoreFoundation) + 290  [0x7fff8fa820e2]


        +           2736 __CFRunLoopRun  (in CoreFoundation) + 1078  [0x7fff8fa82916]


        +             2736 __CFRunLoopServiceMachPort  (in CoreFoundation) + 195  [0x7fff8fa7d233]


        +               2736 mach_msg  (in libsystem_kernel.dylib) + 70  [0x7fff8abc8c42]


        +                 2736 mach_msg_trap  (in libsystem_kernel.dylib) + 10  [0x7fff8abc9686]


        2736 Thread_499640: com.apple.CFSocket.private


          2736 thread_start  (in libsystem_c.dylib) + 13  [0x7fff8790c1e1]


            2736 _pthread_start  (in libsystem_c.dylib) + 327  [0x7fff8791f7a2]


              2736 __CFSocketManager  (in CoreFoundation) + 1302  [0x7fff8fac1f46]


                2736 __select  (in libsystem_kernel.dylib) + 10  [0x7fff8abcb322]


     


    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)        5469


            __select  (in libsystem_kernel.dylib)        2736


            kevent  (in libsystem_kernel.dylib)        2736


     


    Binary Images:


           0x100000000 -        0x100013ff7 +com.runningwithcrayons.Alfred-2 (2.0.2 - 178) <430DA7F3-752A-3D7A-8CED-863CADB50C57> /Applications/Alfred 2.app/Contents/MacOS/Alfred 2


           0x100021000 -        0x10007dff7 +com.growl.growlframework (2.0.1 - 2.0.1) <6C20B93B-75B2-30A4-8267-8C81BF90872B> /Applications/Alfred 2.app/Contents/Frameworks/Growl.framework/Versions/A/Growl


           0x1000b0000 -        0x100191ff7 +com.runningwithcrayons.Alfred-Framework (2.0 - 1) <527BEF95-2EAA-3761-A42C-2797E11F9942> /Applications/Alfred 2.app/Contents/Frameworks/Alfred Framework.framework/Versions/A/Alfred Framework


           0x10077b000 -        0x10077cfff  com.apple.AddressBook.LocalSourceBundle (2.1 - 1169) <641DB5BF-1E7A-3090-8AA3-CB11262B43FC> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource


           0x1007f4000 -        0x1007f7fff  com.apple.DirectoryServicesSource (2.1 - 1169) <C1DDD61F-2F1E-3D21-80C2-38FC23DD9871> /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices


           0x10421a000 -        0x10422bff7  com.apple.NSServerNotificationCenter (5.0 - 5.0) <151748DA-BEAC-3E8C-B139-09256914F45E> /System/Library/Frameworks/ServerNotification.framework/Versions/A/ServerNotification


           0x105903000 -        0x105956fff  com.apple.AddressBook.CardDAVPlugin (10.8 - 333) <14C01B09-7E73-30C2-9882-AF4223A1A4F0> /System/Library/Address Book Plug-Ins/CardDAVPlugin.sourcebundle/Contents/MacOS/CardDAVPlugin


        0x7fff61bbb000 -     0x7fff61bef93f  dyld (210.2 - ???) <A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld


        0x7fff8309d000 -     0x7fff830a2fff  libcache.dylib (57.0.0 - compatibility 1.0.0) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib


        0x7fff830a3000 -     0x7fff830dffff  com.apple.GeoServices (1.0 - 1) <DB382348-EBFA-3AD5-888B-7F4640F41834> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices


        0x7fff830e0000 -     0x7fff830e1fff  libsystem_blocks.dylib (59.0.0 - compatibility 1.0.0) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib


        0x7fff830e2000 -     0x7fff83119ff7  libssl.0.9.8.dylib (47.0.0 - compatibility 0.9.8) <923945E6-C489-3406-903B-A362410753F8> /usr/lib/libssl.0.9.8.dylib


        0x7fff83245000 -     0x7fff83248fff  libRadiance.dylib (??? - ???) <F7D9A0FD-1195-34CB-BFE5-79DAF3F40AC3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib


        0x7fff83249000 -     0x7fff8324bfff  com.apple.securityhi (4.0 - 55002) <34E45C60-DC7E-3FCC-A1ED-EBF48B77C559> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI


        0x7fff8324d000 -     0x7fff83258fff  libsystem_notify.dylib (98.5.0 - compatibility 1.0.0) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib


        0x7fff833ba000 -     0x7fff833bbfff  libDiagnosticMessagesClient.dylib (??? - ???) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib


        0x7fff83582000 -     0x7fff83583ff7  libremovefile.dylib (23.2.0 - compatibility 1.0.0) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib


        0x7fff83584000 -     0x7fff83588fff  libGIF.dylib (??? - ???) <6A664B4D-0A88-33F7-9064-0CD159AB9CE9> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib


        0x7fff83589000 -     0x7fff835e0ff7  com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface


        0x7fff835e1000 -     0x7fff835e1fff  com.apple.Carbon (154 - 155) <372716D2-6FA1-3611-8501-3DD1D4A6E8C8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon


        0x7fff835e2000 -     0x7fff835e4fff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent


        0x7fff835e7000 -     0x7fff83607fff  libPng.dylib (??? - ???) <F4C23A55-F17B-3E4F-9E80-BC97F778BA49> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib


        0x7fff83608000 -     0x7fff83a01fe7  com.apple.MediaToolbox (1.0 - 926.87) <8346DAFC-88E5-350E-90E1-C98B180488C2> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox


        0x7fff83a07000 -     0x7fff83a08ff7  libsystem_sandbox.dylib (??? - ???) <6838A6FD-8626-3356-BB4F-BB4787216207> /usr/lib/system/libsystem_sandbox.dylib


        0x7fff83a1a000 -     0x7fff83a1cfff  libCVMSPluginSupport.dylib (??? - ???) <A45E21E3-4B40-39B0-A8B6-411526A84F47> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib


        0x7fff83a7d000 -     0x7fff83aa9ff7  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <4B261CE2-524E-3FA9-9437-B70DAC1EAB95> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib


        0x7fff83aaa000 -     0x7fff83aedff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom


        0x7fff83aee000 -     0x7fff83af2fff  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <251D4D2D-92B9-3D56-B348-CD67397F71FE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib


        0x7fff83af3000 -     0x7fff844836ff  com.apple.CoreGraphics (1.600.0 - ???) <4953961C-96DC-39D7-ADF5-B767F2A7E4E1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics


        0x7fff84484000 -     0x7fff844cffff  com.apple.framework.CoreWLAN (3.0.2 - 302.12) <896D75EB-069B-3674-936E-27A81568BECB> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN


        0x7fff844d0000 -     0x7fff84540fff  com.apple.ISSupport (1.9.8 - 56) <23ED7650-2705-355A-9F11-409A9981AC53> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport


        0x7fff84541000 -     0x7fff847c1ff7  com.apple.AOSKit (1.05 - 152.2) <43361229-45F3-3946-A11A-CC0FF2129F06> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit


        0x7fff847c2000 -     0x7fff847ccfff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition


        0x7fff847cd000 -     0x7fff84ae4ff7  com.apple.CoreServices.CarbonCore (1037.5 - 1037.5) <731D8F92-1C52-3613-BA01-EFEA54DADF41> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore


        0x7fff84ae5000 -     0x7fff84aebfff  libmacho.dylib (829.0.0 - compatibility 1.0.0) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib


        0x7fff84f06000 -     0x7fff84f34ff7  libsystem_m.dylib (??? - ???) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib


        0x7fff84fa9000 -     0x7fff84fc4ff7  com.apple.frameworks.preferencepanes (15.1 - 15.1) <8A3CDC5B-9FA5-32EB-A066-F19874193B92> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes


        0x7fff8504c000 -     0x7fff851c1fff  com.apple.CFNetwork (596.3.3 - 596.3.3) <3739DC8D-8610-3740-80EC-43E130779CB8> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork


        0x7fff856c0000 -     0x7fff856c7fff  com.apple.phonenumbers (1.1 - 47) <E6A01FEF-9C6D-3C18-B378-63F4134756E6> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers


        0x7fff856c8000 -     0x7fff856cafff  libquarantine.dylib (52.0.0 - compatibility 1.0.0) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib


        0x7fff856cb000 -     0x7fff856dafff  com.apple.opengl (1.8.7 - 1.8.7) <26F7FF79-6BB2-3968-B70D-71D4E07C9551> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL


        0x7fff856db000 -     0x7fff85a0bfff  com.apple.HIToolbox (2.0 - ???) <656D08C2-9068-3532-ABDD-32EC5057CCB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox


        0x7fff85a0c000 -     0x7fff85a10fff  libCoreVMClient.dylib (??? - ???) <AD8391D9-56DD-3A78-A294-6A30E6ECE1A2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib


        0x7fff85a15000 -     0x7fff85a23ff7  libkxld.dylib (??? - ???) <4AAF0573-8632-3D06-BE32-C5675F77638D> /usr/lib/system/libkxld.dylib


        0x7fff85a2f000 -     0x7fff85a97ff7  libc++.1.dylib (65.1.0 - compatibility 1.0.0) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib


        0x7fff85a98000 -     0x7fff85b1aff7  com.apple.Heimdal (3.0 - 2.0) <C94B0C6C-1320-35A1-8143-FE252E7B2A08> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal


        0x7fff85b1b000 -     0x7fff85b49fff  com.apple.CoreServicesInternal (154.2 - 154.2) <3E6196E6-F3B4-316F-9E1F-13B6B9694C7E> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal


        0x7fff85c88000 -     0x7fff85d86fff  com.apple.QuickLookUIFramework (4.0 - 555.5) <EE02B332-20F3-3226-A022-D71B808E1CC4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI


        0x7fff85e5b000 -     0x7fff85e71fff  com.apple.MultitouchSupport.framework (235.29 - 235.29) <617EC8F1-BCE7-3553-86DD-F857866E1257> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport


        0x7fff85ec6000 -     0x7fff85ec9ff7  libdyld.dylib (210.2.3 - compatibility 1.0.0) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib


        0x7fff85ecc000 -     0x7fff8607afff  com.apple.QuartzCore (1.8 - 304.2) <234EABE1-067C-3DAE-BEAC-674526E232C2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore


        0x7fff8607b000 -     0x7fff86084ff7  com.apple.CommerceCore (1.0 - 26.1) <40A129A8-4E5D-3C7A-B299-8CB203C4C65D> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore


        0x7fff860e0000 -     0x7fff861fafff  com.apple.coreavchd (5.6.0 - 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD


        0x7fff86256000 -     0x7fff8629afff  libcups.2.dylib (2.10.0 - compatibility 2.0.0) <71E771A1-0489-3417-8A4A-56A2C930F80C> /usr/lib/libcups.2.dylib


        0x7fff8629b000 -     0x7fff862b5fff  com.apple.CoreMediaAuthoring (2.1 - 914) <CFA664F9-D5A7-3281-A12F-3ED8A98FD8C1> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring


        0x7fff862b6000 -     0x7fff862b6fff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices


        0x7fff862c1000 -     0x7fff864f6ff7  com.apple.CoreData (106.1 - 407.7) <24E0A6B4-9ECA-3D12-B26A-72B9DCF09768> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData


        0x7fff8650e000 -     0x7fff86522fff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis


        0x7fff86e21000 -     0x7fff86ef3ff7  com.apple.CoreText (260.0 - ???) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText


        0x7fff86ef4000 -     0x7fff87052fef  com.apple.MediaControlSender (1.7 - 170.20) <853BE89D-49B0-3922-9ED5-DDBDE9A97356> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender


        0x7fff87053000 -     0x7fff87054fff  liblangid.dylib (??? - ???) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib


        0x7fff87055000 -     0x7fff8707fff7  com.apple.CoreVideo (1.8 - 99.4) <E5082966-6D81-3973-A05A-38AA5B85F886> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo


        0x7fff8709a000 -     0x7fff870adff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis


        0x7fff870b2000 -     0x7fff870ecfff  com.apple.framework.internetaccounts (2.1 - 210) <546769AA-C561-3C17-8E8E-4E65A700E2F1> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts


        0x7fff870ed000 -     0x7fff870eeff7  libdnsinfo.dylib (453.19.0 - compatibility 1.0.0) <14202FFB-C3CA-3FCC-94B0-14611BF8692D> /usr/lib/system/libdnsinfo.dylib


        0x7fff870ef000 -     0x7fff874e6fff  libLAPACK.dylib (??? - ???) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib


        0x7fff874e7000 -     0x7fff87844ff7  com.apple.Foundation (6.8 - 945.16) <89BD68FD-72C8-35C1-94C6-3A07F097C50D> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation


        0x7fff87845000 -     0x7fff8784dfff  liblaunch.dylib (442.26.2 - compatibility 1.0.0) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib


        0x7fff878de000 -     0x7fff8790afff  com.apple.framework.Apple80211 (8.3.2 - 832.18.1) <5D601780-9AD9-31C9-9AB5-716D8634CB78> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211


        0x7fff8790b000 -     0x7fff879d7ff7  libsystem_c.dylib (825.26.0 - compatibility 1.0.0) <4C9EB006-FE1F-3F8F-8074-DFD94CF2CE7B> /usr/lib/system/libsystem_c.dylib


        0x7fff879d8000 -     0x7fff87bd8fff  libicucore.A.dylib (49.1.0 - compatibility 1.0.0) <FD6282D8-DF3F-3842-8C2E-CF478D2B9669> /usr/lib/libicucore.A.dylib


        0x7fff87c34000 -     0x7fff87c53ff7  libresolv.9.dylib (??? - ???) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib


        0x7fff87cb2000 -     0x7fff87cb2fff  com.apple.AOSMigrate (1.0 - 1) <585B1483-490E-32DD-97DC-B9279E9D3490> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate


        0x7fff87cb3000 -     0x7fff87d4efff  com.apple.CoreSymbolication (3.0 - 117) <C304FDB8-2FF7-34BC-858A-2B96C2B039D5> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication


        0x7fff87d4f000 -     0x7fff87d64fff  com.apple.ImageCapture (8.0 - 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture


        0x7fff87d67000 -     0x7fff87d6afff  com.apple.AppleSystemInfo (2.0 - 2) <BC221376-361F-3F85-B284-DC251D3BB442> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo


        0x7fff87d7c000 -     0x7fff87deafff  com.apple.framework.IOKit (2.0.1 - ???) <1547DA6F-9793-30A2-8E92-7368DE84D46C> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit


        0x7fff87deb000 -     0x7fff87e02fff  com.apple.CFOpenDirectory (10.8 - 151.10) <FFBBA538-00B5-334E-BA5B-C8AD6CDCDA14> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory


        0x7fff87efb000 -     0x7fff886a2fff  com.apple.CoreAUC (6.16.13 - 6.16.13) <8CBFBC9C-0773-3DEB-AF99-989008CB2B36> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC


        0x7fff886a3000 -     0x7fff886a7ff7  com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels


        0x7fff886a8000 -     0x7fff886aaff7  libunc.dylib (25.0.0 - compatibility 1.0.0) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib


        0x7fff886ab000 -     0x7fff886b6ff7  com.apple.DisplayServicesFW (2.7.2 - 357) <EC87A00D-FE9C-3CFE-A98C-063C3D23085A> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices


        0x7fff886b7000 -     0x7fff88751fff  libvMisc.dylib (380.6.0 - compatibility 1.0.0) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib


        0x7fff88752000 -     0x7fff88759fff  libcopyfile.dylib (89.0.0 - compatibility 1.0.0) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib


        0x7fff8875a000 -     0x7fff8884ffff  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib


        0x7fff88a63000 -     0x7fff88a71fff  libcommonCrypto.dylib (50000.0.0 - compatibility 1.0.0) <BAAFE0C9-BB86-3CA7-88C0-E3CBA98DA06F> /usr/lib/system/libcommonCrypto.dylib


        0x7fff88aa5000 -     0x7fff88d49ff7  com.apple.CoreImage (8.2.4 - 1.0.1) <4A6B017F-B9F7-36DA-943D-A95611F147EA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage


        0x7fff88d4a000 -     0x7fff88d4afff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib


        0x7fff88d4b000 -     0x7fff88d95ff7  libGLU.dylib (??? - ???) <C243C6D3-3384-3DB1-BB15-E27B65C87294> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib


        0x7fff88de4000 -     0x7fff88de4ffd  com.apple.audio.units.AudioUnit (1.8 - 1.8) <173346B7-614C-380B-8E80-9BD1BE501674> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit


        0x7fff88de5000 -     0x7fff88e1bfff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols


        0x7fff88fa8000 -     0x7fff88fb6ff7  libsystem_network.dylib (??? - ???) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib


        0x7fff88fb7000 -     0x7fff89212ff7  com.apple.QuartzComposer (5.1 - 284) <D9CDC9ED-9F03-30F0-80DF-BA189A054AC9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer


        0x7fff89263000 -     0x7fff89285ff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos


        0x7fff89286000 -     0x7fff89297ff7  libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib


        0x7fff89298000 -     0x7fff892a5fff  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib


        0x7fff892a6000 -     0x7fff892bdfff  libGL.dylib (??? - ???) <15F5CB64-847B-3D3D-9663-E0523F15F513> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib


        0x7fff892be000 -     0x7fff892d1ff7  libbsm.0.dylib (??? - ???) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib


        0x7fff892d2000 -     0x7fff89378ff7  com.apple.CoreServices.OSServices (557.6 - 557.6) <1BDB5456-0CE9-301C-99C1-8EFD0D2BFCCD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices


        0x7fff89382000 -     0x7fff89397ff7  libdispatch.dylib (228.23.0 - compatibility 1.0.0) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib


        0x7fff893e8000 -     0x7fff89434ff7  libauto.dylib (??? - ???) <73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib


        0x7fff89446000 -     0x7fff89863fff  FaceCoreLight (2.4.1 - compatibility 1.0.0) <A34C9575-C4C1-31B1-809B-7751070B4E8B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight


        0x7fff89864000 -     0x7fff898f5fff  com.apple.CorePDF (2.0 - 2) <EB5660B1-0D79-34F3-B242-B559AE0A5B4A> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF


        0x7fff898f6000 -     0x7fff899b3ff7  com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync


        0x7fff899b4000 -     0x7fff89a41ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit


        0x7fff89a42000 -     0x7fff89a76fff  com.apple.securityinterface (6.0 - 55024.4) <614C9B8E-2056-3A41-9A01-DAF74C97CC43> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface


        0x7fff8aa35000 -     0x7fff8aa35fff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa


        0x7fff8aa36000 -     0x7fff8aafbff7  com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI


        0x7fff8ab45000 -     0x7fff8ab50ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement


        0x7fff8ab51000 -     0x7fff8abb8fff  com.apple.coredav (1.0.1 - 179.7) <EEFBD7EA-82F4-32AB-8D2B-541D74FB764A> /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV


        0x7fff8abb9000 -     0x7fff8abd4ff7  libsystem_kernel.dylib (2050.22.13 - compatibility 1.0.0) <5A961E2A-CFB8-362B-BC43-122704AEB047> /usr/lib/system/libsystem_kernel.dylib


        0x7fff8abd5000 -     0x7fff8ac2efff  com.apple.ImageCaptureCore (5.0.2 - 5.0.2) <D6A71984-8FA2-3964-87C6-1936460FDF8C> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore


        0x7fff8ac2f000 -     0x7fff8ac89ff7  com.apple.opencl (2.2.18 - 2.2.18) <4A78E53C-17B0-3B2D-A9EA-EF8720FE4134> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL


        0x7fff8ac8a000 -     0x7fff8ae25fef  com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage


        0x7fff8ae26000 -     0x7fff8ae85fff  com.apple.AE (645.6 - 645.6) <44F403C1-660A-3543-AB9C-3902E02F936F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE


        0x7fff8ae86000 -     0x7fff8aec3fef  libGLImage.dylib (??? - ???) <139A9892-A6F2-3F49-87FB-E7AC3F56E003> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib


        0x7fff8aec4000 -     0x7fff8b015fff  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <C680EE1A-B4ED-3E77-A08C-DC47922ACA33> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox


        0x7fff8b026000 -     0x7fff8b073fff  com.apple.CoreMediaIO (307.0 - 4155) <CD826A65-DFE7-3A58-A29E-15B3A9BE0A6D> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO


        0x7fff8b074000 -     0x7fff8b07fff7  com.apple.ProtocolBuffer (2 - 104) <3270C172-1437-3080-9E53-3E2DCA9AE2EC> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer


        0x7fff8b080000 -     0x7fff8b206fff  libBLAS.dylib (??? - ???) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib


        0x7fff8b207000 -     0x7fff8b219ff7  libz.1.dylib (1.2.5 - compatibility 1.0.0) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib


        0x7fff8b249000 -     0x7fff8b369fff  com.apple.desktopservices (1.7.3 - 1.7.3) <707F77D2-EC0E-3431-840F-B984BD7ABDD6> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv


        0x7fff8b36a000 -     0x7fff8b378fff  com.apple.Librarian (1.1 - 1) <5AC28666-7642-395F-A923-C6F8A274BBBD> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian


        0x7fff8b38b000 -     0x7fff8b4a392f  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib


        0x7fff8b4a9000 -     0x7fff8b4b5fff  com.apple.CrashReporterSupport (10.8.3 - 417) <48EDDDF3-5720-39D6-B51F-D9AFB93327B3> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport


        0x7fff8b4b6000 -     0x7fff8b50dff7  com.apple.AppleVAFramework (5.0.19 - 5.0.19) <541A7DBE-F8E4-3023-A3C0-8D5A2A550CFB> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA


        0x7fff8b50e000 -     0x7fff8b50efff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices


        0x7fff8b50f000 -     0x7fff8b536fff  com.apple.framework.familycontrols (4.1 - 410) <50F5A52C-8FB6-300A-977D-5CFDE4D5796B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls


        0x7fff8ba3e000 -     0x7fff8ba65ff7  com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis


        0x7fff8ba66000 -     0x7fff8bb40fff  com.apple.backup.framework (1.4.2 - 1.4.2) <0B557393-CD2A-3076-BED2-F28D02E1EC1D> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup


        0x7fff8bb41000 -     0x7fff8bb90ff7  libFontRegistry.dylib (??? - ???) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib


        0x7fff8bb91000 -     0x7fff8bb9dfff  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <C7043BB7-284D-3B9F-A5CB-78ADE691B2D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib


        0x7fff8bb9e000 -     0x7fff8bc1eff7  com.apple.ApplicationServices.ATS (332 - ???) <BD83B039-AB25-3E3E-9975-A67DAE66988B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS


        0x7fff8bc1f000 -     0x7fff8bc6afff  com.apple.CoreMedia (1.0 - 926.87) <F51205F8-A102-359C-A9A3-22A48524C081> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia


        0x7fff8be3c000 -     0x7fff8bed9ff7  com.apple.PDFKit (2.7.3 - 2.7.3) <5AE5FD4E-658F-38BC-90DD-C2B28E17ED34> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit


        0x7fff8beda000 -     0x7fff8bf47ff7  com.apple.datadetectorscore (4.1 - 269.2) <4FD4A7CE-BB00-3AAB-B7AA-AE395D5400EC> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore


        0x7fff8bf48000 -     0x7fff8bf4ffff  libGFXShared.dylib (??? - ???) <869580B2-39CB-30C3-B76E-73BB4894B6B7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib


        0x7fff8bf57000 -     0x7fff8bfbffff  libvDSP.dylib (380.6.0 - compatibility 1.0.0) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib


        0x7fff8c04e000 -     0x7fff8c05bfff  com.apple.KerberosHelper (4.0 - 1.0) <6815439D-1A03-3251-99FE-CC24CF4C93C5> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosHelper


        0x7fff8c061000 -     0x7fff8c083ff7  libxpc.dylib (140.42.0 - compatibility 1.0.0) <BBE558BD-5E55-35E4-89ED-1AA6B056D05A> /usr/lib/system/libxpc.dylib


        0x7fff8c084000 -     0x7fff8c0d9ff7  libTIFF.dylib (??? - ???) <C4D0E196-9319-319B-AF72-8B63FB5AF71B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib


        0x7fff8c182000 -     0x7fff8c1a7ff7  libc++abi.dylib (26.0.0 - compatibility 1.0.0) <D86169F3-9F31-377A-9AF3-DB17142052E4> /usr/lib/libc++abi.dylib


        0x7fff8c1a8000 -     0x7fff8c1d4fff  com.apple.quartzfilters (1.8.0 - 1.7.0) <B8DE45D7-1827-3379-A478-1A574A1D11D9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters


        0x7fff8c1d5000 -     0x7fff8c2d2ff7  libxml2.2.dylib (10.8.0 - compatibility 10.0.0) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib


        0x7fff8c31c000 -     0x7fff8c419fff  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib


        0x7fff8c41a000 -     0x7fff8d047ff7  com.apple.AppKit (6.8 - 1187.37) <FAEA8B77-210F-3C0F-B9CF-85A7595CCA26> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit


        0x7fff8d04c000 -     0x7fff8d0a6fff  com.apple.print.framework.PrintCore (8.3 - 387.2) <5BA0CBED-4D80-386A-9646-F835C9805B71> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore


        0x7fff8d0d1000 -     0x7fff8d0ddff7  com.apple.DirectoryService.Framework (10.8 - 151.10) <DA05EF06-8EBD-3759-B5D3-E6FC86C5D850> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService


        0x7fff8d127000 -     0x7fff8d12bff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC


        0x7fff8d139000 -     0x7fff8d178ff7  com.apple.QD (3.42 - ???) <8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD


        0x7fff8d179000 -     0x7fff8d44aff7  com.apple.security (7.0 - 55179.11) <73958084-5BBC-3597-A751-7370B0C247E5> /System/Library/Frameworks/Security.framework/Versions/A/Security


        0x7fff8d44b000 -     0x7fff8d4e9ff7  com.apple.ink.framework (10.8.2 - 150) <84B9825C-3822-375F-BE58-A753444FBDE2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink


        0x7fff8d4ea000 -     0x7fff8d4f5ff7  com.apple.aps.framework (3.0 - 3.0) <2041AD84-4279-3ECC-A13E-AC6698BB1A67> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService


        0x7fff8d4f6000 -     0x7fff8d4f6fff  com.apple.quartzframework (1.5 - 1.5) <6403C982-0D45-37EE-A0F0-0EF8BCFEF440> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz


        0x7fff8d4f7000 -     0x7fff8d5f9fff  libJP2.dylib (??? - ???) <4EEA33EB-AF9F-365D-A572-F7D11AD1C76F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib


        0x7fff8d5fa000 -     0x7fff8d6fcfff  libcrypto.0.9.8.dylib (47.0.0 - compatibility 0.9.8) <74F165AD-4572-3B26-B0E2-A97477FE59D0> /usr/lib/libcrypto.0.9.8.dylib


        0x7fff8d6fd000 -     0x7fff8d74eff7  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <A4341BBD-A330-3A57-8891-E9C1A286A72D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration


        0x7fff8d74f000 -     0x7fff8d7abfff  com.apple.corelocation (1239.40 - 1239.40) <2F743CD8-A9F5-3375-A3B0-BB0D756FC239> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation


        0x7fff8d7ac000 -     0x7fff8d7efff7  com.apple.RemoteViewServices (2.0 - 80.6) <5CFA361D-4853-3ACC-9EFC-A2AC1F43BA4B> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices


        0x7fff8d875000 -     0x7fff8d876ff7  libSystem.B.dylib (169.3.0 - compatibility 1.0.0) <365477AB-D641-389D-B8F4-A1FAE9657EEE> /usr/lib/libSystem.B.dylib


        0x7fff8d8b2000 -     0x7fff8d90fff7  com.apple.audio.CoreAudio (4.1.1 - 4.1.1) <D15F3FB3-BE53-3545-AD37-9A25A597FE3C> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio


        0x7fff8d910000 -     0x7fff8da81ff7  com.apple.QTKit (7.7.1 - 2599.24) <A2153722-268B-3293-B9E3-CB59273CDE41> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit


        0x7fff8dab6000 -     0x7fff8dab6fff  com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib


        0x7fff8dab7000 -     0x7fff8db06ff7  libcorecrypto.dylib (??? - ???) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib


        0x7fff8db5a000 -     0x7fff8db77ff7  com.apple.openscripting (1.3.6 - ???) <C008F56A-1E01-3D4C-A9AF-97799D0FAE69> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting


        0x7fff8db78000 -     0x7fff8db87ff7  libxar.1.dylib (??? - ???) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib


        0x7fff8db88000 -     0x7fff8db8eff7  libunwind.dylib (35.1.0 - compatibility 1.0.0) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib


        0x7fff8db8f000 -     0x7fff8db95fff  com.apple.DiskArbitration (2.5.2 - 2.5.2) <C713A35A-360E-36CE-AC0A-25C86A3F50CA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration


        0x7fff8db96000 -     0x7fff8dbb7ff7  libCRFSuite.dylib (??? - ???) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib


        0x7fff8dbb8000 -     0x7fff8dbd7ff7  com.apple.ChunkingLibrary (2.0 - 133.3) <8BEC9AFB-DCAA-37E8-A5AB-24422B234ECF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary


        0x7fff8dbd8000 -     0x7fff8dbe5ff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth


        0x7fff8dc18000 -     0x7fff8dc6efff  com.apple.HIServices (1.20 - ???) <A1129272-FEC8-350B-BA26-5A97F23C413D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices


        0x7fff8dc6f000 -     0x7fff8dc97fff  libJPEG.dylib (??? - ???) <5C9052F6-D0B3-39CC-8302-468B43D694D5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib


        0x7fff8dc98000 -     0x7fff8dcc9ff7  com.apple.DictionaryServices (1.2 - 184.4) <054F2D6F-9CFF-3EF1-9778-25C551B616C1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices


        0x7fff8dcca000 -     0x7fff8dccefff  com.apple.IOSurface (86.0.4 - 86.0.4) <26F01CD4-B76B-37A3-989D-66E8140542B3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface


        0x7fff8dcda000 -     0x7fff8dcdafff  libOpenScriptingUtil.dylib (??? - ???) <F8681222-0969-3B10-8BCE-C55A4B9C520C> /usr/lib/libOpenScriptingUtil.dylib


        0x7fff8e4c6000 -     0x7fff8e4fcfff  libsystem_info.dylib (??? - ???) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib


        0x7fff8e4fd000 -     0x7fff8e514fff  com.apple.GenerationalStorage (1.1 - 132.3) <FD4A84B3-13A8-3C60-A59E-25A361447A17> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage


        0x7fff8e541000 -     0x7fff8e5c2fff  com.apple.Metadata (10.7.0 - 707.5) <4140B1F6-7D73-33C7-B3F2-4DB349C31AE9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata


        0x7fff8e5c3000 -     0x7fff8e5fdff7  com.apple.GSS (3.0 - 2.0) <970CAE00-1437-3F4E-B677-0FDB3714C08C> /System/Library/Frameworks/GSS.framework/Versions/A/GSS


        0x7fff8e5fe000 -     0x7fff8e65afff  com.apple.QuickLookFramework (4.0 - 555.5) <8B9EAC35-98F3-3BF0-8B15-3A5FE39F150A> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook


        0x7fff8e734000 -     0x7fff8e755fff  com.apple.Ubiquity (1.2 - 243.15) <C9A7EE77-B637-3676-B667-C0843BBB0409> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity


        0x7fff8e756000 -     0x7fff8e9dbff7  com.apple.RawCamera.bundle (4.04 - 680) <F9A2656C-CE71-326E-BD6D-077487F49D74> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera


        0x7fff8e9dc000 -     0x7fff8e9dcfff  libkeymgr.dylib (25.0.0 - compatibility 1.0.0) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib


        0x7fff8ea36000 -     0x7fff8ea3eff7  libsystem_dnssd.dylib (??? - ???) <616FC901-151E-38BF-B2C4-24A351C5FAAD> /usr/lib/system/libsystem_dnssd.dylib


        0x7fff8ea3f000 -     0x7fff8ea6afff  libxslt.1.dylib (3.26.0 - compatibility 3.0.0) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib


        0x7fff8ea6b000 -     0x7fff8ea6dff7  com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print


        0x7fff8ea6e000 -     0x7fff8ea73fff  libcompiler_rt.dylib (30.0.0 - compatibility 1.0.0) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib


        0x7fff8ea74000 -     0x7fff8eb7ffff  libFontParser.dylib (??? - ???) <96C42E49-79A6-3475-B5E4-6A782599A6DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib


        0x7fff8eb80000 -     0x7fff8eb87fff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS


        0x7fff8edd9000 -     0x7fff8eddcfff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help


        0x7fff8eddd000 -     0x7fff8ee8efff  com.apple.LaunchServices (539.7 - 539.7) <DA7C602E-5E01-31B8-925D-B45360CA089F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices


        0x7fff8ee8f000 -     0x7fff8efa8fff  com.apple.ImageIO.framework (3.2.0 - 849) <C52AED41-A7C2-300B-91FA-5AF73718D243> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO


        0x7fff8f02c000 -     0x7fff8f075fff  com.apple.framework.CoreWiFi (1.2.2 - 122.12) <D237551E-0E2C-30FB-8FAA-003D8F25E819> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi


        0x7fff8f076000 -     0x7fff8f076fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate


        0x7fff8f077000 -     0x7fff8f33aff7  com.apple.AddressBook.framework (7.1 - 1169) <5FFF3765-414A-3633-ADE5-337CD4B9A102> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook


        0x7fff8f33b000 -     0x7fff8f340fff  com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory


        0x7fff8f341000 -     0x7fff8f349fff  com.apple.AOSNotification (1.7.0 - 636.3) <C96C3AB4-BF49-3DB7-9E9B-934CD579F63B> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification


        0x7fff8f384000 -     0x7fff8f632ff7  com.apple.imageKit (2.2 - 670) <F9B50A59-A749-333C-A8D9-C8A92C649AA9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit


        0x7fff8f633000 -     0x7fff8f8cefff  com.apple.JavaScriptCore (8536 - 8536.28.10) <BC911515-D051-3E2E-8E57-D36878407C60> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore


        0x7fff8f8dd000 -     0x7fff8f918fff  com.apple.LDAPFramework (2.4.28 - 194.5) <67FBDB29-3B9F-309A-BA7C-AA5921D9A4FB> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP


        0x7fff8f919000 -     0x7fff8f975ff7  com.apple.Symbolication (1.3 - 93) <F2C7E0B6-B241-3020-B30A-0636D0FA3378> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication


        0x7fff8f991000 -     0x7fff8f99efff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression


        0x7fff8f9e3000 -     0x7fff8fa4cfff  libstdc++.6.dylib (56.0.0 - compatibility 7.0.0) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib


        0x7fff8fa4d000 -     0x7fff8fc37ff7  com.apple.CoreFoundation (6.8 - 744.18) <A60C3C9B-3764-3291-844C-C487ACF77C2C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation


        0x7fff8fc38000 -     0x7fff90074fff  com.apple.VideoToolbox (1.0 - 926.87) <7319477A-4A3D-3233-AAD1-31F9C9429DA7> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox


        0x7fff90077000 -     0x7fff900f5ff7  com.apple.securityfoundation (6.0 - 55115.4) <C5461971-E455-31A6-99B8-AF80C4BC26DD> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation


        0x7fff900f6000 -     0x7fff900fafff  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib


        0x7fff90105000 -     0x7fff90110fff  com.apple.CommonAuth (3.0 - 2.0) <7A953C1F-8B18-3E46-9BEA-26D9B5B7745D> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth


    Sample analysis of process 28380 written to file /dev/stdout

  8. I have a similar issue. When Finder is busy (beach ball) waiting for response from my NAS (Synology 211 that is very slow due to maintenance work) and I launch Alfred eg to start an instance of Safari the Alfred window "hangs" for a long time. I have to revert to Spotlight to get some work done.

     

    Alfred 2.0.2 (b178)

    OSX 10.8.3

×
×
  • Create New...