Dreamweaver CS5 crashes after uploading files to server

Dreamweaver CS5 - Windows 7 - all is well until I upload files to the server.  Then, if I stay logged in or not, if I try to open a page or a template, Dreamweaver crashes.

I tried to restore preferences (by deleting the registry key), etc., but nothing seems to help.

Any ideas?

I just tried this and my problem seems to have disappeared!

http://forums.Adobe.com/message/3615460#3615460

... name change

c:\Program Files\Adobe\Adobe Dreamweaver CS4\configuration\Translators\ASP.Net.htm

at ASP.Net.disable_htm

Tags: Dreamweaver

Similar Questions

  • Dreamweaver CS3 crashes after the end of daylight saving time

    In Windows XP x 64, Dreamweaver CS3 crashes after the end of DST. There is a technical note which seems to describe the situation exactly. http://KB.Adobe.com/selfservice/viewContent.do?externalId=kb402776 & sliceId = 1

    However...

    (1) technical note says that this only happens with ASP and PHP code. I use ColdFusion. (This is a minor point).

    (2) technical note said...

    Remove the WinFileCache - AD76BB20.dat the Dreamweaver user configuration folder. Note that on Windows, the Application Data and AppData folders are hidden by default, so check that your Windows Explorer folder options are set to show hidden folders. The location of this file is as follows:

    Dreamweaver CS3 on Windows Vista:
    C:\Users\[username]\AppData\Roaming\Adobe\Dreamweaver 9\Configuration
    Dreamweaver CS3 on Windows XP:
    C:\Documents and Settings\ [username] \Application Data\Adobe\Dreamweaver 9\Configuration

    However, I couldn't find WinFileCache - AD76BB20.dat in Documents and Settings or in Program Files (86) \Adobe. (86, it is because it is a 32-bit program on a 64-bit computer, but everything else is the same). I tried then the two directories for *.dat and there was no file that resembled something like WinFileCache - AD76BB20.dat.

    . Can someone help me?

    Thank you!

    Alan, thanks for the suggestion.

    I did the research found the file, deleted it, open Dreamweaver CS3, chose the same text - and it crashed as before.

    THEN I REBOOTED and tried again - no. CRASH. So it seems that a reboot is an essential part of the correction.

    BTW: My situation exactly match the description of the Technote. (1) the accident occurred when selecting - in design view or code - some text in a HTML context involved in the code ColdFusion; (2) I had no problem with these files before DST ended; (3) even after I've not had any problems with them in Macromedia Dreamweaver 8 on another machine - the problem is that the CS3.

    So the TechNote is correct as it will, but should be changed as follows:

    (1) ColdFusion should be included in the types of code that can be associated with the problem.
    2) instead of delete the WinFileCache - AD76BB20.dat, you should delete the WinFileCache-[any] .dat.
    (3) a reboot after the removal may be required.

    Anyway, problem solved.

    Thank you!

  • I'm trying to reinstall Dreamweaver CS5 upgrade after that my HDD has been reinstalled.

    I'm trying to reinstall Dreamweaver CS5 upgrade after that my HDD has been reinstalled. I get an error message that there is nothing on my computer to upgrade. Can anyone help? It seems impossible to begin a conversation with Adobe support.

    dw cs5 serial number is a version of upgrade (precedent).  After you have entered your serial number you can select the previous version (in a drop-down list), and then enter the serial number of the previous version.

    Enter the version that is appropriate at the right time and proceed with the installation.

  • Why the FTP of Dreamweaver CS5 is remove my files the?

    "Selected" default mode LOCAL files are deleted when I select REMOTE for deleting files. REMOTE files remain, the LOCAL files are irreversibly removed forever.

    Please read this post on the subject (screenshot in post):http://stackoverflow.com/questions/3191425/has-dreamweaver-cs5-been-deleting-local-files-i nstead of remote files

    My request for time to devote to fixing this problem was rejected by management. I am at a loss and have nowhere to go now - I am also attached using Dreamweaver CS5.

    Nightmare.

    Adobe are aware of this bug and it will address in there next update.

    There is a simple work around where you don't have to change views.

    (1) select the remote file, the files or folders you want to work with.

    2) click on the Refresh button at the top of the files Panel.

    (3) select the remote file, the file or folder you want to work with again.

    (4) make a right click and choose 'delete '.

  • Dreamweaver CS5 crashes when you use the drop-down file menu

    Hi all

    I used Dreamweaver CS5 all day learning CSS. Everything works well with the multiple screens open and div tags work properly.

    However, after I turned off my computer, something seems broken. When I start up, I open Dreamweaver and then open a Web page. But if I click on the drop-down the menu 'file' in the top menu, Dreamweaver crashes.

    It does not give an error code, if I use a shortcut to move through the menu, then it will crash again. I can use the other tabs as 'Edit' and 'View', but after a few minutes, Dreamweaver crashes on its own.

    I'm kinda stuck here. I use Adobe CS5 Creative Suite Student and Teacher Edition on a Medion laptop.

    At soon Ollie.

    I used Dreamweaver CS5 all day learning CSS. Everything works well with the multiple screens open and div tags work properly.

    However, after I turned off my computer, something seems broken. When I start up, I open Dreamweaver and then open a Web page. But if I click on the drop-down the menu 'file' in the top menu, Dreamweaver crashes.

    It does not give an error code, if I use a shortcut to move through the menu, then it will crash again. I can use the other tabs as 'Edit' and 'View', but after a few minutes, Dreamweaver crashes on its own.

    Looks like you may have a corrupted menu cache.

    Take a look at this TechNote #12 step to determine where the User Configuration folder for your operating system:

    http://kb2.Adobe.com/CPS/405/kb405604.html#main_user_config

    With the discontinuation of DW and then try to delete the Configuration/Menus/Cache folder, then restarting.

    Hope this helps,

    Randy

  • Problem: How to upload files to server

    I'm a newbie to BB development. I have problems to download the file from my BB to the server.

    Any help would be appreciated... Thank you...

    Code of the thread:

    class UploadThrd extends Thread
    {
    Limit string = "*";
    String lineend = "\r\n";
    String twoHyphens = "-";
    int maxBufferSize = 0;
    DataInputStream fileInputStream = null;
    public void run()
    {
    try {}
    FileConnection fis=(FileConnection)Connector.open("file:///store/home/user/newfile.txt");
    CreateFileScreen.showMsg ("recovered file name");
    InputStream inputStream = fis.openInputStream ();

    ByteArrayOutputStream Bos = new ByteArrayOutputStream();
    int buffersize = (int) fis.fileSize ();
    ubyte [] buffer = new byte [buffersize];
    int length = 0;
    While ((length = InputStream.Read (buffer))! = - 1).
    {
    Bos.Write (buffer, 0, Length);
    }
    Byte [] b = bos.toByteArray ();
    CreateFileScreen.showMsg ("copied file...");

    ConnectionFactory connFact = new ConnectionFactory();
    ConnectionDescriptor connDesc;
    connDesc = connFact.getConnection ("http://www.myserver.net/z/upload.php");
    If (connDesc! = null)
    {
    HttpConnection conn;
    Conn = (HttpConnection) connDesc.getConnection ();
    UiApplication.getUiApplication () .invokeLater (new Runnable()
    {
    public void run() {}
    Dialog.Alert ("http connected...");
    }
    });
    conn.setRequestMethod (HttpConnection.POST);
    conn.setRequestProperty ("Content-Type", "multipart/form-data; limit = "" + limit); "
    conn.setRequestProperty ("login", "Keep-Alive");
    UiApplication.getUiApplication () .invokeLater (new Runnable()
    {
    public void run() {}
    Dialog.Alert ("' HTTPConnection TOGETHER... verification response Code.. '");
    }
    });
    conn.setRequestProperty ("Content-Length", Long.toString (b.length));
    end of series

    If (conn.getResponseCode () == HttpConnection.HTTP_OK)
    {
    UiApplication.getUiApplication () .invokeLater (new Runnable()
    {
    public void run() {}
    Dialog.Alert ("response Code: HTTP_OK!");
    }
    });
    OutputStream os = conn.openOutputStream ();
    Write bytes
    UiApplication.getUiApplication () .invokeLater (new Runnable()
    {
    public void run() {}
    Dialog.Alert ("written bytes..");
    }
    });

    String CT = "Content-Type: multipart/form-data;" limit = "+ limit;"
    OS. Write ("Content-Disposition: form-data;") Name =-"source\" "." GetBytes());
    OS. Write (LineEnd.GetBytes ());
    OS. Write (LineEnd.GetBytes ());
    OS. Write ("BlackBerry". GetBytes());
    OS. Write (LineEnd.GetBytes ());

    OS. Write (twoHyphens.GetBytes ());
    OS. Write (Boundary.GetBytes ());
    OS. Write (LineEnd.GetBytes ());

    String filename = "z\newfile.txt; »
    OS. Write ("Content-Disposition: form-data;") name =-"Filedata\"; filename =------"". GetBytes());
    OS. Write (FileName.GetBytes ());
    OS. Write("\"".) GetBytes());
    OS. Write (LineEnd.GetBytes ());

    OS. Write (CT. GetBytes());
    OS. Write (LineEnd.GetBytes ());
    OS. Write (LineEnd.GetBytes ());

    OS. Write (b, 0, b.length);

    OS. Write (LineEnd.GetBytes ());

    OS. Write (twoHyphens.GetBytes ());
    OS. Write (Boundary.GetBytes ());
    OS. Write (twoHyphens.GetBytes ());
    OS. Write (LineEnd.GetBytes ());
    UiApplication.getUiApplication () .invokeLater (new Runnable()
    {
    public void run() {}
    Dialog.Alert ("downloaded file!");
    }
    });
    OS. Flush();
    OS. Close();
    }
    on the other
    UiApplication.getUiApplication () .invokeLater (new Runnable()
    {
    public void run() {}
    Dialog.Alert ("no connection");
    }
    });
    Conn.Close ();
    }

    }
    catch (Exception e) {}
    UiApplication.getUiApplication () .invokeLater (new Runnable()
    {
    public void run() {}
    Dialog.Alert("===exception!");
    }
    });
    }
    }
    }

    Class app:

    SerializableAttribute public class CreateFileApp extends UiApplication
    {
    /**
    * Entry point for application
    @param args command-line arguments (not used)
    */
    Public Shared Sub main (String [] args)
    {
    Try
    {
    FileConnection fc = (FileConnection)Connector.open("file:///store/home/user/newfile.txt");
    If (! fc.exists ())
    {
    FC. Create(); create the file if it doesn't exist
    }
    OutputStream outStream = fc.openOutputStream ();
    outStream.write ("happy test".getBytes ());
    outStream.close ();
    FC. Close();
    CreateFileScreen.showMsg ("I'll upload file..");
    Thread UploadThrd = new UploadThrd();
    thread. Start();
    }
    catch (IOException e)
    {
    System.out.println ("= IOException:"+ e.getMessage () ");
    }
    catch (Exception e1)
    {
    System.out.println ("= Exception:"+ e1.getMessage () ");
    }
    Create a new instance of the application and make the currently
    who runs the thread of the application of the event dispatch thread.
    PAP CreateFileApp = new CreateFileApp();
    theApp.enterEventDispatcher ();
    }

    /**
    * Creates a new CreateFileApp object
    */
    public CreateFileApp()
    {
    Push a screen onto the stack in the user interface for rendering.
    pushScreen (CreateFileScreen.cfs);
    }
    }

    The screen class:

    / public final class CreateFileScreen extends screen
    {
    /**
    * Creates a new CreateFileScreen object
    */
    public static CreateFileScreen SFC = new CreateFileScreen();
    public CreateFileScreen()
    {
    Set the displayed title of the screen
    setTitle ("create a file");
    }
    public static void showMsg (String msg)
    {
    LabelField lbl = new LabelField (msg);
    CFS. Add (LBL);
    }
    }

    Hello, welcome to the Forums!

    You must use the property tto line allow multi part download on your BB using Post server.

    It is a good example in nokia Forums, where you can fashion it accordint to your settings & file Type.

    http://www.developer.Nokia.com/community/wiki/HTTP_Post_multipart_file_upload_in_Java_ME

    Thank you

  • Dreamweaver CS5 errors when moving files

    Hello. I tried to move a folder image files in my Dreamweaver CS5 site to another (from in Dreamweaver) and he threw the following errors on 3 or 4 times for each file. Any ideas what's happening?


    ---------------------------
    Dreamweaver
    ---------------------------
    While executing onLoad in tempURL_afterSave.htm, the following JavaScript error occurred:

    Line 4309 file ' C:\Program Files (x 86) \Adobe\Adobe Dreamweaver CS5\Configuration\Shared\Common\Scripts\dwscripts.js ":
    not enough memory

    Line 4309 file ' C:\Program Files (x 86) \Adobe\Adobe Dreamweaver CS5\Configuration\Shared\Common\Scripts\dwscripts.js ":
    not enough memory

    ---------------------------
    Ok
    ---------------------------


    ---------------------------
    Dreamweaver
    ---------------------------
    When executing canInspectSelection in spry_widget.htm, a JavaScript error occurred.
    ---------------------------
    Ok
    ---------------------------

    Delete your cache file

    http://forums.Adobe.com/message/2260933#2260933

    Brad Lawryk

    Adobe Professional Community: Dreamweaver

    The Northern British Columbia Adobe user group: Manager

    My Blog from Adobe: http://blog.lawryk.com

  • Dreamweaver suddenly do not overwrite file on server

    I worked today on a project, and a few minutes ago started this problem: when I press F12 to preview on my test server, Dreamweaver goes through all the movements of download files, but when the browser window opens the files have not been updated.  If I download files using FileZilla, it works perfectly, so this is not a local problem or a server, there must be something specific to Dreamweaver.  I changed some setting in Site Manager, but nothing I can think of that could cause this problem.  Unfortunately, I don't remember now what I changed.  Help, please!

    And to answer the obvious questions, I cleared my cache, restarted Dreamweaver and restarted my computer.  I also tried Dreamweaver running in administrator mode.

    UPDATE: when I create a new page in my site and press F12, the browser gives me a 404 error, which means that Dreamweaver is certainly not data transfer.

    OK I figured it, it had to do with the FTP of Dreamweaver settings.  I use a subdomain for the staging site for this project, and instead of FTP 'ing to the subdomain, it was FTP' ing in the directory root.

  • Updated for the iMac, Photoshop CS5 crashes after printing. 10.8.4 crash report... Help!

    I migrated to a powerbook 10.7 a new imac running 10.8.4 running this week. I used time machine to manage migration, which was a first for me. Everything seems to work quite well. But photoshop crashes instantly any time I try to print. I trashed what I 'thought' were the right preferences, reinstalled print drivers. I don't NOT reinstalled CS5 yet... because the disc is awol. Here's my crash report. Geek slueth help please! Thank you.

    Process: Adobe Photoshop CS5 [1043]

    Path: / Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/MacOS/Adobe Photoshop CS5

    ID: com.adobe.Photoshop

    Version: 12.0 (12.0x20100407.r.1103] [12.0)

    Code type: X 86-64 (Native)

    Parent process: launchd [133]

    User ID: 501

    Date/time: 2013-09-10 18:09:19.515-0700

    OS version: Mac OS X 10.8.4 (12E55)

    Report Version: 10

    Interval since last report: 18109 sec

    Crashes since last report: 2

    Per-App interval since last report: 146 s

    Per-App crashes since last report: 2

    Anonymous UUID: 5E4BAFF1-4FDF-9299-C135-51A665FA8340

    Crashed thread: 0 dispatch queue: com.apple.main - wire

    Exception type: EXC_BAD_ACCESS (SIGBUS)

    Exception codes: KERN_PROTECTION_FAILURE at 0x00007fff78620258

    VM regions near 0x7fff78620258:

    split unused lib 00007fff78600000-00007fff7860a000 [40K] rw-/ rwx SM = COW system shared library area not used by this process

    -> __DATA 00007fff7860a000-00007fff78657000 [308 K] rw-/ rwx SM = COW /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

    split unused lib 00007fff78657000-00007fff78679000 [136K] rw-/ rwx SM = COW system shared library area not used by this process

    Request for clarification:

    Execution (performAction :) to sender PSCocoaButton 0x135d2b510 @selector

    Thread 0 crashed: Dispatch queue: com.apple.main - wire

    0   ???                                     0x00007fff78620258 OBJC_CLASS_$ _NSMutableArray + 0

    1 com.apple.print.framework.PrintCore 0x00007fff8d5082f1 PMRelease + 43

    2 com.adobe.Photoshop 0x0000000100c237cf AWS_CUI_GetVersionComments (OpaqueWindowPtr *, adobe::q:QDocument, adobe::q:QString, adobe::q:QAttributeList & &, adobe::q:QDocument *, adobe::q:QProject *, long) + 9727123

    3 com.adobe.Photoshop 0x0000000100c23e7d AWS_CUI_GetVersionComments (OpaqueWindowPtr *, adobe::q:QDocument, adobe::q:QString, adobe::q:QAttributeList & &, adobe::q:QDocument *, adobe::q:QProject *, long) + 9728833

    4 com.adobe.Photoshop 0x0000000100c23eb7 AWS_CUI_GetVersionComments (OpaqueWindowPtr *, adobe::q:QDocument, adobe::q:QString, adobe::q:QAttributeList & &, adobe::q:QDocument *, adobe::q:QProject *, long) + 9728891

    5 com.adobe.Photoshop 0x0000000100c23da5 AWS_CUI_GetVersionComments (OpaqueWindowPtr *, adobe::q:QDocument, adobe::q:QString, adobe::q:QAttributeList & &, adobe::q:QDocument *, adobe::q:QProject *, long) + 9728617

    6 com.adobe.Photoshop 0x0000000100aee053 AWS_CUI_GetVersionComments (OpaqueWindowPtr *, adobe::q:QDocument, adobe::q:QString, adobe::q:QAttributeList & &, adobe::q:QDocument *, adobe::q:QProject *, long) + 8459543

    7 com.adobe.Photoshop 0 x 0000000100768626 AWS_CUI_GetVersionComments (OpaqueWindowPtr *, adobe::q:QDocument, adobe::q:QString, adobe::q:QAttributeList & &, adobe::q:QDocument *, adobe::q:QProject *, long) + 4766442

    8 com.adobe.Photoshop 0x00000001007695d2 AWS_CUI_GetVersionComments (OpaqueWindowPtr *, adobe::q:QDocument, adobe::q:QString, adobe::q:QAttributeList & &, adobe::q:QDocument *, adobe::q:QProject *, long) + 4770454

    com.adobe.Photoshop 9 0x000000010007ba06 0 x 100000000 + 506374

    10 com.adobe.Photoshop 0x000000010007b91e 0 x 100000000 + 506142

    11 com.adobe.Photoshop 0x000000010007ba06 0 x 100000000 + 506374

    12 com.adobe.Photoshop 0x000000010007b91e 0 x 100000000 + 506142

    13 com.adobe.Photoshop 0x00000001000724bd 0 x 100000000 + 468157

    14 com.adobe.Photoshop 0x000000010007ba06 0 x 100000000 + 506374

    15 com.adobe.Photoshop 0x000000010007b91e 0 x 100000000 + 506142

    16 com.adobe.Photoshop 0x00000001000724bd 0 x 100000000 + 468157

    17 com.adobe.Photoshop 0x000000010007ba06 0 x 100000000 + 506374

    18 com.adobe.Photoshop 0x000000010007b91e 0 x 100000000 + 506142

    19 com.adobe.Photoshop 0x00000001000724bd 0 x 100000000 + 468157

    20 com.adobe.Photoshop 0x000000010007ba06 0 x 100000000 + 506374

    21 com.adobe.Photoshop 0x000000010007b91e 0 x 100000000 + 506142

    22 com.adobe.Photoshop 0x00000001000724bd 0 x 100000000 + 468157

    23 com.adobe.Photoshop 0x000000010007ba06 0 x 100000000 + 506374

    24 com.adobe.Photoshop 0x000000010007b91e 0 x 100000000 + 506142

    25 com.adobe.Photoshop 0x00000001000724bd 0 x 100000000 + 468157

    26 com.adobe.Photoshop 0x000000010007ba06 0 x 100000000 + 506374

    27 com.adobe.Photoshop 0x000000010007b91e 0 x 100000000 + 506142

    28 com.adobe.Photoshop 0x00000001000724bd 0 x 100000000 + 468157

    29 com.adobe.Photoshop 0x00000001012d42b8 AWS_CUI_GetVersionComments (OpaqueWindowPtr *, adobe::q:QDocument, adobe::q:QString, adobe::q:QAttributeList & &, adobe::q:QDocument *, adobe::q:QProject *, long) + 16742268

    30 com.adobe.Photoshop 0x000000010007ba06 0 x 100000000 + 506374

    31 com.adobe.Photoshop 0x00000001012ed33b AWS_CUI_GetVersionComments (OpaqueWindowPtr *, adobe::q:QDocument, adobe::q:QString, adobe::q:QAttributeList & &, adobe::q:QDocument *, adobe::q:QProject *, long) + 16844799

    32 com.apple.AppKit 0x00007fff8c6d0959-[NSApplication sendAction: to: from:] + 342

    33 com.adobe.Photoshop 0x00000001012edd8e AWS_CUI_GetVersionComments (OpaqueWindowPtr *, adobe::q:QDocument, adobe::q:QString, adobe::q:QAttributeList & &, adobe::q:QDocument *, adobe::q:QProject *, long) + 16847442

    34 com.apple.AppKit 0x00007fff8c6d07b7-[NSControl sendAction: to:] + 85

    35 com.apple.AppKit 0x00007fff8c6d06eb-[NSCell _sendActionFrom:] + 138

    36 com.apple.AppKit 0x00007fff8c6cebd3-[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 1855

    com.apple.AppKit 37 0x00007fff8c6ce421-[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 504

    38 com.apple.AppKit 0x00007fff8c6cdb9c-[NSControl mouseDown:] + 820

    39 com.apple.AppKit 0x00007fff8c6c550e-[NSWindow sendEvent:] + 6853

    40 com.adobe.Photoshop 0x00000001012e3b22 AWS_CUI_GetVersionComments (OpaqueWindowPtr *, adobe::q:QDocument, adobe::q:QString, adobe::q:QAttributeList & &, adobe::q:QDocument *, adobe::q:QProject *, long) + 16805862

    com.apple.AppKit 41 0x00007fff8c6c1644-[NSApplication sendEvent:] + 5761

    42 com.adobe.Photoshop 0x00000001012ef760 AWS_CUI_GetVersionComments (OpaqueWindowPtr *, adobe::q:QDocument, adobe::q:QString, adobe::q:QAttributeList & &, adobe::q:QDocument *, adobe::q:QProject *, long) + 16854052

    43 com.adobe.Photoshop 0x00000001012f025c AWS_CUI_GetVersionComments (OpaqueWindowPtr *, adobe::q:QDocument, adobe::q:QString, adobe::q:QAttributeList & &, adobe::q:QDocument *, adobe::q:QProject *, long) + 16856864

    44 com.adobe.Photoshop 0x00000001000792bc 0 x 100000000 + 496316

    45 com.adobe.Photoshop 0x000000010006716f 0 x 100000000 + 422255

    46 com.adobe.Photoshop 0 x 0000000100067232 0 x 100000000 + 422450

    47 com.adobe.Photoshop 0 x 0000000100075242 0 x 100000000 + 479810

    com.adobe.Photoshop 48 0x000000010078f8eb AWS_CUI_GetVersionComments (OpaqueWindowPtr *, adobe::q:QDocument, adobe::q:QString, adobe::q:QAttributeList & &, adobe::q:QDocument *, adobe::q:QProject *, long) + 4926895

    49 com.adobe.Photoshop 0x0000000100790f24 AWS_CUI_GetVersionComments (OpaqueWindowPtr *, adobe::q:QDocument, adobe::q:QString, adobe::q:QAttributeList & &, adobe::q:QDocument *, adobe::q:QProject *, long) + 4932584

    50 com.adobe.Photoshop 0x0000000100af065b AWS_CUI_GetVersionComments (OpaqueWindowPtr *, adobe::q:QDocument, adobe::q:QString, adobe::q:QAttributeList & &, adobe::q:QDocument *, adobe::q:QProject *, long) + 8469279

    51 com.adobe.Photoshop 0x0000000100af0be9 AWS_CUI_GetVersionComments (OpaqueWindowPtr *, adobe::q:QDocument, adobe::q:QString, adobe::q:QAttributeList & &, adobe::q:QDocument *, adobe::q:QProject *, long) + 8470701

    52 com.adobe.Photoshop 0x0000000100af1295 AWS_CUI_GetVersionComments (OpaqueWindowPtr *, adobe::q:QDocument, adobe::q:QString, adobe::q:QAttributeList & &, adobe::q:QDocument *, adobe::q:QProject *, long) + 8472409

    53 com.adobe.Photoshop 0x000000010007bbdc 0 x 100000000 + 506844

    54 com.adobe.Photoshop 0x00000001000d6a7e 0 x 100000000 + 879230

    55 com.adobe.Photoshop 0x00000001000d6a9e 0 x 100000000 + 879262

    56 com.adobe.Photoshop 0x0000000100066eb1 0 x 100000000 + 421553

    57 com.adobe.Photoshop 0x0000000100071d74 0 x 100000000 + 466292

    58 com.adobe.Photoshop 0x000000010006716f 0 x 100000000 + 422255

    59 com.adobe.Photoshop 0 x 0000000100067232 0 x 100000000 + 422450

    60 com.adobe.Photoshop 0x00000001012f0007 AWS_CUI_GetVersionComments (OpaqueWindowPtr *, adobe::q:QDocument, adobe::q:QString, adobe::q:QAttributeList & &, adobe::q:QDocument *, adobe::q:QProject *, long) + 16856267

    61 com.apple.AppKit 0x00007fff8c5d721a-[NSApplication run] + 636

    62 com.adobe.Photoshop 0x00000001012ee19c AWS_CUI_GetVersionComments (OpaqueWindowPtr *, adobe::q:QDocument, adobe::q:QString, adobe::q:QAttributeList & &, adobe::q:QDocument *, adobe::q:QProject *, long) + 16848480

    63 com.adobe.Photoshop 0x00000001012ef3c7 AWS_CUI_GetVersionComments (OpaqueWindowPtr *, adobe::q:QDocument, adobe::q:QString, adobe::q:QAttributeList & &, adobe::q:QDocument *, adobe::q:QProject *, long) + 16853131

    64 com.adobe.Photoshop 0x0000000100068e82 0 x 100000000 + 429698

    65 com.adobe.Photoshop 0000000100238308 x 0 0 x 100000000 + 2327304

    66 com.adobe.Photoshop 0x00000001002383a7 0 x 100000000 + 2327463

    67 com.adobe.Photoshop 0x0000000100002ea4 0 x 100000000 + 11940

    Thread 1: dispatch queue: com.apple.libdispatch - Manager

    0 libsystem_kernel.dylib 0x00007fff8880ed16 kevent + 10

    1 libdispatch.dylib 0x00007fff89cdddea _dispatch_mgr_invoke + 883

    2 libdispatch.dylib 0x00007fff89cdd9ee _dispatch_mgr_thread + 54

    Thread 2:

    0 libsystem_kernel.dylib 0x00007fff8880e0fa __psynch_cvwait + 10

    1 libsystem_c.dylib 0x00007fff8960ffe9 _pthread_cond_wait + 869

    2 com.adobe.amt.services 0x0000000107f23c53 AMTConditionLock::LockWhenCondition (int.) + 37

    3 com.adobe.amt.services 0x0000000107f1ccce _AMTThreadedPCDService::PCDThreadWorker(_AMTThreadedPCDService*) + 92

    4 com.adobe.amt.services 0x0000000107f23cbe AMTThread::Worker(void*) + 28

    5 libsystem_c.dylib 0x00007fff8960b7a2 _pthread_start + 327

    6 libsystem_c.dylib 0x00007fff895f81e1 thread_start + 13

    3 wire:

    0 libsystem_kernel.dylib 0x00007fff8880c6da semaphore_timedwait_trap + 10

    1 com.apple.CoreServices.CarbonCore 0x00007fff921fb58f MPWaitOnSemaphore + 79

    2 supported multiprocessor 0x000000010e41ebd3 ThreadFunction(void*) + 69

    3 com.apple.CoreServices.CarbonCore 0x00007fff921fb7e0 PrivateMPEntryPoint + 58

    4 libsystem_c.dylib 0x00007fff8960b7a2 _pthread_start + 327

    5 libsystem_c.dylib 0x00007fff895f81e1 thread_start + 13

    Thread 4:

    0 libsystem_kernel.dylib 0x00007fff8880c6da semaphore_timedwait_trap + 10

    1 com.apple.CoreServices.CarbonCore 0x00007fff921fb58f MPWaitOnSemaphore + 79

    2 supported multiprocessor 0x000000010e41ebd3 ThreadFunction(void*) + 69

    3 com.apple.CoreServices.CarbonCore 0x00007fff921fb7e0 PrivateMPEntryPoint + 58

    4 libsystem_c.dylib 0x00007fff8960b7a2 _pthread_start + 327

    5 libsystem_c.dylib 0x00007fff895f81e1 thread_start + 13

    Wire 5:

    0 libsystem_kernel.dylib 0x00007fff8880c6da semaphore_timedwait_trap + 10

    1 com.apple.CoreServices.CarbonCore 0x00007fff921fb58f MPWaitOnSemaphore + 79

    2 supported multiprocessor 0x000000010e41ebd3 ThreadFunction(void*) + 69

    3 com.apple.CoreServices.CarbonCore 0x00007fff921fb7e0 PrivateMPEntryPoint + 58

    4 libsystem_c.dylib 0x00007fff8960b7a2 _pthread_start + 327

    5 libsystem_c.dylib 0x00007fff895f81e1 thread_start + 13

    Line 6:

    0 libsystem_kernel.dylib 0x00007fff8880c6da semaphore_timedwait_trap + 10

    1 com.apple.CoreServices.CarbonCore 0x00007fff921fb58f MPWaitOnSemaphore + 79

    2 supported multiprocessor 0x000000010e41ebd3 ThreadFunction(void*) + 69

    3 com.apple.CoreServices.CarbonCore 0x00007fff921fb7e0 PrivateMPEntryPoint + 58

    4 libsystem_c.dylib 0x00007fff8960b7a2 _pthread_start + 327

    5 libsystem_c.dylib 0x00007fff895f81e1 thread_start + 13

    Line 7:

    0 libsystem_kernel.dylib 0x00007fff8880c6da semaphore_timedwait_trap + 10

    1 com.apple.CoreServices.CarbonCore 0x00007fff921fb58f MPWaitOnSemaphore + 79

    2 supported multiprocessor 0x000000010e41ebd3 ThreadFunction(void*) + 69

    3 com.apple.CoreServices.CarbonCore 0x00007fff921fb7e0 PrivateMPEntryPoint + 58

    4 libsystem_c.dylib 0x00007fff8960b7a2 _pthread_start + 327

    5 libsystem_c.dylib 0x00007fff895f81e1 thread_start + 13

    Thread 8:

    0 libsystem_kernel.dylib 0x00007fff8880c6da semaphore_timedwait_trap + 10

    1 com.apple.CoreServices.CarbonCore 0x00007fff921fb58f MPWaitOnSemaphore + 79

    2 supported multiprocessor 0x000000010e41ebd3 ThreadFunction(void*) + 69

    3 com.apple.CoreServices.CarbonCore 0x00007fff921fb7e0 PrivateMPEntryPoint + 58

    4 libsystem_c.dylib 0x00007fff8960b7a2 _pthread_start + 327

    5 libsystem_c.dylib 0x00007fff895f81e1 thread_start + 13

    Wire 9:

    0 libsystem_kernel.dylib 0x00007fff8880c6da semaphore_timedwait_trap + 10

    1 com.apple.CoreServices.CarbonCore 0x00007fff921fb58f MPWaitOnSemaphore + 79

    2 supported multiprocessor 0x000000010e41ebd3 ThreadFunction(void*) + 69

    3 com.apple.CoreServices.CarbonCore 0x00007fff921fb7e0 PrivateMPEntryPoint + 58

    4 libsystem_c.dylib 0x00007fff8960b7a2 _pthread_start + 327

    5 libsystem_c.dylib 0x00007fff895f81e1 thread_start + 13

    Thread 10:

    0 libsystem_kernel.dylib 0x00007fff8880e0fa __psynch_cvwait + 10

    1 libsystem_c.dylib 0x00007fff8960ffe9 _pthread_cond_wait + 869

    2 com.apple.CoreServices.CarbonCore 0x00007fff92224210 TSWaitOnCondition + 108

    3 com.apple.CoreServices.CarbonCore 0x00007fff922243e7 TSWaitOnConditionTimedRelative + 132

    4 com.apple.CoreServices.CarbonCore 0x00007fff92186a98 MPWaitOnQueue + 252

    5 AdobeACE 0x000000010592b23d 0x1058f1000 + 238141

    6 AdobeACE 0x000000010592abea 0x1058f1000 + 236522

    7 com.apple.CoreServices.CarbonCore 0x00007fff921fb7e0 PrivateMPEntryPoint + 58

    8 libsystem_c.dylib 0x00007fff8960b7a2 _pthread_start + 327

    libsystem_c.dylib 9 0x00007fff895f81e1 thread_start + 13

    Wire 11:

    0 libsystem_kernel.dylib 0x00007fff8880e0fa __psynch_cvwait + 10

    1 libsystem_c.dylib 0x00007fff8960ffe9 _pthread_cond_wait + 869

    2 com.apple.CoreServices.CarbonCore 0x00007fff92224210 TSWaitOnCondition + 108

    3 com.apple.CoreServices.CarbonCore 0x00007fff922243e7 TSWaitOnConditionTimedRelative + 132

    4 com.apple.CoreServices.CarbonCore 0x00007fff92186a98 MPWaitOnQueue + 252

    5 AdobeACE 0x000000010592b23d 0x1058f1000 + 238141

    6 AdobeACE 0x000000010592abea 0x1058f1000 + 236522

    7 com.apple.CoreServices.CarbonCore 0x00007fff921fb7e0 PrivateMPEntryPoint + 58

    8 libsystem_c.dylib 0x00007fff8960b7a2 _pthread_start + 327

    libsystem_c.dylib 9 0x00007fff895f81e1 thread_start + 13

    12 wire:

    0 libsystem_kernel.dylib 0x00007fff8880e0fa __psynch_cvwait + 10

    1 libsystem_c.dylib 0x00007fff8960ffe9 _pthread_cond_wait + 869

    2 com.apple.CoreServices.CarbonCore 0x00007fff92224210 TSWaitOnCondition + 108

    3 com.apple.CoreServices.CarbonCore 0x00007fff922243e7 TSWaitOnConditionTimedRelative + 132

    4 com.apple.CoreServices.CarbonCore 0x00007fff92186a98 MPWaitOnQueue + 252

    5 AdobeACE 0x000000010592b23d 0x1058f1000 + 238141

    6 AdobeACE 0x000000010592abea 0x1058f1000 + 236522

    7 com.apple.CoreServices.CarbonCore 0x00007fff921fb7e0 PrivateMPEntryPoint + 58

    8 libsystem_c.dylib 0x00007fff8960b7a2 _pthread_start + 327

    libsystem_c.dylib 9 0x00007fff895f81e1 thread_start + 13

    Line 13:

    0 libsystem_kernel.dylib 0x00007fff8880e0fa __psynch_cvwait + 10

    1 libsystem_c.dylib 0x00007fff8960ffe9 _pthread_cond_wait + 869

    2 com.apple.CoreServices.CarbonCore 0x00007fff92224210 TSWaitOnCondition + 108

    3 com.apple.CoreServices.CarbonCore 0x00007fff922243e7 TSWaitOnConditionTimedRelative + 132

    4 com.apple.CoreServices.CarbonCore 0x00007fff92186a98 MPWaitOnQueue + 252

    5 AdobeACE 0x000000010592b23d 0x1058f1000 + 238141

    6 AdobeACE 0x000000010592abea 0x1058f1000 + 236522

    7 com.apple.CoreServices.CarbonCore 0x00007fff921fb7e0 PrivateMPEntryPoint + 58

    8 libsystem_c.dylib 0x00007fff8960b7a2 _pthread_start + 327

    libsystem_c.dylib 9 0x00007fff895f81e1 thread_start + 13

    Thread 14:

    0 libsystem_kernel.dylib 0x00007fff8880e0fa __psynch_cvwait + 10

    1 libsystem_c.dylib 0x00007fff8960ffe9 _pthread_cond_wait + 869

    2 com.apple.CoreServices.CarbonCore 0x00007fff92224210 TSWaitOnCondition + 108

    3 com.apple.CoreServices.CarbonCore 0x00007fff922243e7 TSWaitOnConditionTimedRelative + 132

    4 com.apple.CoreServices.CarbonCore 0x00007fff92186a98 MPWaitOnQueue + 252

    5 AdobeACE 0x000000010592b23d 0x1058f1000 + 238141

    6 AdobeACE 0x000000010592abea 0x1058f1000 + 236522

    7 com.apple.CoreServices.CarbonCore 0x00007fff921fb7e0 PrivateMPEntryPoint + 58

    8 libsystem_c.dylib 0x00007fff8960b7a2 _pthread_start + 327

    libsystem_c.dylib 9 0x00007fff895f81e1 thread_start + 13

    Line 15:

    0 libsystem_kernel.dylib 0x00007fff8880e0fa __psynch_cvwait + 10

    1 libsystem_c.dylib 0x00007fff8960ffe9 _pthread_cond_wait + 869

    2 com.apple.CoreServices.CarbonCore 0x00007fff92224210 TSWaitOnCondition + 108

    3 com.apple.CoreServices.CarbonCore 0x00007fff922243e7 TSWaitOnConditionTimedRelative + 132

    4 com.apple.CoreServices.CarbonCore 0x00007fff92186a98 MPWaitOnQueue + 252

    5 AdobeACE 0x000000010592b23d 0x1058f1000 + 238141

    6 AdobeACE 0x000000010592abea 0x1058f1000 + 236522

    7 com.apple.CoreServices.CarbonCore 0x00007fff921fb7e0 PrivateMPEntryPoint + 58

    8 libsystem_c.dylib 0x00007fff8960b7a2 _pthread_start + 327

    libsystem_c.dylib 9 0x00007fff895f81e1 thread_start + 13

    16 wire:

    0 libsystem_kernel.dylib 0x00007fff8880e0fa __psynch_cvwait + 10

    1 libsystem_c.dylib 0x00007fff8960ffe9 _pthread_cond_wait + 869

    2 com.apple.CoreServices.CarbonCore 0x00007fff92224210 TSWaitOnCondition + 108

    3 com.apple.CoreServices.CarbonCore 0x00007fff922243e7 TSWaitOnConditionTimedRelative + 132

    4 com.apple.CoreServices.CarbonCore 0x00007fff92186a98 MPWaitOnQueue + 252

    5 AdobeACE 0x000000010592b23d 0x1058f1000 + 238141

    6 AdobeACE 0x000000010592abea 0x1058f1000 + 236522

    7 com.apple.CoreServices.CarbonCore 0x00007fff921fb7e0 PrivateMPEntryPoint + 58

    8 libsystem_c.dylib 0x00007fff8960b7a2 _pthread_start + 327

    libsystem_c.dylib 9 0x00007fff895f81e1 thread_start + 13

    Thread 17:

    0 libsystem_kernel.dylib 0x00007fff8880e386 __semwait_signal + 10

    1 libsystem_c.dylib 0x00007fff89695800 nanosleep + 163

    2 com.adobe.PSAutomate 0x0000000111b820fb ScObjects::Thread:sleep(unsigned_int) + 59

    3 com.adobe.PSAutomate 0x0000000111b64033 ScObjects::BridgeTalkThread::run() + 163

    4 com.adobe.PSAutomate 0x0000000111b821f6 ScObjects::Thread:go(void*) + 166

    5 libsystem_c.dylib 0x00007fff8960b7a2 _pthread_start + 327

    6 libsystem_c.dylib 0x00007fff895f81e1 thread_start + 13

    18 wire:

    0 libsystem_kernel.dylib 0x00007fff8880e0fa __psynch_cvwait + 10

    1 libsystem_c.dylib 0x00007fff8960ffe9 _pthread_cond_wait + 869

    2 com.adobe.adobeswfl 0x0000000112b7f04d APXGetHostAPI + 2430509

    3 com.adobe.adobeswfl 0x0000000112940a39 APXGetHostAPI + 77849

    4 com.adobe.adobeswfl 0x0000000112b7f161 APXGetHostAPI + 2430785

    5 com.adobe.adobeswfl 0x0000000112b7f2ba APXGetHostAPI + 2431130

    6 com.adobe.adobeswfl 0x0000000112b7f3b0 APXGetHostAPI + 2431376

    7 libsystem_c.dylib 0x00007fff8960b7a2 _pthread_start + 327

    8 libsystem_c.dylib 0x00007fff895f81e1 thread_start + 13

    Line 19:

    0 libsystem_kernel.dylib 0x00007fff8880e0fa __psynch_cvwait + 10

    1 libsystem_c.dylib 0x00007fff8960ffe9 _pthread_cond_wait + 869

    2 com.adobe.adobeswfl 0x0000000112b7f04d APXGetHostAPI + 2430509

    3 com.adobe.adobeswfl 0x0000000112940a39 APXGetHostAPI + 77849

    4 com.adobe.adobeswfl 0x0000000112b7f161 APXGetHostAPI + 2430785

    5 com.adobe.adobeswfl 0x0000000112b7f2ba APXGetHostAPI + 2431130

    6 com.adobe.adobeswfl 0x0000000112b7f3b0 APXGetHostAPI + 2431376

    7 libsystem_c.dylib 0x00007fff8960b7a2 _pthread_start + 327

    8 libsystem_c.dylib 0x00007fff895f81e1 thread_start + 13

    Line 20:

    0 libsystem_kernel.dylib 0x00007fff8880e0fa __psynch_cvwait + 10

    1 libsystem_c.dylib 0x00007fff8960ffe9 _pthread_cond_wait + 869

    2 com.adobe.adobeswfl 0x0000000112b7f04d APXGetHostAPI + 2430509

    3 com.adobe.adobeswfl 0x0000000112940a39 APXGetHostAPI + 77849

    4 com.adobe.adobeswfl 0x0000000112b7f161 APXGetHostAPI + 2430785

    5 com.adobe.adobeswfl 0x0000000112b7f2ba APXGetHostAPI + 2431130

    6 com.adobe.adobeswfl 0x0000000112b7f3b0 APXGetHostAPI + 2431376

    7 libsystem_c.dylib 0x00007fff8960b7a2 _pthread_start + 327

    8 libsystem_c.dylib 0x00007fff895f81e1 thread_start + 13

    Line 21:

    0 libsystem_kernel.dylib 0x00007fff8880e0fa __psynch_cvwait + 10

    1 libsystem_c.dylib 0x00007fff8960ffe9 _pthread_cond_wait + 869

    2 com.adobe.adobeswfl 0x0000000112b7f04d APXGetHostAPI + 2430509

    3 com.adobe.adobeswfl 0x0000000112940a39 APXGetHostAPI + 77849

    4 com.adobe.adobeswfl 0x0000000112b7f161 APXGetHostAPI + 2430785

    5 com.adobe.adobeswfl 0x0000000112b7f2ba APXGetHostAPI + 2431130

    6 com.adobe.adobeswfl 0x0000000112b7f3b0 APXGetHostAPI + 2431376

    7 libsystem_c.dylib 0x00007fff8960b7a2 _pthread_start + 327

    8 libsystem_c.dylib 0x00007fff895f81e1 thread_start + 13

    Thread 22:

    0 libsystem_kernel.dylib 0x00007fff8880e0fa __psynch_cvwait + 10

    1 libsystem_c.dylib 0x00007fff8960ffe9 _pthread_cond_wait + 869

    2 com.adobe.adobeswfl 0x0000000112b7f04d APXGetHostAPI + 2430509

    3 com.adobe.adobeswfl 0x0000000112940a39 APXGetHostAPI + 77849

    4 com.adobe.adobeswfl 0x0000000112b7f161 APXGetHostAPI + 2430785

    5 com.adobe.adobeswfl 0x0000000112b7f2ba APXGetHostAPI + 2431130

    6 com.adobe.adobeswfl 0x0000000112b7f3b0 APXGetHostAPI + 2431376

    7 libsystem_c.dylib 0x00007fff8960b7a2 _pthread_start + 327

    8 libsystem_c.dylib 0x00007fff895f81e1 thread_start + 13

    Line 23:

    0 libsystem_kernel.dylib 0x00007fff8880e0fa __psynch_cvwait + 10

    1 libsystem_c.dylib 0x00007fff8960ffe9 _pthread_cond_wait + 869

    2 com.adobe.adobeswfl 0x0000000112b7f04d APXGetHostAPI + 2430509

    3 com.adobe.adobeswfl 0x0000000112940a39 APXGetHostAPI + 77849

    4 com.adobe.adobeswfl 0x0000000112b7f161 APXGetHostAPI + 2430785

    5 com.adobe.adobeswfl 0x0000000112b7f2ba APXGetHostAPI + 2431130

    6 com.adobe.adobeswfl 0x0000000112b7f3b0 APXGetHostAPI + 2431376

    7 libsystem_c.dylib 0x00007fff8960b7a2 _pthread_start + 327

    8 libsystem_c.dylib 0x00007fff895f81e1 thread_start + 13

    Line 24:

    0 libsystem_kernel.dylib 0x00007fff8880e0fa __psynch_cvwait + 10

    1 libsystem_c.dylib 0x00007fff8960ffe9 _pthread_cond_wait + 869

    2 com.adobe.adobeswfl 0x0000000112b7f04d APXGetHostAPI + 2430509

    3 com.adobe.adobeswfl 0x0000000112940a39 APXGetHostAPI + 77849

    4 com.adobe.adobeswfl 0x0000000112b7f161 APXGetHostAPI + 2430785

    5 com.adobe.adobeswfl 0x0000000112b7f2ba APXGetHostAPI + 2431130

    6 com.adobe.adobeswfl 0x0000000112b7f3b0 APXGetHostAPI + 2431376

    7 libsystem_c.dylib 0x00007fff8960b7a2 _pthread_start + 327

    8 libsystem_c.dylib 0x00007fff895f81e1 thread_start + 13

    Line 25:

    0 libsystem_kernel.dylib 0x00007fff8880e0fa __psynch_cvwait + 10

    1 libsystem_c.dylib 0x00007fff8960ffe9 _pthread_cond_wait + 869

    2 com.adobe.adobeswfl 0x0000000112b7f04d APXGetHostAPI + 2430509

    3 com.adobe.adobeswfl 0x0000000112940a39 APXGetHostAPI + 77849

    4 com.adobe.adobeswfl 0x0000000112b7f161 APXGetHostAPI + 2430785

    5 com.adobe.adobeswfl 0x0000000112b7f2ba APXGetHostAPI + 2431130

    6 com.adobe.adobeswfl 0x0000000112b7f3b0 APXGetHostAPI + 2431376

    7 libsystem_c.dylib 0x00007fff8960b7a2 _pthread_start + 327

    8 libsystem_c.dylib 0x00007fff895f81e1 thread_start + 13

    Line 26:

    0 libsystem_kernel.dylib 0x00007fff8880c686 mach_msg_trap + 10

    1 libsystem_kernel.dylib 0x00007fff8880bc42 mach_msg + 70

    2 com.apple.CoreFoundation 0x00007fff897aa233 __CFRunLoopServiceMachPort + 195

    3 com.apple.CoreFoundation 0x00007fff897af916 __CFRunLoopRun + 1078

    4 com.apple.CoreFoundation 0x00007fff897af0e2 CFRunLoopRunSpecific + 290

    5 com.apple.CoreMediaIO 0x00007fff9110f6e8 CMIO::DAL:RunLoop:OwnThread(void*) + 146

    6 com.apple.CoreMediaIO 0x00007fff911072ce CAPThread::Entry(CAPThread*) + 156

    7 libsystem_c.dylib 0x00007fff8960b7a2 _pthread_start + 327

    8 libsystem_c.dylib 0x00007fff895f81e1 thread_start + 13

    Thread 27:

    0 libsystem_kernel.dylib 0x00007fff8880e0fa __psynch_cvwait + 10

    1 libsystem_c.dylib 0x00007fff89610023 _pthread_cond_wait + 927

    2 com.adobe.adobeswfl 0x0000000112b7f019 APXGetHostAPI + 2430457

    3 com.adobe.adobeswfl 0x0000000112d148e5 APXGetHostAPI + 4091589

    4 com.adobe.adobeswfl 0x0000000112b7f161 APXGetHostAPI + 2430785

    5 com.adobe.adobeswfl 0x0000000112b7f2ba APXGetHostAPI + 2431130

    6 com.adobe.adobeswfl 0x0000000112b7f3b0 APXGetHostAPI + 2431376

    7 libsystem_c.dylib 0x00007fff8960b7a2 _pthread_start + 327

    8 libsystem_c.dylib 0x00007fff895f81e1 thread_start + 13

    Line 28:

    0 libsystem_kernel.dylib 0x00007fff8880e0fa __psynch_cvwait + 10

    1 libsystem_c.dylib 0x00007fff89610023 _pthread_cond_wait + 927

    2 com.adobe.adobeswfl 0x0000000112b7f019 APXGetHostAPI + 2430457

    3 com.adobe.adobeswfl 0x0000000112b9b95c APXGetHostAPI + 2547516

    4 com.adobe.adobeswfl 0x0000000112b7f161 APXGetHostAPI + 2430785

    5 com.adobe.adobeswfl 0x0000000112b7f2ba APXGetHostAPI + 2431130

    6 com.adobe.adobeswfl 0x0000000112b7f3b0 APXGetHostAPI + 2431376

    7 libsystem_c.dylib 0x00007fff8960b7a2 _pthread_start + 327

    8 libsystem_c.dylib 0x00007fff895f81e1 thread_start + 13

    Line 29:

    0 libsystem_kernel.dylib 0x00007fff8880e2aa __recvfrom + 10

    1 ServiceManager - Launcher.dylib 0x000000011561a982 call + 54020

    2 ServiceManager - Launcher.dylib 0x0000000115619adf call + 50273

    3 ServiceManager - Launcher.dylib 0x0000000115618b26 call + 46248

    4 ServiceManager - Launcher.dylib 0x0000000115618b81 call + 46339

    5 ServiceManager - Launcher.dylib 0x0000000115618c02 call + 46468

    6 ServiceManager - Launcher.dylib 0x000000011561330d call + 23695

    7 ServiceManager - Launcher.dylib 0x00000001156134a6 call + 24104

    8 ServiceManager - Launcher.dylib 0x0000000115613f2f call + 26801

    9 ServiceManager - Launcher.dylib 0x000000011561401d call + 27039

    Call 10 ServiceManager - Launcher.dylib 0x000000011561731f + 40097

    11 ServiceManager - Launcher.dylib 0x00000001156175c5 call + 40775

    12 ServiceManager - Launcher.dylib 0x0000000115617b84 call + 42246

    13 ServiceManager - Launcher.dylib 0x0000000115617d71 call + 42739

    14 ServiceManager - Launcher.dylib 0x0000000115609daf Login + 1773

    ServiceManager - Launcher.dylib 0x000000011560b295 Login + 7123 15

    16 ServiceManager - Launcher.dylib 0x00000001156182a8 call + 44074

    17 ServiceManager - Launcher.dylib 0x000000011561a6c1 call + 53315

    18 libsystem_c.dylib 0x00007fff8960b7a2 _pthread_start + 327

    19 libsystem_c.dylib 0x00007fff895f81e1 thread_start + 13

    Line 30:

    0 libsystem_kernel.dylib 0x00007fff8880e0fa __psynch_cvwait + 10

    1 libsystem_c.dylib 0x00007fff89610023 _pthread_cond_wait + 927

    2 com.apple.CoreServices.CarbonCore 0x00007fff92224406 TSWaitOnConditionTimedRelative + 163

    3 com.apple.CoreServices.CarbonCore 0x00007fff92223f6d TSWaitOnSemaphoreCommon + 265

    4 com.apple.CoreServices.CarbonCore 0x00007fff921e7b93 AsyncFileThread(void*) + 257

    5 libsystem_c.dylib 0x00007fff8960b7a2 _pthread_start + 327

    6 libsystem_c.dylib 0x00007fff895f81e1 thread_start + 13

    Line 31:

    0 libsystem_kernel.dylib 0x00007fff8880e6d6 __workq_kernreturn + 10

    1 libsystem_c.dylib 0x00007fff8960df4c _pthread_workq_return + 25

    2 libsystem_c.dylib 0x00007fff8960dd13 _pthread_wqthread + 412

    3 libsystem_c.dylib 0x00007fff895f81d1 start_wqthread + 13

    Line 32:

    0 libsystem_kernel.dylib 0x00007fff8880e6d6 __workq_kernreturn + 10

    1 libsystem_c.dylib 0x00007fff8960df4c _pthread_workq_return + 25

    2 libsystem_c.dylib 0x00007fff8960dd13 _pthread_wqthread + 412

    3 libsystem_c.dylib 0x00007fff895f81d1 start_wqthread + 13

    Line 33:

    0 libsystem_kernel.dylib 0x00007fff8880c6c2 semaphore_wait_trap + 10

    1 com.adobe.CameraRaw 0x000000011a3cd6fc EntryFM + 1855036

    2 com.adobe.CameraRaw 0x000000011a3d1200 EntryFM + 1870144

    3 libsystem_c.dylib 0x00007fff8960b7a2 _pthread_start + 327

    4 libsystem_c.dylib 0x00007fff895f81e1 thread_start + 13

    Line 34:

    0 libsystem_kernel.dylib 0x00007fff8880e0fa __psynch_cvwait + 10

    1 libsystem_c.dylib 0x00007fff8960ffe9 _pthread_cond_wait + 869

    2 com.apple.CoreServices.CarbonCore 0x00007fff92224210 TSWaitOnCondition + 108

    3 com.apple.CoreServices.CarbonCore 0x00007fff922243e7 TSWaitOnConditionTimedRelative + 132

    4 com.apple.CoreServices.CarbonCore 0x00007fff92186a98 MPWaitOnQueue + 252

    5 com.adobe.CameraRaw 0x000000011a1a4f9d 0x11a000000 + 1724317

    6 com.adobe.CameraRaw 0x000000011a1a493b 0x11a000000 + 1722683

    7 com.apple.CoreServices.CarbonCore 0x00007fff921fb7e0 PrivateMPEntryPoint + 58

    8 libsystem_c.dylib 0x00007fff8960b7a2 _pthread_start + 327

    libsystem_c.dylib 9 0x00007fff895f81e1 thread_start + 13

    Line 35:

    0 libsystem_kernel.dylib 0x00007fff8880e0fa __psynch_cvwait + 10

    1 libsystem_c.dylib 0x00007fff8960ffe9 _pthread_cond_wait + 869

    2 com.apple.CoreServices.CarbonCore 0x00007fff92224210 TSWaitOnCondition + 108

    3 com.apple.CoreServices.CarbonCore 0x00007fff922243e7 TSWaitOnConditionTimedRelative + 132

    4 com.apple.CoreServices.CarbonCore 0x00007fff92186a98 MPWaitOnQueue + 252

    5 com.adobe.CameraRaw 0x000000011a1a4f9d 0x11a000000 + 1724317

    6 com.adobe.CameraRaw 0x000000011a1a493b 0x11a000000 + 1722683

    7 com.apple.CoreServices.CarbonCore 0x00007fff921fb7e0 PrivateMPEntryPoint + 58

    8 libsystem_c.dylib 0x00007fff8960b7a2 _pthread_start + 327

    libsystem_c.dylib 9 0x00007fff895f81e1 thread_start + 13

    Line 36:

    0 libsystem_kernel.dylib 0x00007fff8880e0fa __psynch_cvwait + 10

    1 libsystem_c.dylib 0x00007fff8960ffe9 _pthread_cond_wait + 869

    2 com.apple.CoreServices.CarbonCore 0x00007fff92224210 TSWaitOnCondition + 108

    3 com.apple.CoreServices.CarbonCore 0x00007fff922243e7 TSWaitOnConditionTimedRelative + 132

    4 com.apple.CoreServices.CarbonCore 0x00007fff92186a98 MPWaitOnQueue + 252

    5 com.adobe.CameraRaw 0x000000011a1a4f9d 0x11a000000 + 1724317

    6 com.adobe.CameraRaw 0x000000011a1a493b 0x11a000000 + 1722683

    7 com.apple.CoreServices.CarbonCore 0x00007fff921fb7e0 PrivateMPEntryPoint + 58

    8 libsystem_c.dylib 0x00007fff8960b7a2 _pthread_start + 327

    libsystem_c.dylib 9 0x00007fff895f81e1 thread_start + 13

    Line 37:

    0 libsystem_kernel.dylib 0x00007fff8880e0fa __psynch_cvwait + 10

    1 libsystem_c.dylib 0x00007fff8960ffe9 _pthread_cond_wait + 869

    2 com.apple.CoreServices.CarbonCore 0x00007fff92224210 TSWaitOnCondition + 108

    3 com.apple.CoreServices.CarbonCore 0x00007fff922243e7 TSWaitOnConditionTimedRelative + 132

    4 com.apple.CoreServices.CarbonCore 0x00007fff92186a98 MPWaitOnQueue + 252

    5 com.adobe.CameraRaw 0x000000011a1a4f9d 0x11a000000 + 1724317

    6 com.adobe.CameraRaw 0x000000011a1a493b 0x11a000000 + 1722683

    7 com.apple.CoreServices.CarbonCore 0x00007fff921fb7e0 PrivateMPEntryPoint + 58

    8 libsystem_c.dylib 0x00007fff8960b7a2 _pthread_start + 327

    libsystem_c.dylib 9 0x00007fff895f81e1 thread_start + 13

    Line 38:

    0 libsystem_kernel.dylib 0x00007fff8880e0fa __psynch_cvwait + 10

    1 libsystem_c.dylib 0x00007fff8960ffe9 _pthread_cond_wait + 869

    2 com.apple.CoreServices.CarbonCore 0x00007fff92224210 TSWaitOnCondition + 108

    3 com.apple.CoreServices.CarbonCore 0x00007fff922243e7 TSWaitOnConditionTimedRelative + 132

    4 com.apple.CoreServices.CarbonCore 0x00007fff92186a98 MPWaitOnQueue + 252

    5 com.adobe.CameraRaw 0x000000011a1a4f9d 0x11a000000 + 1724317

    6 com.adobe.CameraRaw 0x000000011a1a493b 0x11a000000 + 1722683

    7 com.apple.CoreServices.CarbonCore 0x00007fff921fb7e0 PrivateMPEntryPoint + 58

    8 libsystem_c.dylib 0x00007fff8960b7a2 _pthread_start + 327

    libsystem_c.dylib 9 0x00007fff895f81e1 thread_start + 13

    Line 39:

    0 libsystem_kernel.dylib 0x00007fff8880e0fa __psynch_cvwait + 10

    1 libsystem_c.dylib 0x00007fff8960ffe9 _pthread_cond_wait + 869

    2 com.apple.CoreServices.CarbonCore 0x00007fff92224210 TSWaitOnCondition + 108

    3 com.apple.CoreServices.CarbonCore 0x00007fff922243e7 TSWaitOnConditionTimedRelative + 132

    4 com.apple.CoreServices.CarbonCore 0x00007fff92186a98 MPWaitOnQueue + 252

    5 com.adobe.CameraRaw 0x000000011a1a4f9d 0x11a000000 + 1724317

    6 com.adobe.CameraRaw 0x000000011a1a493b 0x11a000000 + 1722683

    7 com.apple.CoreServices.CarbonCore 0x00007fff921fb7e0 PrivateMPEntryPoint + 58

    8 libsystem_c.dylib 0x00007fff8960b7a2 _pthread_start + 327

    libsystem_c.dylib 9 0x00007fff895f81e1 thread_start + 13

    Line 40:

    0 libsystem_kernel.dylib 0x00007fff8880e0fa __psynch_cvwait + 10

    1 libsystem_c.dylib 0x00007fff8960ffe9 _pthread_cond_wait + 869

    2 com.apple.CoreServices.CarbonCore 0x00007fff92224210 TSWaitOnCondition + 108

    3 com.apple.CoreServices.CarbonCore 0x00007fff922243e7 TSWaitOnConditionTimedRelative + 132

    4 com.apple.CoreServices.CarbonCore 0x00007fff92186a98 MPWaitOnQueue + 252

    5 com.adobe.CameraRaw 0x000000011a1a4f9d 0x11a000000 + 1724317

    6 com.adobe.CameraRaw 0x000000011a1a493b 0x11a000000 + 1722683

    7 com.apple.CoreServices.CarbonCore 0x00007fff921fb7e0 PrivateMPEntryPoint + 58

    8 libsystem_c.dylib 0x00007fff8960b7a2 _pthread_start + 327

    libsystem_c.dylib 9 0x00007fff895f81e1 thread_start + 13

    Line 41:

    0 libsystem_kernel.dylib 0x00007fff8880e0fa __psynch_cvwait + 10

    1 libsystem_c.dylib 0x00007fff8960ffe9 _pthread_cond_wait + 869

    2 com.adobe.CameraRaw 0x000000011a03b8c5 0x11a000000 + 243909

    3 com.adobe.CameraRaw 0x000000011a2be2e7 EntryFM + 743975

    4 com.adobe.CameraRaw 0x000000011a0d5e8b 0x11a000000 + 876171

    5 libsystem_c.dylib 0x00007fff8960b7a2 _pthread_start + 327

    6 libsystem_c.dylib 0x00007fff895f81e1 thread_start + 13

    Line 42:

    0 libsystem_kernel.dylib 0x00007fff8880c6c2 semaphore_wait_trap + 10

    1 com.adobe.CameraRaw 0x000000011a3cd6fc EntryFM + 1855036

    2 com.adobe.CameraRaw 0x000000011a3d3990 EntryFM + 1880272

    Line 43:

    0 libsystem_kernel.dylib 0x00007fff8880c6c2 semaphore_wait_trap + 10

    1 com.adobe.CameraRaw 0x000000011a3cd6fc EntryFM + 1855036

    2 com.adobe.CameraRaw 0x000000011a3d3945 EntryFM + 1880197

    Line 44:

    0 libsystem_kernel.dylib 0x00007fff8880c6c2 semaphore_wait_trap + 10

    1 com.adobe.CameraRaw 0x000000011a3cd6fc EntryFM + 1855036

    2 com.adobe.CameraRaw 0x000000011a3d3945 EntryFM + 1880197

    Line 45:

    0 libsystem_kernel.dylib 0x00007fff8880c6c2 semaphore_wait_trap + 10

    1 com.adobe.CameraRaw 0x000000011a3cd6fc EntryFM + 1855036

    2 com.adobe.CameraRaw 0x000000011a3d3945 EntryFM + 1880197

    Thread 46:

    0 libsystem_kernel.dylib 0x00007fff8880c6c2 semaphore_wait_trap + 10

    1 com.adobe.CameraRaw 0x000000011a3cd6fc EntryFM + 1855036

    2 com.adobe.CameraRaw 0x000000011a3d3945 EntryFM + 1880197

    Thread 47:

    0 libsystem_kernel.dylib 0x00007fff8880c6c2 semaphore_wait_trap + 10

    1 com.adobe.CameraRaw 0x000000011a3cd6fc EntryFM + 1855036

    2 com.adobe.CameraRaw 0x000000011a3d3945 EntryFM + 1880197

    Line 48:

    0 libsystem_kernel.dylib 0x00007fff8880c6c2 semaphore_wait_trap + 10

    1 com.adobe.CameraRaw 0x000000011a3cd6fc EntryFM + 1855036

    2 com.adobe.CameraRaw 0x000000011a3d3945 EntryFM + 1880197

    Line 49:

    0 libsystem_kernel.dylib 0x00007fff8880c6c2 semaphore_wait_trap + 10

    1 com.adobe.CameraRaw 0x000000011a3cd6fc EntryFM + 1855036

    2 com.adobe.CameraRaw 0x000000011a3d3945 EntryFM + 1880197

    Wire 50:

    0 libsystem_kernel.dylib 0x00007fff8880e0fa __psynch_cvwait + 10

    1 libsystem_c.dylib 0x00007fff8960ffe9 _pthread_cond_wait + 869

    2 com.adobe.CameraRaw 0x000000011a03b8c5 0x11a000000 + 243909

    3 com.adobe.CameraRaw 0x000000011a3382c8 EntryFM + 1243656

    4 com.adobe.CameraRaw 0x000000011a0d5e8b 0x11a000000 + 876171

    5 libsystem_c.dylib 0x00007fff8960b7a2 _pthread_start + 327

    6 libsystem_c.dylib 0x00007fff895f81e1 thread_start + 13

    Thread 51:

    0 libsystem_kernel.dylib 0x00007fff8880e0fa __psynch_cvwait + 10

    1 libsystem_c.dylib 0x00007fff8960ffe9 _pthread_cond_wait + 869

    2 libtbb.dylib 0x0000000106a5d22c tbb + 92::internal::GenericScheduler::wait_while_pool_is_empty()

    3 0x0000000106a67b84 tbb::internal:CustomScheduler < tbb::internal:IntelSchedulerTraits > libtbb.dylib: wait_for_all (tbb::ta sk &, tbb::task *) + 1858

    4 libtbb.dylib 0x0000000106a5fe3a tbb::internal:GenericScheduler:worker_routine(void*) + 632

    5 libsystem_c.dylib 0x00007fff8960b7a2 _pthread_start + 327

    6 libsystem_c.dylib 0x00007fff895f81e1 thread_start + 13

    Thread 52:

    0 libsystem_kernel.dylib 0x00007fff8880e0fa __psynch_cvwait + 10

    1 libsystem_c.dylib 0x00007fff8960ffe9 _pthread_cond_wait + 869

    2 libtbb.dylib 0x0000000106a5d22c tbb + 92::internal::GenericScheduler::wait_while_pool_is_empty()

    3 0x0000000106a67b84 tbb::internal:CustomScheduler < tbb::internal:IntelSchedulerTraits > libtbb.dylib: wait_for_all (tbb::ta sk &, tbb::task *) + 1858

    4 libtbb.dylib 0x0000000106a5fe3a tbb::internal:GenericScheduler:worker_routine(void*) + 632

    5 libsystem_c.dylib 0x00007fff8960b7a2 _pthread_start + 327

    6 libsystem_c.dylib 0x00007fff895f81e1 thread_start + 13

    Thread 53:

    0 libsystem_kernel.dylib 0x00007fff8880e0fa __psynch_cvwait + 10

    1 libsystem_c.dylib 0x00007fff8960ffe9 _pthread_cond_wait + 869

    2 libtbb.dylib 0x0000000106a5d22c tbb + 92::internal::GenericScheduler::wait_while_pool_is_empty()

    3 0x0000000106a67b84 tbb::internal:CustomScheduler < tbb::internal:IntelSchedulerTraits > libtbb.dylib: wait_for_all (tbb::ta sk &, tbb::task *) + 1858

    4 libtbb.dylib 0x0000000106a5fe3a tbb::internal:GenericScheduler:worker_routine(void*) + 632

    5 libsystem_c.dylib 0x00007fff8960b7a2 _pthread_start + 327

    6 libsystem_c.dylib 0x00007fff895f81e1 thread_start + 13

    Line 54:

    0 libsystem_kernel.dylib 0x00007fff8880e0fa __psynch_cvwait + 10

    1 libsystem_c.dylib 0x00007fff8960ffe9 _pthread_cond_wait + 869

    2 libtbb.dylib 0x0000000106a5d22c tbb + 92::internal::GenericScheduler::wait_while_pool_is_empty()

    3 0x0000000106a67b84 tbb::internal:CustomScheduler < tbb::internal:IntelSchedulerTraits > libtbb.dylib: wait_for_all (tbb::ta sk &, tbb::task *) + 1858

    4 libtbb.dylib 0x0000000106a5fe3a tbb::internal:GenericScheduler:worker_routine(void*) + 632

    5 libsystem_c.dylib 0x00007fff8960b7a2 _pthread_start + 327

    6 libsystem_c.dylib 0x00007fff895f81e1 thread_start + 13

    Wire 55:

    0 libsystem_kernel.dylib 0x00007fff8880e0fa __psynch_cvwait + 10

    1 libsystem_c.dylib 0x00007fff8960ffe9 _pthread_cond_wait + 869

    2 libtbb.dylib 0x0000000106a5d22c tbb + 92::internal::GenericScheduler::wait_while_pool_is_empty()

    3 0x0000000106a67b84 tbb::internal:CustomScheduler < tbb::internal:IntelSchedulerTraits > libtbb.dylib: wait_for_all (tbb::ta sk &, tbb::task *) + 1858

    4 libtbb.dylib 0x0000000106a5fe3a tbb::internal:GenericScheduler:worker_routine(void*) + 632

    5 libsystem_c.dylib 0x00007fff8960b7a2 _pthread_start + 327

    6 libsystem_c.dylib 0x00007fff895f81e1 thread_start + 13

    Line 56:

    0 libsystem_kernel.dylib 0x00007fff8880e0fa __psynch_cvwait + 10

    1 libsystem_c.dylib 0x00007fff8960ffe9 _pthread_cond_wait + 869

    2 libtbb.dylib 0x0000000106a5d22c tbb + 92::internal::GenericScheduler::wait_while_pool_is_empty()

    3 0x0000000106a67b84 tbb::internal:CustomScheduler < tbb::internal:IntelSchedulerTraits > libtbb.dylib: wait_for_all (tbb::ta sk &, tbb::task *) + 1858

    4 libtbb.dylib 0x0000000106a5fe3a tbb::internal:GenericScheduler:worker_routine(void*) + 632

    5 libsystem_c.dylib 0x00007fff8960b7a2 _pthread_start + 327

    6 libsystem_c.dylib 0x00007fff895f81e1 thread_start + 13

    Line 57:

    0 libsystem_kernel.dylib 0x00007fff8880e0fa __psynch_cvwait + 10

    1 libsystem_c.dylib 0x00007fff8960ffe9 _pthread_cond_wait + 869

    2 libtbb.dylib 0x0000000106a5d22c tbb + 92::internal::GenericScheduler::wait_while_pool_is_empty()

    3 0x0000000106a67b84 tbb::internal:CustomScheduler < tbb::internal:IntelSchedulerTraits > libtbb.dylib: wait_for_all (tbb::ta sk &, tbb::task *) + 1858

    4 libtbb.dylib 0x0000000106a5fe3a tbb::internal:GenericScheduler:worker_routine(void*) + 632

    5 libsystem_c.dylib 0x00007fff8960b7a2 _pthread_start + 327

    6 libsystem_c.dylib 0x00007fff895f81e1 thread_start + 13

    Line 58:

    0 libsystem_kernel.dylib 0x00007fff8880e0fa __psynch_cvwait + 10

    1 libsystem_c.dylib 0x00007fff8960ffe9 _pthread_cond_wait + 869

    2 libtbb.dylib 0x0000000106a5d22c tbb + 92::internal::GenericScheduler::wait_while_pool_is_empty()

    3 0x0000000106a67b84 tbb::internal:CustomScheduler < tbb::internal:IntelSchedulerTraits > libtbb.dylib: wait_for_all (tbb::ta sk &, tbb::task *) + 1858

    4 libtbb.dylib 0x0000000106a5fe3a tbb::internal:GenericScheduler:worker_routine(void*) + 632

    5 libsystem_c.dylib 0x00007fff8960b7a2 _pthread_start + 327

    6 libsystem_c.dylib 0x00007fff895f81e1 thread_start + 13

    Line 59:

    0 libsystem_kernel.dylib 0x00007fff8880e6d6 __workq_kernreturn + 10

    1 libsystem_c.dylib 0x00007fff8960df4c _pthread_workq_return + 25

    2 libsystem_c.dylib 0x00007fff8960dd13 _pthread_wqthread + 412

    3 libsystem_c.dylib 0x00007fff895f81d1 start_wqthread + 13

    Line 60: com.apple.appkit - heartbeat

    0 libsystem_kernel.dylib 0x00007fff8880e386 __semwait_signal + 10

    1 libsystem_c.dylib 0x00007fff89695800 nanosleep + 163

    usleep libsystem_c.dylib 2 0x00007fff89695717 + 54

    3 com.apple.AppKit 0x00007fff8c7c5838-[NSUIHeartBeat _heartBeatThread:] + 543

    4 com.apple.Foundation 0x00007fff8e43c562 __NSThread__main__ + 1345

    5 libsystem_c.dylib 0x00007fff8960b7a2 _pthread_start + 327

    6 libsystem_c.dylib 0x00007fff895f81e1 thread_start + 13

    Thread 0 crashed with X 86 State of Thread (64-bit):

    Rax: 0x00007fff786201b8 rbx: 0x0000000135d419e0 rcx: 0 x 0000000000000001 rdx: 0 x 0000000000000001

    RDI: 0x0000000135d419e0 rsi: 0x000000012a2a0a18 PBR: RER 0x00007fff5fbfdf80: 0x00007fff5fbfdf78

    R8: 0 x 0000000000000001 r9: 0 x 0000000000000001 r10: 0x00007fff9572c778 r11: 0x00007fff8d5082c6

    R12: 0x000000012a2bdae0 r13: 0x000000012a2a0a10 r14: r15 0 x 0000000000000001: 0x00007fff5fbfe0a0

    RIP: 0x00007fff78620258 rfl: 0 x 0000000000010202 cr2: 0x00007fff78620258

    Logical CPU: 6

    Binary images:

    0 x 100000000 - 0x1026b5fff + com.adobe.Photoshop ([12.0 - 12.0x20100407.r.1103] [12.0) < B69D89E5-01DD-C220-48B1-E129D0574536 > / Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/MacOS/Adobe Photoshop CS5

    0 x 103295000 - 0x10330dfef + com.adobe.adobe_caps (adobe_caps 3.0.116.0 - 3.0.116.0) < 4A355686-1451-B19A-0C55-DFE49FD2539E > / Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps

    0 x 103323000 - 0x10332afff org.twain.dsm (1.9.4 - 1.9.4) < 874B55CB-DCC1-3E23-9DDD-74147C17660D > /System/Library/Frameworks/TWAIN.framework/Versions/A/TWAIN

    0 x 103332000 - 0x103342ff8 + com.adobe.ahclientframework (1.5.0.30 - 1.5.0.30) < 5D6FFC4E-7B81-3E8C-F0D4-66A3FA94A837 > / Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient

    0x10334d000 - 0x103352fff com.apple.agl (3.2.1 - AGL - 3.2.1) < 328CAFF6-C443-303F-923A-F9EEA8E71794 > /System/Library/Frameworks/AGL.framework/Versions/A/AGL

    0 x 103359000 - 0x10355ffef + com.adobe.linguistic.LinguisticManager (5.0.0 - 11696) < 499B4E7A-08BB-80FC-C220-D57D45CA424F > / Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic

    0x1035f2000 - 0x1037a0fef + com.adobe.owl (AdobeOwl version 3.0.91 - 3.0.91) < C36CA603-EFFB-2EED-6CEE-0B532CE052D2 > / Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl

    0 x 103842000 - 0x103c72fef + AdobeMPS (1) < FA334142-5343-8808-7760-4318EB62AD51 > / Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS

    0x103dcc000 - 0x1040f7ff7 + AdobeAGM (1) < 52E17D56-6E7A-A635-82ED-5DE1F3E5045D >/Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM

    0x1041c4000 - 0x1044ecfe7 + AdobeCoolType (1) < 9E03F47A-06A3-F1F4-AC4C-76F12FACC294 >/Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType

    0 x 104584000 - 0x1045a5ff7 + AdobeBIBUtils (1) < F7150688-2C15-0F0C-AF24-93ED82FC321A > / Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils

    0x1045b2000 - 0x1045ddff6 + AdobeAXE8SharedExpat (0) < 7E809606-BF97-DB3A-E465-156446E56D00 >/Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t

    0x1045ef000 - 0x104733fef + WRServices (0) < 76354373-F0BD-0BAF-6FC0-B96DBB371755 >/Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices

    0x10477a000 - 0x1047dffff + aif_core (0) < 12FA670E-05A8-1FCB-A7A2-AAE68728EA30 > / Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/aif_core.framework/Versions/A/aif_core

    0x1047fb000 - 0x104811fff + data_flow (0) < 9C5D39A6-D2A2-9B6A-8B64-D1B59396C112 > / Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/data_flow.framework/Versions/A/data_flow

    0 x 104829000 - 0x1048bffff + image_flow (0) < B72AA922-0D68-D57E-96B1-2E009B0AD4AE > / Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/image_flow.framework/Versions/A/image_flow

    0 x 104936000 - 0x104954fff + image_runtime (0) < 32786637-C9BF-4CB6-2DF9-5D99220E00BE > / Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/image_runtime.framework/Versions/A/image_runtime

    0 x 104971000 - 0x104ba0fff + aif_ogl (0) < 615E7DF6-09B1-857A-74AC-E224A636BEE1 > / Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/aif_ogl.framework/Versions/A/aif_ogl

    0x104c7f000 - 0x104d12fff + AdobeOwlCanvas (1) < EC667F6D-0BB6-03EA-41E8-624425B2BF4B >/Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanvas

    0x104d32000 - 0x10507bfef + com.adobe.dvaui.framework (dvaui version 5.0.0 - 5.0.0.0) < 023E0760-0223-AB5D-758C-2C5A052F6AF4 > / Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui

    0x10520b000 - 0x10538dfe7 + com.adobe.dvacore.framework (dvacore version 5.0.0 - 5.0.0.0) < 42077295-9026-D519-C057-35E07029D97B > / Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore

    0x10542f000 - 0x1057a7fff + com.adobe.dvaadameve.framework (dvaadameve version 5.0.0 - 5.0.0.0) < 0E95A0DF-038A-CFF2-EC7B-BDB905CDF5C5 > / Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/dvaadameve.framework/Versions/A/dvaadameve

    0x1058f1000 - 0x105a05fff + AdobeACE (1) < E359887D-1E7F-5E62-CB8D-37CE4DBFB4D8 >/Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE

    0x105a2a000 - 0x105a46fff + AdobeBIB (1) < 7A792F27-42CC-2DCA-D5DF-88A2CE6C2626 >/Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB

    0x105a50000 - 0x105abaff7 + com.adobe.amtlib (amtlib 3.0.0.64 - 3.0.0.64) < 6B2F73C2-10AB-08B3-4AB0-A31C83D1E5E0 > / Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib

    0x105aed000 - 0x105bc0ffb + AdobeJP2K (0) < 465D1693-BE79-590E-E1AA-BAA8061B4746 >/Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K

    0x105be0000 - 0x105be4ff8 + com.adobe.ape.shim (adbeape version 3.1.65.7508 - 3.1.65.7508) < 0C380604-C686-C2E4-0535-C1FAB230187E > / Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape

    0x105be8000 - 0x105c5ffff + FileInfo (0) < 6D5235B9-0EB6-17CA-6457-A2507A87EA8F >/Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo

    0x105c80000 - 0x105cdeffd + AdobeXMP (0) < 561026BB-C6EA-29CE-4790-CABCB81E8884 >/Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP

    0x105cec000 - 0x106187fff + com.nvidia.cg (2.2.0006 - 0) / applications/Adobe Photoshop CS5 / Adobe Photoshop CS5.app/Contents/Frameworks/Cg.framework/Cg

    0x10670d000 - 0x106763feb + com.adobe.headlights.LogSessionFramework (2.0.1.011) < 03B80698-2C3B-A232-F15F-8F08F8963A19 > / Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession

    0x1067a8000 - 0x1067cdffe + adobepdfsettings (1) < 56E7F033-6032-2EC2-250E-43F1EBD123B1 > / Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/adobepdfsettings.framework/Versions/A/adobepdfsettings

    0 x 106807000 - 0x10680cffd + com.adobe.AdobeCrashReporter (3.0 - 3.0.20100302) < DFFB9A08-8369-D65F-161F-7C61D562E307 > / Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter

    0 x 106811000 - 0x1069acfff + com.adobe.PlugPlug (2.0.0.746 - 2.0.0.746) < CB23C5AA-0E4B-182B-CB88-57DD32893F92 > / Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/PlugPlug.framework/Versions/A/PlugPlug

    0x106a54000 - + libtbb.dylib (0) 0x106a6dfeb/applications/Adobe Photoshop CS5 / Adobe Photoshop CS5.app/Contents/Frameworks/libtbb.dylib

    0x106a7e000 - + libtbbmalloc.dylib (0) 0x106a84feb/applications/Adobe Photoshop CS5 / Adobe Photoshop CS5.app/Contents/Frameworks/libtbbmalloc.dylib

    0x106a8b000 - 0x106a93ff3 + com.adobe.boost_threads.framework (boost_threads version 5.0.0 - 5.0.0.0) < 6858DF5A-F020-22A7-B945-14EC277724D4 > / Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads

    0x106a9a000 - 0x106b73ff7 libcrypto.0.9.7.dylib (106) < C1F22F70-84C5-39FC-9C73-5662AF4385E9 > /usr/lib/libcrypto.0.9.7.dylib

    0x106deb000 - 0x106dedff7 (2, 5-2, 5) com.apple.textencoding.unicode < 0518078E-C652-3CFC-A3FB-903C600CE831 > system/library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode encodings

    0x107dca000 - 0x107de6ff7 libJapaneseConverter.dylib (61) < D0F762C2-5372-3AA2-BBA4-066B8E4B1F8E > /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib

    0x107deb000 - 0x107dfaff7 libSimplifiedChineseConverter.dylib (61) < A2B475FF-667F-3B7B-A6E9-8768347F2BD6 > /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib

    0x107f00000 - 0x107f70ff6 + com.adobe.amt.services (AMTServices 3.0.0.64 [BuildVersion: 3.0;]) ([Mark: Tuesday, January 26, 2010 21:49]-3.0.0.64) < 52FF1F9B-9991-ECE2-C7E3-09DA1B368CBE > / Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/amtservices.framework/Versions/a/amtservices

    0x107fb2000 - 0x107fd3fff libKoreanConverter.dylib (61) < 7A601BB8-19DF-3DDC-9C50-3A798290F377 > /System/Library/CoreServices/Encodings/libKoreanConverter.dylib

    0x107fd7000 - 0x107fe9ff7 libTraditionalChineseConverter.dylib (61) < DDAFF75C-0714-34F4-818F-8B439AC7BBCA > /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib

    0x107fed000 - 0x107feeff7 libCyrillicConverter.dylib (61) < D06971D7-9F16-3FE6-81E8-33E0FE4D6586 > /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib

    0x10979e000 - 0x1097a6fff + com.adobe.asneu.framework (stand version 1.7.0.1 - 1.7.0.1) < 3D59CB21-F5C7-4232-AB00-DFEB04206024 > / Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/asneu.framework/Versions/a/asneu

    0x1097ee000 - 0x1097f5fff + enable Async IO (?) < 9C98DC9E-5974-FE5D-75C3-16BC4738DCC8 >/Applications/Adobe Photoshop CS5 / * / enable Async asynchronous IO IO.plugin/Contents/MacOS/Enable

    0x10b5de000 - 0x10b5e7fff + FastCore (?) < F1D1C94D-4FE1-F969-6FC2-8D81837CA5E1 >/Applications/Adobe Photoshop CS5/*/FastCore.plugin/Contents/MacOS/FastCore

    0x10bef2000 - 0x10bef4fff + com Logitech.Control Center.Scroll Enhancer OSAX Loader (2.6.0 - 2.6.0) / Library/ScriptingAdditions/LCC Scroll Enhancer Loader.osax/Contents/MacOS/LCC Enhancer Loader Scroll

    0x10dcd4000 - 0x10dce1fff libGPUSupport.dylib (8.9.2) < 0D32763C-7F3D-3FDB-9EDB-760BB7AFFA04 > /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport .dylib

    0x10e300000 - 0x10e363ff3 + MMXCore (?) < 2DB6FA8E-4373-9823-C4F5-A9F5F8F80717 >/Applications/Adobe Photoshop CS5/*/MMXCore.plugin/Contents/MacOS/MMXCore

    0x10e3e9000 - 0x10e454ff0 + multiprocessor support (?) < 1334B570-C713-3767-225F-3C1CBA1BF37C >/Applications/Adobe Photoshop CS5 / * / Support multiprocessor Support.plugin/Contents/MacOS/MultiProcessor

    0x10e7f7000 - 0x10e7f9fff + com Logitech.Control Center.Scroll Enhancer (2.6.0 - 2.6.0) / Library/Application Support/Logitech/LCC scroll Enhancer.bundle/Contents/MacOS/LCC Scroll Enhancer

    0x10f0eb000 - 0x10f0f0fff com.apple.audio.AppleHDAHALPlugIn (2.3.7 - 2.3.7fc4) < 586F677E-D0F8-33B2-B6ED-41ED81C9EED9 > /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn

    0 110308000 - 0x1103c1ff7 ColorSyncDeprecated.dylib x (400) < 3A647DD4-9BA1-3B5E-9680-64923371A9B7 > System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/Resources/ColorSyncDeprecated.dylib

    0x11169c000 - 0x1116b8ff7 + MeasurementCore (?) < 0E3BE9B3-FF3D-78A6-38EC-5CB0828B80EB >/Applications/Adobe Photoshop CS5/*/MeasurementCore.plugin/Contents/MacOS/MeasurementCore

    0x1116f8000 - 0x1116f8ffb + cl_kernels (?) < ED6ADA8D-9B55-41EE-A10D-E3C46544363E > cl_kernels

    0x111a00000 - 0x111c5cfef + com.adobe.PSAutomate (12, 0-12, 0) < 35AEF3A8-2E64-71D1-39ED-A34760CAAC29 >/Applications/Adobe Photoshop CS5/*/ScriptingSupport.plugin/Contents/MacOS/ScriptingSupport

    0x111e72000 - 0x111f16ffb + com.adobe.AdobeExtendScript (ExtendScript 4.1.23 - 4.1.23.7573) < 332E7D8D-BF42-3177-9BC5-033942DE35E0 > / Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScript

    0x111f78000 - 0x112018fef + com.adobe.AdobeScCore (ScCore 4.1.23 - 4.1.23.7573) < 53DD7281-5B59-7FF5-DB57-C9FD60E524C7 > / Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore

    0x11209e000 - 0x1120beffb + com.adobe.ape (adbeapecore version 3.1.65.7508 - 3.1.65.7508) < 284C86BE-ACD8-31DD-E58D-544F581BC93B >/Library/Application Support/Adobe/*/adbeapecore.framework/adbeapecore

    0 x 112900000 - 0x113747fcf + com.adobe.adobeswfl (2.0.0.7489) < DBD38111-48D6-C031-EF50-D034C94ED38B >/Library/Application Support/Adobe/*/adbeapecore.framework/Resources/AdobeSWFL.bundle/Contents/MacOS/AdobeSWFL

    0x114d60000 - 0x114d88ff7 com.apple.cmio.DAL.VDC_4 /System/Library/Frameworks/CoreMediaIO.framework/Resources/VDC.plugin/Contents/MacOS/VDC < 0C7E70AA-0D7A-3B51-BE4A-E3414A4556DC > (308.0 - 4155.4)

    0x114e23000 - 0x114e2cfe7 libcldcpuengine.dylib (2.2.16) < B6E3B14B-1EAC-3FDD-8AED-87231A033BED > /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib

    0 x 115607000 - 0x11562ffef + ServiceManager - Launcher.dylib (1) < 4608E5E7-7F22-A4FF-527C-E97EA339FCCC >/Library/Application Support/Adobe/*/ServiceManager-Launcher.dylib

    0x11568a000 - 0x1156c7feb + com.adobe.AAM.AdobeUpdaterNotificationFramework (UpdaterNotifications 1.0.0.64 - 1.0.0.64) < CD8BD7C7-0F66-29B6-C158-A6EF8DF69996 > / Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/updaternotifications.framework/Versions/a/UpdaterNotification s

    0 x 116100000 - 0x11619aff7 unorm8_bgra.dylib (2.2.16) < 5D62BED8-DF5D-3C51-94B4-57368FF10DDB > /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib

    0x11a000000 - 0x11a798feb + com.adobe.CameraRaw (6.0 - 6.0.0d205) < 35A90E86-FBFE-D694-CAA7-C9471E98611A > / Library/Application Support/Adobe / * / Raw.plugin/Contents/MacOS/Camera Camera Raw

    0 x 128616000 - 0x12869ffe7 + (?) < 90212778-E699-A930-9B42-A7220527DA79 >

    0x1286ea000 - 0x1288a8fff GLEngine (8.9.2) < 420E03C3-B91D-33C7-A1C4-BE60A1544971 > /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine

    0x1288df000 - 0x128a4ffff libGLProgrammability.dylib (8.9.2) < 83DBCC22-F711-3F9D-B622-6DE5D9DD90AE > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib

    0x128a87000 - 0x128ab2fff GLRendererFloat (8.9.2) < 18D6F0AD-C5F1-3E8F-89C2-89426A3D6FE4 > /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFl oats

    0 x 200000000 - 0x20092eff7 com.apple.GeForceGLDriver (8.12.47 - 8.1.2) < C54C54E7-855D-3C7C-84A0-C20F082E32E9 > /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver

    0x7fff6e9f9000 - 0x7fff6ea2d93f dyld (210.2.3) < 36CAA36E-72BC-3E48-96D9-B96A2DF77730 >/usr/lib/dyld

    0x7fff885df000 - 0x7fff88765fff libBLAS.dylib (1073.4) < C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib

    0x7fff8876b000 - 0x7fff88799fff com.apple.CoreServicesInternal (154, 3-154, 3) < F4E118E4-E327-3314-83D7-EA20B1717ED0 > /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesI internal

    0x7fff8879a000 - 0x7fff8879bff7 libsystem_sandbox.dylib (220.3) < B739DA63-B675-387A-AD84-412A651143C0 > /usr/lib/system/libsystem_sandbox.dylib

    0x7fff887fc000 - 0x7fff88817ff7 (2050.24.15) libsystem_kernel.dylib < A9F97289-7985-31D6-AF89-151830684461 > /usr/lib/system/libsystem_kernel.dylib

    0x7fff8881b000 - 0x7fff8882aff7 libxar.1.dylib (105) < B6A7C8AA-3E20-3A1D-A7BA-4FD0052FA508 > /usr/lib/libxar.1.dylib

    0x7fff8882b000 - 0x7fff89010ff7 libclh.dylib (4.0.3 - 4.0.3) < D29F081B-2AFD-3190-87CF-ED244FA03DB0 > /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib

    0x7fff89029000 - 0x7fff8919aff7 com.apple.QTKit (7.7.1 - 2599.31) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit < 1CBAB8B9-E335-33E3-B442-60105D265CB7 >

    0x7fff891c7000 - 0x7fff891c8ff7 libdnsinfo.dylib (453.19) < 14202FFB-C3CA-3FCC-94B0-14611BF8692D > /usr/lib/system/libdnsinfo.dylib

    0x7fff891c9000 - 0x7fff891f4fff libxslt.1.dylib (11.3) < 441776B8-9130-3893-956F-39C85FFA644F > /usr/lib/libxslt.1.dylib

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

    0x7fff891fa000 - 0x7fff894cbff7 com.apple.security /System/Library/Frameworks/Security.framework/Versions/A/Security < F428E306-C407-3B55-BA82-E58755E8A76F > (7.0 - 55179.13)

    0x7fff894cc000 - 0x7fff894ccfff libkeymgr.dylib (25) < CC9E3394-BE16-397F-926B-E579B60EE429 > /usr/lib/system/libkeymgr.dylib

    0x7fff894cd000 - 0x7fff895caff7 libxml2.2.dylib (22.3) < 7FD09F53-83DA-3ECD-8DD9-870E1A2F0427 > /usr/lib/libxml2.2.dylib

    0x7fff895cb000 - 0x7fff895f3fff libJPEG.dylib (850) < DC750E1E-BD07-339B-A4A6-D86BFE969F68 > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib

    0x7fff895f7000 - 0x7fff896c3ff7 (825.26) libsystem_c.dylib < 4C9EB006-FE1F-3F8F-8074-DFD94CF2CE7B > /usr/lib/system/libsystem_c.dylib

    0x7fff896c4000 - 0x7fff896c4fff com.apple.quartzframework /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz < 6403C982-0D45-37EE-A0F0-0EF8BCFEF440 > (1, 5-1, 5)

    0x7fff89707000 - 0x7fff8971efff libGL.dylib (8.9.2) < B8E5948D-BCF2-3727-B74E-D74B8EDC82D6 > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib

    0x7fff8977a000 - 0x7fff89964ff7 com.apple.CoreFoundation /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation < 0F7403CA-2CB8-3D0A-992B-679701DF27CA > (6, 8 - 744.19)

    0x7fff89c2b000 - 0x7fff89cd1ff7 com.apple.CoreServices.OSServices (557, 6-557, 6) < FFDDD2D8-690D-388F-A48F-4750A792D2CD > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices

    0x7fff89cd9000 - 0x7fff89ceeff7 libdispatch.dylib (228.23) < D26996BF-FC57-39EB-8829-F63585561E09 > /usr/lib/system/libdispatch.dylib

    0x7fff89d53000 - 0x7fff89d7ffff com.apple.framework.Apple80211 (8.4 - 840.22.1) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 < 7CFDDBBB-87DF-3CB5-AB69-A77D73F26239 >

    0x7fff89dd0000 - 0x7fff89dd1fff libDiagnosticMessagesClient.dylib (8) < 8548E0DC-0D2F-30B6-B045-FE8A038E76D8 > /usr/lib/libDiagnosticMessagesClient.dylib

    0x7fff89dd2000 - 0x7fff89e29ff7 com.apple.ScalableUserInterface (1.0-1) < 93C14595-6172-37E9-88F2-CBC80A1C54D0 > /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterfa ce.framework/Versions/A/ScalableUserInterface

    0x7fff89e2a000 - 0x7fff8a0e1ff7 com.apple.MediaToolbox /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox < 916B1ACC-2623-39FB-9B5A-1B0162F8C468 > (1.0 - 926.104)

    0x7fff8a0e2000 - 0x7fff8a126fff libcups.2.dylib (327.6) < 9C01D012-6F4C-3B69-B614-1B408B0ED4E3 > /usr/lib/libcups.2.dylib

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

    0x7fff8a13f000 - 0x7fff8a156fff com.apple.CFOpenDirectory /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory < 10F41DA4-AD54-3F52-B898-588D9A117171 > (10, 8-151, 10). framework/Versions/A/CFOpenDirectory

    0x7fff8a157000 - 0x7fff8a1f2fff com.apple.CoreSymbolication (3.0 - 117) < 50716F74-41C2-3BB9-AC16-12C4D4C2DD1E > /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolicatio n

    0x7fff8a1f3000 - 0x7fff8a1fbfff (442.26.2) liblaunch.dylib < 2F71CAF8-6524-329E-AC56-C506658B4C0C > /usr/lib/system/liblaunch.dylib

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

    0x7fff8a1fd000 - 0x7fff8a24cff7 libcorecrypto.dylib (106.2) < CE0C29A3-C420-339B-ADAA-52F4683233CC > /usr/lib/system/libcorecrypto.dylib

    0x7fff8a411000 - 0x7fff8a6b5ff7 com.apple.CoreImage (8.4.0 - 1.0.1) < CC6DD22B-FFC6-310B-BE13-2397A02C79EF > /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage

    0x7fff8a6b6000 - 0x7fff8a6bcfff libmacho.dylib (829) < BF332AD9-E89F-387E-92A4-6E1AB74BD4D9 > /usr/lib/system/libmacho.dylib

    0x7fff8a6bd000 - 0x7fff8a6f3fff com.apple.DebugSymbols /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols < 7059F71D-9A82-3D32-99BB-E043DEDA6174 > (98-98)

    0x7fff8a6f4000 - 0x7fff8a7e9fff libiconv.2.dylib (34) < FEE8B996-EB44-37FA-B96E-D379664DEFE1 > /usr/lib/libiconv.2.dylib

    0x7fff8a7ed000 - 0x7fff8aa22ff7 com.apple.CoreData /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData < A676E1A4-2144-376B-92B8-B450DD1D78E5 > (106.1 - 407, 7)

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

    0x7fff8aa58000 - 0x7fff8aa6bff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) < 023D909C-3AFA-3438-88EB-05D0BDA5AFFE > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis

    0x7fff8aa6c000 - 0x7fff8aaafff7 com.apple.RemoteViewServices (2.0 - 80: 6) < 5CFA361D-4853-3ACC-9EFC-A2AC1F43BA4B > /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServi CES

    0x7fff8aab0000 - 0x7fff8ab0aff7 com.apple.opencl (2.2.19 - 2.2.19) < 3C7DFB2C-B3F9-3447-A1FC-EAAA42181A6E > /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL

    0x7fff8ab0b000 - 0x7fff8ab12fff libGFXShared.dylib (8.9.2) < 398F8D57-EC82-3E13-AC8E-470BE19237D7 > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib

    0x7fff8ab13000 - 0x7fff8ab52ff7 com.apple.QD (3.42.1 - 285,1) < 77A20C25-EBB5-341C-A05C-5D458B97AD5C > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD

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

    0x7fff8ac4e000 - 0x7fff8ac55fff com.apple.NetFS /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS < 195D8EC9-72BB-3E04-A64D-E1A89B4850C1 > (4.0 - 5.0)

    0x7fff8ac56000 - 0x7fff8ac91fff com.apple.LDAPFramework (2.4.28 - 194,5) < 7C71C445-2B52-3AC0-97E5-9F2E692C8F5C > /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP

    0x7fff8ac92000 - 0x7fff8acb2fff libPng.dylib (850) < 203C43BF-FAD3-3CCB-81D5-F2770E36338B > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib

    0x7fff8acb3000 - com.apple.GenerationalStorage (1.1 - 132, 3) < FD4A84B3-13A8-3C60-A59E-25A361447A17 > 0x7fff8accafff /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalSt storm

    0x7fff8acd6000 - 0x7fff8adee92f libobjc. A.dylib (532,2) < 90D31928-F48D-3E37-874F-220A51FD9E37 >/usr/lib/libobjc. A.dylib

    0x7fff8adef000 - 0x7fff8af41fff com.apple.audio.toolbox.AudioToolbox /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox < 62770C0F-5600-3EF9-A893-8A234663FFF5 > (1, 9-1, 9)

    0x7fff8af9f000 - 0x7fff8afa2fff libRadiance.dylib (850) < 62E3F7FB-03E3-3937-A857-AF57A75EAF09 > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib

    0x7fff8afa3000 - 0x7fff8b037ff7 com.apple.CorePDF /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF < F17D7D37-4190-38E2-9F43-DD4F87792390 > (2.2 - 2.2)

    0x7fff8b038000 - 0x7fff8b045fff libbz2.1.0.dylib (29) < CE9785E8-B535-3504-B392-82F0064D9AF2 > /usr/lib/libbz2.1.0.dylib

    0x7fff8b046000 - 0x7fff8b048fff libquarantine.dylib (52.1) < 143B726E-DF47-37A8-90AA-F059CFD1A2E4 > /usr/lib/system/libquarantine.dylib

    0x7fff8b049000 - 0x7fff8b04dfff libCGXType.A.dylib (332) < 17C8DD17-B3CB-3633-B252-C368AE51204C > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXType.A.dylib

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

    0x7fff8b36c000 - 0x7fff8b69cfff com.apple.HIToolbox (2.0 - 626.1 on) < 656D08C2-9068-3532-ABDD-32EC5057CCB2 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox

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

    0x7fff8b86d000 - 0x7fff8b86fff7 libunc.dylib (25) < 2FDC94A7-3039-3680-85F3-2164E63B464D > /usr/lib/system/libunc.dylib

    0x7fff8b9ca000 - 0x7fff8b9dffff com.apple.ImageCapture (8.0 - 8, 0) < 71B24609-DEE9-3927-9C82-62E72270299C > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture

    0x7fff8b9e0000 - 0x7fff8ba5aff7 libType1Scaler.dylib (101.1) < E7BAE381-C368-3376-8B50-77E39E34C2DC > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libType1Scaler.dylib

    0x7fff8baa0000 - 0x7fff8babafff com.apple.CoreMediaAuthoring (2.1 - 914) < 23F2B9D0-7B73-3C42-8EDC-8ADBF9C7B8C2 > /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthor ing

    0x7fff8babb000 - 0x7fff8bbbdfff libcrypto.0.9.8.dylib (47.1) < 72AA650B-0453-3BB4-BA03-824627BB199C > /usr/lib/libcrypto.0.9.8.dylib

    0x7fff8bbbe000 - 0x7fff8bfb5fff libLAPACK.dylib (1073.4) < D632EC8B-2BA0-3853-800A-20DA00A1091C > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib

    0x7fff8bfb6000 - 0x7fff8c01ffff libstdc ++.6.dylib (56) < EAA2B53E-EADE-39CF-A0EF-FB9D4940672A > /usr/lib/libstdc++.6.dylib

    0x7fff8c020000 - 0x7fff8c060ff7 (14-687) com.apple.MediaKit < 8AAA8CC3-3ACD-34A5-9E57-9B24AD8AFD4D > /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit

    0x7fff8c213000 - 0x7fff8c25efff com.apple.CoreMedia /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia < 31EAF297-9C42-3D6F-A8A1-CDAB94A26113 > (1.0 - 926.104)

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

    0x7fff8c392000 - 0x7fff8c393ff7 libSystem.B.dylib (169,3) < 92475A81-385C-32B9-9D6D-38E4BAC90996 > /usr/lib/libSystem.B.dylib

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

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

    0x7fff8c42b000 - 0x7fff8c44aff7 com.apple.ChunkingLibrary (2.0 - 133, 3) < 8BEC9AFB-DCAA-37E8-A5AB-24422B234ECF > /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary

    0x7fff8c44b000 - 0x7fff8c44bfff com.apple.Carbon /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon < 1B2846B1-384E-3D1C-8999-201215723349 > (154-155)

    0x7fff8c48b000 - 0x7fff8d0b8fff com.apple.AppKit /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit < 199962F0-B06B-3666-8FD5-5C90374BA16A > (6: 8 - 1187.39)

    0x7fff8d2a6000 - 0x7fff8d2e9ff7 com.apple.bom /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom < 0EFE0F2D-B6DE-3D1E-93C2-EED6D96F70A2 > (12, 0-192)

    0x7fff8d2ea000 - 0x7fff8d45fff7 com.apple.CFNetwork (596.4.3 - 596.4.3) /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork < A57B3308-2F08-3EC3-B4AC-39A3D9F0B9F7 >

    0x7fff8d460000 - 0x7fff8d460fff com.apple.CoreServices /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices < 45F1466A-8264-3BB7-B0EC-E5E5BFBED143 > (57-57)

    0x7fff8d461000 - 0x7fff8d464ff7 (210.2.3) libdyld.dylib < F59367C9-C110-382B-A695-9035A6DD387E > /usr/lib/system/libdyld.dylib

    0x7fff8d501000 - 0x7fff8d55bfff com.apple.print.framework.PrintCore /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore < 5BA0CBED-4D80-386A-9646-F835C9805B71 > (8, 3-387, 2). framework/Versions/A/PrintCore

    0x7fff8d55c000 - 0x7fff8d55efff libCVMSPluginSupport.dylib (8.9.2) < EF1192AC-3357-3A0B-BFAF-6594D7737892 > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dyl ib

    0x7fff8d62d000 - 0x7fff8d654ff7 com.apple.PerformanceAnalysis (1.16 - 16) < 1BDA3662-18B7-3F38-94E5-9ACD477A7682 > /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAna Lysis

    0x7fff8d655000 - 0x7fff8dfe54af com.apple.CoreGraphics (1.600.0 - 332) < 5AB32E51-9154-3733-B83B-A9A748652847 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics

    0x7fff8dfe6000 - 0x7fff8dfeeff7 (379.38.1) libsystem_dnssd.dylib < BDCB8566-0189-34C0-9634-35ABD3EFE25B > /usr/lib/system/libsystem_dnssd.dylib

    0x7fff8dfef000 - 0x7fff8dfeffff com.apple.Cocoa /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa < 3CFC90D2-2BE9-3E5C-BFDB-5E161A2C2B29 > (6: 7-19)

    0x7fff8dff0000 - 0x7fff8e049ff7 com.apple.ImageCaptureCore (5.0.4 - 5.0.4) < 84F003C2-5758-3D0A-8644-F3A0BA4F22FC > /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore

    0x7fff8e30f000 - 0x7fff8e390fff com.apple.Metadata (10.7.0 - 707.11) < 2DD25313-420D-351A-90F1-300E95C970CA > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/metadata

    0x7fff8e3a6000 - 0x7fff8e705fff com.apple.Foundation /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation < 1D7E58E6-FA3A-3CE8-AC85-B9D06B8C0AA0 > (6, 8 - 945.18)

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

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

    0x7fff8ec3f000 - 0x7fff8eebaff7 com.apple.RawCamera.bundle /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera < 1DC4305D-C8FE-3680-BE23-937A58F4BD71 > (4.08 - 707)

    0x7fff8eebb000 - 0x7fff8ef8dff7 com.apple.CoreText /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText < 5BFC1D67-6A6F-38BC-9D90-9C712684EDAC > (260, 0 - 275.16)

    0x7fff8ef90000 - 0x7fff8f041fff (539, 9-539, 9) com.apple.LaunchServices < 07FC6766-778E-3479-8F28-D2C9917E1DD1 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices

    0x7fff8f09d000 - 0x7fff8f0c9ff7 libRIP.A.dylib (332) < D26BC320-B415-3C4D-B57F-D525FC361BB2 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib

    0x7fff8f0ca000 - 0x7fff8f0d0ff7 libunwind.dylib (35.1) < 21703D36-2DAB-3D8B-8442-EAAB23C060D3 > /usr/lib/system/libunwind.dylib

    0x7fff8f0d1000 - com.apple.DictionaryServices (1.2 - 4, 184) < FB0540FF-5034-3591-A28D-6887FBC220F7 > 0x7fff8f102ff7 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices

    0x7fff8f103000 - 0x7fff8f171ff7 com.apple.framework.IOKit (2.0.1 - 755.24.1) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit < 04BFB138-8AF4-310A-8E8C-045D8A239654 >

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

    0x7fff8f1b6000 - 0x7fff8f2d6fff com.apple.desktopservices (1.7.4 - 1.7.4) < ED3DA8C0-160F-3CDC-B537-BF2E766AB7C1 > /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv

    0x7fff8f2d7000 - 0x7fff8f2e4ff7 com.apple.NetAuth /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth < A4A21A2F-B26A-3DC9-95E4-DAFA43A4A2C3 > (4.0 - 4.0)

    0x7fff8f2e5000 - 0x7fff8f398ff7 com.apple.PDFKit (2.8.4 - 2.8.4) < BD6E8774-1C8B-3CD1-B5FA-7352B2173068 > /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versio ns/A/PDFKit

    0x7fff8f429000 - 0x7fff8f503fff com.apple.backup.framework (1.4.3 - 1.4.3) < 6B65C44C-7777-3331-AD9D-438D10AAC777 > /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup

    0x7fff8f504000 - 0x7fff8f560ff7 com.apple.Symbolication /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication < D3AAB36A-D5EB-3044-BE9D-0B77E64C00FC > (1.3 - 93)

    0x7fff8f561000 - 0x7fff8f586ff7 libc ++ abi.dylib (26) < D86169F3-9F31-377A-9AF3-DB17142052E4 > /usr/lib/libc++abi.dylib

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

    0x7fff8f5c3000 - 0x7fff8f5effff com.apple.quartzfilters (1.8.0 - 1.7.0) < CCF2C41D-93D0-3547-A2B1-D6A69932CADF > /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters

    0x7fff8f5f0000 - 0x7fff8f60fff7 libresolv.9.dylib (51) < 0882DC2D-A892-31FF-AD8C-0BB518C48B23 > /usr/lib/libresolv.9.dylib

    0x7fff8f610000 - 0x7fff8f610fff libOpenScriptingUtil.dylib (148.3) < F8681222-0969-3B10-8BCE-C55A4B9C520C > /usr/lib/libOpenScriptingUtil.dylib

    0x7fff8f611000 - 0x7fff8f61fff7 (2050.24.15) libkxld.dylib < A619A9AC-09AF-3FF3-95BF-F07CC530EC31 > /usr/lib/system/libkxld.dylib

    0x7fff8f620000 - 0x7fff8f625fff libcache.dylib (57) < 65187C6E-3FBF-3EB8-A1AA-389445E2984D > /usr/lib/system/libcache.dylib

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

    0x7fff8f690000 - 0x7fff8f695fff libcompiler_rt.dylib (30) < 08F8731D-5961-39F1-AD00-4590321D24A9 > /usr/lib/system/libcompiler_rt.dylib

    0x7fff8f699000 - 0x7fff8f6cfff7 libsystem_info.dylib (406.17) < C9BA1024-043C-3BD5-908F-AF709E05DEE4 > /usr/lib/system/libsystem_info.dylib

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

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

    0x7fff8f77c000 - 0x7fff8f780fff libpam.2.dylib (20) < C8F45864-5B58-3237-87E1-2C258A1D73B8 > /usr/lib/libpam.2.dylib

    0x7fff8f781000 - 0x7fff8f88cfff libFontParser.dylib (84.6) < 96C42E49-79A6-3475-B5E4-6A782599A6DA > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib

    0x7fff8f88d000 - 0x7fff8f960ff7 com.apple.DiscRecording (7.0 - 7000.2.4) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording < D62DA01B-5B60-3E99-9395-C11FB47E82E0 >

    0x7fff8fa8c000 - 0x7fff8fd27ff7 com.apple.JavaScriptCore /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore < FE3C5ADD-43D3-33C9-9150-8DCEFDA218E2 > (8536 - 8536.30)

    0x7fff8fd28000 - 0x7fff8fd2cfff libGIF.dylib (850) < D4525F87-759C-338C-B283-BB8DE815D3D5 > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib

    0x7fff8fd2d000 - 0x7fff8fd8cfff com.apple.AE (645, 6-645, 6) < 44F403C1-660A-3543-AB9C-3902E02F936F > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE

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

    0x7fff8ffd9000 - 0x7fff8fffaff7 libCRFSuite.dylib (33) < B49DA255-A4D9-33AF-95AB-B319570CDF7B > /usr/lib/libCRFSuite.dylib

    0x7fff8fffb000 - 0x7fff90099ff7 com.apple.ink.framework (10.8.2 - 150) < 3D8D16A2-7E01-3EA1-B637-83A36D353308 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A / ink jet

    0x7fff9009a000 - 0x7fff90102fff libvDSP.dylib (380.6) < CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib

    0x7fff90103000 - 0x7fff90110ff7 com.apple.HelpData (2.1.4 - 85) < EE68BDCC-AF2E-34D3-8E4F-87379E3A4D8E > /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData

    0x7fff90111000 - 0x7fff9022afff com.apple.ImageIO.framework (3.2.1 - 850) < C3FFCEEB-AA0C-314B-9E94-7005EE48A403 > /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO

    0x7fff90235000 - 0x7fff90236ff7 libremovefile.dylib (23.2) < 6763BC8E-18B8-3AD9-8FFA-B43713A7264F > /usr/lib/system/libremovefile.dylib

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

    0x7fff9029e000 - 0x7fff9030bff7 com.apple.datadetectorscore (4.1 - 269, 3) < 5775F0DB-87D6-310D-8B03-E2AD729EFB28 > e /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor

    0x7fff9030c000 - 0x7fff90399ff7 com.apple.SearchKit (1.4.0 - 1.4.0) < 54A8069C-E497-3B07-BEA7-D3BC9DB5B649 > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit

    0x7fff903a6000 - 0x7fff903f5ff7 libFontRegistry.dylib (100) < F7EC0287-58E4-3ABE-A45E-B105A68EA76E > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib

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

    0x7fff90b9e000 - 0x7fff90c5bff7 com.apple.ColorSync (4.8.0 - 4.8.0) < 73BE495D-8985-3B88-A7D0-23DF0CB50304 > System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync

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

    0x7fff90cb4000 - 0x7fff90cecfff libtidy. A.dylib (15.10) < 9009156B-84F5-3781-BFCB-B409B538CD18 >/usr/lib/libtidy. A.dylib

    0x7fff90d32000 - 0x7fff90db1ff7 com.apple.securityfoundation /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation < 8676E0DF-295F-3690-BDAA-6C9C1D210B88 > (6.0 - 55115.4)

    0x7fff90db2000 - 0x7fff90eaffff libsqlite3.dylib (138,1) < ADE9CB98-D77D-300C-A32A-556B7440769F > /usr/lib/libsqlite3.dylib

    0x7fff90ed9000 - 0x7fff90f25ff7 libauto.dylib (185,4) < AD5A4CE7-CB53-313C-9FAE-673303CC2D35 > /usr/lib/libauto.dylib

    0x7fff90f26000 - 0x7fff90f33fff com.apple.AppleFSCompression (49 - 1.0) < E616053D-D3C2-3600-B8DF-A5E0D9665634 > /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompress ion

    0x7fff90f66000 - 0x7fff90f70fff com.apple.speech.recognition.framework (4.1.5 - 4.1.5) < 5A4B532E-3428-3F0A-8032-B0AFFF72CA3D > work/Versions/A/SpeechRecognition /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame

    0x7fff90f71000 - 0x7fff91073fff libJP2.dylib (850) < 2E43216C-3A5A-3693-820C-38B360698FA0 > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib

    0x7fff9109e000 - 0x7fff910acff7 libsystem_network.dylib (77.10) < 2AAA67A1-525E-38F0-8028-1D2B64716611 > /usr/lib/system/libsystem_network.dylib

    0x7fff910ad000 - 0x7fff910beff7 libsasl2.2.dylib (166) < 649CAE0E-8FFE-3C60-A849-BE6300E4B726 > /usr/lib/libsasl2.2.dylib

    0x7fff910bf000 - 0x7fff910edfff com.apple.shortcut /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut < 59F18E16-E3DC-3C8D-895D-A61A301BEA1D > (2.2 - 2.2)

    0x7fff91105000 - 0x7fff91152fff com.apple.CoreMediaIO /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO < B563579E-469D-39A1-975C-F4EDD419602E > (308.0 - 4155.4)

    0x7fff91153000 - 0x7fff911a4ff7 com.apple.SystemConfiguration (1.12.2 - 1.12.2).) < 581BF463-C15A-363B-999A-E830222FA925 > /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration

    0x7fff911a5000 - 0x7fff911a6fff libsystem_blocks.dylib (59) < D92DCBC3-541C-37BD-AADE-ACC75A0C59C8 > /usr/lib/system/libsystem_blocks.dylib

    0x7fff911a7000 - 0x7fff911aafff com.apple.AppleSystemInfo /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo < C9D7F3A6-F926-39F3-8F55-A3A137DDAE50 > (2.0 - 2)

    0x7fff911ab000 - 0x7fff915c8fff FaceCoreLight (2.4.1) < DDAFFD7A-D312-3407-A010-5AEF3E17831B > /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight

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

    0x7fff91621000 - 0x7fff9162cff7 com.apple.DisplayServicesFW (2.7.2 - 357) < 8AE56B58-A521-3F29-AAE2-10ADADBD30EA > /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices

    0x7fff91694000 - 0x7fff916a7ff7 libbsm.0.dylib (32) < F497D3CE-40D9-3551-84B4-3D5E39600737 > /usr/lib/libbsm.0.dylib

    0x7fff9198e000 - 0x7fff91994fff libCGXCoreImage.A.dylib (332) < F6300A73-D4C4-3DE6-A1B7-806E627CCF76 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXCoreImage.A.dylib

    0x7fff91995000 - 0x7fff91996fff liblangid.dylib (116) < 864C409D-D56B-383E-9B44-A435A47F2346 > /usr/lib/liblangid.dylib

    0x7fff91997000 - 0x7fff919b9ff7 libxpc.dylib (140.43) < 70BC645B-6952-3264-930C-C835010CCEF9 > /usr/lib/system/libxpc.dylib

    0x7fff919bb000 - 0x7fff919bdfff com.apple.securityhi (4.0 - 55002) < 26E6D477-EF61-351F-BA8C-67824AA231C6 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI

    0x7fff919be000 - 0x7fff919e0ff7 com.apple.Kerberos (< 416543F5-E7AF-3269-843F-C8CDA8DD0FFA > /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 2.0 - 1).

    0x7fff919f0000 - 0x7fff919f7fff libcopyfile.dylib (89) < 876573D0-E907-3566-A108-577EAD1B6182 > /usr/lib/system/libcopyfile.dylib

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

    0x7fff91a07000 - 0x7fff91a87ff7 com.apple.ApplicationServices.ATS (332-341, 1) < 39B53565-FA31-3F61-B090-C787C983142E > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS

    0x7fff91ebc000 - 0x7fff91ecafff libcommonCrypto.dylib (60027) < BAAFE0C9-BB86-3CA7-88C0-E3CBA98DA06F > /usr/lib/system/libcommonCrypto.dylib

    0x7fff91ecb000 - 0x7fff91ecfff7 com.apple.CommonPanels (1.2.5 - 94) < 5F81D593-4B87-3DCC-B934-625D436B4CB1 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels

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

    0x7fff91f8a000 - 0x7fff91fc7fef libGLImage.dylib (8.9.2) < C38649ED-E1C9-315E-9953-F33E8C6A3C89 > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib

    0x7fff91fc8000 - 0x7fff92176fff com.apple.QuartzCore (1, 8 - 304.3) < F450F2DE-2F24-3557-98B6-310E05DAC17F > /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore

    0x7fff92177000 - 0x7fff9248eff7 com.apple.CoreServices.CarbonCore (1037.6 - 1037.6) < 1E567A52-677F-3168-979F-5FBB0818D52B > /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore

    0x7fff9248f000 - 0x7fff9249bfff com.apple.CrashReporterSupport (10.8.3 - 418) < DE6AFE16-D97E-399D-82ED-3522C773C36E > /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporter Support

    0x7fff9249c000 - 0x7fff924a1fff com.apple.OpenDirectory (10, 8-151, 10) < 1F47EC96-7403-3690-8D8D-C31D3B6FDA0A > /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory

    0x7fff924e9000 - 0x7fff924ebff7 com.apple.print.framework.Print (8.0 - 258) < 8F243E49-021F-3892-B555-3010A7F450A2 > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print

    0x7fff924ec000 - 0x7fff92542fff com.apple.HIServices (1.20 - 417) < BCD36950-013F-35C2-918E-05A93A47BE8C > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices

    0x7fff92543000 - 0x7fff9256dff7 (1, 8-99, 4) com.apple.CoreVideo < E5082966-6D81-3973-A05A-38AA5B85F886 > /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo

    0x7fff9256e000 - 0x7fff9281dfff com.apple.imageKit (2.2 - 673) < 5F0504DA-7CE9-3D97-B2B5-3C5839AEBF1F > /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Vers ions/A/ImageKit

    0x7fff9281e000 - 0x7fff92853ff7 libTrueTypeScaler.dylib (84.6) < 635BEEBD-7969-3083-8B1A-D49E9DA81517 > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libTrueTypeScaler.dylib

    0x7fff92946000 - 0x7fff92967fff com.apple.Ubiquity /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity < C9A7EE77-B637-3676-B667-C0843BBB0409 > (1.2 - 243, 15)

    0x7fff92968000 - 0x7fff92996ff7 (3022.6) libsystem_m.dylib < 11B6081D-6212-3EAB-9975-BED6234BD6A5 > /usr/lib/system/libsystem_m.dylib

    0x7fff92997000 - 0x7fff929e1ff7 libGLU.dylib (8.9.2) < 1B5511FF-1064-3004-A245-972CE5687D37 > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib

    0x7fff929e2000 - 0x7fff92be2fff libicucore. A.dylib (491.11.3) < 5783D305-04E8-3D17-94F7-1CEAFA975240 >/usr/lib/libicucore. A.dylib

    0x7fff92be4000 - 0x7fff92ce2fff com.apple.QuickLookUIFramework (4.0 - 555, 5) < EE02B332-20F3-3226-A022-D71B808E1CC4 > /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/V ersions/A/QuickLookUI

    0x7fff92ce3000 - 0x7fff92ceefff libsystem_notify.dylib (98.5) < C49275CC-835A-3207-AFBA-8C01374927B6 > /usr/lib/system/libsystem_notify.dylib

    0x7fff92d5b000 - 0x7fff92df5fff libvMisc.dylib (380.6) < 714336EA-1C0E-3735-B31C-19DFDAAF6221 > /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib

    0x7fff92df6000 - 0x7fff92e4bff7 libTIFF.dylib (850) < EDAF0D99-70AF-3B3F-9EFA-9463C91D0E3C > /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib

    0x7fff92e4c000 - 0x7fff92e94fff libcurl.4.dylib (69.2) < EBDBF42D-E4A6-3D05-A76B-2817D79D59E2 > /usr/lib/libcurl.4.dylib

    0x7fff92e95000 - 0x7fff92ef1fff com.apple.QuickLookFramework (4.0 - 555, 5) < 8B9EAC35-98F3-3BF0-8B15-3A5FE39F150A > /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook

    0x7fff92ef2000 - 0x7fff92f29ff7 libssl.0.9.8.dylib (47.1) < B7C438BB-79FF-37B3-B8FB-253E5135CBB4 > /usr/lib/libssl.0.9.8.dylib

    0x7fff92f2a000 - 0x7fff92f3cff7 libz.1.dylib (43) < 2A1551E8-A272-3DE5-B692-955974FE1416 > /usr/lib/libz.1.dylib

    0x7fff92f3d000 - 0x7fff92f88fff com.apple.framework.CoreWLAN /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN < 047FA8CB-7447-3171-9518-6C88DA71F20E > (3.3 - 330, 15)

    0x7fff9404d000 - 0x7fff9413eff7 com.apple.DiskImagesFramework (10.8.3 - 345) < 5C56181F-1E9F-336A-B7BB-620565A8BD6E > /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages

    0x7fff9420b000 - 0x7fff9420bffd com.apple.audio.units.AudioUnit /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit < EC55FB59-2443-3F08-9142-7BCC93C76E4E > (1, 9-1, 9)

    0x7fff9420c000 - 0x7fff9436afef (1, 7-170, 20) com.apple.MediaControlSender < 853BE89D-49B0-3922-9ED5-DDBDE9A97356 > /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSen der

    0x7fff9436b000 - 0x7fff943bafff com.apple.framework.CoreWiFi /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi < CCF3D8E3-CD1C-36CD-929A-C9972F833F24 > (1.3 - 130.13)

    0x7fff943bb000 - 0x7fff943cafff com.apple.opengl (1.8.9 - 1.8.9) < 6FD163A7-16CC-3D1F-B4B5-B0FDC4ADBF79 > /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL

    0x7fff943cb000 - 0x7fff94807fef com.apple.VideoToolbox /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox < 9231E12F-3D46-3F3D-B24F-6E16127E5909 > (1.0 - 926.104)

    0x7fff94808000 - 0x7fff9486bff7 com.apple.audio.CoreAudio (4.1.1 - 4.1.1) < 9ACD3AED-6C04-3BBB-AB2A-FC253B16D093 > /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio

    0x7fff9486c000 - 0x7fff94878fff libCSync.A.dylib (332) < 47466CF6-EB5C-3312-9E24-178F4410A92B > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib

    0x7fff94879000 - 0x7fff94879fff com.apple.ApplicationServices /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices < 5302CC85-D534-3FE5-9E56-CA16762177F6 > (45-45)

    0x7fff9487a000 - 0x7fff94994fff com.apple.coreavchd (5.6.0 - 5600.4.16) /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD < 85670361-96CA-3805-B981-B41B47E99A37 >

    0x7fff949e8000 - 0x7fff949ebfff com.apple.help (1.3.2 - 42) < 418A9A41-BCB4-32A2-97ED-3A388F69CA9D > /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/aide

    0x7fff94a48000 - 0x7fff94ab0ff7 libc ++.1.dylib (65.1) < E5A0C88E-0837-3015-A987-F8C5A0D35DD6 > /usr/lib/libc++.1.dylib

    Summary of the external change:

    Calls made by other processes for this process:

    task_for_pid: 5

    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: 1336

    thread_create: 1

    thread_set_state: 0

    Summary region VM:

    ReadOnly part of libraries: Total = 325.2 M resident=192.8M(59%) swapped_out_or_unallocated=132.4M(41%)

    Regions in writing: Total = 920.1 M written=313.2M(34%) resident=428.5M(47%) swapped_out = 0 K (0%) unallocated=491.6M(53%)

    VIRTUAL FIELD TYPE

    ===========                      =======

    ATS (font support) 33.0 M

    Address space reserved K-4 ATS (font support) VM (reserved) (not assigned)

    CG backup stores 20.0 M

    Image CG 256K

    CG shared 192K images

    CoreImage 4K

    CoreServices 2080K

    IOKit 261.3 M

    4K reserved (reserved) IOKit VM address space (not assigned)

    MALLOC 471.7 M

    Flyleaf MALLOC 48 K

    Tag memory = 240 16.0 M

    Tag memory = 241 35.1 M

    Memory tag = 241 (reserved) 1020K reserved VM space address (not assigned)

    Tag memory = 242 12K

    Tag memory = 243 4K

    OpenCL                                8K

    OpenGL GLSL 1936 K

    (Reserved) 128K reserved OpenGL GLSL VM address space (not assigned)

    BATTERY GUARD 56.2 M

    Battery 66.5 M

    VM_ALLOCATE 16.2 M

    __DATA                             61.2M

    __IMAGE 528K

    __LINKEDIT 66.6 M

    __TEXT 258.6 M

    __UNICODE 544K

    file mapped 52.6 M

    4752K shared memory

    ===========                      =======

    TOTAL                               1.4G

    In TOTAL, less space reserved VM 1.4 G

    Model: iMac13, 2, IM131.010A.B05 of BootROM, 4 processors, Intel Core i7, 3.4 GHz, 8 GB, MSC 2.11f14

    Graphics card: NVIDIA GeForce GTX 680MX, NVIDIA GeForce GTX 680MX, PCIe, 2048 MB

    Memory module: DIMM0/0 BANK, 4 GB DDR3, 1600 MHz, 0x02FE, 0x45424A3431554638424455352D474E2D4620

    Memory module: DIMM0/1 BANK, 4 GB DDR3, 1600 MHz, 0x02FE, 0x45424A3431554638424455352D474E2D4620

    Airport: spairport_wireless_card_type_airport_extreme (0x14E4, 0xF4), Broadcom BCM43xx 1.0 (5.106.98.100.17)

    Bluetooth: Version 4.1.4f2 12041, 2 service, 18 aircraft, 1 ports series entrants

    Network service: Airport, AirPort, en1

    PCI card: pci11c1, 5901, sppci_ieee1394openhci, Thunderbolt@11,0,0

    Serial ATA Device: APPLE HDD, 1 TB ST1000DM003

    Serial ATA Device: APPLE SM128E, 121,33 GB SSD

    USB device: hub_device, 0 x 8087 (Intel Corporation), 0 x 0024, 0x1a100000 / 2

    USB device: Keyboard Hub, apple_vendor_id, 0 x 1006, 0x1a130000 / 4

    USB device: Apple, apple_vendor_id, 0x024f, 0x1a132000 keyboard / 5

    USB device: FaceTime HD camera (integrated), apple_vendor_id, 0 x 8511, 0x1a110000 / 3

    USB device: hub_device, 0 x 8087 (Intel Corporation), 0 x 0024, 0x1d100000 / 2

    USB device: USB 2.0 Hub [MTT], 0x050d (Belkin Corporation), 0 x 0017, 0x1d130000 / 8

    USB device: hub_device, 0 x 0424 (SMSC), 0 x 2412, 0x1d180000 / 3

    USB Device: Hub BRCM20702, 0x0a5c (Broadcom Corp.), 0 x 4500, 0x1d181000 / 4

    USB device: Bluetooth USB Host Controller, apple_vendor_id, 0x828b, 0x1d181300 / 7

    12.0.0 - missing several updates to Photoshop.

    And you're crashing into the print of the OS code.

    First, go download and install updates, and then try to print again.

  • Automatically upload files to server on save does not (CS6)?

    Hello

    My workflow includes using a local test of Linux server. I noticed that by selecting the "automatically download files to the server when recording" box on our local test server does not download files on the test server when you press CTRL-s to save the current file. However, by pressing CTRL-SHIFT-u not uplaod the file very well.

    Anyone else notice that this function does not work or is this something else in my configurations?

    Thank you!

    I met the same problem in DreamWeaver CC 2015. The problem proved that auto-push save only works if you have the appropriate box selected for TWO tests server and remote server. If it is activated only for one, it won't do.

    Be extremely careful with this because you must ensure that you have selected in the files, the test server pane otherwise it will be auto-push on your production server!

    This bug must REALLY be resolved to prevent disasters...

  • Photoshop CS5 crashes when opening files. Help?

    I read previous discussions, but have not been able to deduce what I have to do. Help, please!

    Here's where I am.

    I downloaded the demo of photoshop CS5 2 weeks 30. for the first week, I worked in photohop every day and had no problem open and edit psd files.

    I have not used photoshop for next week.

    I went back to Photoshop (nothing has changed on the config of my h/w or s/w in the meantime), and it repeatedly crashes whenever I try to open a psd file.

    Ive been deleted and the file preferences - no effect.

    I am running CS5 on a dell optiplex PC with windows XP

    Why this is happening, and what should I do then?

    I noticed that they have not done a new version of the trial version as well.  No explanation was offered for this.

    -Christmas

  • Dreamweaver 8 crashing after start-up

    I had this problem a few weeks ago and the culprit was a corrupted file, but for the life of me I can't find the site that explains how to fix this. It was recreate a Site definition folder (or Cache, I don't remember) and replacing the old. I was exploring to do this as DW8 does not completely start.

    If anyone knows what I'm talking about can lend you a hand please? I have to get this up and running again.

    Thank you

    After much research I found that the place to go to fix the problem is in your Application Data folder. Simply navigate to this place (Windows only)
    The documents and Settings\ username\Application Data\Macromedia\Dreamweaver 8\Configuration\SiteCache

    In the cash site folder delete or rename the site definition that is suspected to have caused the problem. Launch Dreamweaver 8. The site cache will be rebuilt and you're back in business.

  • System crash after deleting files of the Core Audio framework

    I posted this in the community of the logic, but I thought I should repost here due to the * urgency * the problem I just created...

    In an attempt to get an audio interface to work, I deleted the two files of the Core Audio framework. As soon as I deleted them the work of the computer stopped, let me not even return them to the trash. Since the restart you cannot find past grey screen with the apple logo. Have also tried to start in safe mode... I have just the wreck this computer?

    MacBook Pro mid 2012 with OSX 10.8.5

    You can't really wreck software on Mac, but you will need to reistall of recovery...

    OS X: on OS X Recovery - Apple Support

    This will install only the system files and leave you the data in place.

    If you have a Time Machine backup or a clone you can restore those.

  • Skype crashes after the file sent

    Verson 7.1.0.105

    sent someone immediately freezes a file picture and Skype. has had to end the task through the Task Manager. Reconnect but freezes when I access this specific convo. everything works fine until I do. uninstalled and installed latest version and the same thing happens. as soon as I open this convo, everything hangs and I have to finish the task. can I remove old somehow convos while they open when I connect? using windows 8.1

    is went in before frozen program options and in the privacy section and clear the history of IM. settings saved and disconnected. everything seems to be ok now

  • Dreamweaver CS5 crash on start up

    Running Mac OS X Yosemite. At ftping and the program crashed. Now can not get it to start up

    It did not help.

    I had to reinstall disk creative suite design premium 5 to solve problems

Maybe you are looking for

  • Win7 drivers for HP Pavilion 15-n225tx

    Hello, the laptop that I just bought didn't come with a driver CD and came pre-installed with Windows 8. I downgraded to Win7 64 bit and finds it difficult to install the drivers. In Device Manager, the following is uninstalled: 3D video controller E

  • HP Envy 700-215xt: hardware upgrade

    Hello I just wanted to know if there are restrictions on the upgrade of my 600w PSU and my graphics card for a GTX 980. I've been looking around and see some messages on Web sites saying that some HP computers are not extensible or use special connec

  • cannot transfer emails in windows live mail

    I can not send an email in windows live mail as sson as I start to write to windows live mail closes & told me that something caused stop execution He seeks the cause but just continues to always without result

  • Why my computer powerdown approximately every hour as it is not used to do.

    My laptop used to powerdown after use rather than on all the hours.  now it works all the time.  What did I do to cause this.

  • HP LaserJet Pro MFPm127fw: Printing Chromebook stuck in class and will not print

    My printer cannot print - things are still ongoing, but stay there for days until I delete them.  Everything is turned on and connected.  This printer has printed successfully for me before, but it goes through these phases where it stops printing an