How to specify -preview when launching via AppleScript

I have an InDesign Server CS5.5.I have a shell script that waits for xml files to be placed into a certain directory on the server. When it sees a file in the folder it launches an applescript that controls InDesign Server. I need to know how to specify the -preview option for the InDesign Server binary so the files generated by the server will have previews when they are opened in InDesign client. The apple scripts look like this:
tell application "InDesign Server"
     -- do some stuff
end tell
Where/how would I specify the -preview option. I see nothing referring to the -preview option in the Library for indesign.

There's two ways to set it:
1) in command line when you launch the executable, there's a preview option. I don't remember off hand the exact syntax.
2) In the script itself (using Javascript syntax -- Applescript would be similar) app.serverSettings.imagePreview = true;
Harbs

Similar Messages

  • How to change ringtone when connected via bluetooth

    When the Z3C is paired via bluetooth with my car audio system, the Z3C playes a different ringtone then the one which I have set as default.
    How can I change (set) the ringtone when the Z3C is connected in my car?

    I'm not to sure but I would imagine it has something to do with Smart connect and how it's setup when paired
    For a successful technology, reality must take precedence over public relations, for Nature cannot be fooled.   Richard P. Feynman

  • Referencing the script folder when launching via LNK

    I have been using ".\ blah blah" to reference files stored in the same folder as the script, but I ran into a situation where this actually referenced the user's home folder, not the script folder. I then found this code, which has worked well
    when launching the script directly, but when the script is launched via a shortcut it fails. 
    Is there a modification that can be done to this code, or another option, that will consistently identify the UNC path of the running script?
    Thanks,
    Gordon
    function Get-ScriptDirectory {
    $Invocation = (Get-Variable MyInvocation -Scope 1).Value
    if($Invocation.PSScriptRoot) {
    $Invocation.PSScriptRoot
    elseif($Invocation.MyCommand.Path) {
    Split-Path $Invocation.MyCommand.Path
    else {
    $Invocation.InvocationName.Substring(0,$Invocation.InvocationName.LastIndexOf("\"))

    Interesting.  So it's not even using MyCommand.Path; it's dropping down into that last case (which I assume was written to cover PowerShell 1.0, but I'm not certain.)
    Try adding this command to the function, for debugging purposes, right after the "$Invocation = ..." line:
    $Invocation |
    Format-Custom -Depth 3 -Property * -Force |
    Out-Host
    That should give you a bunch of information that you can copy and paste here, so we can figure out what's going on.
    Edit:  One other thing; is this Get-ScriptDirectory function in the ps1 script itself, or is it in a PSM1 module?

  • Fluxbox broken when launched via qingy

    Not sure what's going on, but for some reason out of the blue fluxbox no longer works properly when launched by qingy.  FB launches, but seems to only partially start up.  The desktop background is black, instead of showing my wallpaper, and although I can right-click on the desktop to bring up a menu, when I click on anything in the menu (e.g., aterm) it never gets launched.
    This isn't a fluxbox-specific issue, as I'm able to launch FB fine from a different desktop manager (slim).  And it isn't a qingy-specific issue, as I'm able to launch other WM's just fine from qingy (e.g., icewm, fvwm crystal, etc.)
    What's odd is that this combination of qingy/fluxbox was working fine up until recently, and I haven't changed anything in my qingy configuration in ages.  I just haven't used this combo in a while, and now when I come back to it it somehow got broken (by some unrelated package upgrade, I'm guessing).
    My qingy fluxbox launch script reads as follows, btw:
    [darose@daroselin ~]$ cat /etc/qingy/xsessions/fluxbox
    #!/bin/dash
    . /etc/profile
    /usr/bin/startfluxbox
    Anyone have any idea what might have broken this and/or how to fix?
    TIA!
    Last edited by darose (2010-12-08 16:16:15)

    Well, I got hit by this again when I updated world on my Gentoo desktop, so I guess it was time I finished investigating this.  Unfortunately that update included a whole bunch of X libraries, so tracking this down further to a specific package doesn't sound very fun.  But at least I figured out the cause of the weirdness and a workaround.
    For some reason, Fb is trying to execute programs on the :0 display, but the X server uses the :1 display.  I know of two workarounds, but I haven't bothered to determine how either might effect the use of other login or window managers.
    1. Tell Fb to use the correct display.  The last command in the $HOME/.fluxbox/startup file should execute fluxbox.  Change this to something like:
    exec fluxbox -display :1.0
    OR
    2. Tell Qingy to use the correct display.  In Qingy's configuration file at /etc/qingy/settings, set this option:
    x_server_offset = 0
    Enjoy.
    Last edited by onefriedrice (2011-01-03 03:16:50)

  • How to Specify Metadata When Adding Content Using iTunes U Web Service?

    I've been developing Java applications using iTunes U Web service and uploaded content to iTunes U site using iTunes U Web service without problem. Now I want to add metadata fields (name, artist name, album name, etc.) for the tracks I uploaded. It seems to me that "AddTrack" will do. So I tested it but it neither adds a track under the specified group nor updates metadata fields for an existing track. It turned out "MergeTrack" actually updates metadata fields for an existing track. So is there any way to specify metadata at the time of adding content using iTunes U Web service? And what exactly does AddTrack do? This is all about contents hosted by iTunes U site and no RSS is involved.
    I'm referring to the "AddTrack" method in iTunes U Web service:
    http://deimos.apple.com/rsrc/doc/iTunesUAdministrationGuide/iTunesUWebServices/c hapter18_section_21.html#//appleref/doc/uid/AdminGuide-CH13-SW26

    Thanks for all the replies. My question is whether there is any way to specify metadata WHEN adding content using iTunes U Web service. Specifying metadata AFTER adding content can be achieved by MergeTrack (weird naming) and it does work.
    As for setting track level meta-data in the media file and then upload it, there're several reasons against that, among which are:
    1. Some track metadata are context-dependent. A video about buildings on Michigan Ave in Chicago can be track #2 in a history course and described as "historic view of the Magnificent Mile", but the same media can also be track #5 in a landscape design course and described as something like "contemporary architecture". Setting these metadata in the media file itself is not the preferred way to do it since it implies maintaining a version of the same media for any course/group it gets uploaded to.
    2. Setting metadata in a location separate from the media file helps track the metadata change and search for media without digging into the media itself.
    3. If MergeTrack "updates" metadata, there got to be some other method that "creates" metadata - that's what a well-designed API should look like. And setting metadata in the media file is not an equivalent to a "create metadata" method call. In rickwolf's term, that implicit AddTrack should actually be made explicit so the party uploading content can explicitly specify metadata instead of having iTunes U extract metadata from the media.
    It is still not clear what "AddTrack" does exactly, maybe rickwolf is right - it's only relevant to tracks created through RSS.
    So it seems to me there is no other way to specify metadata WHEN adding content using iTunes U Web service than setting metadata in the media file. To me it is more like a design flaw.
    Message was edited by: Stone Xiang
    Message was edited by: Stone Xiang
    Message was edited by: Stone Xiang

  • How do switches work when launching a java app

    Hi,
    How do I use a "switch" in the launch command for an app. ie
    java -cp myclassPath -mySwitch hello MyClass arg1 arg2
    I want the app to do something depending on the presence of and the value of the switch "mySwitch". I know I can pass in args and work with these but I want to have control via the use of this optional switch.
    PS when I google for "java switch" or search this forum for it I only get stuff on the switch statement so I don't know if what I'm trying to do is even possible.

    Read the documentation for java command. Especially, look at the -D option.

  • How to resolve preview when crashing on print?

    Preview crashing when asked to print pdf or ping files.
    Only adobe works to print but preview was much more convenient to use when it was working the same printer before.
    So I'd like it to stop crashing if possible.
    Should I delete and re download the preview application? But where to get free download of preview?
    I get the following error details all below:
    Please help solve!
    Thank you in Advance,
    Justin
    Process:         Preview [25465]
    Path:            /Applications/Preview.app/Contents/MacOS/Preview
    Identifier:      com.apple.Preview
    Version:         6.0.1 (765.4)
    Build Info:      Preview-765004000000000~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [145]
    User ID:         501
    PlugIn Path:       /Library/Printers/Xerox/PDEs/EF172218 (FF).plugin/Contents/MacOS/EF172218 (FF)
    PlugIn Identifier: com.efi.print.pde.878F141C-45CF-4500-AA41-CBACB51594CD.PInf
    PlugIn Version:    3.1.080.0 (3.1.080.0)
    Date/Time:       2013-02-24 20:34:28.309 +0800
    OS Version:      Mac OS X 10.8.2 (12C60)
    Report Version:  10
    Interval Since Last Report:          175141 sec
    Crashes Since Last Report:           18920
    Per-App Interval Since Last Report:  145909 sec
    Per-App Crashes Since Last Report:   6
    Anonymous UUID:                      34CBA07E-1909-AADF-1DC9-08C847354D0B
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0xffffffffffffffff
    VM Regions Near 0xffffffffffffffff:
    --> shared memory          00007fffffed9000-00007fffffeda000 [    4K] r-x/r-x SM=SHM 
    Application Specific Information:
    Performing @selector(printAllContainers:) from sender NSMenuItem 0x7febf320f640
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_c.dylib                       0x00007fff872afd1c bzero$VARIANT$sse42 + 92
    1   com.efi.print.pde.878F141C-45CF-4500-AA41-CBACB51594CD.PInf          0x000000010d64e55d UI_Panel::UI_Panel(PDEData*) + 355
    2   com.efi.print.pde.878F141C-45CF-4500-AA41-CBACB51594CD.PInf          0x000000010d649c62 -[FieryFeaturesPDE878F141C45CF4500AA41CBACB51594CD initWithCallback:] + 1442
    3   com.efi.print.pde.878F141C-45CF-4500-AA41-CBACB51594CD.PInf          0x000000010d648339 -[FieryFeaturesPDEPlugIn878F141C45CF4500AA41CBACB51594CD PDEPanelsForType:withHostInfo:] + 115
    4   com.apple.print.framework.Print.Private          0x000000010d4ba90f 0x10d4b3000 + 30991
    5   com.apple.print.framework.Print.Private          0x000000010d4b9cd7 0x10d4b3000 + 27863
    6   com.apple.print.framework.Print.Private          0x000000010d4b8366 0x10d4b3000 + 21350
    7   com.apple.print.framework.Print.Private          0x000000010d4b67bc 0x10d4b3000 + 14268
    8   com.apple.print.framework.Print.Private          0x000000010d4c9163 0x10d4b3000 + 90467
    9   com.apple.print.framework.Print.Private          0x000000010d4c89b6 0x10d4b3000 + 88502
    10  com.apple.AppKit                        0x00007fff8cfa6062 -[NSWindowController _windowDidLoad] + 448
    11  com.apple.AppKit                        0x00007fff8cf773ba -[NSWindowController window] + 114
    12  com.apple.AppKit                        0x00007fff8d2c2f6f -[NSPrintPanel beginSheetWithPrintInfo:modalForWindow:delegate:didEndSelector:contextInfo:] + 596
    13  com.apple.AppKit                        0x00007fff8d2c0fa4 -[NSConcretePrintOperation runOperationModalForWindow:delegate:didRunSelector:contextInfo:] + 473
    14  com.apple.AppKit                        0x00007fff8cf42a59 -[NSApplication sendAction:to:from:] + 342
    15  com.apple.AppKit                        0x00007fff8d07844c -[NSMenuItem _corePerformAction] + 406
    16  com.apple.AppKit                        0x00007fff8d07813a -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 133
    17  com.apple.AppKit                        0x00007fff8cd6546f -[NSMenu _internalPerformActionForItemAtIndex:] + 36
    18  com.apple.AppKit                        0x00007fff8cd652f7 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 135
    19  com.apple.AppKit                        0x00007fff8d071245 NSSLMMenuEventHandler + 342
    20  com.apple.HIToolbox                     0x00007fff8ca04f0a DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1206
    21  com.apple.HIToolbox                     0x00007fff8ca043d9 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 410
    22  com.apple.HIToolbox                     0x00007fff8ca1a1bd SendEventToEventTarget + 40
    23  com.apple.HIToolbox                     0x00007fff8ca50e89 SendHICommandEvent(unsigned int, HICommand const*, unsigned int, unsigned int, unsigned char, void const*, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) + 443
    24  com.apple.HIToolbox                     0x00007fff8c9f5c11 SendMenuCommandWithContextAndModifiers + 59
    25  com.apple.HIToolbox                     0x00007fff8c9f5bc3 SendMenuItemSelectedEvent + 254
    26  com.apple.HIToolbox                     0x00007fff8c9f5a4f FinishMenuSelection(SelectionData*, MenuResult*, MenuResult*) + 94
    27  com.apple.HIToolbox                     0x00007fff8c9d1aab MenuSelectCore(MenuData*, Point, double, unsigned int, OpaqueMenuRef**, unsigned short*) + 605
    28  com.apple.HIToolbox                     0x00007fff8c9d10b8 _HandleMenuSelection2 + 565
    29  com.apple.AppKit                        0x00007fff8cf309c6 _NSHandleCarbonMenuEvent + 245
    30  com.apple.AppKit                        0x00007fff8ce52b7f _DPSNextEvent + 2073
    31  com.apple.AppKit                        0x00007fff8ce51ed2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    32  com.apple.AppKit                        0x00007fff8ce49283 -[NSApplication run] + 517
    33  com.apple.AppKit                        0x00007fff8cdedcb6 NSApplicationMain + 869
    34  libdyld.dylib                           0x00007fff86cf77e1 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff888b6d16 kevent + 10
    1   libdispatch.dylib                       0x00007fff88f14dea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00007fff88f149ee _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff888b66d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff872c4eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff872c4cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff872af171 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff888b66d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff872c4eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff872c4cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff872af171 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff888b66d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff872c4eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff872c4cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff872af171 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff888b66d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff872c4eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff872c4cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff872af171 start_wqthread + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff888b66d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff872c4eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff872c4cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff872af171 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x00007fff5a410658  rcx: 0x00007fff888b72ca  rdx: 0x0000000000038e5a
      rdi: 0xffffffffffffffff  rsi: 0x0000000000038e5a  rbp: 0x00007fff5a410540  rsp: 0x00007fff5a410540
       r8: 0x00007febf65471f0   r9: 0x0000000078371178  r10: 0x00007fff888b72f2  r11: 0xffffffffffffffff
      r12: 0x00007febf65476a0  r13: 0x000000010d6c4e98  r14: 0x00007febf62dc1d0  r15: 0x00007febf624ab00
      rip: 0x00007fff872afd1c  rfl: 0x0000000000010206  cr2: 0xffffffffffffffff
    Logical CPU: 0
    Binary Images:
           0x1057ed000 -        0x1059fdfef  com.apple.Preview (6.0.1 - 765.4) <50247CB0-A1F3-333B-B0EE-916EB4F138BD> /Applications/Preview.app/Contents/MacOS/Preview
           0x105aa2000 -        0x105ad8fff  com.apple.MediaUI (1.1 - 22) <49961E63-DCC6-3092-8009-F856B902DA85> /System/Library/PrivateFrameworks/MediaUI.framework/Versions/A/MediaUI
           0x105b0b000 -        0x105f14ff7  com.apple.SceneKit (3.2 - 155.4) <6D1742E5-64AD-3002-B1E0-6FDE82F8AA60> /System/Library/Frameworks/SceneKit.framework/Versions/A/SceneKit
           0x10621a000 -        0x10621aff3 +cl_kernels (???) <336CB5F3-2967-41F8-AF66-9BA2928D96D0> cl_kernels
           0x108382000 -        0x108384ff7  com.apple.textencoding.unicode (2.5 - 2.5) <0518078E-C652-3CFC-A3FB-903C600CE831> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
           0x109b06000 -        0x109cbdfff  GLEngine (8.6.1) <94C4C4C0-E96C-30B2-8CD7-DE8D82CA74F1> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x109cf4000 -        0x109e36fff  libGLProgrammability.dylib (8.6.1) <FC866EA6-6263-3F51-BF7C-EA1A9A4162B4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
           0x109e6a000 -        0x10a21efff  com.apple.driver.AppleIntelHD3000GraphicsGLDriver (8.0.61 - 8.0.0) <2A12EDBB-1DF7-3638-BB7F-BBD7DB9DB3CB> /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD3000GraphicsGLDriver
           0x10a33c000 -        0x10a34aff7  libGPUSupport.dylib (8.6.1) <C8A361A5-8A82-375D-B50E-E520662F76B1> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
           0x10a351000 -        0x10a37efff  GLRendererFloat (8.6.1) <B598274C-3C23-3EBB-A7C5-13C131FAC651> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x10a387000 -        0x10a390fe7  libcldcpuengine.dylib (2.1.19) <50800DA2-7233-32E5-9553-A02171B68399> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
           0x10a396000 -        0x10a399ff7  libCoreFSCache.dylib (24.4) <C375CAA0-F91F-3D9F-AF90-DB951BD86983> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
           0x10b18e000 -        0x10b18eff1 +cl_kernels (???) <69215E23-CDCE-4795-8DC5-BF5009DDB6D4> cl_kernels
           0x10b194000 -        0x10b195ff3 +cl_kernels (???) <79D327E2-B7B8-4643-84F9-7C9555A6C4B5> cl_kernels
           0x10b4c5000 -        0x10b4c6ff2 +cl_kernels (???) <AF3F9892-B32C-4B2C-8D50-C62038563265> cl_kernels
           0x10bcd3000 -        0x10bd6eff7  unorm8_bgra.dylib (2.1.19) <904EA51D-225A-38AF-B66C-84493C55C065> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
           0x10bdac000 -        0x10bdadff3 +cl_kernels (???) <CF12D272-45BC-416D-B119-6C5AF3410EFE> cl_kernels
           0x10d45d000 -        0x10d48ffff  com.apple.printingprivate.framework.PrintingPrivate (8.1 - 91.1) <157A388A-3E46-30E6-B3E5-87EE554663D3> /System/Library/PrivateFrameworks/PrintingPrivate.framework/Versions/A/Printing Private
           0x10d4b3000 -        0x10d4eafff  com.apple.print.framework.Print.Private (8.0 - 409) <71FEC4CA-3ED4-3FC4-8637-91AE47E6D2C4> /System/Library/PrivateFrameworks/PrintingPrivate.framework/Versions/Current/Pl ugins/PrintCocoaUI.bundle/Contents/MacOS/PrintCocoaUI
           0x10d646000 -        0x10d6b7fe7 +com.efi.print.pde.878F141C-45CF-4500-AA41-CBACB51594CD.PInf (3.1.080.0 - 3.1.080.0) <4A9B279F-4309-87B3-9587-D5D05AF5ED04> /Library/Printers/Xerox/PDEs/EF172218 (FF).plugin/Contents/MacOS/EF172218 (FF)
        0x7fff653ed000 -     0x7fff6542193f  dyld (210.2.3) <A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld
        0x7fff80d69000 -     0x7fff81039fff  com.apple.security (7.0 - 55179.1) <639641EF-8156-3190-890C-1053658E044A> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8103a000 -     0x7fff81041fff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff81042000 -     0x7fff8108dff7  com.apple.CoreMedia (1.0 - 926.62) <CFBD094F-DA9C-3498-9D50-BC754B56F00A> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff8108e000 -     0x7fff810d2fff  libcups.2.dylib (327) <9B3F3321-D2BC-3195-BF20-4008FC52A390> /usr/lib/libcups.2.dylib
        0x7fff810d3000 -     0x7fff81308ff7  com.apple.CoreData (106.1 - 407.7) <24E0A6B4-9ECA-3D12-B26A-72B9DCF09768> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff81468000 -     0x7fff81542ff7  com.apple.backup.framework (1.4.1 - 1.4.1) <A3CFCA9E-717C-302D-821B-16FD35E6673F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff81543000 -     0x7fff8159ffff  com.apple.corelocation (1.0 - 1239.39) <88EFC8F1-0A91-3EB6-A1F6-76294541D85D> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff815a0000 -     0x7fff81651fff  com.apple.LaunchServices (539.7 - 539.7) <DA7C602E-5E01-31B8-925D-B45360CA089F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff81652000 -     0x7fff81666fff  libGL.dylib (8.6.1) <2E00615F-97F5-34EB-BE07-75A24F3C18D7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff8166a000 -     0x7fff81793ff7  com.apple.avfoundation (2.0 - 361.25) <1F5CACA6-9CF3-3FAB-BDE1-E6CC96A63FF7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff81794000 -     0x7fff81794fff  com.apple.Carbon (154 - 155) <372716D2-6FA1-3611-8501-3DD1D4A6E8C8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff81795000 -     0x7fff817acfff  com.apple.GenerationalStorage (1.1 - 132.2) <3F5C87BD-D866-3732-8CB9-D23ED9784D6E> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff8181e000 -     0x7fff81829fff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
        0x7fff8182a000 -     0x7fff818efff7  com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff818f0000 -     0x7fff81917fff  com.apple.framework.familycontrols (4.1 - 410) <AE49B2AB-7D2B-3D52-8E21-60EBEA1A38E6> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff8191b000 -     0x7fff81a8ffff  com.apple.CFNetwork (596.2.3 - 596.2.3) <6A16C2BD-1035-30F9-AE96-D9E3BB54A976> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff81a90000 -     0x7fff81c3efff  com.apple.QuartzCore (1.8 - 304.0) <BDC66714-F60C-386D-A773-F897D1E87AB6> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff81c3f000 -     0x7fff81cd9fff  com.apple.CoreSymbolication (3.0 - 87) <75F2C0DD-549A-36F6-BD9E-FB40A924344F> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff81cda000 -     0x7fff81ce8fff  libcommonCrypto.dylib (60026) <2D6537F5-1B5E-305C-A1CF-D1FA80CA3939> /usr/lib/system/libcommonCrypto.dylib
        0x7fff81d24000 -     0x7fff81db1ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff81dfe000 -     0x7fff821f7ff7  com.apple.MediaToolbox (1.0 - 926.62) <83BBE53E-29FE-3874-9991-B6D009EADCC5> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff8223f000 -     0x7fff8234afff  libFontParser.dylib (84.5) <617A7D30-C7BC-39FC-A1FE-59367B4A5719> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff823a2000 -     0x7fff823b5ff7  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
        0x7fff823b6000 -     0x7fff823c3fff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
        0x7fff8240b000 -     0x7fff8241cff7  libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib
        0x7fff8241d000 -     0x7fff82421fff  libGIF.dylib (845) <2690CE83-E934-3EF8-A30A-996EDADCE3E4> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff82422000 -     0x7fff82422fff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff82c41000 -     0x7fff82c63ff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff82d2d000 -     0x7fff82d33fff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
        0x7fff82d34000 -     0x7fff83090fff  com.apple.Foundation (6.8 - 945.11) <A5D41956-A354-3ACC-9355-BE200072223B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff83091000 -     0x7fff830d9fff  libcurl.4.dylib (69.2) <EBDBF42D-E4A6-3D05-A76B-2817D79D59E2> /usr/lib/libcurl.4.dylib
        0x7fff830da000 -     0x7fff831cffff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
        0x7fff8329f000 -     0x7fff832c7fff  libJPEG.dylib (845) <A32618D7-FB91-3EE2-A105-5407B2F3F8D8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff832cb000 -     0x7fff832cbfff  libOpenScriptingUtil.dylib (148.2) <B8061D13-C1B2-38D5-A723-9A98D64E67AC> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff832cc000 -     0x7fff832d3fff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
        0x7fff832d4000 -     0x7fff832d4fff  com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff832d5000 -     0x7fff832e1fff  com.apple.CrashReporterSupport (10.8.2 - 415) <55783BF9-125E-3F9C-A412-6A095ECD9353> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff832e2000 -     0x7fff83310fff  com.apple.CoreServicesInternal (154.2 - 154.2) <3E6196E6-F3B4-316F-9E1F-13B6B9694C7E> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff83311000 -     0x7fff83392fff  com.apple.Metadata (10.7.0 - 707.3) <A45D75C1-B311-39F0-AF4A-63FCCC098C1D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff83393000 -     0x7fff83396fff  com.apple.AppleSystemInfo (2.0 - 2) <BC221376-361F-3F85-B284-DC251D3BB442> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff84351000 -     0x7fff84378ff7  com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff84379000 -     0x7fff84379fff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
        0x7fff8437a000 -     0x7fff843a6fff  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
        0x7fff843a7000 -     0x7fff843abfff  com.apple.IOSurface (86.0.3 - 86.0.3) <C121DE83-ED12-3DC1-BDB3-4FCB29AB0571> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff843ac000 -     0x7fff843c1fff  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
        0x7fff843c2000 -     0x7fff8442afff  libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff8442b000 -     0x7fff844fdff7  com.apple.CoreText (260.0 - 275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff84544000 -     0x7fff84575ff7  com.apple.DictionaryServices (1.2 - 184.4) <054F2D6F-9CFF-3EF1-9778-25C551B616C1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff84576000 -     0x7fff845cbff7  libTIFF.dylib (845) <ADCB4683-69EB-318B-8BE7-5FDF38BCADAF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff845cc000 -     0x7fff845f7fff  com.apple.framework.Apple80211 (8.0.1 - 801.17) <05786C8E-8C6F-31AF-80B5-9C98175757B4> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff845f8000 -     0x7fff84619ff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
        0x7fff8486e000 -     0x7fff84870fff  libCVMSPluginSupport.dylib (8.6.1) <7EFDA31E-E463-3897-A8DC-7FD266EB713E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff84b38000 -     0x7fff84b4aff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
        0x7fff84b4b000 -     0x7fff84b9cff7  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <E095637C-457F-3D8F-AE32-A032F9D5A46C> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff84e54000 -     0x7fff84e60fff  libCSync.A.dylib (324.6) <2033247A-CABC-3E20-8498-7367A8F44A08> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff84e61000 -     0x7fff84e77fff  com.apple.MultitouchSupport.framework (235.28 - 235.28) <BD78B16E-9B5A-3E07-93B4-13AD1A538CAC> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff84e78000 -     0x7fff84e7efff  libGFXShared.dylib (8.6.1) <CF55E720-1B9E-3E24-A1DA-7FA8B261CD8E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff84eda000 -     0x7fff850dafff  libicucore.A.dylib (491.11.1) <CC318A27-878A-38CE-9292-1B98353FA9C7> /usr/lib/libicucore.A.dylib
        0x7fff850db000 -     0x7fff8512aff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff8512b000 -     0x7fff8512dfff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff8512e000 -     0x7fff85abec67  com.apple.CoreGraphics (1.600.0 - 324.6) <DCC70C6E-AB6D-3457-A823-7569CB29B107> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff85abf000 -     0x7fff85b65ff7  com.apple.CoreServices.OSServices (557.4 - 557.4) <841878A8-6F3E-300D-8F01-444B3CC1F41D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff85b66000 -     0x7fff85c86fff  com.apple.desktopservices (1.7.2 - 1.7.2) <CDE8C2C2-C505-31B0-8C61-E40E4EA364A5> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff85ccf000 -     0x7fff85cf0fff  com.apple.Ubiquity (1.2 - 243.10) <F97D3A33-2C8B-3CFF-AF75-A74866D42853> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff85cf1000 -     0x7fff85d11fff  libPng.dylib (845) <C3CDD2B4-3CB0-3F6D-8411-DAAF267E952B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff865c7000 -     0x7fff865d1fff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff865d2000 -     0x7fff865d3ff7  libremovefile.dylib (23.1) <DBBFAF35-AC78-3856-92F6-6E4FD9DF14A2> /usr/lib/system/libremovefile.dylib
        0x7fff865d4000 -     0x7fff865d4ffd  com.apple.audio.units.AudioUnit (1.8 - 1.8) <29E2C990-3617-3FA2-BDD7-DB7DF493E443> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff86629000 -     0x7fff86634fff  com.apple.CommonAuth (3.0 - 2.0) <74A86DDD-57D0-3178-AB74-E1F31DBFFC39> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff86643000 -     0x7fff8668fff7  libauto.dylib (185.1) <73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib
        0x7fff86690000 -     0x7fff866b2ff7  libxpc.dylib (140.41) <FAC04D8B-680E-325F-8F0C-DD69859D0E01> /usr/lib/system/libxpc.dylib
        0x7fff866b3000 -     0x7fff869caff7  com.apple.CoreServices.CarbonCore (1037.3 - 1037.3) <DF7CABCA-F2CB-345B-8EFF-F0F4E937B7FF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff869cb000 -     0x7fff86a34fff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
        0x7fff86a41000 -     0x7fff86a6fff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
        0x7fff86b5d000 -     0x7fff86b65ff7  libsystem_dnssd.dylib (379.32.1) <62AA0B84-188A-348B-8F9E-3E2DB08DB93C> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff86b66000 -     0x7fff86bbdff7  com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff86bbe000 -     0x7fff86bc3fff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
        0x7fff86bc4000 -     0x7fff86bc9fff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
        0x7fff86bca000 -     0x7fff86c06fff  com.apple.GeoServices (1.0 - 1) <DB382348-EBFA-3AD5-888B-7F4640F41834> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
        0x7fff86c07000 -     0x7fff86ca4ff7  com.apple.PDFKit (2.7.2 - 2.7.2) <DE5BE2EF-2570-3792-B1C3-AAD45765F533> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff86cf5000 -     0x7fff86cf8ff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
        0x7fff86cf9000 -     0x7fff86d16fff  com.apple.openscripting (1.3.6 - 148.2) <33B87CFB-CACC-3EBC-893D-38AECB94FB8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff86d17000 -     0x7fff86db1fff  libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff86db7000 -     0x7fff86e14ff7  com.apple.AE (645.3 - 645.3) <FF867ACA-8628-3E5A-8FA0-AF429B42C5D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff86e15000 -     0x7fff86e4ffff  com.apple.GSS (3.0 - 2.0) <0BDF8090-5EF4-3759-94DE-8521D74188AA> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff86e50000 -     0x7fff86e54ff7  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
        0x7fff86e55000 -     0x7fff86ee6fff  com.apple.CorePDF (2.0 - 2) <EB5660B1-0D79-34F3-B242-B559AE0A5B4A> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff86f20000 -     0x7fff86f77ff7  com.apple.AppleVAFramework (5.0.18 - 5.0.18) <B75949DD-AC27-3848-8221-00D70D14C7E0> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff86f79000 -     0x7fff87076ff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
        0x7fff87077000 -     0x7fff87079fff  com.apple.securityhi (4.0 - 55002) <8B2008A2-B6A2-3E69-9FA2-77B38C869DD6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff8708b000 -     0x7fff87211fff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff872aa000 -     0x7fff872adfff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff872ae000 -     0x7fff8737afe7  libsystem_c.dylib (825.25) <8CBCF9B9-EBB7-365E-A3FF-2F3850763C6B> /usr/lib/system/libsystem_c.dylib
        0x7fff8737b000 -     0x7fff87381fff  libCGXCoreImage.A.dylib (324.6) <45864BEA-B2EA-3F5F-9D04-F9832AB67A00> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
        0x7fff87382000 -     0x7fff873b0fff  com.apple.shortcut (2.2 - 2.2) <C573DB65-37FB-3DDC-AB19-525094346D9B> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
        0x7fff873b1000 -     0x7fff873b2fff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
        0x7fff873b3000 -     0x7fff87433ff7  com.apple.ApplicationServices.ATS (332 - 341.1) <BD83B039-AB25-3E3E-9975-A67DAE66988B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff87434000 -     0x7fff87434fff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff87440000 -     0x7fff8748aff7  libGLU.dylib (8.6.1) <DF45C1E3-3884-3991-B84F-F39B482E8BF8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff8748b000 -     0x7fff874b6fff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
        0x7fff87605000 -     0x7fff877a0fef  com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff877a1000 -     0x7fff878a3fff  libJP2.dylib (845) <405CAF25-0AA5-3C6B-A4A6-94471A1EDD2F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff878ac000 -     0x7fff878b4fff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
        0x7fff878b5000 -     0x7fff878cffff  com.apple.CoreMediaAuthoring (2.1 - 914) <CFA664F9-D5A7-3281-A12F-3ED8A98FD8C1> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff878da000 -     0x7fff87919ff7  com.apple.QD (3.42 - 285) <8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff8791a000 -     0x7fff87939ff7  com.apple.ChunkingLibrary (2.0 - 133.2) <D2A746DE-002A-3C6C-961E-BE94E71DB835> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff8793a000 -     0x7fff8793afff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff8799b000 -     0x7fff879e3fff  com.apple.framework.CoreWiFi (1.0 - 100.10) <0E863B4A-1094-3F8D-BEDE-D99537E9C588> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff87a16000 -     0x7fff87a42ff7  libRIP.A.dylib (324.6) <5A7EB5C2-BA60-36D7-BF41-9853F37837AA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff87a43000 -     0x7fff87a86ff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff87acc000 -     0x7fff87b6aff7  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
        0x7fff87b6b000 -     0x7fff87cdcff7  com.apple.QTKit (7.7.1 - 2599.13) <5B24A892-ED69-3C01-8B00-DF3AD81A20D4> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff87cdd000 -     0x7fff87e2efff  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <833DA682-A3C1-39E7-AEC3-9EDC734DE2A9> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff87e2f000 -     0x7fff87e9cfff  com.apple.datadetectorscore (4.0 - 269.1) <C94C372B-3821-3A46-A8C2-091AB1CFF7F4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff88393000 -     0x7fff883cefff  com.apple.LDAPFramework (2.4.28 - 194.5) <0190B746-F684-3F43-B4D0-148EFE386CA4> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff883cf000 -     0x7fff88654ff7  com.apple.RawCamera.bundle (4.04 - 680) <F9A2656C-CE71-326E-BD6D-077487F49D74> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff886c5000 -     0x7fff887b5ff7  com.apple.DiskImagesFramework (10.8 - 344) <AC72B2EF-7307-3B20-B561-5ECF30E83627> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff887bf000 -     0x7fff8881bfff  com.apple.QuickLookFramework (4.0 - 555.4) <B34DB61C-15F0-3CF8-98A4-152C2F54DF8D> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff8881c000 -     0x7fff88852fff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
        0x7fff88853000 -     0x7fff88862ff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
        0x7fff88863000 -     0x7fff888a3fff  com.apple.MediaKit (13 - 659) <0C56D7FF-0430-3199-9952-CF8577519449> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff888a4000 -     0x7fff888bfff7  libsystem_kernel.dylib (2050.18.24) <C0535565-35D1-31A7-A744-63D9F10F12A4> /usr/lib/system/libsystem_kernel.dylib
        0x7fff888c0000 -     0x7fff888c3fff  libRadiance.dylib (845) <E8956A35-494E-3014-8B86-362D32576116> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff888c4000 -     0x7fff889dc92f  libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
        0x7fff889df000 -     0x7fff889ecff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff88a48000 -     0x7fff88a4afff  libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib
        0x7fff88a4b000 -     0x7fff88a6aff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
        0x7fff88ab2000 -     0x7fff88b6fff7  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
        0x7fff88b9a000 -     0x7fff88bcefff  com.apple.securityinterface (6.0 - 55024.4) <614C9B8E-2056-3A41-9A01-DAF74C97CC43> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff88bcf000 -     0x7fff88bf9ff7  com.apple.CoreVideo (1.8 - 99.3) <C424838A-889C-39E5-8108-FD05C93D26A0> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff88bfa000 -     0x7fff88c56ff7  com.apple.Symbolication (1.3 - 93) <66BAF8B0-26D5-38B6-A742-01031F1B4EC0> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff88c57000 -     0x7fff88c8eff7  libssl.0.9.8.dylib (47) <923945E6-C489-3406-903B-A362410753F8> /usr/lib/libssl.0.9.8.dylib
        0x7fff88f10000 -     0x7fff88f25ff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
        0x7fff88f26000 -     0x7fff88f2cfff  com.apple.DiskArbitration (2.5.1 - 2.5.1) <F7DAF7CC-5893-3F06-9168-3B0192B66D15> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff88f2d000 -     0x7fff88f41fff  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
        0x7fff89053000 -     0x7fff89060fff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff89089000 -     0x7fff890e6fff  com.apple.audio.CoreAudio (4.1.0 - 4.1.0) <B3198BD6-EA1D-3E5E-ADD4-37D8E6B72678> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff89121000 -     0x7fff893cffff  com.apple.imageKit (2.2 - 667) <66A64289-6259-335E-9D8C-E3E02ECE7837> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff893d0000 -     0x7fff89429fff  com.apple.ImageCaptureCore (5.0.1 - 5.0.1) <2CC27836-1E1E-3633-B15C-A3BA1734D092> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff8942a000 -     0x7fff89436ff7  com.apple.DirectoryService.Framework (10.8 - 151.10) <DA05EF06-8EBD-3759-B5D3-E6FC86C5D850> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff89437000 -     0x7fff8946dfff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff8946e000 -     0x7fff894d6ff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
        0x7fff894d7000 -     0x7fff895aaff7  com.apple.DiscRecording (7.0 - 7000.2.4) <005BE6FF-38A1-3AEA-B24C-9D4F330EF6BE> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff895ab000 -     0x7fff895beff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
        0x7fff8960f000 -     0x7fff89629fff  com.apple.ScriptingBridge (1.3 - 61.2) <16852553-3FF9-368B-B60E-A7949FAF5A7A> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
        0x7fff89637000 -     0x7fff89820fff  com.apple.CoreFoundation (6.8 - 744.12) <EF002794-DAEF-31C6-866C-E3E3AC387A9F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff89821000 -     0x7fff8986cfff  com.apple.framework.CoreWLAN (3.0.1 - 301.11) <8370178E-438C-375C-AA41-A8DEE60B8636> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff8986d000 -     0x7fff8986dfff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff89870000 -     0x7fff89b14fff  com.apple.CoreImage (8.2.2 - 1.0.1) <930B0B23-DD84-3B0C-B5A9-C09B7068A6F0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff89b17000 -     0x7fff89c30ff7  com.apple.ImageIO.framework (3.2.0 - 845) <553B9828-A7D9-3AE4-A214-1C33417545FD> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff89c35000 -     0x7fff89c3afff  com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff89c40000 -     0x7fff89c41ff7  libSystem.B.dylib (169.3) <132FE02E-3865-3F1F-B78D-C93D65930A67> /usr/lib/libSystem.B.dylib
        0x7fff89c51000 -     0x7fff89c5fff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
        0x7fff89c60000 -     0x7fff89cadfff  com.apple.CoreMediaIO (301.0 - 4147) <61E348A5-1F9E-3390-9613-3EACE40DBD8C> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff89cae000 -     0x7fff89cafff7  libdnsinfo.dylib (453.18) <E7595861-ECF9-336E-9901-BED2620FAA80> /usr/lib/system/libdnsinfo.dylib
        0x7fff89cb0000 -     0x7fff89f4aff7  com.apple.JavaScriptCore (8536 - 8536.26.7) <ADAD1276-675A-3000-B746-560A2EB596A2> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff89f4b000 -     0x7fff89f59fff  com.apple.Librarian (1.1 - 1) <1635162F-239A-341E-83C7-710C55E254AF> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
        0x7fff89f5a000 -     0x7fff8a377fff  FaceCoreLight (2.4.1) <A34C9575-C4C1-31B1-809B-7751070B4E8B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
        0x7fff8a378000 -     0x7fff8a3d2fff  com.apple.print.framework.PrintCore (8.1 - 387.1) <1FA17B75-33E6-35BD-9198-35F92E37B248> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff8a3d3000 -     0x7fff8a3d4fff  libffi.dylib (18) <D20FE81C-271C-3446-ABC8-50B6A6F5BEA4> /usr/lib/libffi.dylib
        0x7fff8ab5b000 -     0x7fff8ab5cfff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff8ab5d000 -     0x7fff8abb3ff7  com.apple.opencl (2.1.20 - 2.1.20) <AF142CA4-EA1D-31B0-A48F-AA2B75D4309E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff8abb4000 -     0x7fff8b35cfff  com.apple.CoreAUC (6.16.00 - 6.16.00) <B0B4B5B8-6F8F-3221-9128-313E3B8C695D> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff8b35d000 -     0x7fff8b35fff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
        0x7fff8b360000 -     0x7fff8b364ff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff8b365000 -     0x7fff8b365fff  com.apple.quartzframework (1.5 - 1.5) <6403C982-0D45-37EE-A0F0-0EF8BCFEF440> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff8b366000 -     0x7fff8b368ff7  com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff8b369000 -     0x7fff8b36aff7  libsystem_sandbox.dylib (220) <3C3B03CF-C525-3CB3-8557-62E91B93AC95> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff8b36b000 -     0x7fff8b3c1fff  com.apple.HIServices (1.20 - 417) <A1129272-FEC8-350B-BA26-5A97F23C413D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff8b3e5000 -     0x7fff8b40aff7  libc++abi.dylib (24.4) <E7BD9363-1D25-3551-A68A-2E2FF6ABECD7> /usr/lib/libc++abi.dylib
        0x7fff8b40b000 -     0x7fff8b416ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff8b417000 -     0x7fff8b853fff  com.apple.VideoToolbox (1.0 - 926.62) <7D749558-08B6-3F86-A20E-05ECDACE6F17> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff8b854000 -     0x7fff8b88cfff  libtidy.A.dylib (15.10) <9009156B-84F5-3781-BFCB-B409B538CD18> /usr/lib/libtidy.A.dylib
        0x7fff8b88d000 -     0x7fff8bc84fff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff8bc85000 -     0x7fff8bcf2ff7  com.apple.framework.IOKit (2.0 - 755.18.10) <142E19DD-1C8D-3D61-ABC8-83994A73279F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff8bcf3000 -     0x7fff8bf4eff7  com.apple.QuartzComposer (5.1 - 284) <D9CDC9ED-9F03-30F0-80DF-BA189A054AC9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff8bfad000 -     0x7fff8bfbaff7  com.apple.HelpData (2.1.4 - 85) <EE68BDCC-AF2E-34D3-8E4F-87379E3A4D8E> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
        0x7fff8bfbb000 -     0x7fff8bfbffff  libCGXType.A.dylib (324.6) <2FC25246-A69F-3F81-9AC6-0A1753E1C6A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff8c048000 -     0x7fff8c057ff7  com.apple.opengl (1.8.6 - 1.8.6) <720CC06C-0D01-37AE-BB3D-D7F0242B262A> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff8c058000 -     0x7fff8c062fff  com.apple.DisplayServicesFW (2.6.1 - 353) <0505CB8A-47D9-3539-9A0D-24F09D99E9D8> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff8c067000 -     0x7fff8c0b6ff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
        0x7fff8c0b7000 -     0x7fff8c1b4fff  libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
        0x7fff8c1b5000 -     0x7fff8c2cffff  com.apple.coreavchd (5.6.0 - 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff8c2d0000 -     0x7fff8c2d4fff  libCoreVMClient.dylib (24.4) <55F71158-ADEE-3863-92E9-4772DCEA8E31> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff8c2d5000 -     0x7fff8c2ecfff  com.apple.CFOpenDirectory (10.8 - 151.10) <FFBBA538-00B5-334E-BA5B-C8AD6CDCDA14> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff8c4d5000 -     0x7fff8c5d3fff  com.apple.QuickLookUIFramework (4.0 - 555.4) <58EC2F30-0959-3586-A1DD-BDCAF589D2D3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff8c5d4000 -     0x7fff8c5d4fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff8c6ef000 -     0x7fff8c76dff7  com.apple.securityfoundation (6.0 - 55115.4) <137E156C-B29C-3B84-95B3-669BC7C1BA7A> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff8c77e000 -     0x7fff8c880fff  libcrypto.0.9.8.dylib (47) <74F165AD-4572-3B26-B0E2-A97477FE59D0> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff8c881000 -     0x7fff8c88afff  com.apple.CommerceCore (1.0 - 26) <997CD214-BC78-3C61-A1B8-813EA1CB9997> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff8c8f2000 -     0x7fff8c8fdff7  com.apple.ProtocolBuffer (2 - 104) <3270C172-1437-3080-9E53-3E2DCA9AE2EC> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
        0x7fff8c8fe000 -     0x7fff8c8fffff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
        0x7fff8c900000 -     0x7fff8c943fff  com.apple.RemoteViewServices (2.0 - 80.5) <F3A897C9-A277-3B56-8FB3-2BC2C10C33BF> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff8c944000 -     0x7fff8c9c6fff  com.apple.Heimdal (3.0 - 2.0) <660A6C64-4912-32C8-A332-B64164032A2D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff8c9c7000 -     0x7fff8c9cbfff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
        0x7fff8c9cc000 -     0x7fff8ccfcff7  com.apple.HIToolbox (2.0 - 625) <317F75F7-4B0F-35F5-89A7-F20BA60AC944> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff8ccfd000 -     0x7fff8d92aff7  com.apple.AppKit (6.8 - 1187.34) <1FF64844-EB62-3F96-AED7-6525B7CCEC23> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff8d92b000 -     0x7fff8d931ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
        0x7fff8d933000 -     0x7fff8d941ff7  libkxld.dylib (2050.18.24) <7027CE49-007D-3553-8FFA-3E3B428B2316> /usr/lib/system/libkxld.dylib
        0x7fff8db1e000 -     0x7fff8db5bfe7  libGLImage.dylib (8.6.1) <7F31DD61-3110-3541-A9BB-035CD1262E50> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff8db5c000 -     0x7fff8dca0fef  com.apple.MediaControlSender (1.4.5 - 145.3) <3A308EA3-21F7-3213-9157-D3421EB43715> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 8
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 7899
        thread_create: 0
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=203.8M resident=151.8M(74%) swapped_out_or_unallocated=52.0M(26%)
    Writable regions: Total=133.9M written=15.0M(11%) resident=34.2M(26%) swapped_out=0K(0%) unallocated=99.7M(74%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    CG backing stores                  2356K
    CG image                            936K
    CG raster data                       28K
    CG shared images                    224K
    CoreAnimation                       516K
    CoreImage                             8K
    CoreServices                       1904K
    IOKit                              4512K
    MALLOC                             90.9M
    MALLOC guard page                    48K
    Memory tag=240                        4K
    Memory tag=242                       12K
    Memory tag=251                       68K
    OpenCL                               52K
    STACK GUARD                        56.0M
    Stack                              11.0M
    VM_ALLOCATE                        16.3M
    __DATA                             17.1M
    __IMAGE                             528K
    __LINKEDIT                         57.1M
    __TEXT                            146.7M
    __UNICODE                           544K
    mapped file                        43.6M
    shared memory                      23.9M
    ===========                      =======
    TOTAL                             474.2M
    Model: MacBookPro8,1, BootROM MBP81.0047.B27, 2 processors, Intel Core i5, 2.4 GHz, 4 GB, SMC 1.68f99
    Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 384 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333235533643465238432D48392020
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333235533643465238432D48392020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 (5.106.98.81.22)
    Bluetooth: Version 4.0.9f33 10885, 2 service, 18 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: APPLE HDD HTS547550A9E384, 500.11 GB
    Serial ATA Device: HL-DT-ST DVDRW  GS31N
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfd100000 / 2
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd110000 / 3
    USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0xfa200000 / 3
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfa100000 / 2
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0252, 0xfa120000 / 5
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821a, 0xfa113000 / 8

    Open the Print & Scan preference pane in System Preferences and delete the print queue, then add it back. If there's no change, reset the printing system.
    See also below:
    Preview crashes every time I try to...: Apple Support Communities

  • How to stop preview when opening Excel?

    Irritating problem that I can't make go away:  I am using a MacBook Pro assigned to my by my employer.   I use Excel every day and every day, when I click on an Excel file icon "preview" opens the file!   I hate that.  I want Excel to open the file.  I have to close everything click on the Excel icon and then open the file. (1) why is this happening? Why can't I simply double click on an Excel icon and get Excel to open the file?   (2) how to I shut off this "feature" or prevent this from happening in the future?  Thank you.

    Highlight one of toy Exel files, click command I, it will bring up the window you need, near the bottom you can select open with (Exel in this case) and below click all. Hope this helps.

  • Applications not reporting when launched via Midtier

    The specified log file is not updated when deploying application objects
    to Windows 2000 machines with the ZFDsp2 agent via our Zen midtier. The
    same application object will update the log when run on a machine with
    the Novell client. The log is written to a Novell share with public
    permissions. The midtier service is running on a Windows 2003 server.
    Any ideas on what I might be missing?

    Thanks for the suggestions. I tried logging to the Zen database and had
    the same result. The log updates when the object snapshot is run on a
    workstation with the Novell client, but will not update when run on a
    machine that just has the ZFD agent.
    Surely there is a way to log snapshots without the Novell client, right?
    > On Thu, 07 Dec 2006 19:54:36 GMT, [email protected] wrote:
    >
    > > Have you tried using the ZENworks Database for logging purposes?
    >
    > and when you want to use loggin also outside the firewall take a look
    into
    > the xml servlet too
    > --
    >
    >
    > Marcus Breiden
    >
    > If you are asked to email me information please change -- to - in my e-
    mail
    > address.
    > The content of this mail is my private and personal opinion.
    > http://www.edu-magic.net

  • How to specify delimiter when parsing the parameter list in URL

    Here is a sample URL used to call the servlet:
    http://myhost.com/servlet?param1=test1&param2=test2&param3=test3In the doGet method of my servlet, I understand I can use the getParameter method to retrieve the various parameter values:
    String p_param1 = request.getParameter("param1");
    String p_param2 = request.getParameter("param2");
    String p_param3 = request.getParameter("param3");However, what if the URL was of the form:
    http://myhost.com/servlet?param1=test1+param2=test2+param3=test3where the URL parameter delimiter was a plus sign rather than an ampersand (&).
    By default, the servlet is only recognizing the ampersand (&) as a parameter delimiter.
    When I use a plus sign as the delimiter, getParameter retrieves everything after the question mark (?) as the first parameter
    i.e. param1 = test1 param2=test2 param3=test3
    param2 = null
    param3 = null
    How can I get getParameter to recognize a plus sign (+) as a valid delimiter?

    Servlets follow the HTTP specification. So, there is not much you can do on that level. What you could do (though I do not recommend it) is to set-up a filter that will automatically swap the plus with an ampersand before the actual servlet processes it. My strong advice, however, is to give up on using a nonstandard delimiter.
    [http://java.sun.com/products/servlet/Filters.html]
    - Saish

  • How to specify port when ssh to server

    Hi all.
    I have a server that I am configuring, and one of the steps I'm taking is to change the default ssh port from 22 to another port to elude the script kiddies.
    When I ssh to the server in Terminal, I'm having issues connecting (while I don't using Putty in winblows).
    I think it is because I'm not specifying the port correctly.
    Does anyone here know the correct syntax in Terminal to specify a different port than 22?
    I've used ":" and "[]", so I'm at a loss at the moment...

    Hi--
    Does anyone here know the correct syntax in Terminal
    to specify a different port than 22?
    <pre class="command">ssh -p 1234 [email protected]</pre>assuming you're just doing a straight login to a command-line, has always worked for me.
    By the way, if you're new to the Terminal, most of the commands you'll run in the Terminal have really good man pages. Just type:
    <pre class="command">man ssh</pre>to see it.
    If you know what you're looking for, it's right there in the last line of the synopsis:
    <pre class="command">SYNOPSIS
    ssh [-1246AaCfgkNnqsTtVvXxY] [-b bind_address] [-c cipher_spec] [-D port]
    [-e escape_char] [-F configfile] [-i identity_file]
    [-L port:host:hostport] [-l login_name] [-m mac_spec] [-o option]
    [-p port] [-R port:host:hostport] [user@]hostname [command]
    </pre>If you're not sure what you're looking for, you can often find it a bit lower down. Unfortunately, in the case of ssh, it has a long man page, so you have to go quite a bit further down to find it:
    <pre class="command"> -p port
    Port to connect to on the remote host. This can be specified on
    a per-host basis in the configuration file.</pre>
    Have fun,
    charlie

  • GPU acceleration not working when launched via document?

    When I open Illustrator alone, then open a file, I get GPU acceleration. (good)
    When I open Illustrator by double-clicking a file, I don't get acceleration. (bad)
    I'm happy that the latest update made GPU work when I have multiple monitors plugged in but there's still this little bug. One that I can work around but still, not something I imagine makers of the lofty CC should be plagued with.
    I'm seeing this behavior in Illustrator 18.1.1 64bit on Windows 8.1.

    Refer to https://helpx.adobe.com/illustrator/kb/gpu-performance-preview-improvements.html#main-pars _minitoc
    5. Monitors and GPU Cards
    The GPU Performance feature is automatically disabled under certain circumstances. Check the following table to look for a possible reason that could cause the GPU Performance feature to become disabled on your computer: 
    Monitor
    GPU
    1
    Monitor
    2
    Monitors
    3 or more
    Monitors
    1 GPU
    Enabled
    Enabled
    Disabled
    2 GPUs
    Enabled
    Disabled
    Disabled
    3 or more GPUs
    Enabled
    Disabled
    Disabled

  • How to specify target when using RequestDispatcher !

    Can anybody tell me where do i specify target while using requestDispatcher ?

    I belive that what you want is @
    http://java.sun.com/products/servlet/2.2/javadoc/javax/servlet/ServletRequest.html#getRequestDispatcher(java.lang.String)
    Best of luck.

  • How to secure application when launch application program?

    I'm making java application. and I want to know this procedure.
    1. program install. (when Internet connected)
    2. Only Computer has authorized MAC address can use program.
    I think it is similar to Photoshop license KEY. but it is different. Here is using MAC address.
    Do you have any idea?
    thanks in advance and have a nice day.

    ejp wrote:
    Do you realize this is all pointless, because the MAC address can be changed by the user?Not to mention NIC cards are among the first hardware components to go bad (at least at my work). Replacing/Adding a NIC card would also potentialy break the program if consideration is not taken for multiple NICs.
    Almost sounds like the OP should do what some games are doing and creating a key based on the hardware of the computer and allowing some tolerance should some hardware get replaced/removed. But that is beyond the scope of Java. And still subject to spoofing.

  • Why IPhone is getting hot when downloading via wifi and how to turn off itunes 11.1 launch automatically when plugged in Iphone to the PC

    Why IPhone is getting hot when downloading via wifi and how to turn off itunes 11.1 launch automatically when plugged in Iphone to the PC

    My brother with the iPhone 4 suffers from that too.
    My iphone 5 doesnt however.
    But to Stop Launch when your apple device is connected, 1. connect your iPhoneto your computer, 2.Go to the Summary Page, 3. uncheck the box "Open iTunes when this iPhone is connected" and then your good for that device.

Maybe you are looking for