Re: Application Crashing - Debugging Techniques?

Hi
If it's crashing when you deploy ,you know where it crashes,
i mean, it
crashes when you do a certain thing on your application
doesn't it? If this is
the case the best thing you cam do is use breakpoints on
flexbuilder debugging
to see what's happening where it crashes. If the application
makes use of
remote services, such as HTTPSEVICE,WEBSERVICE,ETC. perhaps
you have forgotten
to change localhost to the name of your server, or you can be
missing the
crossdomain.xml file on your server.
This is all guessing since i don't know what it says when it
crashes, so if
you want you can send a link to us to see where it crashes or
simply put here
the message it gives.

You misunderstood. It crashes with the Flash player by just
running it outside of the Flex Builder debug state... same
application, same source, same data-locations, etc.. it's not a
deployment issue, it's a stability issue. The application is not
specific to when it crashes... it's very much a stability thing for
my application and Flash. Need debug techniques OUTSIDE of flex
builder. Running the Flex Builder debug state creates a completely
stable application. I can't get it to crash. But it won't be
running this way in the real word.

Similar Messages

  • Application crashes when using JNI with Jdk 1,2, 1.3 and 1.4

    Hi!
    I have this application that has a GUI written in Java and a file parser written in C. JNI is used to connect these parts together. The problem is that the application only works when I am using jdk 1.1.8 but not when using jdk1.2, jdk1.3 or jdk1.4. I am running the application on a Solaris 8 machine.
    I have not written the application myself but I am going to be working with it from now on. But I have today little knowledge with JNI and I have tried different approaches to solve the problem. For example I have tried to used DDD together with GDB to find out what the problem is but with no luck. When I run the application using jdk1.4 I get the following error when the JVM crashes:
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : 10 occurred at PC=0xFA023164
    Function=Java_Bitmap_setDebug+0x1C
    Library=/usr/u/lal/micview/micview2_1_0_beta1/libBitmapImpl.so
    Current Java thread:
    at Bitmap.setDebug(Native Method)
    at DisplayPanel.loadFile(DisplayPanel.java:396)
    at MicPlot.loadFile(MicPlot.java:1452)
    at MicPlot.loadFile(MicPlot.java:1441)
    at MicPlot.miOpen_Action(MicPlot.java:1267)
    at MicPlot$SymAction.actionPerformed(MicPlot.java:1184)
    at java.awt.MenuItem.processActionEvent(MenuItem.java:588)
    at java.awt.MenuItem.processEvent(MenuItem.java:548)
    at java.awt.MenuComponent.dispatchEventImpl(MenuComponent.java:285)
    at java.awt.MenuComponent.dispatchEvent(MenuComponent.java:273)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:452)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:197)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:144)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)
    Dynamic libraries:
    0x10000 /opt/java/jdk1.4/bin/java
    0xff360000 /usr/lib/libthread.so.1
    0xff3a0000 /usr/lib/libdl.so.1
    0xff280000 /usr/lib/libc.so.1
    0xff270000 /usr/platform/SUNW,Ultra-4/lib/libc_psr.so.1
    0xfe000000 /opt/java/j2sdk1.4.1/jre/lib/sparc/client/libjvm.so
    0xff220000 /usr/lib/libCrun.so.1
    0xff200000 /usr/lib/libsocket.so.1
    0xff100000 /usr/lib/libnsl.so.1
    0xff1d0000 /usr/lib/libm.so.1
    0xff250000 /usr/lib/libw.so.1
    0xff0e0000 /usr/lib/libmp.so.2
    0xff0b0000 /opt/java/j2sdk1.4.1/jre/lib/sparc/native_threads/libhpi.so
    0xff080000 /opt/java/j2sdk1.4.1/jre/lib/sparc/libverify.so
    0xff030000 /opt/java/j2sdk1.4.1/jre/lib/sparc/libjava.so
    0xfe7e0000 /opt/java/j2sdk1.4.1/jre/lib/sparc/libzip.so
    0xfe4e0000 /usr/lib/locale/en_US.ISO8859-1/en_US.ISO8859-1.so.2
    0xedd00000 /opt/java/j2sdk1.4.1/jre/lib/sparc/libawt.so
    0xfc480000 /opt/java/j2sdk1.4.1/jre/lib/sparc/libmlib_image.so
    0xfc410000 /opt/java/j2sdk1.4.1/jre/lib/sparc/motif21/libmawt.so
    0xeda80000 /usr/dt/lib/libXm.so.4
    0xfa090000 /usr/openwin/lib/libXt.so.4
    0xfa3d0000 /usr/openwin/lib/libXext.so.0
    0xfc7e0000 /usr/openwin/lib/libXtst.so.1
    0xed980000 /usr/openwin/lib/libX11.so.4
    0xfa2a0000 /usr/openwin/lib/libdps.so.5
    0xfa3b0000 /usr/openwin/lib/libSM.so.6
    0xfa1d0000 /usr/openwin/lib/libICE.so.6
    0xed880000 /opt/java/j2sdk1.4.1/jre/lib/sparc/libfontmanager.so
    0xfa390000 /usr/openwin/lib/locale/common/xlibi18n.so.2
    0xfa1b0000 /usr/openwin/lib/locale/iso8859-1/xomEuro.so.2
    0xfa190000 /usr/lib//liblayout.so
    0xfa050000 /usr/openwin/lib/locale/common/ximlocal.so.2
    0xfa010000 /usr/u/lal/micview/micview2_1_0_beta1/libBitmapImpl.so
    Local Time = Thu Oct 3 13:32:47 2002
    Elapsed Time = 35
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.4.1-beta-b14 mixed mode)
    # An error report file has been saved as hs_err_pid27692.log.
    # Please refer to the file for further information.
    Abort
    From this information I think that the problem should be in the native method setDebug. But I have tried to set a breakpoint at the beginning of that function in the C part but with no luck. The application crashes before it reaches that position in the C file.
    What could possibly go wrong between the setDebug function in the C part and the function call in the Java part?
    When using GDB, GDB cannot figure out what is wrong it just returns a hex address, no function name.
    I would really appreciate some help. I have tried everything that I can come up with!
    Best regards
    Lars

    I have figured out that the application fails on its first call to the native methods.
    So I have this Bitmap class that contains all the native calls and it is defined shortly as follow:
    public class Bitmap {
    static {
    System.loadLibrary("BitmapImpl");
    native void setDebug(int debuglevel, int statistics);
    There are many more native methods defined in Bitmap, but I only show the setDebug method because that is the first one that is executed and also the one that immediately fails.
    My setDebug C function is defined as follow in BitmapImpl.c
    #include <time.h>
    #include <stdio.h>
    #include <limits.h>
    #include <fcntl.h>
    #include <jni.h>
    #include <math.h>
    #include <errno.h>
    #include "Bitmap.h"
    #include "data.h"
    jint debug = 0;
    jint statistics = 1;
    JNIEXPORT void JNICALL Java_Bitmap_setDebug
    (JNIEnv *jenv, jobject jo, jint d, jint s)
    debug = d;
    statistics = s;
    My libBitmapImpl.so file is compiled using the following Makefile and using GNU gcc:
    JAVAPATH=$(JAVAINCLUDEPATH)
    LMACRO=-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DSOLARIS
    CSOURCE=BitmapImpl.c
    all:
    gcc -O3 -G $(LMACRO) -I$(JAVAPATH) -I$(JAVAPATH)/solaris \
    $(CSOURCE) -o libBitmapImpl.so
    It is still a total mystory why the application fails. I have tried it on a RedHat Linux machine and there it works fine. But not on Solaris. Only if I use the jdk1.1.8 but not a later one.
    Would really appreiciate some help!
    Best regards
    Lars

  • Powerbuilder application crashes after upgrade to 12.5.2 (build 5006)

    I have already seen few similar posts on this forum for similar issue. However, I feel mine is different from those and could be some basic steps am missing. Thanks in advance for any comments.
    We are evaluating the effort and benefits of migrating our PB 10.2.1 (build 9731) application to  PB 12.5 Classic. After downloading the trial version from the SAP site, I could migrate the application easily with only a handful of warnings. However, while running the application either from build (EXE) or from IDE, it crashes (windows application failure) frequently. In addition to that, few of our application screens opens as blank screen (doesn’t display anything in the DW attached).
    My operating system is Windows 7 (32 bit) Service Pack 1. The application has many calls external DLLs (both windows standard and custom), as samples at the bottom. I believe that the correct (from PB 12.5) DLLs are copied to Powerbuilder home directory (C:\Software\Sybase\PowerBuilder 12.5 & C:\Software\Sybase\Shared\PowerBuilder) and the source code directory in my attempt to ensure that there are no issues with DLLs. However, initially I had installed powerbuilder 12.5 also under the same root as Power builder 10.0, but as I read few posts that DLLs from different version residing in same place can cause issues, uninstalled and installed PB 12.5 on different location.
    Our PB application also interact with the .Net modules of the application by communicating through a custom DLL. However, that seems still working and I am able to open the .Net screens from the migrated application.
    Below are the main scenarios in which the application crashes and every time I get a DLL error as given below.
    1. While running the application from IDE and selecting ‘Exit’ from the main window. This will close any instantiated objects and close the mutex by calling the windows API.
    function ulong CreateMutexA(ulong lpMutexAttributes, boolean bInitialOwner, ref string lpName) library "kernel32.dll" alias for "CreateMutexW" function ulong GetLastError() library "kernel32.dll" alias for "GetLastError;Ansi"
    function ulong CloseHandle(ulong hMutex) library  "kernel32.dll" alias for "CloseHandle;Ansi"
    This will result in the below crash.
    Faulting application name: PB125.EXE, version: 12.5.2.5006, time stamp: 0x50f93412
    Faulting module name: kernel32.dll, version: 6.1.7601.17932, time stamp: 0x503275b9
    Exception code: 0xc0000005 Fault offset: 0x0004c372
    Faulting process id: 0x2bdc
    Faulting application start time: 0x01cf3e72371227c9
    Faulting application path: C:\Software\Sybase\PowerBuilder 12.5\PB125.EXE
    Faulting module path: C:\Windows\system32\kernel32.dll
    Report Id: 8feef8fc-aa65-11e3-8049-f500274aecdc
    2. Opening of certain windows results in the below crash. If I try to debug the code and move mouse over the line of code being executed, then also I get the same crash. I don’t do the mouse move then I can proceed with the same line, however it will crash at a later line calling ‘classname’.
    Problem Event Name: APPCRASH
    Application Name: PB125.EXE
    Application Version: 12.5.2.5006
    Application Timestamp: 50f93412
    Fault Module Name: PBVM125.dll
    Fault Module Version: 12.5.2.5006
    Fault Module Timestamp: 50f93437
    Exception Code: c0000005
    Exception Offset: 00175357
    OS Version: 6.1.7601.2.1.0.256.48
    Locale ID: 3081
    Additional Information 1: 38ca
    Additional Information 2: 38ca6ad0537dbd0555785bd862b8e94f
    Additional Information 3: 0cd5
    Additional Information 4: 0cd54a5b6672f15bf2ca366539d89c12
    3. Few of the application screen opens but doesn’t display the datawindow attached to it.

    ... many calls external DLLs (both windows standard and custom),
    You have a very complex application and it is unlikely that you will receive much help in this type of setting.  As Chris has already pointed out, previous efforts appear to have been done in a sloppy manner; something indicated by the ANSI qualifiers on API functions that are not needed or relevant.  In addition, the PB alias of CreateMutexA for the API function CreateMutexW is also suggestive.
    I believe that the correct (from PB 12.5) DLLs are copied to Powerbuilder home directory (C:\Software\Sybase\PowerBuilder 12.5 & C:\Software\Sybase\Shared\PowerBuilder)
    You should be very very careful about doing things like this.  One should not simply scatter DLLs across directories without very good reasons as it often leads to strange problems.  On a machine with the IDE installed, you should allow PB to install everything where it wants them.  Copying or moving files is something done as a last resort - it is certainly something that you need to document in case you need to undo it or redo it at a later time.
    Lastly, you might reconsider attempting this with the trial version.  I don't how "current" the trial version is but I suspect it might be a bit buggier than the most current maintenance build.  I'm guessing that you will have to do a bit more than recompiling to get the functionality related to "opening .Net screens" working.  It might help to try creating a new application and put in some basic functionality to interact with all of these external processes, screens, dlls, etc since I suspect this is where the bulk of your problems exist.

  • AIR application crashes at certain point in windows vista

    Hi Dudes,
    I am facing a problem in Window vista. It always crash when we open the window component using Adobe AIR. I am creating the Dynamic window and adding the child component as window.rawChildren.addChild(object) like this.. we made the setup , it is running perfect in all OS except Windows vista 32/64 bit.
    When we work with our AIR application in conjunction with our own h/w product(Tablet Driver).[without connection of Tablet slate with PC it works fine but with it not].
    S/w Details:- AIR Installer above 2 and SDK above 2.
    OS- Win-Vista 32/64 bit.
    AIR application crashes at certain point and shows the error like:-
    Problem signature:
      Problem Event Name:                        APPCRASH
      Application Name:                             GTMP.exe
      Application Version:                           0.0.0.0
      Application Timestamp:                     4bde2f02
      Fault Module Name:                          Adobe AIR.dll
      Fault Module Version:                        3.1.0.4880
      Fault Module Timestamp:                  4eb760e8
      Exception Code:                                  c0000005
      Exception Offset:                                003ca9be
      OS Version:                                          6.1.7601.2.1.0.768.3
      Locale ID:                                             2057
      Additional Information 1:                  0a9e
      Additional Information 2:                  0a9e372d3b4ad19135b953a78882e789
      Additional Information 3:                  0a9e
      Additional Information 4:                  0a9e372d3b4ad19135b953a78882e789
    Read our privacy statement online:
      http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
    If the online privacy statement is not available, please read our privacy statement offline:
      C:\Windows\system32\en-US\erofflps.txt
    I found one more error in debugging mode..the Alert message is
    Microsoft Visual C++ Runtime Library
    R6025 -
    pure virtual function Call.
    As per my view it is about some .dll and .CPL file makes some issues with AIR Frameworks is it? !!!!..
    Please give some ideas to resolve it.
    by
    Beerahamedkhan

    Could you try this against the released 3.2 version of AIR and our 3.3 beta to see if it still occurs?  If so, please open a new bug report on this over at bugbase.adobe.com?  Include any sample code or application to help us easily reproduce the problem.  If you'd like to keep your code private, please feel free to send it to me directly at [email protected]  In addition, if you can give us a .dmp of this crash it could be very helpful. 
    Please post back with the URL so that others affected can add their comments and votes.

  • Application crashes on IOS 5.1 (tried Adhoc export release build)

    Application crashes on IOS 5.1 in splash screen. It works fine with fast debugging and standard debugging.But when i tried to test in as ADHOC release build it got crashed.
    Device: Ipad 2 - IOS 5.5
    Air: Air 3.3 beta 2
    Flex sdk: 4.6
    -Saravanan.

    I encountered the same problem too.
    In addition, it works fine in AIR3.2.
    This is a diagnostic log.
    Incident Identifier: 8693E907-C4AE-46AE-AF30-E98AEA1ADA44
    CrashReporter Key:   8101529d3f4d03f26f21d6e690865577754d76ae
    Hardware Model:      iPad2,1
    Process:         DrawCASE [10057]
    Path:            /var/mobile/Applications/358A3C6A-E437-4AE8-8883-50DBB81F9080/DrawCASE.app/DrawCASE
    Identifier:      DrawCASE
    Version:         ??? (???)
    Code Type:       ARM (Native)
    Parent Process:  launchd [1]
    Date/Time:       2012-04-27 13:45:52.846 +0900
    OS Version:      iPhone OS 5.1 (9B176)
    Report Version:  104
    Exception Type:  00000020
    Exception Codes: 0x8badf00d
    Highlighted Thread:  0
    Application Specific Information:
    DrawCASE[10057] has active assertions beyond permitted time:
        <SBProcessAssertion: 0x12abfa70> identifier: Suspending process: DrawCASE[10057] permittedBackgroundDuration: 10.000000 reason: suspend owner pid:52 preventSuspend  preventThrottleDownCPU  preventThrottleDownUI
    Elapsed total CPU time (seconds): 12.390 (user 12.390, system 0.000), 62% CPU
    Elapsed application CPU time (seconds): 9.922, 49% CPU
    Thread 0 name:  Dispatch queue: com.apple.main-thread
    Thread 0:
    0   DrawCASE                                   0x00e0d408 0x1000 + 14730248
    1   DrawCASE                                   0x001884c8 0x1000 + 1602760
    2   DrawCASE                                   0x00186d6c 0x1000 + 1596780
    3   DrawCASE                                   0x001895fc 0x1000 + 1607164
    4   DrawCASE                                   0x00872264 0x1000 + 8852068
    5   DrawCASE                                   0x0087d148 0x1000 + 8896840
    6   DrawCASE                                   0x0078bae0 0x1000 + 7908064
    7   DrawCASE                                   0x0087c828 0x1000 + 8894504
    8   DrawCASE                                   0x000eb148 0x1000 + 958792
    9   DrawCASE                                   0x000eb6e8 0x1000 + 960232
    10  DrawCASE                                   0x000ef720 0x1000 + 976672
    11  DrawCASE                                   0x00005d84 0x1000 + 19844
    12  DrawCASE                                   0x00a04010 0x1000 + 10498064
    13  DrawCASE                                   0x00a03aec 0x1000 + 10496748
    14  DrawCASE                                   0x00e5589c 0x1000 + 15026332
    15  DrawCASE                                   0x010149a4 0x1000 + 16857508
    16  DrawCASE                                   0x01013ee0 0x1000 + 16854752
    17  DrawCASE                                   0x005e8054 0x1000 + 6189140
    18  DrawCASE                                   0x014d3070 0x1000 + 21831792
    19  DrawCASE                                   0x014d4664 0x1000 + 21837412
    20  DrawCASE                                   0x00e9bf40 0x1000 + 15314752
    21  DrawCASE                                   0x00e9b554 0x1000 + 15312212
    22  DrawCASE                                   0x00fe0190 0x1000 + 16642448
    23  QuartzCore                                  0x32231868 0x321dd000 + 346216
    24  QuartzCore                                  0x322317be 0x321dd000 + 346046
    25  IOMobileFramebuffer                    0x33d16ffa 0x33d13000 + 16378
    26  IOKit                             0x310e8606 0x310e4000 + 17926
    27  CoreFoundation                           0x338b2f0c 0x33830000 + 536332
    28  CoreFoundation                           0x338bd51c 0x33830000 + 578844
    29  CoreFoundation                           0x338bd4be 0x33830000 + 578750
    30  CoreFoundation                           0x338bc30c 0x33830000 + 574220
    31  CoreFoundation                           0x3383f49e 0x33830000 + 62622
    32  CoreFoundation                           0x3383f366 0x33830000 + 62310
    33  GraphicsServices                         0x32dbd432 0x32db9000 + 17458
    34  UIKit                              0x35534e76 0x35503000 + 204406
    35  DrawCASE                                   0x00ec6a9c 0x1000 + 15489692
    36  DrawCASE                                   0x014f39e4 0x1000 + 21965284
    Thread 1 name:  Dispatch queue: com.apple.libdispatch-manager
    Thread 1:
    0   libsystem_kernel.dylib                     0x36b753a8 0x36b74000 + 5032
    1   libdispatch.dylib              0x31f39f04 0x31f36000 + 16132
    2   libdispatch.dylib              0x31f39c22 0x31f36000 + 15394
    Thread 2 name:  WebThread
    Thread 2:
    0   libsystem_kernel.dylib                     0x36b75004 0x36b74000 + 4100
    1   libsystem_kernel.dylib                     0x36b751fa 0x36b74000 + 4602
    2   CoreFoundation                            0x338bd3ec 0x33830000 + 578540
    3   CoreFoundation                            0x338bc124 0x33830000 + 573732
    4   CoreFoundation                            0x3383f49e 0x33830000 + 62622
    5   CoreFoundation                            0x3383f366 0x33830000 + 62310
    6   WebCore                        0x370b10f0 0x37008000 + 692464
    7   libsystem_c.dylib              0x32cac72e 0x32c9e000 + 59182
    8   libsystem_c.dylib              0x32cac5e8 0x32c9e000 + 58856
    Thread 3:
    0   libsystem_kernel.dylib                     0x36b75004 0x36b74000 + 4100
    1   libsystem_kernel.dylib                     0x36b751fa 0x36b74000 + 4602
    2   DrawCASE                                   0x00a1c070 0x1000 + 10596464
    3   libsystem_c.dylib              0x32cac72e 0x32c9e000 + 59182
    4   libsystem_c.dylib              0x32cac5e8 0x32c9e000 + 58856
    Thread 4:
    0   libsystem_kernel.dylib                     0x36b85068 0x36b74000 + 69736
    1   libsystem_c.dylib              0x32caca46 0x32c9e000 + 59974
    2   libsystem_c.dylib              0x32cac7c2 0x32c9e000 + 59330
    3   DrawCASE                                   0x0109cf3c 0x1000 + 17415996
    4   DrawCASE                                   0x00f8ebec 0x1000 + 16309228
    5   DrawCASE                                   0x0109d1e0 0x1000 + 17416672
    6   DrawCASE                                   0x0109d2a8 0x1000 + 17416872
    7   DrawCASE                                   0x0109d7e8 0x1000 + 17418216
    8   libsystem_c.dylib              0x32cac72e 0x32c9e000 + 59182
    9   libsystem_c.dylib              0x32cac5e8 0x32c9e000 + 58856
    Thread 5:
    0   libsystem_kernel.dylib                     0x36b85068 0x36b74000 + 69736
    1   libsystem_c.dylib              0x32caca46 0x32c9e000 + 59974
    2   libsystem_c.dylib              0x32cac7c2 0x32c9e000 + 59330
    3   DrawCASE                                   0x0109cf3c 0x1000 + 17415996
    4   DrawCASE                                   0x00f8ebec 0x1000 + 16309228
    5   DrawCASE                                   0x0109d1e0 0x1000 + 17416672
    6   DrawCASE                                   0x0109d2a8 0x1000 + 17416872
    7   DrawCASE                                   0x0109d7e8 0x1000 + 17418216
    8   libsystem_c.dylib              0x32cac72e 0x32c9e000 + 59182
    9   libsystem_c.dylib              0x32cac5e8 0x32c9e000 + 58856
    Thread 6:
    0   libsystem_kernel.dylib                     0x36b85068 0x36b74000 + 69736
    1   libsystem_c.dylib              0x32caca46 0x32c9e000 + 59974
    2   libsystem_c.dylib              0x32cb3574 0x32c9e000 + 87412
    3   DrawCASE                                   0x0109cfc0 0x1000 + 17416128
    4   DrawCASE                                   0x005eac0c 0x1000 + 6200332
    5   DrawCASE                                   0x0109d1e0 0x1000 + 17416672
    6   DrawCASE                                   0x0109d2a8 0x1000 + 17416872
    7   DrawCASE                                   0x0109d7e8 0x1000 + 17418216
    8   libsystem_c.dylib              0x32cac72e 0x32c9e000 + 59182
    9   libsystem_c.dylib              0x32cac5e8 0x32c9e000 + 58856
    Thread 7 name:  com.apple.NSURLConnectionLoader
    Thread 7:
    0   libsystem_kernel.dylib                     0x36b75004 0x36b74000 + 4100
    1   libsystem_kernel.dylib                     0x36b751fa 0x36b74000 + 4602
    2   CoreFoundation                            0x338bd3ec 0x33830000 + 578540
    3   CoreFoundation                            0x338bc124 0x33830000 + 573732
    4   CoreFoundation                            0x3383f49e 0x33830000 + 62622
    5   CoreFoundation                            0x3383f366 0x33830000 + 62310
    6   Foundation                     0x327d6bb2 0x327c6000 + 68530
    7   Foundation                     0x327d6a7a 0x327c6000 + 68218
    8   Foundation                     0x3286a58a 0x327c6000 + 673162
    9   libsystem_c.dylib              0x32cac72e 0x32c9e000 + 59182
    10  libsystem_c.dylib                           0x32cac5e8 0x32c9e000 + 58856
    Thread 8 name:  com.apple.CFSocket.private
    Thread 8:
    0   libsystem_kernel.dylib                     0x36b85570 0x36b74000 + 71024
    1   CoreFoundation                            0x338c163a 0x33830000 + 595514
    2   libsystem_c.dylib              0x32cac72e 0x32c9e000 + 59182
    3   libsystem_c.dylib              0x32cac5e8 0x32c9e000 + 58856
    Unknown thread crashed with unknown flavor: 5, state_count: 1
    Binary Images:
        0x1000 -  0x15adfff +DrawCASE armv7  <70c1910c354dd296ef49ac5c3c71a849> /var/mobile/Applications/358A3C6A-E437-4AE8-8883-50DBB81F9080/DrawCASE.app/DrawCASE
    0x2fe16000 - 0x2fe37fff  dyld armv7  <4a817f3e0def30d5ae2032157d889c1d> /usr/lib/dyld
    0x3014d000 - 0x30159fff  CoreVideo armv7  <364fa32d513f3c11b50970120545f1a8> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
    0x302b0000 - 0x302f5fff  GeoServices armv7  <a26be2e76e8730ab91a16502aba376be> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
    0x30304000 - 0x303d4fff  WebKit armv7  <6ff2796c2f933050ac6ecdee9fc6a216> /System/Library/PrivateFrameworks/WebKit.framework/WebKit
    0x303d5000 - 0x303d5fff  vecLib armv7  <a2cfe25e77aa36bfb4a30b2d0d2dd465> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
    0x303d6000 - 0x303ddfff  libc++abi.dylib armv7  <bab4dcbfc5943d3fbb637342d35e8045> /usr/lib/libc++abi.dylib
    0x303de000 - 0x303f9fff  libJapaneseConverter.dylib armv7  <0db483beb91f367f9fe26d93fd8f5e49> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0x303fa000 - 0x30400fff  liblockdown.dylib armv7  <9e45ce468a6f31e5b8263f2c224aa800> /usr/lib/liblockdown.dylib
    0x30623000 - 0x30627fff  libAccessibility.dylib armv7  <9a17d07b5a3b38cfafdf16f78c99b572> /usr/lib/libAccessibility.dylib
    0x30628000 - 0x306eefff  GLEngine armv7  <6617f2b4ee283469a5595129889ff049> /System/Library/Frameworks/OpenGLES.framework/GLEngine.bundle/GLEngine
    0x306f6000 - 0x3070cfff  libmis.dylib armv7  <258bc92be5823b239b4412dd42cb4807> /usr/lib/libmis.dylib
    0x3070d000 - 0x307b7fff  libBLAS.dylib armv7  <bf822cc1a3243ae7b104cf73ca22d352> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
    0x30826000 - 0x30827fff  CoreSurface armv7  <7850befd26b630f183ee326aaadd7b34> /System/Library/PrivateFrameworks/CoreSurface.framework/CoreSurface
    0x3083c000 - 0x30880fff  MobileCoreServices armv7  <757226927a873d5492be721908077b48> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
    0x308b8000 - 0x308d5fff  libsystem_info.dylib armv7  <50863bcbf478323e96a8e5b1a83ea6f9> /usr/lib/system/libsystem_info.dylib
    0x309bc000 - 0x309c8fff  libz.1.dylib armv7  <36ce86a3dc8c344596c8c325615f374b> /usr/lib/libz.1.dylib
    0x30e58000 - 0x30e67fff  SpringBoardServices armv7  <ca5b10014b473d2eaec5c48d89ee1b54> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
    0x30f8e000 - 0x30f8ffff  libdyld.dylib armv7  <977b0ad6f2f433108b4a0324a57cd2ab> /usr/lib/system/libdyld.dylib
    0x30f99000 - 0x30fbcfff  Bom armv7  <c3435ecd2e5839f89de51edad0e1bb00> /System/Library/PrivateFrameworks/Bom.framework/Bom
    0x310ba000 - 0x310defff  PrintKit armv7  <08509c7bc915358b953de6f5cbef5c56> /System/Library/PrivateFrameworks/PrintKit.framework/PrintKit
    0x310e4000 - 0x31122fff  IOKit armv7  <fcda71d29d6136dfbd84c1725f4998e5> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x31125000 - 0x3114afff  OpenCL armv7  <ec915bfc3f7633dda61b5fc87459119b> /System/Library/PrivateFrameworks/OpenCL.framework/OpenCL
    0x31203000 - 0x31430fff  MediaToolbox armv7  <ec9bc89489763c6c93f86c5c490b2d69> /System/Library/PrivateFrameworks/MediaToolbox.framework/MediaToolbox
    0x315f6000 - 0x31647fff  CoreText armv7  <5bfac4ee88d03d5b87a1f105abb7756c> /System/Library/Frameworks/CoreText.framework/CoreText
    0x31648000 - 0x31653fff  AccountSettings armv7  <373e59421d983c93931cfbad87b1ae35> /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
    0x31692000 - 0x31696fff  IOSurface armv7  <6ae77a40f8e93f28bc466ca93f5675d4> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
    0x316e4000 - 0x316f8fff  PersistentConnection armv7  <65682d21486836a3aa3e17b9461e7b3a> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
    0x316f9000 - 0x31751fff  CoreAudio armv7  <be335e8eb6f93594b028a6ddd503a183> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
    0x317a7000 - 0x317effff  CoreMedia armv7  <eb1f503312be3c93b07b2d0d25177000> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
    0x31936000 - 0x31a5bfff  JavaScriptCore armv7  <2ffc6c87b94434288366bd53765ee267> /System/Library/PrivateFrameworks/JavaScriptCore.framework/JavaScriptCore
    0x31a5c000 - 0x31a91fff  SystemConfiguration armv7  <4464a4e3bb3f32f7abaa35ebf31fda49> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
    0x31a97000 - 0x31adafff  libcommonCrypto.dylib armv7  <95b49daf4cf038b6bea8010bba3a1e26> /usr/lib/system/libcommonCrypto.dylib
    0x31adb000 - 0x31addfff  MobileInstallation armv7  <215d93dbb0f63cbf828f9126eb7b5349> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
    0x31b1a000 - 0x31b5afff  libGLImage.dylib armv7  <40448706190031f6b0d9636cc11ee81d> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
    0x31b5b000 - 0x31c49fff  libiconv.2.dylib armv7  <2cfefe2ad1d335dd9549562910e7a2e2> /usr/lib/libiconv.2.dylib
    0x31c4a000 - 0x31c85fff  libCGFreetype.A.dylib armv7  <55941c96cf1f3b048e72a148c4496c16> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGFreetype.A.dylib
    0x31c86000 - 0x31c92fff  libCRFSuite.dylib armv7  <bdb2b4d1a78c39c1ba60d791207aed2a> /usr/lib/libCRFSuite.dylib
    0x31cdc000 - 0x31cf1fff  libresolv.9.dylib armv7  <66f7557fa4b43979b186e00271839fdb> /usr/lib/libresolv.9.dylib
    0x31cfd000 - 0x31d02fff  CrashReporterSupport armv7  <2bb524b3bb3c3eb2932ce13b655b7c7c> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
    0x31f36000 - 0x31f4cfff  libdispatch.dylib armv7  <9ecfaef4110a3bf9a92d12f0fe8d1d78> /usr/lib/system/libdispatch.dylib
    0x320df000 - 0x320e0fff  DataMigration armv7  <d77f0e8f39ee37f5a2ac713a3fd9e693> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
    0x320e1000 - 0x32118fff  Security armv7  <eea56f71fde83c2981f9281dc7823725> /System/Library/Frameworks/Security.framework/Security
    0x32179000 - 0x3217ffff  MobileKeyBag armv7  <e1f06241ef0e3f0aae00f15df572077e> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
    0x321d9000 - 0x321dbfff  libCoreVMClient.dylib armv7  <d4d4aa3090c83e87bcb15ed00b93fd5c> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
    0x321dc000 - 0x321dcfff  Accelerate armv7  <55b24cf91a8b3532bde6733c96f14c08> /System/Library/Frameworks/Accelerate.framework/Accelerate
    0x321dd000 - 0x322cefff  QuartzCore armv7  <a2afbe6483683d05ad51b106f98776e2> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
    0x3237d000 - 0x32383fff  liblaunch.dylib armv7  <aa2bcba6fc7a36a191958fef2e995475> /usr/lib/system/liblaunch.dylib
    0x323d2000 - 0x32498fff  libobjc.A.dylib armv7  <90014d1bc583366d85622e43097df416> /usr/lib/libobjc.A.dylib
    0x325cd000 - 0x326d3fff  IMGSGX543GLDriver armv7  <a22da8177dc73bb895eb7a9f11e19d6a> /System/Library/Extensions/IMGSGX543GLDriver.bundle/IMGSGX543GLDriver
    0x326fa000 - 0x326fafff  libCVMSPluginSupport.dylib armv7  <a80aaa9989483ce3a496a061fd1e9e0a> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
    0x326fb000 - 0x32774fff  ProofReader armv7  <6db611d8df6530d480f97a40bc519f70> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
    0x327c6000 - 0x32944fff  Foundation armv7  <c40ddb073142315bb4ebb214343d0b7f> /System/Library/Frameworks/Foundation.framework/Foundation
    0x32945000 - 0x329fbfff  AVFoundation armv7  <35cb7a0eb1dc3554a777c1cc11cb0415> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
    0x32ab7000 - 0x32abafff  NetworkStatistics armv7  <7848d8ebad99367cb4f7f4e3fe88e5d6> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
    0x32abb000 - 0x32abcfff  libsystem_blocks.dylib armv7  <9fdc27af7350323bbc7d98e14e027907> /usr/lib/system/libsystem_blocks.dylib
    0x32abe000 - 0x32af6fff  VideoToolbox armv7  <9f25f38d1cd13a1daff99cfde8884410> /System/Library/PrivateFrameworks/VideoToolbox.framework/VideoToolbox
    0x32b3d000 - 0x32b87fff  ManagedConfiguration armv7  <5e0a131bbfec305ea01f9e01f486da63> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
    0x32b88000 - 0x32b8cfff  libGFXShared.dylib armv7  <998fccc16cf735dbb62324202995e193> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
    0x32bd9000 - 0x32bdcfff  libmacho.dylib armv7  <e52b77623bd031bc807e77029566c777> /usr/lib/system/libmacho.dylib
    0x32c70000 - 0x32c7dfff  libbsm.0.dylib armv7  <750a0de73a733019a77144b805d4d2f8> /usr/lib/libbsm.0.dylib
    0x32c9e000 - 0x32d2afff  libsystem_c.dylib armv7  <f859ce1ad1773f0ba98d7c6e135b7697> /usr/lib/system/libsystem_c.dylib
    0x32d30000 - 0x32d33fff  libcompiler_rt.dylib armv7  <b2c05d8601c13be884097192dca4e187> /usr/lib/system/libcompiler_rt.dylib
    0x32d34000 - 0x32d4dfff  libRIP.A.dylib armv7  <1828cddc5dd93c61afbefb59587d7f8a> /System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib
    0x32d59000 - 0x32da5fff  CoreTelephony armv7  <e8eb52ca5fe33c7488a33efd222e7804> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
    0x32db9000 - 0x32dc3fff  GraphicsServices armv7  <e21a6e61bdd136b6805a9e3abe2e3d1f> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
    0x32dc4000 - 0x32dc9fff  libsystem_dnssd.dylib armv7  <27bb5462450732e380f5a2c170546e93> /usr/lib/system/libsystem_dnssd.dylib
    0x32dca000 - 0x32dd9fff  GenerationalStorage armv7  <d84c3fd0e7bd36e78c256f2f4c5a4e91> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
    0x32de8000 - 0x32e36fff  CoreLocation armv7  <44550ebedf23334d85441d9743b74e03> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
    0x32e50000 - 0x32f2ffff  RawCamera armv7  <98fb7b5042b2314b86f4be8d2881bd04> /System/Library/CoreServices/RawCamera.bundle/RawCamera
    0x331f2000 - 0x331f6fff  AggregateDictionary armv7  <3a3a33f3a05538988c6e2bb363dc46a8> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
    0x331fb000 - 0x3321bfff  libxslt.1.dylib armv7  <39348471007e39dab80af68b08390456> /usr/lib/libxslt.1.dylib
    0x33346000 - 0x33357fff  libxpc.dylib armv7  <ccf25b1e49ce3b2fa58d8c8546755505> /usr/lib/system/libxpc.dylib
    0x33358000 - 0x3335ffff  AssetsLibraryServices armv7  <0703f561f9a038b6850d6e93bba7e5f4> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
    0x33438000 - 0x334b7fff  libsqlite3.dylib armv7  <bf01f5ed47b033d8bde30d735ff44416> /usr/lib/libsqlite3.dylib
    0x334e3000 - 0x334e9fff  libnotify.dylib armv7  <9406297de3e43742887890662a87ab53> /usr/lib/system/libnotify.dylib
    0x3360b000 - 0x33621fff  DictionaryServices armv7  <6ed2e967136f37d4a4b9b318d6c43b83> /System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServices
    0x33622000 - 0x33622fff  liblangid.dylib armv7  <644ff4bcfbf337b5b5859e3f0fc0a9a8> /usr/lib/liblangid.dylib
    0x3362a000 - 0x33666fff  AppSupport armv7  <311eac85b2a433a884dacba77217b49e> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
    0x33829000 - 0x3382cfff  CaptiveNetwork armv7  <f5cc4b97ce9432da9426f12621453325> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
    0x33830000 - 0x33947fff  CoreFoundation armv7  <6d450fe923d7387f8b01845e0edd713d> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
    0x33958000 - 0x33959fff  libremovefile.dylib armv7  <402f8956975d3b6fb86ab9b31a43242c> /usr/lib/system/libremovefile.dylib
    0x33a3a000 - 0x33cfbfff  libLAPACK.dylib armv7  <0e94e9a7e7a334649afaccae0f1215a2> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dyl ib
    0x33d13000 - 0x33d17fff  IOMobileFramebuffer armv7  <42dbc26828e934acabb4f3b0a35d8250> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
    0x33d18000 - 0x33d22fff  libvMisc.dylib armv7  <e8248c797b9b363594bb652ddf7ce16d> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dyli b
    0x33d23000 - 0x33d23fff  libunwind.dylib armv7  <e0a73a57795f3e1698a52ebe6fc07005> /usr/lib/system/libunwind.dylib
    0x33d24000 - 0x33d43fff  libSystem.B.dylib armv7  <0c55744b6f7335eebba4ca2c3d10b43c> /usr/lib/libSystem.B.dylib
    0x33d5a000 - 0x33e31fff  CFNetwork armv7  <765a472c824830eea91b8f02d12867e4> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
    0x33e83000 - 0x33e8dfff  libbz2.1.0.dylib armv7  <40e4045fb79e382b8833707746cf28b1> /usr/lib/libbz2.1.0.dylib
    0x33e8e000 - 0x33f14fff  CoreMotion armv7  <6a9355d5a8e238b5b8f193605d509e15> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
    0x33f1e000 - 0x33f6ffff  libstdc++.6.dylib armv7  <c352af5a742e3c7a8d4d7e5f6f454793> /usr/lib/libstdc++.6.dylib
    0x34507000 - 0x34508fff  libsystem_sandbox.dylib armv7  <66e985f3eea03ef08afb7cf4c153f76e> /usr/lib/system/libsystem_sandbox.dylib
    0x34509000 - 0x3450dfff  libcache.dylib armv7  <d6a7436ed8dc33d795c9b42baf864882> /usr/lib/system/libcache.dylib
    0x3451a000 - 0x34577fff  StoreServices armv7  <628fbbc73ed93730962c53bfbfde6794> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
    0x345a4000 - 0x34614fff  CoreImage armv7  <86ac6f5a267637b6b7f8a831dfc7c64b> /System/Library/Frameworks/CoreImage.framework/CoreImage
    0x3473d000 - 0x3473ffff  libCoreFSCache.dylib armv7  <808518e0fbf539af8489f028ca5198c7> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
    0x34b23000 - 0x34b6cfff  AddressBook armv7  <b17a2962e9043e0385c3c2c652155f2b> /System/Library/Frameworks/AddressBook.framework/AddressBook
    0x34c86000 - 0x34c8ffff  libMobileGestalt.dylib armv7  <4a15e845dc6f3a4a980de66c1cc44c42> /usr/lib/libMobileGestalt.dylib
    0x34cd1000 - 0x34d7efff  libxml2.2.dylib armv7  <58d47f064e0232119f4b838ad659f9c1> /usr/lib/libxml2.2.dylib
    0x34d7f000 - 0x34e4efff  libGLProgrammability.dylib armv7  <49607ffe4ee9389494285a213e392924> /System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib
    0x34ed2000 - 0x34ed8fff  MobileIcons armv7  <ed1b46f917903c9b9baaa2be4392dafe> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
    0x34ee1000 - 0x34fa3fff  Celestial armv7  <2a59586b0ae937c3b25fe526924aa885> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
    0x354b9000 - 0x35502fff  libc++.1.dylib armv7  <5b690e5dd5a43a7fb166ade9fe58a7a4> /usr/lib/libc++.1.dylib
    0x35503000 - 0x359a5fff  UIKit armv7  <d72bcc68e76a3a55a963590cdcffe8cd> /System/Library/Frameworks/UIKit.framework/UIKit
    0x359d2000 - 0x359dafff  ProtocolBuffer armv7  <0e846afacf823d2b8c029cc3010a8253> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
    0x35a2d000 - 0x35a2dfff  libkeymgr.dylib armv7  <ebd2dddf55d83cf48a18913968775960> /usr/lib/system/libkeymgr.dylib
    0x35a2e000 - 0x35b73fff  CoreGraphics armv7  <903545b89a7f311d95100ac7d1d44709> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
    0x35d3d000 - 0x35d4cfff  OpenGLES armv7  <e80acc691001301e96101bb89d940033> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
    0x35e31000 - 0x36375fff  FaceCoreLight armv7  <f326d88709683520b251dc53cb847c11> /System/Library/PrivateFrameworks/FaceCoreLight.framework/FaceCoreLight
    0x3637d000 - 0x36561fff  AudioToolbox armv7  <c91e27850452330ea804db6408840fd2> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
    0x365b1000 - 0x36625fff  MediaControlSender armv7  <87315c54b2293ab589950341ff91b45d> /System/Library/PrivateFrameworks/MediaControlSender.framework/MediaControlSender
    0x36a4c000 - 0x36a4cfff  libgcc_s.1.dylib armv7  <eb82984fa36c329387aa518aa5205f3d> /usr/lib/libgcc_s.1.dylib
    0x36a4d000 - 0x36a5efff  DataAccessExpress armv7  <e6144ba265da3bb7b9a263aa1a29b054> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
    0x36a6b000 - 0x36a6efff  libsystem_network.dylib armv7  <356cb66612e836968ef24e6e5c3364cc> /usr/lib/system/libsystem_network.dylib
    0x36a6f000 - 0x36ab9fff  libvDSP.dylib armv7  <441b42aca07b3da39feab25f8349918f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
    0x36aba000 - 0x36ac2fff  MobileWiFi armv7  <b76c3e9fb78234c392058250d4620e72> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
    0x36adc000 - 0x36ae1fff  libcopyfile.dylib armv7  <52e874396c393ed29099789ce702cfe2> /usr/lib/system/libcopyfile.dylib
    0x36b74000 - 0x36b8afff  libsystem_kernel.dylib armv7  <7ac5560851ce3cb3981068092074b409> /usr/lib/system/libsystem_kernel.dylib
    0x36b8b000 - 0x36d48fff  ImageIO armv7  <02e3578171fa3b6a969b244275fd2bab> /System/Library/Frameworks/ImageIO.framework/ImageIO
    0x36db3000 - 0x36db4fff  libdnsinfo.dylib armv7  <9aede8d6579d3430ac39ae5f95cce498> /usr/lib/system/libdnsinfo.dylib
    0x36e3d000 - 0x36e53fff  EAP8021X armv7  <fffe86a22bc434a6ae84f23bfecef9d6> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
    0x36e54000 - 0x36f9dfff  libicucore.A.dylib armv7  <b70646b63f1f3b33896dd8cb91b8dab1> /usr/lib/libicucore.A.dylib
    0x37008000 - 0x377c6fff  WebCore armv7  <814351ff217e3425a8e532c2e2251f73> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
    0x37945000 - 0x37948fff  CoreTime armv7  <a398de5ba1e43a11b7008e9bb5a7f6fe> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
    0x37949000 - 0x3794efff  libGPUSupportMercury.dylib armv7  <3c1cc3175c403ace8fcbd3826bd43807> /System/Library/PrivateFrameworks/GPUSupport.framework/libGPUSupportMercury.dylib
    0x37c11000 - 0x37ce9fff  vImage armv7  <caf3648be2933384b6aa1ae7408ab4f0> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage

  • AIR installer causes application crash

    Hi all,
    I'm developing an AIR 2.0 application and it appears that the AIR installer is causing an application crash. Here's what the person who is experiencing the crash is reporting:
    I installed the software per instructions. However, when I attempt to launch Eye-Fi Center the Adobe Air License Agreement window is displayed. I click the "I agree" button and at that point, both the Adobe Air License Agreement window and the Eye-Fi Center app silently quit. No error messages are displayed.
    and here's the crash report:
    Process:         Eye-Fi Center [59929]
    Path:            /Applications/Eye-Fi/Eye-Fi Center.app/Contents/MacOS/Eye-Fi Center
    Identifier:      fi.eye.center.E430518E652B889A80EC0E8A6E532C09FF36DF62.1
    Version:         3.3.1 (???)
    Code Type:       X86 (Native)
    Parent Process:  launchd [129]
    Date/Time:       2011-05-01 22:17:47.072 -0500
    OS Version:      Mac OS X 10.6.7 (10J869)
    Report Version:  6
    Interval Since Last Report:          42120 sec
    Crashes Since Last Report:           1
    Per-App Interval Since Last Report:  258 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      50856651-057E-4AB3-9CF4-9649ADDDAFB7
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000008
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   com.adobe.AIR                 0x028a3d6f r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 94804
    1   com.adobe.AIR                 0x02569b90 0x255a000 + 64400
    2   com.adobe.AIR                 0x02569dbb 0x255a000 + 64955
    3   com.apple.AppKit              0x93443f3c -[NSApplication(NSAppleEventHandling) _handleAEReopen] + 276
    4   com.apple.AppKit              0x9335110d -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 101
    5   com.apple.Foundation          0x98fa56c8 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 511
    6   com.apple.Foundation          0x98fa548c _NSAppleEventManagerGenericHandler + 228
    7   com.apple.AE                  0x98199f58 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 166
    8   com.apple.AE                  0x98199e57 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 43
    9   com.apple.AE                  0x98199d61 aeProcessAppleEvent + 197
    10  com.apple.HIToolbox           0x92363197 AEProcessAppleEvent + 50
    11  com.apple.AppKit              0x931ca9ca _DPSNextEvent + 1420
    12  com.apple.AppKit              0x931c9fce -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    13  com.apple.AppKit              0x9318c247 -[NSApplication run] + 821
    14  com.adobe.AIR                 0x0255ec2c 0x255a000 + 19500
    15  com.adobe.AIR                 0x0255ef72 0x255a000 + 20338
    16  ...A80EC0E8A6E532C09FF36DF62.1 0x00003101 start + 4213
    17  ...A80EC0E8A6E532C09FF36DF62.1 0x0000218e start + 258
    18  ...A80EC0E8A6E532C09FF36DF62.1 0x000020b5 start + 41
    Is there any other debug information that might prove useful in figuring out why this error is happening?
    Sean

    Sure - here's the full crash dump. Let me know if there's any other info you need to debug this.
    Process:         Eye-Fi Center [59929]
    Path:            /Applications/Eye-Fi/Eye-Fi Center.app/Contents/MacOS/Eye-Fi Center
    Identifier:      fi.eye.center.E430518E652B889A80EC0E8A6E532C09FF36DF62.1
    Version:         3.3.1 (???)
    Code Type:       X86 (Native)
    Parent Process:  launchd [129]
    Date/Time:       2011-05-01 22:17:47.072 -0500
    OS Version:      Mac OS X 10.6.7 (10J869)
    Report Version:  6
    Interval Since Last Report:          42120 sec
    Crashes Since Last Report:           1
    Per-App Interval Since Last Report:  258 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      50856651-057E-4AB3-9CF4-9649ADDDAFB7
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000008
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   com.adobe.AIR                 0x028a3d6f r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 94804
    1   com.adobe.AIR                 0x02569b90 0x255a000 + 64400
    2   com.adobe.AIR                 0x02569dbb 0x255a000 + 64955
    3   com.apple.AppKit              0x93443f3c -[NSApplication(NSAppleEventHandling) _handleAEReopen] + 276
    4   com.apple.AppKit              0x9335110d -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 101
    5   com.apple.Foundation          0x98fa56c8 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 511
    6   com.apple.Foundation          0x98fa548c _NSAppleEventManagerGenericHandler + 228
    7   com.apple.AE                  0x98199f58 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 166
    8   com.apple.AE                  0x98199e57 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 43
    9   com.apple.AE                  0x98199d61 aeProcessAppleEvent + 197
    10  com.apple.HIToolbox           0x92363197 AEProcessAppleEvent + 50
    11  com.apple.AppKit              0x931ca9ca _DPSNextEvent + 1420
    12  com.apple.AppKit              0x931c9fce -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    13  com.apple.AppKit              0x9318c247 -[NSApplication run] + 821
    14  com.adobe.AIR                 0x0255ec2c 0x255a000 + 19500
    15  com.adobe.AIR                 0x0255ef72 0x255a000 + 20338
    16  ...A80EC0E8A6E532C09FF36DF62.1 0x00003101 start + 4213
    17  ...A80EC0E8A6E532C09FF36DF62.1 0x0000218e start + 258
    18  ...A80EC0E8A6E532C09FF36DF62.1 0x000020b5 start + 41
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib             0x90f9b09a mach_msg_trap + 10
    1   libSystem.B.dylib             0x90f9b807 mach_msg + 68
    2   libSystem.B.dylib             0x90fbebe6 mach_port_request_notification + 156
    3   libSystem.B.dylib             0x90fc7b60 _dispatch_kevent_machport_resume + 168
    4   libSystem.B.dylib             0x90fc1db4 _dispatch_kevent_merge + 208
    5   libSystem.B.dylib             0x90fc29f7 _dispatch_source_invoke + 343
    6   libSystem.B.dylib             0x90fc14f9 _dispatch_queue_invoke + 163
    7   libSystem.B.dylib             0x90fc1a35 _dispatch_queue_drain + 258
    8   libSystem.B.dylib             0x90fc2c44 _dispatch_queue_serial_drain_till_empty + 14
    9   libSystem.B.dylib             0x90fc2894 _dispatch_mgr_thread2 + 65
    10  libSystem.B.dylib             0x90fc205b _dispatch_mgr_invoke + 246
    11  libSystem.B.dylib             0x90fc14f9 _dispatch_queue_invoke + 163
    12  libSystem.B.dylib             0x90fc129e _dispatch_worker_thread2 + 240
    13  libSystem.B.dylib             0x90fc0d21 _pthread_wqthread + 390
    14  libSystem.B.dylib             0x90fc0b66 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib             0x90f9b0e2 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x90fc8c9c _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x9101145f pthread_cond_wait + 48
    3   com.adobe.AIR                 0x02a5e705 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907690
    4   com.adobe.AIR                 0x028ad04a r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 132399
    5   com.adobe.AIR                 0x02a5e7e9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907918
    6   com.adobe.AIR                 0x02a5e863 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908040
    7   com.adobe.AIR                 0x02a5e8fe r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908195
    8   libSystem.B.dylib             0x90fc87fd _pthread_start + 345
    9   libSystem.B.dylib             0x90fc8682 thread_start + 34
    Thread 3:
    0   libSystem.B.dylib             0x90f9b0e2 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x90fc8c9c _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x9101145f pthread_cond_wait + 48
    3   com.adobe.AIR                 0x02a5e705 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907690
    4   com.adobe.AIR                 0x028ad04a r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 132399
    5   com.adobe.AIR                 0x02a5e7e9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907918
    6   com.adobe.AIR                 0x02a5e863 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908040
    7   com.adobe.AIR                 0x02a5e8fe r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908195
    8   libSystem.B.dylib             0x90fc87fd _pthread_start + 345
    9   libSystem.B.dylib             0x90fc8682 thread_start + 34
    Thread 4:
    0   libSystem.B.dylib             0x90f9b0e2 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x90fc8c9c _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x9101145f pthread_cond_wait + 48
    3   com.adobe.AIR                 0x02a5e705 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907690
    4   com.adobe.AIR                 0x028ad04a r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 132399
    5   com.adobe.AIR                 0x02a5e7e9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907918
    6   com.adobe.AIR                 0x02a5e863 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908040
    7   com.adobe.AIR                 0x02a5e8fe r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908195
    8   libSystem.B.dylib             0x90fc87fd _pthread_start + 345
    9   libSystem.B.dylib             0x90fc8682 thread_start + 34
    Thread 5:
    0   libSystem.B.dylib             0x90f9b0e2 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x90fc8c9c _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x9101145f pthread_cond_wait + 48
    3   com.adobe.AIR                 0x02a5e705 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907690
    4   com.adobe.AIR                 0x028ad04a r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 132399
    5   com.adobe.AIR                 0x02a5e7e9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907918
    6   com.adobe.AIR                 0x02a5e863 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908040
    7   com.adobe.AIR                 0x02a5e8fe r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908195
    8   libSystem.B.dylib             0x90fc87fd _pthread_start + 345
    9   libSystem.B.dylib             0x90fc8682 thread_start + 34
    Thread 6:
    0   libSystem.B.dylib             0x90f9b09a mach_msg_trap + 10
    1   libSystem.B.dylib             0x90f9b807 mach_msg + 68
    2   com.apple.CoreFoundation      0x961d237f __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation      0x961d1464 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation      0x961d73a4 CFRunLoopRun + 84
    5   com.apple.DVCPROHDMuxer       0x14a1798f AVS::DestroyAVCDeviceController(AVS::AVCDeviceController*) + 317
    6   libSystem.B.dylib             0x90fc87fd _pthread_start + 345
    7   libSystem.B.dylib             0x90fc8682 thread_start + 34
    Thread 7:
    0   libSystem.B.dylib             0x90f9b0fa semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib             0x90fc8c85 _pthread_cond_wait + 1066
    2   libSystem.B.dylib             0x90ff7aa8 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.AIR                 0x02a5e747 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907756
    4   com.adobe.AIR                 0x02a716a8 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1985421
    5   com.adobe.AIR                 0x02a5e7e9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907918
    6   com.adobe.AIR                 0x02a5e863 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908040
    7   com.adobe.AIR                 0x02a5e8fe r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908195
    8   libSystem.B.dylib             0x90fc87fd _pthread_start + 345
    9   libSystem.B.dylib             0x90fc8682 thread_start + 34
    Thread 8:
    0   libSystem.B.dylib             0x90fc09b2 __workq_kernreturn + 10
    1   libSystem.B.dylib             0x90fc0f48 _pthread_wqthread + 941
    2   libSystem.B.dylib             0x90fc0b66 start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x028a3d49  ecx: 0x00000000  edx: 0x00000000
      edi: 0x00000000  esi: 0xbfffeec8  ebp: 0xbfffee08  esp: 0xbfffed50
       ss: 0x0000001f  efl: 0x00010286  eip: 0x028a3d6f   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x00000008
    Binary Images:
        0x1000 -     0x6fff +fi.eye.center.E430518E652B889A80EC0E8A6E532C09FF36DF62.1 3.3.1 (???) <B4BF58C3-036B-C7A6-F957-0FA8F79C1B50> /Applications/Eye-Fi/Eye-Fi Center.app/Contents/MacOS/Eye-Fi Center
      0x600000 -   0x6b5fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <AACC86C0-86B4-B1A7-003F-2A0AF68973A2> /usr/lib/libcrypto.0.9.7.dylib
      0x7a0000 -   0x7a4ff3  com.apple.audio.AudioIPCPlugIn 1.1.6 (1.1.6) <6A211097-72ED-1461-4050-72C9101D79E4> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/C ontents/MacOS/AudioIPCPlugIn
      0x7dd000 -   0x7dfff3  com.apple.LiveType.component 2.1.4 (2.1.4) <D60E2537-3B47-EA99-0077-6CE394378D07> /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
      0x7e5000 -   0x7ebffb  com.apple.audio.AppleHDAHALPlugIn 1.9.9 (1.9.9f12) <404165FF-1BA0-706B-F48A-10AC997162B1> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn
    0x255a000 -  0x31d0ff3 +com.adobe.AIR ??? (2.6.0.19140) <1C6DB0B7-4CC6-0151-37D0-5A70C30E04AE> /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR
    0x337e000 -  0x33a7feb +com.digidesign.digidesign.DigiCoreAudioPlugIn 9.0.2 (9.0.2f74) <CA923898-8608-9501-7345-BAC693003B24> /Library/Audio/Plug-Ins/HAL/Digidesign CoreAudio.plugin/Contents/MacOS/Digidesign CoreAudio
    0x3700000 -  0x3764fe2  com.apple.LiveType.framework 2.1.4 (2.1.4) <1509B3FF-8573-CA6E-914A-6701F10C2159> /Library/Application Support/ProApps/SharedA/Frameworks/LiveType.framework/Versions/A/LiveType
    0x3782000 -  0x37d7fe2  com.apple.DVCPROHDAudio 1.3.2 (1.3.2) <530BFE91-7DB3-511F-32AC-3189F90F5D8F> /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio
    0x14a00000 - 0x14a65fe0  com.apple.DVCPROHDMuxer 1.3.2 (1.3.2) <94C8CA82-8E8D-F23F-0771-D065994A65D3> /Library/QuickTime/DVCPROHDMuxer.component/Contents/MacOS/DVCPROHDMuxer
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <749D24EE-54BD-D74B-D305-C13F5E6C95D8> /usr/lib/dyld
    0x90024000 - 0x90027fe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x90028000 - 0x90063feb  libFontRegistry.dylib ??? (???) <4FB144ED-8AF9-27CF-B315-DCE5575D5231> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
    0x90064000 - 0x903cfff7  com.apple.QuartzCore 1.6.3 (227.36) <8E927524-EB0A-D5BA-C2E4-FA26FE4C428A> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x903d0000 - 0x90635feb  com.apple.security 6.1.2 (55002) <7F00A51B-F22A-0EBC-A321-923472D686BD> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x90636000 - 0x906a4ff7  com.apple.QuickLookUIFramework 2.3 (327.6) <74706A08-5399-24FE-00B2-4A702A6B83C1> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/V ersions/A/QuickLookUI
    0x9078b000 - 0x90795fe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound
    0x90796000 - 0x90843fe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <C8925910-B927-968B-4B71-D83A4CEF8646> /usr/lib/libobjc.A.dylib
    0x90989000 - 0x90a04fff  com.apple.AppleVAFramework 4.10.23 (4.10.23) <57B7C626-F344-AB15-8556-00425FA765DE> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x90a46000 - 0x90b20ffb  com.apple.DesktopServices 1.5.10 (1.5.10) <2BA08DD4-35A2-A0FF-ADEA-B381F0CEEB81> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x90caf000 - 0x90cb4ff7  com.apple.OpenDirectory 10.6 (10.6) <C1B46982-7D3B-3CC4-3BC2-3E4B595F0231> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x90cb5000 - 0x90cb5ff7  com.apple.Carbon 150 (152) <734BDB59-8B13-54FA-0653-AA8623DF9846> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x90cb6000 - 0x90cfdffb  com.apple.CoreMediaIOServices 134.0 (1160) <4CD78557-3CDA-A4B5-33CB-BBB876B4463D> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/CoreMediaIOSer vices
    0x90cfe000 - 0x90d3bff7  com.apple.SystemConfiguration 1.10.5 (1.10.2) <362DF639-6E5F-9371-9B99-81C581A8EE41> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x90d3c000 - 0x90d3cff7  com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90d49000 - 0x90d7cff3  libTrueTypeScaler.dylib ??? (???) <E5E16584-870F-CBCD-F861-3BB45324DE16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libTrueTypeScaler.dylib
    0x90e4f000 - 0x90e98fe7  libTIFF.dylib ??? (???) <5CE284EC-F637-EDBB-FDB3-61E86407CBB8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libTIFF.dylib
    0x90e99000 - 0x90f19feb  com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
    0x90f60000 - 0x90f99ff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <90C5DE81-1BEF-D807-A898-0FC19BDD14EC> /usr/lib/libcups.2.dylib
    0x90f9a000 - 0x91141ff7  libSystem.B.dylib 125.2.10 (compatibility 1.0.0) <ADF8138B-2384-2FC0-CCBF-C4721B53568A> /usr/lib/libSystem.B.dylib
    0x91142000 - 0x911ddff7  com.apple.ApplicationServices.ATS 275.15.1 (???) <FD63F92B-8DDE-4DBA-A7A5-0294E3607083> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x911de000 - 0x91360fe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <D375C1CF-C88D-C5F6-3C49-CD429023FBAC> /usr/lib/libicucore.A.dylib
    0x91361000 - 0x913f9fe7  edu.mit.Kerberos 6.5.11 (6.5.11) <F36DB665-A88B-7F5B-6244-6A2E7FFFF668> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x913fa000 - 0x9141cfef  com.apple.DirectoryService.Framework 3.6 (621.11) <CA979EAC-9537-43B6-CD69-C144ACB75E09> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x9141d000 - 0x91473ff7  com.apple.MeshKitRuntime 1.1 (49.2) <CB9F38B1-E107-EA62-EDFF-02EE79F6D1A5> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitRuntime. framework/Versions/A/MeshKitRuntime
    0x91474000 - 0x914ccfe7  com.apple.datadetectorscore 2.0 (80.7) <58C659CA-72CC-31D2-9732-09BF1A0CAAF6> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor e
    0x91905000 - 0x91924ff7  com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x91925000 - 0x9192eff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9192f000 - 0x91972ff7  libGLU.dylib ??? (???) <2C7B2727-26F6-F29D-9D15-33044E87359F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x91973000 - 0x91977ff7  libGIF.dylib ??? (???) <447BC6E8-4C56-3D5D-983B-6BEA0D26F319> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libGIF.dylib
    0x91b80000 - 0x91c60fe7  com.apple.vImage 4.1 (4.1) <D029C515-08E1-93A6-3705-DD062A3A672C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0x91c61000 - 0x91d0fff3  com.apple.ink.framework 1.3.3 (107) <233A981E-A2F9-56FB-8BDE-C2DEC3F20784> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
    0x91d95000 - 0x91f77fff  com.apple.imageKit 2.0.3 (1.0) <B4DB05F7-01C5-35EE-7AB9-41BD9D63F075> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Vers ions/A/ImageKit
    0x91f78000 - 0x9200afe7  com.apple.print.framework.PrintCore 6.3 (312.7) <7410D1B2-655D-68DA-D4B9-2C65747B6817> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x92108000 - 0x9210fff7  com.apple.agl 3.0.12 (AGL-3.0.12) <61A74CE1-750D-9CAB-B780-306841739EE1> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x9212e000 - 0x9213eff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x9213f000 - 0x9218fff7  com.apple.framework.familycontrols 2.0.2 (2020) <C96C8A99-A40C-8B9C-1FBA-A0F46AC92F17> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x921bc000 - 0x921bfff7  libCoreVMClient.dylib ??? (???) <12EF6056-7AC7-6691-75A2-BD0675C56A35> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x921c0000 - 0x922c4fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <BDEFA030-5E75-7C47-2904-85AB16937F45> /usr/lib/libcrypto.0.9.8.dylib
    0x922d3000 - 0x92317ff3  com.apple.coreui 2 (114) <2234855E-3BED-717F-0BFA-D1A289ECDBDA> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x92318000 - 0x92326ff7  com.apple.opengl 1.6.12 (1.6.12) <81AEF74E-E33A-B021-9CDB-6199104105FF> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x92327000 - 0x9264bfef  com.apple.HIToolbox 1.6.5 (???) <21164164-41CE-61DE-C567-32E89755CB34> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x9264c000 - 0x92668fe3  com.apple.openscripting 1.3.1 (???) <2A748037-D1C0-6D47-2C4A-0562AF799AC9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x92669000 - 0x92b22ffb  com.apple.VideoToolbox 0.484.20 (484.20) <E7B9F015-2569-43D7-5268-375ED937ECA5> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x92b23000 - 0x92e1cfef  com.apple.QuickTime 7.6.6 (1756.15) <C2567783-4EAC-6803-522B-D701B95C4DAE> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x92e1d000 - 0x9313dff3  com.apple.CoreServices.CarbonCore 861.34 (861.34) <3DA9098F-B71B-4BDE-5DE5-4B76C49158EB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x9313e000 - 0x93141ff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <B84D7376-EE9C-2B7F-04FA-D622E2C10CA6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXType.A.dylib
    0x93182000 - 0x93a62ff7  com.apple.AppKit 6.6.7 (1038.35) <ABC7783C-E4D5-B848-BED6-99451D94D120> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93a63000 - 0x93a63ff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93a64000 - 0x93b1dfe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
    0x93b1e000 - 0x93c5aff7  com.apple.audio.toolbox.AudioToolbox 1.6.6 (1.6.6) <781018FB-474B-E09C-D419-5BFF80590A10> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x93c5b000 - 0x93c73ff7  com.apple.CFOpenDirectory 10.6 (10.6) <F9AFC571-3539-6B46-ABF9-46DA2B608819> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
    0x93c74000 - 0x93cb5ff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <95079B56-0B7B-F114-5C43-5220DBE0FBB1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib
    0x93cb6000 - 0x93d60fe7  com.apple.CFNetwork 454.11.12 (454.11.12) <BE832CCE-B692-F55F-F5F8-3973649AFEA1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk/Versions/A/CFNetwork
    0x947b5000 - 0x947c9fe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x947ca000 - 0x94844fff  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <A02CEAE9-943A-CBE2-2350-4631C1E7B0A7> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x94845000 - 0x949fffeb  com.apple.ImageIO.framework 3.0.4 (3.0.4) <C96F11A7-2569-3037-C4C3-0342708FA3CB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/ImageIO
    0x94a00000 - 0x94a00ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x94a5a000 - 0x94adcffb  SecurityFoundation ??? (???) <2E1F1AF0-A258-D215-2600-5DF03896D1F1> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x94add000 - 0x94aedff7  com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
    0x94dc7000 - 0x94e2bffb  com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework /Versions/A/HTMLRendering
    0x94e2c000 - 0x94ee2ffb  libFontParser.dylib ??? (???) <D85C1840-0FA8-27A2-54B7-FF336099EBC0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib
    0x94f54000 - 0x94fc3ff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <595A5539-9F54-63E6-7AAC-C04E1574B050> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x94fc4000 - 0x94ff4ff7  com.apple.MeshKit 1.1 (49.2) <5A74D1A4-4B97-FE39-4F4D-E0B80F0ADD87> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x95f68000 - 0x95f6efff  com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
    0x95f6f000 - 0x95f6fff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x96150000 - 0x96194fe7  com.apple.Metadata 10.6.3 (507.15) <A23633F1-E913-66C2-A073-E2B174C09B18> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
    0x96195000 - 0x96310fe7  com.apple.CoreFoundation 6.6.4 (550.42) <C78D5079-663E-9734-7AFA-6CE79A0539F1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x96319000 - 0x9631bff7  com.apple.securityhi 4.0 (36638) <C7DA80C1-DCFD-C321-08DA-5E6946CA66E0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x9631c000 - 0x96376fe7  com.apple.CorePDF 1.3 (1.3) <EA168671-F44F-BFE4-AA7D-3801DA29A650> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x96382000 - 0x963a8ffb  com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x963a9000 - 0x965d4ff3  com.apple.QuartzComposer 4.2 ({156.28}) <62E864AD-3155-59B8-BA1F-8197360C8587> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framewor k/Versions/A/QuartzComposer
    0x965e0000 - 0x96641fe7  com.apple.CoreText 3.151.8 (???) <6F5D6C49-4693-B9B7-6612-832E8F155747> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.f ramework/Versions/A/CoreText
    0x96642000 - 0x9664cffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <7486003F-8FDB-BD6C-CB34-DE45315BD82C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x9664d000 - 0x9664eff7  com.apple.TrustEvaluationAgent 1.1 (1) <2D970A9B-77E8-EDC0-BEC6-7580D78B2843> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
    0x9669b000 - 0x966acff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <3036AD83-4F1D-1028-54EE-54165E562650> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x966ad000 - 0x96ac3ff7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
    0x96bac000 - 0x9739b557  com.apple.CoreGraphics 1.545.0 (???) <8A4CB0D9-1001-0F62-4DA4-B8AB3B45E226> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
    0x973f8000 - 0x97526fe7  com.apple.CoreData 102.1 (251) <87FE6861-F2D6-773D-ED45-345272E56463> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x97527000 - 0x97578ff7  com.apple.HIServices 1.8.2 (???) <F6EAC2D1-902A-9374-FC4B-43B50E054416> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x97579000 - 0x97581ff7  com.apple.DisplayServicesFW 2.3.0 (283) <305F9514-2404-5CF7-AFB4-00BB4D2EA69E> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x97595000 - 0x975a1ff7  libkxld.dylib ??? (???) <9D8378E0-1C58-EED8-EA00-F4515B8BE7A3> /usr/lib/system/libkxld.dylib
    0x975a2000 - 0x9764affb  com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x97945000 - 0x97953fe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <33C1B260-ED05-945D-FC33-EF56EC791E2E> /usr/lib/libz.1.dylib
    0x979c4000 - 0x97b07fef  com.apple.QTKit 7.6.6 (1756.15) <32C49374-14BC-53E7-FBFF-E11B42A41F56> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x97d08000 - 0x97d08ff7  com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x97d09000 - 0x97d09ff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x97d0a000 - 0x97d4cff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <8A4721DE-25C4-C8AA-EA90-9DA7812E3EBA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x97d4d000 - 0x97d58ff7  libGL.dylib ??? (???) <4425B9AA-B494-A336-EABB-6BBC9FF4EC4F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x97d84000 - 0x97d87ffb  com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
    0x97d88000 - 0x97db0ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x97db1000 - 0x97db3ff7  libRadiance.dylib ??? (???) <B83179D4-E41C-D2BA-1E4C-A64CB45C15E6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libRadiance.dylib
    0x97db4000 - 0x97db5ff7  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
    0x97eab000 - 0x97f15fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x9817b000 - 0x98181fe7  com.apple.CommerceCore 1.0 (9) <928FCA4F-1366-AE18-CF67-87C79F5DAC21> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCor e.framework/Versions/A/CommerceCore
    0x98196000 - 0x981c9ff7  com.apple.AE 496.4 (496.4) <C73D124C-C722-41D8-3465-4CE0D0BA9307> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x981ca000 - 0x98210ff7  libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
    0x982d6000 - 0x98333ff7  com.apple.framework.IOKit 2.0 (???) <A769737F-E0D6-FB06-29B4-915CF4F43420> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x98334000 - 0x98440ff7  libGLProgrammability.dylib ??? (???) <2D172B4E-432F-D18E-EA99-3BD56DBE7649> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib
    0x98441000 - 0x98456fff  com.apple.ImageCapture 6.0.2 (6.0.2) <E9F4B952-27A1-5BFC-CA8D-DADA055D30E9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x984c5000 - 0x985c6fe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <C75F921C-F027-6372-A0A1-EDB8A6234331> /usr/lib/libxml2.2.dylib
    0x985c7000 - 0x98604ff7  com.apple.CoreMedia 0.484.20 (484.20) <105DDB24-E45F-5473-99E1-B09FDEAE4500> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x98605000 - 0x98605ff7  com.apple.quartzframework 1.5 (1.5) <4EE8095D-5E47-1EB6-3A8A-6ECE3BEC8647> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x9860b000 - 0x9870dfef  com.apple.MeshKitIO 1.1 (49.2) <D0401AC5-1F92-2BBB-EBAB-58EDD3BA61B9> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitIO.frame work/Versions/A/MeshKitIO
    0x988b9000 - 0x988e0ff7  com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework /Versions/A/QuartzFilters
    0x9891a000 - 0x98967feb  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <136BFA48-D456-B677-3B5D-40A6946C3A09> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
    0x98968000 - 0x9896fff3  com.apple.print.framework.Print 6.1 (237.1) <F5AAE53D-5530-9004-A9E3-2C1690C5328E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x98970000 - 0x98994ff7  libJPEG.dylib ??? (???) <A50127EB-C202-0436-E62D-41E2E893E436> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJPEG.dylib
    0x98995000 - 0x98ac1ffb  com.apple.MediaToolbox 0.484.20 (484.20) <D67788A2-B772-C5DB-B12B-173B2F8EE40B> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x98ac2000 - 0x98ad4ff7  com.apple.MultitouchSupport.framework 207.10 (207.10) <32CE2895-DAF0-2137-F9BE-8150359F43A1> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
    0x98ad5000 - 0x98b15ff3  com.apple.securityinterface 4.0.1 (40418) <26D84A83-F5B9-93CF-71BB-0712698181EE> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x98b16000 - 0x98b54ff7  com.apple.QuickLookFramework 2.3 (327.6) <66955C29-0C99-D02C-DB18-4952AFB4E886> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x98b55000 - 0x98b69ffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x98b6a000 - 0x98b9bff7  libGLImage.dylib ??? (???) <1AF72191-087A-5D75-B3B9-3F537315F635> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x98b9c000 - 0x98ba0ff7  IOSurface ??? (???) <235E7E3D-B6E5-0AAA-C41A-7AC1F54A7EBF> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x98ba1000 - 0x98be4ff7  com.apple.NavigationServices 3.5.4 (182) <8DC6FD4A-6C74-9C23-A4C3-715B44A8D28C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices
    0x98c37000 - 0x98e35ff3  com.apple.JavaScriptCore 6533.20 (6533.20.20) <C97A479C-FDF9-3F19-2EE0-80288257C477> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x98e58000 - 0x98e59ff7  com.apple.audio.units.AudioUnit 1.6.6 (1.6.6) <253E9552-5CEA-0D5A-1EDA-3B8F669B79EA> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x98e5a000 - 0x98e67ff7  com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x98e68000 - 0x98f05fe3  com.apple.LaunchServices 362.2 (362.2) <F3952CAB-322F-A12F-57AF-8B91B1D76DDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0x98f3e000 - 0x98f59ff7  libPng.dylib ??? (???) <65E824F7-523A-CC34-ABDD-2A3B12DE1CA9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libPng.dylib
    0x98f5a000 - 0x991cdfe7  com.apple.Foundation 6.6.6 (751.53) <C73FDD37-000B-C505-FD8D-80D1C9D17965> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x991dc000 - 0x991e7ff7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <4560936D-7730-5DD2-BFD7-95270DDC210A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib
    0x991e8000 - 0x99209fe7  com.apple.opencl 12.3.6 (12.3.6) <B4104B80-1CB3-191C-AFD3-697843C6BCFF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x9920a000 - 0x992d5fef  com.apple.CoreServices.OSServices 359 (359) <EC340F74-8192-C9DD-40B3-AE4E519A38D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x992e3000 - 0x992e7ff7  libGFXShared.dylib ??? (???) <4F2199F0-320F-0B59-0380-D3131D644CBA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x992e8000 - 0x992e8ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <ABF97DA4-3BDF-6FFD-6239-B023CA1F7974> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
    0x992e9000 - 0x99329ff7  com.apple.ImageCaptureCore 1.0.4 (1.0.4) <CE815114-CEFA-4AF4-7365-7908428AB733> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x99371000 - 0x993eaff7  com.apple.PDFKit 2.5.1 (2.5.1) <A068BF37-03E0-A231-2791-561C60C3ED2B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versio ns/A/PDFKit
    0x99525000 - 0x9995aff7  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
    0x99a03000 - 0x99abffff  com.apple.ColorSync 4.6.6 (4.6.6) <D00B95AE-2379-CB8E-B18C-FF5B66741C23> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x99ac0000 - 0x99ae0fe7  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <BF7FF2F6-5FD3-D78F-77BC-9E2CB2A5E309> /usr/lib/libresolv.9.dylib
    0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <ADF8138B-2384-2FC0-CCBF-C4721B53568A> /usr/lib/libSystem.B.dylib
    Model: MacBookPro6,2, BootROM MBP61.0057.B0C, 2 processors, Intel Core i7, 2.8 GHz, 8 GB, SMC 1.58f16
    Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 512 MB
    Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.10.131.36.9)
    Bluetooth: Version 2.4.0f1, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: ST9500420ASG, 465.76 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: Hub, 0x0424  (SMSC), 0x2514, 0xfa100000
    USB Device: Hub, 0x05ac  (Apple Inc.), 0x9126, 0xfa140000
    USB Device: Apple LED Cinema Display, 0x05ac  (Apple Inc.), 0x9226, 0xfa146000
    USB Device: Display iSight, 0x05ac  (Apple Inc.), 0x8508, 0xfa145000
    USB Device: Display Audio, 0x05ac  (Apple Inc.), 0x1105, 0xfa144000
    USB Device: Internal Memory Card Reader, 0x05ac  (Apple Inc.), 0x8403, 0xfa130000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0236, 0xfa120000
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8218, 0xfa113000
    USB Device: Hub, 0x0424  (SMSC), 0x2514, 0xfd100000
    USB Device: USB2.0 Hub, 0x05e3  (Genesys Logic, Inc.), 0x0608, 0xfd130000
    USB Device: iPhone, 0x05ac  (Apple Inc.), 0x1297, 0xfd132000
    USB Device: Akai MPK88, 0x09e8, 0x0071, 0xfd134000
    USB Device: USB2.0 Hub, 0x05e3  (Genesys Logic, Inc.), 0x0608, 0xfd133000
    USB Device: Mass Storage Device, 0x058f  (Alcor Micro, Corp.), 0x6366, 0xfd133300
    USB Device: Keyboard Hub, 0x05ac  (Apple Inc.), 0x1006, 0xfd133400
    USB Device: Apple Keyboard, 0x05ac  (Apple Inc.), 0x0220, 0xfd133420
    USB Device: USB 2.0 HUB, 0x050d  (Belkin Corporation), 0x0234, 0xfd131000
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0xfd120000
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8507, 0xfd110000
    FireWire Device: OEM ATA Device 00, G-TECH, Up to 800 Mb/sec
    FireWire Device: unknown_device, Unknown
    FireWire Device: Onyx-i, Loud Technologies Inc., Up to 400 Mb/sec

  • Application crash with error ntdll.dll 00018fea

    Hi,
    I have a problem with my app.exe build.
    I attach a simple code; the Vi open and close a TDM file.
    If I run this Vi in Labview works fine.
    If I build the application.exe on a notebook and I run it I got "Application crash with error ntdll.dll 00018fea".
    I've tried to build the Vi on another Pc Desktop with Labview and here if I run the exe it works fine.
    On the two PC I have LV8.5; the build options are the same.
    On the notebook I've try also to reinstall LV8.5 but I got the same error.
    Can you help me?
    Thanks a lot
    Attachments:
    open tdm.vi ‏33 KB

    MicheleS wrote:
    This morning I've try to put the ntdll.dll of the other PC in the notebook but the problem remain.
    Never ever do that! You were very lucky that both ntdll.dll files were probably the same version so the exchange didn't do much but ntdll.dll is one of the core Windows DLLs were everything goes through that normal applications may access in Windows. A mixup in such a part because of incompatitible ntdll.dll with other system API DLLs might prevent your computer entirely from starting up even in safe mode.
    You should not attempt to ever switch system DLLs between different computers. In such behaviour lays insanity. If you expect a system DLL to be corrupt attempt to do a repair installation instead. Also Windows nowadays has techniques to detect if a system DLL got corrupt and will attempt to repair it, though I guess if ntdll.dll would go belly up it's likely your computer won't even start up.
    Rolf Kalbermatter
    Message Edited by rolfk on 01-14-2008 08:05 AM
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Flash Builder 4.4, Application crashes every time when i start profiling and take memory snapshort?

    Hello all,
    i have a real wired problem, when ever i start profiling my application in Adobe Flash builder and take a memory  snapshot the application crash, and these dialogs appears.
    i have tried Adobe flash builder 4.4, 4.5, 4.6 all of these have same behavior on window xp, while on mac os x the 4.6 version is working fine for profiling but the debug mode crashes every time. while 4.4 and 4.5 crashes on profiling and working fine for the rest of the work.
    help required
    regards.

    If there are any saved web pages or HTML files in the same folder that you're trying to upload from, move or delete those files and try again. Otherwise, try moving the files you want to upload to a different folder.

  • LoadLibrary(name) - application crashes on this line

    Method loadLibrary(name) -
    always worked with JDK 6 Update 11 (WIN 7)
    I tried on new Dell systems, like systems with SystemProductName - XPS L401X, XPS L501X and more
    RESULT:
    On all sytems of this kind, application crashes on line loadLibrary(name)

    I debugged this code.
    The name is GestureMtmx64
    String dllName = InstallationUtil.extractGestureDll(StationInfoFactory.getInstance().getOsType());
                   System.loadLibrary(dllName);
    When extractGestureDll(...) is:
         public static String extractGestureDll(OSType systemType) throws Exception{
              String dllFileName = null;
              if (System.getProperty("os.name").contains("Windows")){
                   String systemTypeString = systemType.isMTM()? "Mtm" : "Mtg";
                   String osType = systemType.is32Bit()? "x32" : "x64";
                   dllFileName = "Gesture" + systemTypeString + osType +".dll";
                   String path = "c:/windows/system32/" + dllFileName;
                   if (!new File(path).exists()){
                        File jarFile = new File("agent.jar");
                        if (jarFile.exists()){
                             FileUtils.extractOneZipFile(dllFileName, new File("agent.jar"), new File(path).getParentFile());
                        }else{
                             File source = new File("externalFiles/" + dllFileName);
                             FileUtils.copyFile(source, new File(path));
                   dllFileName = dllFileName.replace(".dll", "");
              }else{
                   dllFileName = "libNtrigDll.so";
                   String path = "/usr/lib/" + dllFileName;
                   if (!new File(path).exists()){
                        File jarFile = new File("agent.jar");
                        if (jarFile.exists()){
                             FileUtils.extractOneZipFile(dllFileName, new File("agent.jar"), new File(path).getParentFile());
                        }else{
                             File source = new File("externalFiles/" + dllFileName);
                             FileUtils.copyFile(source, new File(path));
                   dllFileName = "NtrigDll";
              return      dllFileName;
    Thank you!!!
    Edited by: libioz on Aug 16, 2010 10:07 AM
    Edited by: libioz on Aug 16, 2010 10:16 AM

  • Application Crashes Every time I Click the Path dropdown in the save....

    Here we go.....
    Every time I want to save in ANY appllication to a mounted server and click the path drop down in the save dialouge box my application crashes. I can save my files fine in column view but if I'm in list view my save dialouge box doesn't even show me the heirarchy of files either. So here is the error that I keep geting, maybe someone can make sense of it.
    Thanks
    Date/Time: 2007-10-31 16:43:26.933 -0500
    OS Version: 10.4.10 (Build 8R218)
    Report Version: 4
    Command: Illustrator CS
    Path: /Applications/Adobe Illustrator CS/Illustrator CS.app/Contents/MacOSClassic/Illustrator CS
    Parent: WindowServer [58]
    Version: 11.0 (11.0)
    PID: 208
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0xfffffff0
    Thread 0 Crashed:
    0 com.apple.NavigationServices 0x931dc278 TNavNode::TNavNode[unified](TNavNode const&) + 0
    1 com.apple.NavigationServices 0x93216f60 std::vector<TNavNode, std::allocator<TNavNode> >::M_insert_aux(__gnu_cxx::__normaliterator<TNavNode*, std::vector<TNavNode, std::allocator<TNavNode> > >, TNavNode const&) + 240
    2 com.apple.NavigationServices 0x932062a4 TPathPopup::FillPopup() + 288
    3 com.apple.NavigationServices 0x93206b58 TPathPopup::Validate() + 36
    4 com.apple.NavigationServices 0x93206ec0 TPathPopup::MenuHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*) + 92
    5 com.apple.HIToolbox 0x93296934 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 692
    6 com.apple.HIToolbox 0x9329608c SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    7 com.apple.HIToolbox 0x93295f08 SendEventToEventTargetWithOptions + 40
    8 com.apple.HIToolbox 0x9332e194 SendTrackingStatus(unsigned long, MenuData*, unsigned long, unsigned long, unsigned long, unsigned long, unsigned char) + 376
    9 com.apple.HIToolbox 0x934c28f8 SendBeginTracking(MenuData*, unsigned long, unsigned long, MenuSelectData*) + 64
    10 com.apple.HIToolbox 0x9332d1a0 SetupMenuTracking(MenuSelectData&, unsigned char, Point, double, MenuData*, unsigned long, Rect const*, Rect const*, GDevice**, Rect const*, __CFString const*) + 1280
    11 com.apple.HIToolbox 0x933670b8 PopUpMenuSelectCore(MenuData*, Point, double, Point, GDevice**, Rect const*, unsigned short, unsigned long, Rect const*, Rect const*, __CFString const*, OpaqueMenuRef**, unsigned short*) + 128
    12 com.apple.HIToolbox 0x93366fec _HandlePopUpMenuSelection5 + 364
    13 com.apple.HIToolbox 0x93452f60 HIPopupButton::TrackMenu() + 776
    14 com.apple.HIToolbox 0x93452c18 HIPopupButton::TrackSelfCommon(short, short*) + 60
    15 com.apple.HIToolbox 0x93452b94 HIPopupButton::TrackSelf(OpaqueEventRef*, short*) + 128
    16 com.apple.HIToolbox 0x932b96a0 HIView::EventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 2196
    17 com.apple.HIToolbox 0x93296934 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 692
    18 com.apple.HIToolbox 0x9329608c SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    19 com.apple.HIToolbox 0x93295f08 SendEventToEventTargetWithOptions + 40
    20 com.apple.HIToolbox 0x9334e590 SendControlDefTrack(HIView*, CGPoint const&, unsigned long*, void ()(OpaqueControlRef, short), OpaqueEventRef*, short*) + 276
    21 com.apple.HIToolbox 0x9334e3e8 HIView::ClickInternal(CGPoint const&, unsigned long, void ()(OpaqueControlRef, short), OpaqueEventRef*, bool) + 156
    22 com.apple.HIToolbox 0x9332b248 HIView::ClickSelf(OpaqueEventRef*) + 296
    23 com.apple.HIToolbox 0x932ba810 HIView::EventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 6660
    24 com.apple.HIToolbox 0x93296934 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 692
    25 com.apple.HIToolbox 0x9329608c SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    26 com.apple.HIToolbox 0x9329ce90 SendEventToEventTarget + 40
    27 com.apple.HIToolbox 0x9332afd8 HIView::Click(OpaqueEventRef*) + 280
    28 com.apple.HIToolbox 0x9332aea4 HIViewClick + 56
    29 com.apple.HIToolbox 0x9332ae50 HandleClickAsHIView + 156
    30 com.apple.HIToolbox 0x9332a7c4 HandleWindowClick + 516
    31 com.apple.HIToolbox 0x9332a254 HandleMouseEvent + 456
    32 com.apple.HIToolbox 0x932d92e4 StandardWindowEventHandler + 148
    33 com.apple.HIToolbox 0x93296934 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 692
    34 com.apple.HIToolbox 0x9329608c SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    35 com.apple.HIToolbox 0x932d5d5c CallNextEventHandler + 60
    36 com.apple.NavigationServices 0x931e2068 TBrowseDialog::EventWindowHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*) + 1192
    37 com.apple.NavigationServices 0x931e1b90 TBrowseDialog::EventWindowHandlerDispatch(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 80
    38 com.apple.HIToolbox 0x93296934 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 692
    39 com.apple.HIToolbox 0x9329608c SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    40 com.apple.HIToolbox 0x9329ce90 SendEventToEventTarget + 40
    41 com.apple.HIToolbox 0x93329224 HandleMouseEventForWindow(OpaqueWindowPtr*, OpaqueEventRef*, unsigned short) + 236
    42 com.apple.HIToolbox 0x9348c3dc HandleMouseEvent(OpaqueEventRef*) + 368
    43 com.apple.HIToolbox 0x9329d1fc ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 496
    44 com.apple.HIToolbox 0x93296b84 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1284
    45 com.apple.HIToolbox 0x9329608c SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    46 com.apple.HIToolbox 0x9329ce90 SendEventToEventTarget + 40
    47 com.apple.HIToolbox 0x932ddc04 ToolboxEventDispatcher + 92
    48 com.apple.HIToolbox 0x9337ca04 TryEventDispatcher + 108
    49 com.apple.HIToolbox 0x9337c65c GetOrPeekEvent + 304
    50 com.apple.HIToolbox 0x9337c4b4 GetNextEventMatchingMask + 440
    51 com.apple.HIToolbox 0x9337c238 WNEInternal + 152
    52 com.apple.HIToolbox 0x9337c18c WaitNextEvent + 76
    53 com.apple.NavigationServices 0x931ecb3c TBrowseDialog::EventLoop() + 76
    54 com.apple.NavigationServices 0x931e3af4 TBrowseDialog::StartDialog() + 388
    55 com.apple.NavigationServices 0x931d1a14 _NavDialog::Run() + 132
    56 com.apple.NavigationServices 0x931d1948 NavDialogRun + 64
    57 Illustrator 0x028bcaec Modal__Q26cainav11PutMacUtilsFv + 476
    58 Illustrator 0x028bc690 Modal__Q26cainav9PutDialogFv + 144
    59 Illustrator 0x028bbd84 FileFormatPutFileMac_FPP7ArtworklP6FSSpecPPvPUcPCUcP13AIPutFileInfo + 276
    60 Illustrator 0x028bbc00 FileFormatPutFile__FPP7ArtworklP6FSSpecPPvPUcPCUcP13AIPutFileInfo + 16
    61 Illustrator 0x028bb834 FileFormatSaveAs__FPP7ArtworkP15CAIDocumentViewUcUcP16ActionParamValuePc + 1700
    62 Illustrator 0x02a4a0e4 CommandSaveAsEx__FP17CAIDocumentWindowUcP16ActionParamValuePc + 68
    63 Illustrator 0x02ab65cc CommandSaveAs__FP17CAIDocumentWindowP11CAIADMEvent + 28
    64 Illustrator 0x028f2688 DispatchCommand__15CAICommandClassCFP17CAIDocumentWindowP11CAIADMEvent + 56
    65 Illustrator 0x02168a00 CommandDo__FP11CAIADMEventUlss + 368
    66 Illustrator 0x02aad514 MenuEventHandler + 1828
    67 com.apple.HIToolbox 0x93296934 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 692
    68 com.apple.HIToolbox 0x9329608c SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    69 com.apple.HIToolbox 0x9329ce90 SendEventToEventTarget + 40
    70 com.apple.HIToolbox 0x933157e8 SendHICommandEvent(unsigned long, HICommand const*, unsigned long, unsigned long, unsigned char, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) + 380
    71 com.apple.HIToolbox 0x93345694 SendMenuItemSelectedEvent + 136
    72 com.apple.HIToolbox 0x9334559c FinishMenuSelection(MenuData*, MenuData*, MenuResult*, MenuResult*, unsigned long, unsigned long, unsigned long, unsigned char) + 144
    73 com.apple.HIToolbox 0x9332ca48 MenuSelectCore(MenuData*, Point, double, unsigned long, OpaqueMenuRef**, unsigned short*) + 404
    74 com.apple.HIToolbox 0x9332c530 MenuSelect + 100
    75 com.apple.HIToolbox 0x933287a4 HandleMouseEvent(OpaqueEventRef*) + 84
    76 com.apple.HIToolbox 0x9332c4b8 StandardMenuBarEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 56
    77 com.apple.HIToolbox 0x93296934 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 692
    78 com.apple.HIToolbox 0x9329608c SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    79 com.apple.HIToolbox 0x9329ce90 SendEventToEventTarget + 40
    80 com.apple.HIToolbox 0x9348c3f0 HandleMouseEvent(OpaqueEventRef*) + 388
    81 com.apple.HIToolbox 0x9329d1fc ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 496
    82 com.apple.HIToolbox 0x93296b84 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1284
    83 com.apple.HIToolbox 0x9329608c SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    84 com.apple.HIToolbox 0x9329ce90 SendEventToEventTarget + 40
    85 Illustrator 0x028d3d40 EventLoopEventHandler + 224
    86 com.apple.HIToolbox 0x93296934 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 692
    87 com.apple.HIToolbox 0x9329608c SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    88 com.apple.HIToolbox 0x93295f08 SendEventToEventTargetWithOptions + 40
    89 com.apple.HIToolbox 0x9329d2cc ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 704
    90 com.apple.HIToolbox 0x93296b84 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1284
    91 com.apple.HIToolbox 0x9329608c SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    92 com.apple.HIToolbox 0x9329ce90 SendEventToEventTarget + 40
    93 com.apple.HIToolbox 0x932ddc04 ToolboxEventDispatcher + 92
    94 com.apple.HIToolbox 0x932ddb90 HLTBEventDispatcher + 16
    95 com.apple.HIToolbox 0x932dc148 RunApplicationEventLoop + 148
    96 Illustrator 0x028d39d8 MiEventMainLoop__Fv + 344
    97 Illustrator 0x0203fca4 RunApp__14CAIApplicationFv + 196
    98 Illustrator 0x02030eec main + 76
    Thread 1:
    0 libSystem.B.dylib 0x9002c3c8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030eac pthreadcondwait + 480
    2 ...ple.CoreServices.CarbonCore 0x90c034cc MPWaitOnSemaphore + 184
    3 ACECarbonLib 0x00449dd4 0x405000 + 282068
    4 ACECarbonLib 0x0044a010 0x405000 + 282640
    5 ACECarbonLib 0x00449a28 0x405000 + 281128
    6 ...ple.CoreServices.CarbonCore 0x90c36cd4 MPCFMTaskProc + 32
    7 ...ple.CoreServices.CarbonCore 0x90bc57b0 PrivateMPEntryPoint + 76
    8 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x9002c3c8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030eac pthreadcondwait + 480
    2 com.apple.ColorSync 0x9159f060 pthreadSemaphoreWait(t_pthreadSemaphore*) + 56
    3 com.apple.ColorSync 0x9159e2fc CMMConvTask(void*) + 40
    4 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9002f08c kevent + 12
    1 com.apple.DesktopServices 0x92af3eb0 TFSNotificationTask::FSNotificationTaskProc(void*) + 56
    2 ...ple.CoreServices.CarbonCore 0x90bc57b0 PrivateMPEntryPoint + 76
    3 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x90054388 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x90070be8 pthreadcond_timedwait_relativenp + 556
    2 ...ple.CoreServices.CarbonCore 0x90bf8410 TSWaitOnSemaphoreCommon + 176
    3 ...ple.CoreServices.CarbonCore 0x90c003ac TimerThread + 60
    4 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 5:
    0 libSystem.B.dylib 0x9002c3c8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030eac pthreadcondwait + 480
    2 ...ple.CoreServices.CarbonCore 0x90bc59a0 MPWaitOnQueue + 224
    3 com.apple.DesktopServices 0x92af452c TNodeSyncTask::SyncTaskProc(void*) + 116
    4 ...ple.CoreServices.CarbonCore 0x90bc57b0 PrivateMPEntryPoint + 76
    5 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 6:
    0 libSystem.B.dylib 0x90054388 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x90070be8 pthreadcond_timedwait_relativenp + 556
    2 ...ple.CoreServices.CarbonCore 0x90bc59a0 MPWaitOnQueue + 224
    3 com.apple.DesktopServices 0x92b1eb78 TPropertyTask::PropertyTaskProc(void*) + 72
    4 ...ple.CoreServices.CarbonCore 0x90bc57b0 PrivateMPEntryPoint + 76
    5 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 7:
    0 libSystem.B.dylib 0x90054388 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x90070be8 pthreadcond_timedwait_relativenp + 556
    2 ...ple.CoreServices.CarbonCore 0x90bc59a0 MPWaitOnQueue + 224
    3 com.apple.DesktopServices 0x92b20558 TIconRefTask::IconRefTaskProc(void*) + 72
    4 ...ple.CoreServices.CarbonCore 0x90bc57b0 PrivateMPEntryPoint + 76
    5 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x00000000931dc278 srr1: 0x100000000200f030 vrsave: 0x0000000000000000
    cr: 0x24022404 xer: 0x0000000000000000 lr: 0x0000000093216f78 ctr: 0x00000000900015c8
    r0: 0x0000000093216f60 r1: 0x00000000bfffaf70 r2: 0x00000000a0001fac r3: 0x0000000001a4fda0
    r4: 0x00000000fffffff0 r5: 0x0000000000000000 r6: 0x0000000001a4fda0 r7: 0x0000000000000000
    r8: 0x0000000000000001 r9: 0x0000000000000000 r10: 0x00000000931d1500 r11: 0x00000000a31cd660
    r12: 0x00000000900015c8 r13: 0x0000000000000002 r14: 0x0000000000000000 r15: 0x00000000a3296698
    r16: 0x0000000008fc1ed0 r17: 0x00000000bfffb240 r18: 0x000000006d656e75 r19: 0x0000000000000001
    r20: 0x0000000008fac520 r21: 0x00000000ffffd96e r22: 0x0000000000000000 r23: 0x00000000bfffb390
    r24: 0x00000000fffffff0 r25: 0x0000000000000000 r26: 0x0000000000000001 r27: 0x00000000bfffafc0
    r28: 0x0000000001a4fda0 r29: 0x00000000018a82e8 r30: 0x0000000001a4fda0 r31: 0x0000000093206194
    Binary Images Description:
    0x1000 - 0x2fff LaunchCFMApp /System/Library/Frameworks/Carbon.framework/Versions/A/Support/LaunchCFMApp
    0xd5000 - 0xff427 BIBCarbonLib PEF binary: BIBCarbonLib
    0x27f000 - 0x2aff0c BIBUtilsCarbon PEF binary: BIBUtilsCarbon
    0x2b6000 - 0x2e7b49 ARECarbon PEF binary: ARECarbon
    0x2e8000 - 0x2f8720 AdobeSplashKitLib PEF binary: AdobeSplashKitLib
    0x2f9000 - 0x2fd4b4 AdobeCoreGraphics PEF binary: AdobeCoreGraphics
    0x314220 - 0x3142d2 CFMPriv_CoreFoundation PEF binary: CFMPriv_CoreFoundation
    0x3146a0 - 0x314755 CFMPriv_DVComponentGlue PEF binary: CFMPriv_DVComponentGlue
    0x314970 - 0x314a13 CFMPriv_QuickTime PEF binary: CFMPriv_QuickTime
    0x314a80 - 0x314af7 CFMPriv_System PEF binary: CFMPriv_System
    0x314d80 - 0x314e50 CFMPriv_CarbonSound PEF binary: CFMPriv_CarbonSound
    0x314ed0 - 0x314fa3 CFMPriv_CommonPanels PEF binary: CFMPriv_CommonPanels
    0x315080 - 0x31513b CFMPriv_Help PEF binary: CFMPriv_Help
    0x315140 - 0x31520a CFMPriv_HIToolbox PEF binary: CFMPriv_HIToolbox
    0x315290 - 0x315366 CFMPriv_HTMLRendering PEF binary: CFMPriv_HTMLRendering
    0x3153e0 - 0x3154b3 CFMPriv_ImageCapture PEF binary: CFMPriv_ImageCapture
    0x315540 - 0x315625 CFMPriv_NavigationServices PEF binary: CFMPriv_NavigationServices
    0x3156a0 - 0x315776 CFMPriv_OpenScriptingMacBLib PEF binary: CFMPriv_OpenScriptingMacBLib
    0x315850 - 0x31590e CFMPriv_Print PEF binary: CFMPriv_Print
    0x315930 - 0x3159fd CFMPriv_SecurityHI PEF binary: CFMPriv_SecurityHI
    0x315a80 - 0x315b62 CFMPriv_SpeechRecognition PEF binary: CFMPriv_SpeechRecognition
    0x315be0 - 0x315cb3 CFMPriv_CarbonCore PEF binary: CFMPriv_CarbonCore
    0x315d30 - 0x315e03 CFMPriv_OSServices PEF binary: CFMPriv_OSServices
    0x315ee0 - 0x315fa2 CFMPriv_AE PEF binary: CFMPriv_AE
    0x315fb0 - 0x316075 CFMPriv_ATS PEF binary: CFMPriv_ATS
    0x3160f0 - 0x3161c7 CFMPriv_ColorSync PEF binary: CFMPriv_ColorSync
    0x316250 - 0x316333 CFMPriv_FindByContent PEF binary: CFMPriv_FindByContent
    0x3163b0 - 0x31648a CFMPriv_HIServices PEF binary: CFMPriv_HIServices
    0x316500 - 0x3165e0 CFMPriv_LangAnalysis PEF binary: CFMPriv_LangAnalysis
    0x316670 - 0x316756 CFMPriv_LaunchServices PEF binary: CFMPriv_LaunchServices
    0x316830 - 0x316907 CFMPriv_PrintCore PEF binary: CFMPriv_PrintCore
    0x316910 - 0x3169d2 CFMPriv_QD PEF binary: CFMPriv_QD
    0x316ad0 - 0x316bb9 CFMPriv_SpeechSynthesis PEF binary: CFMPriv_SpeechSynthesis
    0x405000 - 0x4a1144 ACECarbonLib PEF binary: ACECarbonLib
    0x4a2000 - 0x6b86cc CoolTypeCarbonLib PEF binary: CoolTypeCarbonLib
    0x6b9000 - 0x7083c7 CarbonLibpwpc PEF binary: CarbonLibpwpc
    0x7083d0 - 0x7206bd Apple;Carbon;Multimedia PEF binary: Apple;Carbon;Multimedia
    0x724000 - 0x75176b AWSCommonSymbols.dll PEF binary: AWSCommonSymbols.dll
    0x751770 - 0x7534f1 pthread_bridge PEF binary: pthread_bridge
    0x754000 - 0x78c9ec asn.ear.ca.dll PEF binary: asn.ear.ca.dll
    0x78d000 - 0x7c7b5e MSLAllCarbon.Shlb PEF binary: MSLAllCarbon.Shlb
    0x7fe000 - 0x7ff97b ASLib PEF binary: ASLib
    0x1008000 - 0x13b12aa AGMCarbonLib PEF binary: AGMCarbonLib
    0x13bc000 - 0x170524f MPSLib PEF binary: MPSLib
    0x1706000 - 0x17a2e4b JP2KLibCarbon PEF binary: JP2KLibCarbon
    0x2008000 - 0x2f4067a Illustrator PEF binary: Illustrator
    0x2f41000 - 0x30671ee AWSCommonUI.dll PEF binary: AWSCommonUI.dll
    0x3068000 - 0x368c981 PDFL60 Carbon.lib PEF binary: PDFL60 Carbon.lib
    0x368d000 - 0x38945ae AWSSCL PEF binary: AWSSCL
    0x3895000 - 0x3905b22 WebAccessUtils.dll PEF binary: WebAccessUtils.dll
    0x6d0e000 - 0x6d1efff com.adobe.coretech.adobesplashkit AdobeSplashKit version 1.0 (1.0) /Applications/Adobe Illustrator CS/Illustrator CS.app/Contents/Frameworks/AdobeSplashKit.framework/AdobeSplashKit
    0x6e7a000 - 0x7117512 PEF binary:
    0x7118000 - 0x717c4ed WebAccesHttp.dll PEF binary: WebAccesHttp.dll
    0x717c4f0 - 0x7202362 WAHttplibwwwCarbon(R) PEF binary: WAHttplibwwwCarbon(R)
    0x85bb000 - 0x85bb537 3D.localized PEF binary: 3D.localized
    0x862b000 - 0x8638a44 Navigator PEF binary: Navigator
    0x863d000 - 0x865e179 Links Palette PEF binary: Links Palette
    0x8664000 - 0x869b193 Layers Palette PEF binary: Layers Palette
    0x883d000 - 0x8858b92 FindReplaceUI PEF binary: FindReplaceUI
    0x8875000 - 0x8891f50 Calligraphic Brush Tool PEF binary: Calligraphic Brush Tool
    0x8892000 - 0x889ead3 KinsokuDlg PEF binary: KinsokuDlg
    0x88ff000 - 0x8902623 Pucker and Bloat PEF binary: Pucker and Bloat
    0x894b000 - 0x894e345 Geometry Suite PEF binary: Geometry Suite
    0x8995000 - 0x899cfdf Roughen PEF binary: Roughen
    0x89dd000 - 0x89eb37a MojiKumiUI PEF binary: MojiKumiUI
    0x8af6000 - 0x8afc9fe Tweak PEF binary: Tweak
    0x8b04000 - 0x8b04fff com.apple.URLMount.AFPPlugin 1.1.6 /System/Library/Filesystems/URLMount/afp.URLMounter/Contents/MacOS/afp
    0x8b1c000 - 0x8b225c5 ArtConverters PEF binary: ArtConverters
    0x8b4b000 - 0x8b7edc0 Art Brush Tool PEF binary: Art Brush Tool
    0x8bb0000 - 0x8bc09fb Drop Shadow PEF binary: Drop Shadow
    0x8c58000 - 0x8c5f079 Path Construction Suiteuite PEF binary: Path Construction Suiteuite
    0x8c6f000 - 0x8c824f6 FuzzyEffect PEF binary: FuzzyEffect
    0x8c99000 - 0x8cd85ab Scribble PEF binary: Scribble
    0x8d92000 - 0x8dd5f21 Offset Path PEF binary: Offset Path
    0xb3b8000 - 0xb41ce28 Photoshop Adapter PEF binary: Photoshop Adapter
    0xb51d000 - 0xb5265fd Framework Server PEF binary: Framework Server
    0xb608000 - 0xb87a333 ADM Plugin PEF binary: ADM Plugin
    0xb901000 - 0xb90ce4d ADM-PNG PEF binary: ADM-PNG
    0xb90d000 - 0xb930cc8 Action PEF binary: Action
    0xb931000 - 0xb94058a ZString PEF binary: ZString
    0xb941000 - 0xb965662 ASDataStream PEF binary: ASDataStream
    0xb973000 - 0xb980f81 Flatten PEF binary: Flatten Transparencyred/Flatten
    0xb99d000 - 0xb9b8642 FOConver PEF binary: FOConversionSuitequired/FOConver
    0xb9b9000 - 0xba0b469 AIPortCarbonLib PEF binary: AIPortCarbonLib
    0xba71000 - 0xbab0f36 PDF Suite PEF binary: PDF Suite
    0xbab1000 - 0xbb45794 PDFPortCarbonLib PEF binary: PDFPortCarbonLib
    0xbb79000 - 0xbbb09fd Pencil Tool PEF binary: Pencil Tool
    0xbbba000 - 0xbbccbfa Rasterize PEF binary: Rasterize
    0xbbd1000 - 0xbc1413b Art Style PEF binary: Art Style
    0xbc23000 - 0xbc562c6 Brush Manager PEF binary: Brush Manager
    0xbc6b000 - 0xbcc348e Envelope and Warplustrator%20CS PEF binary: Envelope and Warplustrator%20CS/
    0xbcdd000 - 0xbd3ab96 Paint Style Palettes PEF binary: Paint Style Palettes
    0xbd44000 - 0xbea59c4 Scripting Supporti PEF binary: Scripting Supporti
    0xbea6000 - 0xbef622a ScCoreCLib PEF binary: ScCoreCLib
    0xbef7000 - 0xbf5f56c ExtendScriptCLib PEF binary: ExtendScriptCLib
    0xbff2000 - 0xc001991 <Unknown disk fragment> PEF binary: <Unknown disk fragment>
    0xc013000 - 0xc03a487 Swatch Libraries)com.apple.print.PaperInfo.ppd.PMPaperName PEF binary: Swatch Libraries)com.apple.print.PaperInfo.ppd.PMPaperName
    0xc054000 - 0xc0733f6 Symbol Palette PEF binary: Symbol Palette
    0xc07c000 - 0xc082759 Tool Selector PEF binary: Tool Selector
    0xc083000 - 0xc0bec1c Variables Palettelug-ins.localiz PEF binary: Variables Palettelug-ins.localiz
    0xc0d1000 - 0xc0d6abd TextWrapDlg PEF binary: TextWrapDlg
    0xc0ea000 - 0xc25a083 SVG Format PEF binary: SVG Format
    0xc25b000 - 0xc33ed47 SVGExportCarbon PEF binary: SVGExportCarbon
    0xc33f000 - 0xc62af21 SVGRECarbon PEF binary: SVGRECarbon
    0xc76e000 - 0xc79aeb2 Slicing PEF binary: Slicing
    0xc7a8000 - 0xc7ea545 Pathfinder Suite PEF binary: Pathfinder Suite
    0xc7f8000 - 0xc80c728 Expand Suite PEF binary: Expand Suite
    0xc869000 - 0xc86e962 Shape Construction Suite PEF binary: Shape Construction Suite
    0xc875000 - 0xc8a1e45 Live Blends PEF binary: Live Blends
    0xc8ae000 - 0xc8d29b5 Snap PEF binary: Snap
    0xc8dc000 - 0xcdc0e6a Save for Web PEF binary: Save for Web
    0xd0fa000 - 0xd101d45 Tool Palette PEF binary: Tool Palette
    0xd102000 - 0xd16dddb Symbolism PEF binary: Symbolism
    0xd1dd000 - 0xd1e7f14 Magic Wand PEF binary: Magic Wand
    0xd215000 - 0xd2593b7 Flare PEF binary: Flare
    0xd2aa000 - 0xd2ba496 Bounding Box PEF binary: Bounding Box
    0xd405000 - 0xd41c5d6 Advanced Select PEF binary: Advanced Select
    0xd4b6000 - 0xd4b9b27 Change Case PEF binary: Change Case
    0xdd85000 - 0xddab9fd MPS Export PEF binary: MPS Export
    0xddbb000 - 0xddbc5fe MPS Common PEF binary: MPS Common
    0xdfec000 - 0xdff99c8 Pathfinderb PEF binary: Pathfinderb
    0xe095000 - 0xe0a4dfd Transparency Palette PEF binary: Transparency Palette
    0xe0a9000 - 0xe0b1708 Transform Paletteette PEF binary: Transform Paletteette
    0xe0b2000 - 0xe0bb8db Transform Each PEF binary: Transform Each
    0xe0c0000 - 0xe0eb629 SVG Filter Effectlustrator%20CS PEF binary: SVG Filter Effectlustrator%20CS/
    0xe140000 - 0xe18f61e Flattening Preview5{ PEF binary: Flattening Preview5{
    0xe1a3000 - 0xe1b0d68 FileClipboardPreflustrator%20CS PEF binary: FileClipboardPreflustrator%20CS/
    0xe1b5000 - 0xe1c2160 Document Info PEF binary: Document Info
    0xe1c3000 - 0xe221419 CharParaStylesli PEF binary: CharParaStylesli
    0xe239000 - 0xe2c6e0e Asset Management PEF binary: Asset Management
    0xe2c7000 - 0xe3b436d FileInfo.dll PEF binary: FileInfo.dll
    0xe41e000 - 0xe436186 Alternate Glyphs PEF binary: Alternate Glyphs
    0xe43c000 - 0xe441b14 Align Palette PEF binary: Align Palette
    0xe446000 - 0xe45afdb Adobe Online PEF binary: Adobe Online
    0xe460000 - 0xe499458 Action Palette PEF binary: Action Palette
    0xe4ba000 - 0xe6816a5 AI3DVMX.shlb PEF binary: AI3DVMX.shlb
    0xe6f1000 - 0xe74f36a PDF Format PEF binary: PDF Format
    0xe771000 - 0xe81caf5 ADMEveParser PEF binary: ADMEveParser
    0xf7f5000 - 0xf7fdfff com.apple.print.converter.plugin 4.3 (157.7) /System/Library/Printers/CVs/Converter.plugin/Contents/MacOS/Converter
    0xfc69000 - 0xfc732c9 DiffusionRasterI PEF binary: DiffusionRasterI
    0x78e00000 - 0x78e07fff libLW8Utils.dylib /System/Library/Printers/Libraries/libLW8Utils.dylib
    0x79200000 - 0x7923efff libLW8Converter.dylib /System/Library/Printers/Libraries/libLW8Converter.dylib
    0x8fe00000 - 0x8fe52fff dyld 46.12 /usr/lib/dyld
    0x90000000 - 0x901bcfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90214000 - 0x90219fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021b000 - 0x90268fff com.apple.CoreText 1.0.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90293000 - 0x90344fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90373000 - 0x9072efff com.apple.CoreGraphics 1.258.75 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907bb000 - 0x90894fff com.apple.CoreFoundation 6.4.7 (368.28) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908dd000 - 0x908ddfff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908df000 - 0x909e1fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a3b000 - 0x90abffff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90ae9000 - 0x90b5bfff IOKit /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b71000 - 0x90b83fff libauto.dylib /usr/lib/libauto.dylib
    0x90b8a000 - 0x90e61fff com.apple.CoreServices.CarbonCore 681.15 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ec7000 - 0x90f47fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f91000 - 0x90fd2fff com.apple.CFNetwork 129.20 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90fe7000 - 0x90ffffff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x9100f000 - 0x91090fff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910d6000 - 0x910fffff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91110000 - 0x9111efff libz.1.dylib /usr/lib/libz.1.dylib
    0x91121000 - 0x912dcfff com.apple.security 4.6 (29770) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913db000 - 0x913e4fff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913eb000 - 0x913f3fff libbsm.dylib /usr/lib/libbsm.dylib
    0x913f7000 - 0x9141ffff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91432000 - 0x9143dfff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91442000 - 0x914bdfff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914fa000 - 0x914fafff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914fc000 - 0x91534fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x9154f000 - 0x91621fff com.apple.ColorSync 4.4.9 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91674000 - 0x91705fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9174c000 - 0x91803fff com.apple.QD 3.10.24 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91840000 - 0x9189efff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918cd000 - 0x918eefff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91902000 - 0x91927fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x9193a000 - 0x9197cfff com.apple.LaunchServices 182 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x91998000 - 0x919acfff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919ba000 - 0x91a00fff com.apple.ImageIO.framework 1.5.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a17000 - 0x91adefff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b2c000 - 0x91b41fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b46000 - 0x91b64fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b6a000 - 0x91c21fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91c70000 - 0x91c74fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c76000 - 0x91cdefff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91ce3000 - 0x91d20fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91d27000 - 0x91d40fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91d45000 - 0x91d48fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91d4a000 - 0x91e28fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91e48000 - 0x91e48fff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91e4a000 - 0x91f2ffff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91f37000 - 0x91f56fff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91fc2000 - 0x92030fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9203b000 - 0x920d0fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x920ea000 - 0x92672fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x926a5000 - 0x929d0fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92a00000 - 0x92aeefff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92af1000 - 0x92b79fff com.apple.DesktopServices 1.3.6 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92bba000 - 0x92de5fff com.apple.Foundation 6.4.8 (567.29) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92f03000 - 0x92f0dfff com.apple.framework.AppleTalk 1.2.0 (???) /System/Library/Frameworks/AppleTalk.framework/Versions/A/AppleTalk
    0x92fb3000 - 0x92fb3fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92fb5000 - 0x92fc9fff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92fe1000 - 0x92ff1fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92ffd000 - 0x93012fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x93024000 - 0x930abfff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x930bf000 - 0x930cafff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x930d4000 - 0x93101fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9311b000 - 0x9312afff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x93136000 - 0x9319cfff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x931cd000 - 0x9321cfff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9324a000 - 0x93267fff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x93279000 - 0x93286fff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x9328f000 - 0x9359dfff com.apple.HIToolbox 1.4.9 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x941de000 - 0x942a2fff com.apple.audio.toolbox.AudioToolbox 1.4.5 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x942f4000 - 0x942f4fff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9475b000 - 0x9476afff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x94772000 - 0x9477ffff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x947c5000 - 0x947defff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x947e5000 - 0x94a93fff com.apple.QuickTime 7.0.4 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94b57000 - 0x94bc8fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x94f9d000 - 0x94fbafff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x954c0000 - 0x955eefff edu.mit.Kerberos 5.5.24 /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x96045000 - 0x9604afff com.apple.URLMount 2.1.7 /System/Library/PrivateFrameworks/URLMount.framework/URLMount
    0x96559000 - 0x9656ffff libJapaneseConverter.dylib /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0x96571000 - 0x96591fff libKoreanConverter.dylib /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0x9659f000 - 0x965adfff libSimplifiedChineseConverter.dylib /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x965b5000 - 0x965c8fff libTraditionalChineseConverter.dylib /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x97b99000 - 0x97bd7fff com.apple.AppleShareClientCore 1.5.2 /System/Library/Frameworks/AppleShareClientCore.framework/Versions/A/AppleShare ClientCore
    0x9a501000 - 0x9a502fff com.apple.iokit.dvcomponentglue 1.7.9 /System/Library/Frameworks/DVComponentGlue.framework/Versions/A/DVComponentGlue
    0xeab00000 - 0xeab25fff libConverter.dylib /System/Library/Printers/Libraries/libConverter.dylib
    Model: PowerMac11,2, BootROM 5.2.7f1, 2 processors, PowerPC G5 (1.0), 2 GHz, 3 GB
    Graphics: NVIDIA GeForce 6600LE, GeForce 6600LE, PCI, 128 MB
    Memory Module: DIMM0/J6700, 512 MB, DDR2 SDRAM, PC2-4200U-444
    Memory Module: DIMM1/J6800, 512 MB, DDR2 SDRAM, PC2-4200U-444
    Memory Module: DIMM4/J7100, 1 GB, DDR2 SDRAM, PC2-3200U-266
    Memory Module: DIMM5/J7200, 1 GB, DDR2 SDRAM, PC2-3200U-266
    Network Service: Built-in Ethernet 1, Ethernet, en0
    PCI Card: GeForce 6600LE, Display, SLOT-1
    PCI Card: bcom5714, network, GIGE
    PCI Card: bcom5714, network, GIGE
    Serial ATA Device: Maxtor 6L160M0, 152.67 GB
    Parallel ATA Device: HL-DT-ST DVD-RW GWA-4165B
    USB Device: Hub in Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 500 mA
    USB Device: Microsoft Wireless Optical Mouse® 1.00, Microsoft, Up to 1.5 Mb/sec, 100 mA
    USB Device: Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 250 mA
    FireWire Device: unknown_device, unknown_value, Up to 400 Mb/sec

    Hi there,
    You could try performing a clean installation: [[Knowledge Base Article]] :
    Some Firefox issues can be resolved by downloading a new Firefox installer from Mozilla.com, then closing Firefox, deleting the Firefox application folder (program files) and reinstalling Firefox. If this does not help, or if you would rather completely remove Firefox and start over instead of completing all the troubleshooting steps, follow these steps:
    1. Download the latest official version of Firefox from Mozilla.com.
    * You should avoid unofficial download sites that bundle Firefox with other software such as the Google Toolbar.
    2. If you wish to retain your current profile, you should make a backup copy of it. See Backing up your information for instructions.
    3. Uninstall Firefox and make sure you remove the Firefox application (program) folder and your Firefox personal data (user data and settings) - see Uninstalling Firefox for instructions.
    4. Reinstall Firefox - see Installing Firefox for instructions.
    5. When Firefox is started for the first time, the Import Wizard will appear and a new profile will be created.
    6. Verify that the issue no longer appears.
    7. If you made a backup of your old profile and wish to restore your old information, see Recovering important data from an old profile. For troubleshooting purposes, only copy the files corresponding to your bookmarks and saved passwords.
    8. Reinstall your extensions and themes one by one to determine if any specific one is causing the issue.
    source: https://support.mozilla.com/en-US/kb/Basic+Troubleshooting?s=clean+installation&as=s#Clean_reinstall

  • Crash report application what is that ? When shut down the computer this Message appeared The application crash repórter Dont Let shut down the computer

    Crash report aplication what is that ? When shut the computer this Message appeared The application crash repórter Dont Let shut down the computer

    Command-Option-Escape does the same as
    Apple Menu > Force Quit...
    It opens a floating box that lists current major Applications and their status (e.g., Not responding) and allows you to force quit any single Application or re-launch the Finder.

  • Applications crashing when attempting to Open File?

    Hi
    I am having a problem that on a few (not all) of my applications running on Mountain Lion, when trying to open/import a file, when the finder window pops up the application crashes and closes itself, so far I've had this problem with Chrome and Logic Pro 9. It happens every time so it's hard to use these programs now.
    This is the error report from Logic.
    Thanks!
    Process:         Logic Pro [25045]
    Path:            /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    Identifier:      com.apple.logic.pro
    Version:         9.1.8 (1700.67)
    Build Info:      Logic-17006700~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [141]
    User ID:         501
    Date/Time:       2012-12-07 17:16:24.568 -0500
    OS Version:      Mac OS X 10.8 (12A239)
    Report Version:  10
    Interval Since Last Report:          113197 sec
    Crashes Since Last Report:           -18
    Per-App Interval Since Last Report:  20343 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      3D16DDD3-E203-47CE-A5A4-EC56E5497006
    Crashed Thread:  20  Dispatch queue: quicklook.pluginload
    Exception Type:  EXC_BAD_ACCESS (SIGABRT)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    VM Regions Near 0:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
        __TEXT                 0000000000001000-0000000000beb000 [ 11.9M] r-x/rwx SM=COW  /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    Application Specific Information:
    abort() called
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x950067d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x95005cb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x914d9cc9 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x914df6af __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x914ded6a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x914debdb CFRunLoopRunInMode + 123
    6   com.apple.HIToolbox                     0x952d9816 RunCurrentEventLoopInMode + 242
    7   com.apple.HIToolbox                     0x952e1281 ReceiveNextEventCommon + 374
    8   com.apple.HIToolbox                     0x952e10fc BlockUntilNextEventMatchingListInMode + 88
    9   com.apple.AppKit                        0x96e0d25a _DPSNextEvent + 724
    10  com.apple.AppKit                        0x96e0ca8c -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    11  com.apple.AppKit                        0x970b92e0 -[NSApplication _realDoModalLoop:peek:] + 667
    12  com.apple.AppKit                        0x970b9424 -[NSApplication _doModalLoop:peek:] + 67
    13  com.apple.AppKit                        0x970b95e5 -[NSApplication runModalForWindow:] + 198
    14  com.apple.AppKit                        0x973c861f -[NSSavePanel runModal] + 389
    15  com.apple.AppKit                        0x973c787f -[NSSavePanel runModalForDirectory:file:types:] + 281
    16  com.apple.logic.pro                     0x00138442 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 1032386
    17  com.apple.music.apps.MAAudioEngine          0x02b37b8b MDPlug::SetControlValue(short, long) + 14827
    18  com.apple.music.apps.MADSP              0x01dfc6e6 CSamplerFilter::CSamplerFilter(long, double, bool&) + 498326
    19  com.apple.music.apps.MADSP              0x01dfeb34 CSamplerFilter::CSamplerFilter(long, double, bool&) + 507620
    20  com.apple.music.apps.MADSP              0x01c7f9e3 0x1b98000 + 948707
    21  com.apple.music.apps.MADSP              0x01bd60ce 0x1b98000 + 254158
    22  com.apple.music.apps.MAPlugInGUI          0x0163c956 GSender::Broadcast(GMessage const&) + 86
    23  com.apple.music.apps.MAPlugInGUI          0x014e31f6 GControl::BroadcastValue(bool, int) + 182
    24  com.apple.music.apps.MAPlugInGUI          0x014e2a88 GControl::SetControlPos(int, bool, bool, bool, int, int) + 328
    25  com.apple.music.apps.MAPlugInGUI          0x014dc008 GButton::OnBeginAction(GControl::GHotSpot const&) + 136
    26  com.apple.music.apps.MAPlugInGUI          0x014e434d GControl::HandleBeginAction(GControl::GHotSpot const&) + 61
    27  com.apple.music.apps.MAPlugInGUI          0x014e2ef4 GControl::OnMouseDown(GMouseDownEvent const&) + 644
    28  com.apple.music.apps.MAPlugInGUI          0x01654696 GView::HandleMouseDown(GMouseDownEvent const&) + 374
    29  com.apple.music.apps.MAPlugInGUI          0x01641f43 GBaseView::EventMouseDown(GMouseDownEvent const&) + 771
    30  com.apple.music.apps.MAPlugInGUI          0x0164163a GBaseView::HandleCbEventMouseDown(GMouseDownEvent const&) + 250
    31  com.apple.music.apps.MAPlugInGUI          0x017a72ae GViewConnector::GViewConnector(NSView*, GGeoRect<int> const&, GListener*) + 17838
    32  com.apple.music.apps.MAPlugInGUI          0x017a5b11 GViewConnector::GViewConnector(NSView*, GGeoRect<int> const&, GListener*) + 11793
    33  com.apple.music.apps.MAPlugInGUI          0x017a5a3c GViewConnector::GViewConnector(NSView*, GGeoRect<int> const&, GListener*) + 11580
    34  com.apple.AppKit                        0x96ed2051 -[NSWindow sendEvent:] + 6968
    35  com.apple.prokit                        0x00ff2a0c -[NSProPanel sendEvent:] + 257
    36  com.apple.logic.pro                     0x007c9f93 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 7920659
    37  com.apple.logic.pro                     0x0091a181 void UnitTest::CheckEqual<ScTypeSetter::tVerticalAlignment, ScTypeSetter::tVerticalAlignment>(UnitTest::TestResults&, ScTypeSetter::tVerticalAlignment, ScTypeSetter::tVerticalAlignment, UnitTest::TestDetails const&) + 24513
    38  com.apple.AppKit                        0x96e6dafc -[NSApplication sendEvent:] + 4278
    39  com.apple.prokit                        0x00fd0235 -[NSProApplication sendEvent:] + 2046
    40  com.apple.logic.pro                     0x0061503d std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6130877
    41  com.apple.logic.pro                     0x00619cd1 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6150481
    42  com.apple.logic.pro                     0x0061506f std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6130927
    43  com.apple.AppKit                        0x96e0894c -[NSApplication run] + 951
    44  com.apple.prokit                        0x00fd0b53 NSProApplicationMain + 424
    45  com.apple.logic.pro                     0x0002bad5 DummyConnection::DummyConnection() + 193
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x950099ae kevent + 10
    1   libdispatch.dylib                       0x9189f19a _dispatch_mgr_invoke + 993
    2   libdispatch.dylib                       0x9189edb9 _dispatch_mgr_thread + 53
    Thread 2:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x950067d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x95005cb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x914d9cc9 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x914df6af __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x914ded6a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x914debdb CFRunLoopRunInMode + 123
    6   com.apple.Foundation                    0x9064515a +[NSURLConnection(Loader) _resourceLoadLoop:] + 395
    7   com.apple.Foundation                    0x9051852a -[NSThread main] + 45
    8   com.apple.Foundation                    0x905184ad __NSThread__main__ + 1396
    9   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    10  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 3:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x95008be6 __select + 10
    1   com.apple.CoreFoundation                0x91523320 __CFSocketManager + 1632
    2   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    3   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 4:
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f80b9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.music.apps.MAFiles            0x02a5b838 ResolveFile + 54808
    4   com.apple.music.apps.MAFiles            0x02a5b901 ResolveFile + 55009
    5   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    6   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 5:
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f80b9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.music.apps.MAFiles            0x02a5b838 ResolveFile + 54808
    4   com.apple.music.apps.MAFiles            0x02a5b901 ResolveFile + 55009
    5   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    6   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 6:: com.apple.audio.IOThread.client
    0   libsystem_kernel.dylib                  0x950067d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x95005cb0 mach_msg + 68
    2   com.apple.audio.CoreAudio               0x900a7184 HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned long, unsigned long, mach_msg_header_t*, bool, unsigned int) + 138
    3   com.apple.audio.CoreAudio               0x900a71fc HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 70
    4   com.apple.audio.CoreAudio               0x9009f6fb HALC_ProxyIOContext::IOWorkLoop() + 1389
    5   com.apple.audio.CoreAudio               0x9009f0e1 HALC_ProxyIOContext::IOThreadEntry(void*) + 145
    6   com.apple.audio.CoreAudio               0x900aa51a ___ZN19HALC_ProxyIOContextC2Emj_block_invoke_0 + 20
    7   com.apple.audio.CoreAudio               0x9009efe3 HALB_IOThread::Entry(void*) + 69
    8   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    9   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f80b9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.music.apps.MAAudioEngine          0x02b11f7c MD::CallProcessThread1(void*) + 108
    4   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    5   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 8:
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f80b9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.music.apps.MAAudioEngine          0x02b11cfc MD::CallProcessThread2(void*) + 124
    4   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    5   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f80b9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.music.apps.MAAudioEngine          0x02b0fbac MD::CallProcessThread15(void*) + 124
    4   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    5   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 10:
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f80b9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.music.apps.MAAudioEngine          0x02b2f3a9 MDFileIOThread_IsBusy + 3593
    4   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    5   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 11:
    0   libsystem_kernel.dylib                  0x950067d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x95005cb0 mach_msg + 68
    2   com.apple.audio.midi.CoreMIDI           0x0139e22d XServerMachPort::ReceiveMessage(int&, void*, int&) + 101
    3   com.apple.audio.midi.CoreMIDI           0x013bbae0 MIDIProcess::RunMIDIInThread() + 144
    4   com.apple.audio.midi.CoreMIDI           0x013c1c48 MIDIProcess::MIDIInPortThread::Run() + 24
    5   com.apple.audio.midi.CoreMIDI           0x0139f805 XThread::RunHelper(void*) + 17
    6   com.apple.audio.midi.CoreMIDI           0x0139f2ee CAPThread::Entry(CAPThread*) + 196
    7   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 12:
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x96070a09 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x96070c92 pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore          0x9390df47 TSWaitOnConditionTimedRelative + 177
    4   com.apple.CoreServices.CarbonCore          0x9390dc25 TSWaitOnSemaphoreCommon + 272
    5   com.apple.CoreServices.CarbonCore          0x9390db10 TSWaitOnSemaphoreRelative + 24
    6   com.apple.CoreServices.CarbonCore          0x9397b39c TimerThread + 324
    7   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 13:
    0   libsystem_kernel.dylib                  0x95008be6 __select + 10
    1   com.apple.logic.pro                     0x0096fc07 void UnitTest::CheckEqual<ScTypeSetter::tVerticalAlignment, ScTypeSetter::tVerticalAlignment>(UnitTest::TestResults&, ScTypeSetter::tVerticalAlignment, ScTypeSetter::tVerticalAlignment, UnitTest::TestDetails const&) + 375367
    2   com.apple.logic.pro                     0x005b1d84 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 5724676
    3   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    4   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 14:
    0   libsystem_kernel.dylib                  0x950090ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9606e7cc _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9606e599 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9605644a start_wqthread + 30
    Thread 15:
    0   libsystem_kernel.dylib                  0x950090ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9606e7cc _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9606e599 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9605644a start_wqthread + 30
    Thread 16:
    0   libsystem_kernel.dylib                  0x950090ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9606e7cc _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9606e599 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9605644a start_wqthread + 30
    Thread 17:
    0   libsystem_kernel.dylib                  0x950090ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9606e7cc _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9606e599 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9605644a start_wqthread + 30
    Thread 18:
    0   libsystem_kernel.dylib                  0x950090ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9606e7cc _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9606e599 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9605644a start_wqthread + 30
    Thread 19:
    0   libsystem_kernel.dylib                  0x950090ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9606e7cc _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9606e599 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9605644a start_wqthread + 30
    Thread 20 Crashed:: Dispatch queue: quicklook.pluginload
    0   libsystem_kernel.dylib                  0x95008a6a __pthread_kill + 10
    1   libsystem_c.dylib                       0x9606d24f pthread_kill + 101
    2   libsystem_c.dylib                       0x960b1cc8 __abort + 199
    3   libsystem_c.dylib                       0x960b1c01 abort + 232
    4   com.apple.logic.pro                     0x003e6729 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 3842985
    5   libsystem_c.dylib                       0x96057feb _sigtramp + 43
    6   com.apple.CoreFoundation                0x914afc61 CFStringGetLength + 17
    7   com.apple.CoreFoundation                0x9159c665 CFDateFormatterGetAbsoluteTimeFromString + 69
    8   com.apple.security                      0x9317b76d decodeTimeStampToken + 764
    9   com.apple.security                      0x93178478 SecCmsSignerInfoVerifyUnAuthAttrs + 97
    10  com.apple.security                      0x931783a7 SecCmsSignerInfoVerify + 581
    11  com.apple.security                      0x93177153 SecCmsSignedDataVerifySignerInfo + 111
    12  com.apple.security                      0x931c80cd CMSDecoderCopySignerStatus + 199
    13  com.apple.security                      0x931e1b4a Security::CodeSigning::SecStaticCode::verifySignature() + 436
    14  com.apple.security                      0x931e1816 Security::CodeSigning::SecStaticCode::validateDirectory() + 64
    15  com.apple.security                      0x931e1f9d Security::CodeSigning::SecStaticCode::validateNonResourceComponents() + 19
    16  com.apple.security                      0x931d52c5 validate(Security::CodeSigning::SecStaticCode*, Security::CodeSigning::SecRequirement const*, unsigned int) + 40
    17  com.apple.security                      0x931d510e SecStaticCodeCheckValidityWithErrors + 597
    18  com.apple.security                      0x931d4eb4 SecStaticCodeCheckValidity + 39
    19  com.apple.QuickLookFramework            0x90476723 QLCheckAppleSignature + 128
    20  com.apple.QuickLookFramework            0x90445ba1 _QLLoadPluginAtURL + 3264
    21  com.apple.QuickLookFramework            0x9044a304 ___QLLaunchUpdatingThread_block_invoke_0 + 2704
    22  libdispatch.dylib                       0x9189c579 _dispatch_call_block_and_release + 15
    23  libdispatch.dylib                       0x9189fc47 _dispatch_client_callout + 46
    24  libdispatch.dylib                       0x9189a435 _dispatch_queue_drain + 206
    25  libdispatch.dylib                       0x9189a2cf _dispatch_queue_invoke + 50
    26  libdispatch.dylib                       0x9189a1b6 _dispatch_worker_thread2 + 230
    27  libsystem_c.dylib                       0x9606e592 _pthread_wqthread + 441
    28  libsystem_c.dylib                       0x9605644a start_wqthread + 30
    Thread 21:
    0   libsystem_kernel.dylib                  0x950090ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9606e7cc _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9606e599 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9605644a start_wqthread + 30
    Thread 22:: Dispatch queue: quicklook.client
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x96070a09 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x96070c92 pthread_cond_timedwait_relative_np + 47
    3   com.apple.QuickLookFramework            0x90444cfa _QLLockDatabaseWaitForUpdateToFinishIfPossible + 611
    4   com.apple.QuickLookFramework            0x904463f6 _QLGeneratorCopyGeneratorForContentType + 36
    5   com.apple.QuickLookFramework            0x9043dd40 ___QLThumbnailSendQuery_block_invoke_0 + 1077
    6   libdispatch.dylib                       0x9189fc47 _dispatch_client_callout + 46
    7   libdispatch.dylib                       0x9189bc9f _dispatch_barrier_sync_f_invoke + 39
    8   libdispatch.dylib                       0x9189bc76 dispatch_barrier_sync_f + 87
    9   libdispatch.dylib                       0x9189bbcb dispatch_sync + 45
    10  com.apple.QuickLookFramework            0x9043d17b _QLThumbnailSendQuery + 466
    11  com.apple.QuickLookFramework            0x9046bc4a QLThumbnailQueueRun + 2814
    12  com.apple.FinderKit                     0x92df7360 TQLThumbnailQueue::Run() + 36
    13  com.apple.FinderKit                     0x92e0188a TThumbnailExtractorThread::Main() + 1058
    14  com.apple.FinderKit                     0x92dd4b40 TThread::MainGlue(void*) + 62
    15  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    16  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 20 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x96057fce  ecx: 0xb09b496c  edx: 0x95008a6a
      edi: 0xb09b6000  esi: 0x00000006  ebp: 0xb09b4988  esp: 0xb09b496c
       ss: 0x00000023  efl: 0x00000206  eip: 0x95008a6a   cs: 0x0000000b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x12adb000
    Logical CPU: 0
    Binary Images:
        0x1000 -   0xbeafff  com.apple.logic.pro (9.1.8 - 1700.67) <94981650-518B-2288-F07D-F28F27103100> /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
      0xe84000 -   0xea2fef  com.apple.XSKey (1.0.0 - 52) <71B94F53-15DB-9012-91F2-211F7C2CD790> /Library/Frameworks/XSKey.framework/Versions/A/XSKey
      0xeb1000 -   0xee4fe7  com.apple.music.apps.MAAudioUnitSupport (9.1.8 - 233.53) <E8A99468-7726-CCFE-8D26-DDBC9D5E1AC3> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioUnitSupport.framework/Versions/A/MAAudioUnit Support
      0xef1000 -   0xf22ff3  com.apple.musicaudiodataservices (1.1 - 251.4) <0265F317-13AB-6CF1-A171-7D5853442E75> /Applications/Logic Pro.app/Contents/Frameworks/MAAssetSharing.framework/Versions/A/MAAssetSharing
      0xf31000 -   0xf33fff  com.apple.ExceptionHandling (1.5 - 10) <0C469663-3F49-338F-80F7-546497B03110> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
      0xf39000 -   0xf97ff3  com.apple.music.apps.MALoopManagement (9.1.8 - 219.66) <0075F2D0-7A48-A362-2D49-4FECA5E9DF8E> /Applications/Logic Pro.app/Contents/Frameworks/MALoopManagement.framework/Versions/A/MALoopManagem ent
      0xfad000 -  0x11deff7  com.apple.prokit (7.3.0 - 1936) <904D55E7-F502-3D2F-AFB5-0808E9B6B89B> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x12f6000 -  0x1370fff  com.apple.music.apps.MACore (9.1.8 - 477.58) <8025A098-49AF-AFF3-4B8E-4C30C06123FF> /Applications/Logic Pro.app/Contents/Frameworks/MACore.framework/Versions/A/MACore
    0x1390000 -  0x13d8ffb  com.apple.audio.midi.CoreMIDI (1.9 - 78) <F918DFE7-E3B2-3413-9A2D-684BA278DA50> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x13fd000 -  0x1453ff7  com.apple.music.apps.MAHarmony (9.1.8 - 199.72) <448DD823-9EF9-8F88-FFF1-2C7EBD9647B1> /Applications/Logic Pro.app/Contents/Frameworks/MAHarmony.framework/Versions/A/MAHarmony
    0x146a000 -  0x1884feb  com.apple.music.apps.MAPlugInGUI (9.1.8 - 424.79) <9EBA5689-ECE1-E66B-6A0D-DE3F9C7867E4> /Applications/Logic Pro.app/Contents/Frameworks/MAPlugInGUI.framework/Versions/A/MAPlugInGUI
    0x1aa2000 -  0x1b84feb  com.apple.music.apps.OMF (9.1.8 - 109.7) <65E724BA-01DB-68E1-9661-E9B96DA76300> /Applications/Logic Pro.app/Contents/Frameworks/OMF.framework/Versions/A/OMF
    0x1b98000 -  0x21e9fe3  com.apple.music.apps.MADSP (9.1.8 - 588.98) <93C7306D-07A8-DED0-C59B-B333A475E6DB> /Applications/Logic Pro.app/Contents/Frameworks/MADSP.framework/Versions/A/MADSP
    0x28ce000 -  0x28efff7  com.apple.music.apps.LogicFileBrowser (9.1.8 - 1700.67) <DB122163-0F15-2E23-16AE-3DCAE41D1870> /Applications/Logic Pro.app/Contents/Frameworks/LogicFileBrowser.framework/Versions/A/LogicFileBrow ser
    0x28f8000 -  0x2971ff7  com.apple.music.apps.LogicLoopBrowser (9.1.8 - 1700.67) <AFAED0FE-A81D-8204-3633-B6DEF6455B8A> /Applications/Logic Pro.app/Contents/Frameworks/LogicLoopBrowser.framework/Versions/A/LogicLoopBrow ser
    0x2985000 -  0x29a6ff7  com.apple.music.apps.MAApogeeSupport (9.1.8 - 313.26) <B23133C5-90D1-4B22-7421-375F9374C9EA> /Applications/Logic Pro.app/Contents/Frameworks/MAApogeeSupport.framework/Versions/A/MAApogeeSuppor t
    0x29ab000 -  0x29b0ff7  com.apple.music.apps.MAResources (9.1.8 - 212.66) <EEB8FFEB-61A3-69E2-D6AC-AB5C7B8337E2> /Applications/Logic Pro.app/Contents/Frameworks/MAResources.framework/Versions/A/MAResources
    0x29b4000 -  0x29e1ff3  com.apple.audio.CoreAudioKit (1.6.4 - 1.6.4) <27E4557D-4086-3F10-9E4B-B73CC913C01E> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x29f4000 -  0x2a04ff7  com.apple.AERegistration (1.2 - 401) <09312188-9C9E-E1A8-0F53-B8F34AA7F76A> /Applications/Logic Pro.app/Contents/Frameworks/AERegistration.framework/Versions/A/AERegistration
    0x2a18000 -  0x2a24ff3  com.apple.music.apps.MAUnitTest (9.1.8 - 97.27) <1B77FF0E-ABF2-ABC4-5D7E-638D56A24C69> /Applications/Logic Pro.app/Contents/Frameworks/MAUnitTest.framework/Versions/A/MAUnitTest
    0x2a2c000 -  0x2ae2fff  com.apple.music.apps.MAFiles (9.1.8 - 144.87) <23D65681-872A-1E6B-91E5-B93643CCB375> /Applications/Logic Pro.app/Contents/Frameworks/MAFiles.framework/Versions/A/MAFiles
    0x2afb000 -  0x2b73fe3  com.apple.music.apps.MAAudioEngine (9.1.8 - 158.42) <6ADDBB03-0D41-4473-AFC3-385EFA574B87> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioEngine.framework/Versions/A/MAAudioEngine
    0x2bda000 -  0x2be5ff7  com.apple.music.apps.MAToolKit (9.1.8 - 359.28) <FEEF1A62-CB87-8FD2-F724-0BB660D63146> /Applications/Logic Pro.app/Contents/Frameworks/MAToolKit.framework/Versions/A/MAToolKit
    0x2be9000 -  0x2bfdff7  com.apple.music.apps.MAVideo (9.1.8 - 12.70) <FAFE71CD-0FC8-69F4-6FEE-9E873D9F5DD5> /Applications/Logic Pro.app/Contents/Frameworks/MAVideo.framework/Versions/A/MAVideo
    0x2c10000 -  0x2d27ff3  com.apple.WebKit (8536 - 8536.15) <02090083-E136-3457-8778-E94B610E3410> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x2dd7000 -  0x2e82fff  libcrypto.0.9.7.dylib (106) <CFDDDC37-B8F5-3EFC-B4CC-C060FE5BA783> /usr/lib/libcrypto.0.9.7.dylib
    0x2ec6000 -  0x3012fff  com.apple.syncservices (7.0 - 713) <264D7631-9B42-35A3-9FD0-D07859D7F259> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x308e000 -  0x312affc  com.apple.MobileMe (9 - 1.01) <EBADB981-9ED6-82B0-810F-F1CB05CB5A17> /Applications/Logic Pro.app/Contents/Frameworks/MobileMe.framework/Versions/A/MobileMe
    0x3187000 -  0x319dffc  libexpat.1.dylib (12) <2E483623-9A23-319F-807A-1FF4FC577EAA> /usr/lib/libexpat.1.dylib
    0x31a6000 -  0x3e2effb  com.apple.WebCore (8536 - 8536.15) <B2776B5D-47F3-3559-B280-29713C0A8D8C> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x4761000 -  0x4785ff1  com.apple.prokit.LionPanels (7.3.0 - 1936) <7A25CFEB-FCC8-3875-B8CF-C608691FB04F> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/Resources/LionPan els.bundle/Contents/MacOS/LionPanels
    0x47ab000 -  0x47b8ffb  com.apple.Librarian (1.1 - 1) <EA235A03-E6CC-36AB-AA32-04132A2E45D7> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x5600000 -  0x567fff7  com.apple.iLifeMediaBrowser (2.7.1 - 543) <56BBB0E0-7EA4-3C21-9928-A9FBFAF02AD5> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x574b000 -  0x574dff3 +com.novation.logic.automapmixer (1.0 - 1.0) <9AB52F4D-55BA-154C-487C-FEA362BBFDCB> /Library/Application Support/MIDI Device Plug-ins/Automap Mixer.bundle/Contents/MacOS/Automap Mixer
    0x57b5000 -  0x57bdff7  com.apple.proapps.mrcheckpro (1.4 - 397) <25DBA6AA-139D-EFAC-1BF8-5D29A3DFA497> /Applications/Logic Pro.app/Contents/Resources/MRCheckPro.bundle/Contents/MacOS/MRCheckPro
    0x57f1000 -  0x57f9ff2  libcldcpuengine.dylib (2.1.16) <801DFAB2-A3F3-38AF-9E47-28CB2D336F49> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
    0xfa2e000 -  0xfaecff3  ColorSyncDeprecated.dylib (400) <BD76AB55-3107-3EE9-BFD4-6987C1CC6160> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x10f93000 - 0x10f9fffb  libGPUSupport.dylib (8.1.30) <F7236FD8-702B-3277-9327-8788F7ABAA03> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
    0x10fa6000 - 0x10fd2ffa  GLRendererFloat (8.1.30) <3528AB61-685A-362A-AE9C-F911630FED58> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x10fdb000 - 0x10fe1fff  libCoreFSCache.dylib (24.3) <B5CE5EF5-1654-306B-9E99-06CFE93200E9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
    0x11166000 - 0x11168ff3  com.apple.music.apps.anvil.resources (9.1.8 - 280.4) <AFA90574-C724-880F-9C99-52E064F5B3E8> /Applications/Logic Pro.app/Contents/PlugIns/anvil.res/Contents/MacOS/anvil
    0x1116c000 - 0x1116eff3  com.apple.music.apps.common.resources (9.1.8 - 280.4) <579C1A3C-3636-9A69-185E-819DC01E1083> /Applications/Logic Pro.app/Contents/PlugIns/common.res/Contents/MacOS/common
    0x11172000 - 0x11174ff3  com.apple.music.apps.ebp.resources (9.1.8 - 280.4) <95A85BC0-7D35-B965-2026-1A44E96DC653> /Applications/Logic Pro.app/Contents/PlugIns/ebp.res/Contents/MacOS/ebp
    0x11178000 - 0x1117aff3  com.apple.music.apps.efx.resources (9.1.8 - 280.4) <FB5BBFF8-DF5E-32BC-4F4C-C5A2DA3FB1A6> /Applications/Logic Pro.app/Contents/PlugIns/efx.res/Contents/MacOS/efx
    0x1117e000 - 0x11180ff3  com.apple.music.apps.egt.resources (9.1.8 - 280.4) <11B09E42-9FC4-A372-8738-057CAB888671> /Applications/Logic Pro.app/Contents/PlugIns/egt.res/Contents/MacOS/egt
    0x11184000 - 0x11186ff3  com.apple.music.apps.emx.resources (9.1.8 - 280.4) <A3C65CFE-2BBF-DB8C-D4C8-5950284E44CF> /Applications/Logic Pro.app/Contents/PlugIns/emx.res/Contents/MacOS/emx
    0x1118a000 - 0x1118cff3  com.apple.music.apps.es1.resources (9.1.8 - 280.4) <DB1CD8D6-2C8F-32EE-266B-A28C00B2DFB7> /Applications/Logic Pro.app/Contents/PlugIns/es1.res/Contents/MacOS/es1
    0x11190000 - 0x11192ff3  com.apple.music.apps.es2.resources (9.1.8 - 280.4) <7E91D13E-87CF-0B50-14A7-9B7A1E3D345C> /Applications/Logic Pro.app/Contents/PlugIns/es2.res/Contents/MacOS/es2
    0x11196000 - 0x11198ff3  com.apple.music.apps.esp.resources (9.1.8 - 280.4) <C5284B25-3250-2201-D4EE-523FE37B9E6B> /Applications/Logic Pro.app/Contents/PlugIns/esp.res/Contents/MacOS/esp
    0x111dc000 - 0x111deff3  com.apple.music.apps.evb3.resources (9.1.8 - 280.4) <068F656F-6CA6-37E9-96F5-1F8E10546A43> /Applications/Logic Pro.app/Contents/PlugIns/evb3.res/Contents/MacOS/evb3
    0x111e2000 - 0x111e4ff3  com.apple.music.apps.evd6.resources (9.1.8 - 280.4) <B15F044D-60BB-FD36-6A49-685C7DCA7FB4> /Applications/Logic Pro.app/Contents/PlugIns/evd6.res/Contents/MacOS/evd6
    0x111e8000 - 0x111eaff3  com.apple.music.apps.evoc.resources (9.1.8 - 280.4) <E361301A-56EF-FF6C-67E5-AC3D9F15E190> /Applications/Logic Pro.app/Contents/PlugIns/evoc.res/Contents/MacOS/evoc
    0x111ee000 - 0x111f0ff3  com.apple.music.apps.evp88.resources (9.1.8 - 280.4) <6E1152B4-E9F3-3F6E-7246-A10456888210> /Applications/Logic Pro.app/Contents/PlugIns/evp88.res/Contents/MacOS/evp88
    0x111f4000 - 0x111f6ff3  com.apple.music.apps.exs24.resources (9.1.8 - 280.4) <DC363BF8-D15A-6049-F148-7804EADF7539> /Applications/Logic Pro.app/Contents/PlugIns/exs24.res/Contents/MacOS/exs24
    0x111fa000 - 0x111fcff3  com.apple.music.apps.guitaramp.resources (9.1.8 - 280.4) <27F67C33-C9BA-D9CE-DC89-A33A7F674F2C> /Applications/Logic Pro.app/Contents/PlugIns/guitaramp.res/Contents/MacOS/guitaramp
    0x11aec000 - 0x11c78ff9  GLEngine (8.1.30) <D124E288-21BD-32F0-B585-2BB0E24B123C> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x11caf000 - 0x11e00ff7  libGLProgrammability.dylib (8.1.30) <A12A056B-8B05-30A5-BEC7-2E852751DD86> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x11fd9000 - 0x11fdbff3  com.apple.music.apps.guitarcontrols.resources (9.1.8 - 280.4) <DAD1836E-F4DD-EB95-2F48-A8AF8552D087> /Applications/Logic Pro.app/Contents/PlugIns/guitarcontrols.res/Contents/MacOS/guitarcontrols
    0x11fdf000 - 0x11fe1ff3  com.apple.music.apps.mutapdel.resources (9.1.8 - 280.4) <555A65F0-E35D-0F5F-76EC-7C83D06C68AB> /Applications/Logic Pro.app/Contents/PlugIns/mutapdel.res/Contents/MacOS/mutapdel
    0x11fe5000 - 0x11fe7ff3  com.apple.music.apps.pedalboard.resources (9.1.8 - 280.4) <9923C7F7-E681-EE64-06CE-A0C8AABF7E65> /Applications/Logic Pro.app/Contents/PlugIns/pedalboard.res/Contents/MacOS/pedalboard
    0x11feb000 - 0x11fedff3  com.apple.music.apps.revolver.resources (9.1.8 - 280.4) <9AE36A7E-5D8F-681C-ABFD-4BCFE5048FF4> /Applications/Logic Pro.app/Contents/PlugIns/revolver.res/Contents/MacOS/revolver
    0x11ff1000 - 0x11ff3ff3  com.apple.music.apps.sphere.resources (9.1.8 - 280.4) <FF758F38-414E-5BFD-97CF-778DF8F52EAE> /Applications/Logic Pro.app/Contents/PlugIns/sphere.res/Contents/MacOS/sphere
    0x11ff7000 - 0x11ffaff3 +com.divx.divxtoolkit (1.0 - 1.0) /Library/Frameworks/DivX Toolkit.framework/Versions/A/DivX Toolkit
    0x12a18000 - 0x12a19ff5 +cl_kernels (???) <1AEB5ABC-74FE-4F8E-BCBD-9102D6304AF2> cl_kernels
    0x12a3b000 - 0x12a3bffd +cl_kernels (???) <957FBC55-68F4-45DB-ACB9-2FE27D4879EF> cl_kernels
    0x12a42000 - 0x12a43ff1 +cl_kernels (???) <3790E5C8-A649-4AAD-8076-C26D17981CB5> cl_kernels
    0x12a5b000 - 0x12a7ffff  com.apple.security.csparser (3.0 - 55163.34) <ADF37333-C843-3FE9-AD6C-ED23DD186800> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/ MacOS/csparser
    0x13fed000 - 0x13ff8ff7  com.apple.DVCPROHDVideoOutput (1.3.2 - 1.3.2) <738D36A7-8DBD-3BD7-CD35-4B171397782C> /Library/QuickTime/DVCPROHDVideoOutput.component/Contents/MacOS/DVCPROHDVideoOu tput
    0x148b6000 - 0x148c4fff  com.apple.iokit.IOHIDLib (1.8.0 - 1.8.0) <FE7EEC6F-2F82-3C02-9B7A-117C923587E5> /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Co ntents/MacOS/IOHIDLib
    0x149fa000 - 0x149fbfff  com.apple.music.apps.midi.device.plugin.MCS3 (9.1.8 - 198.73) <FB25C00A-5481-F18F-21DB-53D28ADCC168> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/MCS3.bundle/Contents/MacOS/MCS3
    0x18b35000 - 0x18b8afdf +com.DivXInc.DivXDecoder (6.8.3.5 - 6.8.3.5) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x18c53000 - 0x18cb8fe0  com.apple.DVCPROHDMuxer (1.3.2 - 1.3.2) <C1AA540F-CEAD-77BA-1CD6-0D467B4F76FF> /Library/QuickTime/DVCPROHDMuxer.component/Contents/MacOS/DVCPROHDMuxer
    0x18cd2000 - 0x18d0affb  com.apple.audio.SoundManager.Components (4.0 - 4.0) <D969949E-621A-3D8C-AD83-A47F021C6571> /System/Library/Components/SoundManagerComponents.component/Contents/MacOS/Soun dManagerComponents
    0x18d11000 - 0x18d4bfff  com.apple.QuickTimeFireWireDV.component (7.7.1 - 2597) <262282CA-1D13-3C09-AD53-76E432AE57AA> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x18d57000 - 0x18e14fe2  com.apple.DesktopVideoOut (1.2.7 - 1.2.7) <54E0C747-1169-FB4A-2CB4-9EA9BD5398F8> /Library/QuickTime/DesktopVideoOut.component/Contents/MacOS/DesktopVideoOut
    0x18e33000 - 0x18e3cfff  com.apple.IOFWDVComponents (2.0.7 - 2.0.7) <EB9D333F-0E1E-3407-8CAD-C81DACAFC99B> /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWDVComp onents
    0x19e78000 - 0x19e8bff7 +com.novation.automapclientbundle (1.0 - 1.0) <9E2F2F50-CD13-D128-4ADC-C42789F64C6A> /Applications/AutomapServer.app/Contents/Resources/AutomapClient.bundle/Content s/MacOS/AutomapClient
    0x1db90000 - 0x1db90ff3  com.apple.music.apps.midi.device.plugin.Recording-Light (9.1.8 - 198.73) <62130915-EEC9-7EE1-AFB9-737A32AA09AC> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/Recording Light.bundle/Contents/MacOS/Recording Light
    0x1db9c000 - 0x1db9efe3  com.apple.music.apps.midi.device.plugin.CS-32 (9.1.8 - 198.73) <EA9B28F8-4962-8224-D724-7ECA99692774> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/CS-32.bundle/Contents/MacOS/CS-32
    0x1dbae000 - 0x1dbb1feb  com.apple.music.apps.midi.device.plugin.FW-1884 (9.1.8 - 198.73) <9A51CFA4-711B-1164-6874-80FBF4411A3B> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/FW-1884.bundle/Contents/MacOS/FW-1884
    0x1dbba000 - 0x1dbbcff3  com.apple.music.apps.midi.device.plugin.GiO (9.1.8 - 198.73) <E2634721-B8D4-03CE-43B5-7C64EED8BFD3> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/GiO.bundle/Contents/MacOS/GiO
    0x1dbc2000 - 0x1dbc6ffb  com.apple.music.apps.midi.device.plugin.HUI (9.1.8 - 198.73) <838E7E91-15F9-779A-9F34-18003221C5CE> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/HUI.bundle/Contents/MacOS/HUI
    0x1dbd7000 - 0x1dbd8fff  com.apple.music.apps.midi.device.plugin.iControl (9.1.8 - 198.73) <F67DC4BC-6556-6AB6-F5CA-C07F087EF639> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/iControl.bundle/Contents/MacOS/iControl
    0x1dbde000 - 0x1dbe0ff7  com.apple.music.apps.midi.device.plugin.microKONTROL (9.1.8 - 198.73) <48E33623-5220-448C-E0D5-6F53B79EC815> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/microKONTROL.bundle/Contents/MacOS/microKONTROL
    0x1dbe7000 - 0x1dbeafff  com.apple.music.apps.midi.device.plugin.TouchOSC (9.1.8 - 198.73) <09337083-973D-480B-C17F-8F68AE3F2FA2> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/TouchOSC.bundle/Contents/MacOS/TouchOSC
    0x1dbf3000 - 0x1dbf5ff3  com.apple.music.apps.midi.device.plugin.TranzPort (9.1.8 - 198.73) <26E0C91B-097C-E77A-5E34-6BD85A8BA365> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/TranzPort.bundle/Contents/MacOS/TranzPort
    0x1dcb7000 - 0x1dcbeff3  com.apple.music.apps.midi.device.plugin.Logic-Control (9.1.8 - 198.73) <04DC4A0E-2FE2-BE3F-5F5C-686FB712D8F5> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/Logic Control.bundle/Contents/MacOS/Logic Control
    0x1dcdb000 - 0x1dcddfe7  com.apple.music.apps.midi.device.plugin.US-2400 (9.1.8 - 198.73) <8D056088-15A4-9FE5-4DDD-14CA2AC746A4> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/US-2400.bundle/Contents/MacOS/US-2400
    0x1dce6000 - 0x1dce7ffb  com.apple.music.apps.midi.device.plugin.US-428 (9.1.8 - 198.73) <A9C8442B-C474-977F-B61C-4C35DF494201> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/US-428.bundle/Contents/MacOS/US-428
    0x1dfdd000 - 0x1e06fff7  unorm8_argb.dylib (2.1.16) <7884B2ED-BBD2-378E-9624-572ECC2DADF1> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_argb.dylib
    0x20432000 - 0x20637ff7  com.apple.audio.codecs.Components (3.0 - 3.0) <8BBCF7BF-37E3-3EBA-87A9-8AEFC60FDE0F> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
    0x245d5000 - 0x245d6ffd +cl_kernels (???) <CE01CA58-D669-43CE-AF43-C4730BF7DCD8> cl_kernels
    0x245e3000 - 0x245e3ff7 +cl_kernels (???) <AE3EEAA0-D713-4D25-B651-0945042DC037> cl_kernels
    0x245e5000 - 0x24677ff7  unorm8_bgra.dylib (2.1.16) <D0A968DB-BF3F-320E-A726-5D9C00A3BC59> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
    0x8ed4a000 - 0x8f58bfff  com.apple.GeForceGLDriver (8.0.39 - 8.0.0) <98312627-0C23-3D80-8DE3-AEC5BB23A025> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
    0x8fe0d000 - 0x8fe3fe57  dyld (210.2.3) <A166D107-C705-319A-80F6-CB36602E419F> /usr/lib/dyld
    0x90007000 - 0x9006bff3  libstdc++.6.dylib (56) <B66EA549-8153-306C-A751-61BCA8302AD2> /usr/lib/libstdc++.6.dylib
    0x9006c000 - 0x90090ff2  com.apple.framework.familycontrols (4.0 - 400) <99ACCF35-F414-335E-BA82-980E16001879> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x90091000 - 0x900eeff3  com.apple.audio.CoreAudio (4.1.0 - 4.1.0) <4D5F8067-8F78-31C6-B862-00E20EA2F347> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9013b000 - 0x90184ff3  com.apple.framework.CoreWLAN (3.0 - 300.9) <70871D93-C92F-334A-BC73-CF2A7ECCE24C> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x90185000 - 0x90188ff3  com.apple.AppleSystemInfo (2.0 - 2) <6BF98E23-C81F-3F2F-8548-B49883CD34C9> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
    0x901c6000 - 0x9031eff3  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <8EC6397E-5E76-33EA-B501-4926BB1137A3> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x90350000 - 0x90437ff7  libxml2.2.dylib (22.3) <CEC911DB-1BC2-36DE-B412-CCE1FB162729> /usr/lib/libxml2.2.dylib
    0x90438000 - 0x90439ffd  libunc.dylib (25) <F290FA28-1375-383D-BF18-C33CA7E9F950> /usr/lib/system/libunc.dylib
    0x9043a000 - 0x90493fff  com.apple.QuickLookFramework (4.0 - 554.0) <EFB43063-6901-35B2-BD76-36386452CAED> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x90494000 - 0x904b1fff  com.apple.openscripting (1.3.5 - 148) <2F5759DC-DCB9-3B2B-BE5A-CE4A194434C4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x904b2000 - 0x904b3fff  libremovefile.dylib (23.1) <4F8BC561-F83C-3949-B70F-6846E56CCAB8> /usr/lib/system/libremovefile.dylib
    0x904b4000 - 0x904bbffb  libunwind.dylib (35.1) <A86BD3B1-A2B2-314A-A2AB-AEFADDD44ECF> /usr/lib/system/libunwind.dylib
    0x904bc000 - 0x907d7ffb  com.apple.Foundation (6.8 - 940.1) <602C3005-78DE-384B-9AA8-BBF7E79263EE> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x907d8000 - 0x90a51ff3  com.apple.RawCamera.bundle (4.0.0 - 635) <1A8E4A85-74C3-36DD-A154-EFE0AF86F1C1> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x90a52000 - 0x90a7fffb  com.apple.CoreServicesInternal (152 - 152) <C05BD082-9820-32B7-A4DB-0F3ED58D5DC9> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x90a80000 - 0x90a84ffc  libGIF.dylib (840) <A5FC4761-D18D-38A3-9C92-9FD08BA8438F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x90a85000 - 0x90ae9fff  com.apple.datadetectorscore (4.0 - 269.1) <D138A3E3-7D28-303D-B6EA-294A80375BFD> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x90aea000 - 0x90af4ffc  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C3DF6572-AD17-3295-8D0A-CF0A2B3D04E5> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x90af5000 - 0x90b48ff3  com.apple.AE (639 - 639.2) <0FF64F8E-9848-3FB6-AC87-B3A832F511F2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x90b49000 - 0x90b7efff  libTrueTypeScaler.dylib (84.2) <F020F158-E630-3922-89D6-8FEB9A24B908> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x90b7f000 - 0x90e10ffb  com.apple.CoreImage (8.0.14 - 1.0.1) <A67100FD-9C6C-3663-B5AB-86603916EEA0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x90e11000 - 0x90e11ffd  libOpenScriptingUtil.dylib (148) <D07B022F-971E-3AFD-8836-6672C0187B1E> /usr/lib/libOpenScriptingUtil.dylib
    0x90e12000 - 0x90e34ff3  libc++abi.dylib (24.1) <E25B9D3D-DC8B-348F-9F23-6B64DDBF9D35> /usr/lib/libc++abi.dylib
    0x90e37000 - 0x90f4fff7  com.apple.coreavchd (5.6.0 - 5600.4.16) <44CF050C-4BF2-3529-BEB9-FF713076C8C7> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x90f50000 - 0x90f5cffd  libkxld.dylib (2050.6.71) <C7CF5490-5F30-3306-9E41-697BD137125A> /usr/lib/system/libkxld.dylib
    0x90f5d000 - 0x90f65fff  libcopyfile.dylib (89) <89CE395C-6982-3BCA-B3FF-841D74A5BAC9> /usr/lib/system/libcopyfile.dylib
    0x90f66000 - 0x90f6dffe  com.apple.agl (3.2.1 - AGL-3.2.1) <8914BA79-40E8-37D8-87CA-87C4E1EFE2F7> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x90f70000 - 0x90fb1ff7  com.apple.framework.CoreWiFi (1.0 - 100.8) <F18BE0B3-E8C0-39DA-9D86-AEDD5A040A9F> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x90fd8000 - 0x90fd8fff  com.apple.CoreServices (57 - 57) <BF6A7BC8-A8D1-3011-B933-B6C4A74A2FA1> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90fd9000 - 0x90fdcffc  libpam.2.dylib (20) <13A4F4C7-3236-3544-A6B4-566FABB79233> /usr/lib/libpam.2.dylib
    0x90fdd000 - 0x90fedff7  libsasl2.2.dylib (166) <17A162BB-93FB-3B30-8D3D-65891193ED55> /usr/lib/libsasl2.2.dylib
    0x90fee000 - 0x90feefff  com.apple.vecLib (3.8 - vecLib 3.8) <D016A3C2-559B-30E3-8704-DF297F63B144> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x91087000 - 0x91127ff7  com.apple.QD (3.42 - 285) <C3724E56-B1C2-3F89-8AD5-8B025CD2E90D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91128000 - 0x91176ffb  libFontRegistry.dylib (98) <26D18259-1821-3EE6-A095-A767215A36CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x91177000 - 0x91282ff7  libJP2.dylib (840) <433A18E2-081C-3917-8246-05BF0FC7DAB5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91288000 - 0x913d3ffb  com.apple.CFNetwork (595 - 595) <B03ADDAA-8E49-386E-B027-2415C6928AFA> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x913d4000 - 0x91423ff7  libTIFF.dylib (840) <3F0B021A-3E74-3C4C-8EB7-6D033B2D8646> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91424000 - 0x91466fff  libcurl.4.dylib (69.2) <6326BB57-B02C-3612-AD27-8B762630BA1D> /usr/lib/libcurl.4.dylib
    0x91467000 - 0x91468ffd  com.apple.TrustEvaluationAgent (2.0 - 23) <AB1BF364-87DA-3726-B8BE-3FFD1D0293ED> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x91469000 - 0x914a7fff  libcorecrypto.dylib (96) <16D7F67F-31DD-34CA-9840-456CC66A77F8> /usr/lib/system/libcorecrypto.dylib
    0x914a8000 - 0x9168fffb  com.apple.CoreFoundation (6.8 - 740) <C53C86A9-9EA2-340F-BDF6-1B2D30B923EC> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x91690000 - 0x91690fff  libkeymgr.dylib (25) <DF0F232C-A215-3858-B740-72E143E67360> /usr/lib/system/libkeymgr.dylib
    0x91695000 - 0x916daff5  com.apple.opencl (2.1.16 - 2.1.16) <BC428529-37F8-31DD-B931-16B1B521C46B> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x916db000 - 0x916dbfff  com.apple.ApplicationServices (45 - 45) <AD7EEC64-0834-37E7-83D2-B9A6ED1B3E47> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x916dc000 - 0x916dcfff  libSystem.B.dylib (169.2) <7BB67FB3-9200-34B1-AD7A-20997BD4DAD0> /usr/lib/libSystem.B.dylib
    0x916ec000 - 0x916ecffe  com.apple.AOSMigrate (1.0 - 1) <4F91FDAE-2948-3EEB-9CAB-03DD36A8BBD0> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
    0x916ed000 - 0x916fbff3  libsystem_network.dylib (77.10) <5E99FFBC-7FB6-32A4-BD21-90FB369B1568> /usr/lib/system/libsystem_network.dylib
    0x91700000 - 0x91768fe7  libvDSP.dylib (380.6) <1AE583D4-477A-3EB9-97FC-F5E397E37B19> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91769000 - 0x917a0ffa  com.apple.LDAPFramework (2.4.28 - 194.5) <0CDBC3F3-2BA7-3040-B242-19376965EA5E> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x917a1000 - 0x9185fff3  com.apple.ColorSync (4.8.0 - 4.8.0) <CC96079B-E287-3B1C-8B8A-69AC58D4A100> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91860000 - 0x9186afff  com.apple.speech.recognition.framework (4.1.4 - 4.1.4) <BB29E582-3DBF-3C16-8196-32B8016C16BF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x9186b000 - 0x91876fff  libcommonCrypto.dylib (60026) <10BDCB92-EA59-3DE3-884A-06B37FEA06C0> /usr/lib/system/libcommonCrypto.dylib
    0x91881000 - 0x91898fff  com.apple.GenerationalStorage (1.0 - 132) <7BCDE2D7-BD67-3974-BE66-51DA19135122> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x91899000 - 0x918abff7  libdispatch.dylib (228.18) <AF2E0571-7CC1-3490-A45B-988E248874B5> /usr/lib/system/libdispatch.dylib
    0x918ac000 - 0x919b915f  libobjc.A.dylib (531.1) <2CB1EE50-8342-31F7-8E85-0A4248948EBE> /usr/lib/libobjc.A.dylib
    0x919ba000 - 0x92046feb  com.apple.CoreAUC (6.16.00 - 6.16.00) <012ADC6B-CFA7-3D72-AFF4-56671F2C1E30> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x92047000 - 0x920ccff7  com.apple.SearchKit (1.4.0 - 1.4.0) <162F8626-65A4-302C-9FAE-AA3D371AB4F0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x920cd000 - 0x92179fff  com.apple.CoreText (260.0 - 275.10) <A198E4C5-84E6-3AB7-8325-54D86DE26013> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x9217a000 - 0x92182fff  com.apple.CommerceCore (1.0 - 26) <134B5E4F-A7EA-3694-976C-DCAA337097F8> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x92183000 - 0x92183fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <D70C7891-7BB8-3B58-BF40-5928C4C2F2B1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x92184000 - 0x921c9ff7  com.apple.NavigationServices (3.7 - 200) <E62DB41C-34EB-3C33-A0E0-B43F75CE5720> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x921ca000 - 0x921cafff  libsystem_blocks.dylib (59) <5D7CC346-CC68-3B2A-BAC7-5DC8CE9F84FD> /usr/lib/system/libsystem_blocks.dylib
    0x921cb000 - 0x922dbffb  com.apple.QuickTimeImporters.component (7.7.1 - 2597) <387D785B-478B-386F-98D1-067B4008FBEE> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x922dc000 - 0x92386fff  com.apple.LaunchServices (532 - 532) <E33EEAD7-3F8C-3E89-AE7C-FA1B933CAB22> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x92387000 - 0x92397ff2  com.apple.LangAnalysis (1.7.0 - 1.7.0) <47E77009-1F74-3C93-B0AD-CAE7BFEED2DD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x92398000 - 0x9239cffe  libcache.dylib (57) <C0C37ABC-AFF0-3816-9390-F91FC97A370C> /usr/lib/system/libcache.dylib
    0x9239d000 - 0x923caffe  libsystem_m.dylib (3022.6) <9B0D303D-15B0-334C-87B3-9B056F2B3112> /usr/lib/system/libsystem_m.dylib
    0x923cb000 - 0x92444ff0  com.apple.CorePDF (2.0 - 2) <5A29931D-6028-32C9-A9B7-2BF64E5EC37B> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x92445000 - 0x92887ff3  com.apple.CoreGraphics (1.600.0 - 310) <20F32433-FF13-3E06-B158-A4C3B4A0A4A5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x92888000 - 0x9289afff  libbsm.0.dylib (32) <A9EF7DF3-5F0F-379B-9842-2D80E3F37CD3> /usr/lib/libbsm.0.dylib
    0x9289b000 - 0x929a8ff3  com.apple.ImageIO.framework (3.2.0 - 840) <5143E273-F7D2-3FDC-BACB-22A374762BCC> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x929ec000 - 0x92a3cff7  com.apple.CoreMediaIO (301.0 - 4145) <9F34D513-8C99-3DE4-AE37-EAC93B577500> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x92a3d000 - 0x92a98ff3  com.apple.CoreMedia (1.0 - 926.31) <DEE17EFC-9F55-39B6-A6B2-33702D0B8A98> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x92aca000 - 0x92acefff  com.apple.IOSurface (85.0 - 85.0) <BFFE2512-430A-377D-8E3D-FA8FBCDCC0F7> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x92acf000 - 0x92b35ffc  com.apple.ISSupport (1.9.8 - 56) <2091FD90-E441-3011-84F7-2940CC0367BB> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x92b36000 - 0x92b6cffb  com.apple.DebugSymbols (98 - 98) <7E52FCCA-AE81-38CC-9AF0-D98DEED8122A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x92b6d000 - 0x92b77fff  libCSync.A.dylib (310) <F6D627F3-4964-3F0C-9AB3-4834F1683B91> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x92b78000 -

    Have updated Automap and completely removed DivX, still having the same problem. Here is the error report from Chrome.
    Process:         Google Chrome [219]
    Path:            /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
    Identifier:      com.google.Chrome
    Version:         23.0.1271.95 (1271.95)
    Code Type:       X86 (Native)
    Parent Process:  launchd [140]
    User ID:         501
    Date/Time:       2012-12-10 20:27:22.214 -0500
    OS Version:      Mac OS X 10.8 (12A239)
    Report Version:  10
    Interval Since Last Report:          214191 sec
    Crashes Since Last Report:           -11
    Per-App Interval Since Last Report:  236298 sec
    Per-App Crashes Since Last Report:   7
    Anonymous UUID:                      3D16DDD3-E203-47CE-A5A4-EC56E5497006
    Crashed Thread:  33  Dispatch queue: quicklook.pluginload
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    VM Regions Near 0:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
        VM_ALLOCATE            0000000000001000-0000000000018000 [   92K] ---/--- SM=NUL 
    Thread 0:: CrBrowserMain  Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x950067d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x95005cb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x914d9cc9 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x914df6af __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x914ded6a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x914debdb CFRunLoopRunInMode + 123
    6   com.apple.HIToolbox                     0x952d9816 RunCurrentEventLoopInMode + 242
    7   com.apple.HIToolbox                     0x952e1281 ReceiveNextEventCommon + 374
    8   com.apple.HIToolbox                     0x952e10fc BlockUntilNextEventMatchingListInMode + 88
    9   com.apple.AppKit                        0x96e0d25a _DPSNextEvent + 724
    10  com.apple.AppKit                        0x96e0ca8c -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    11  com.apple.AppKit                        0x96e088ec -[NSApplication run] + 855
    12  com.google.Chrome.framework             0x00a861c1 ChromeMain + 10898353
    13  com.google.Chrome.framework             0x00a85cfc ChromeMain + 10897132
    14  com.google.Chrome.framework             0x00ab1600 ChromeMain + 11075568
    15  com.google.Chrome.framework             0x00ac33e1 ChromeMain + 11148753
    16  com.google.Chrome.framework             0x00355e33 ChromeMain + 3360803
    17  com.google.Chrome.framework             0x02809c50 ChromeMain + 41846336
    18  com.google.Chrome.framework             0x0280a373 ChromeMain + 41848163
    19  com.google.Chrome.framework             0x02808cc1 ChromeMain + 41842353
    20  com.google.Chrome.framework             0x00a1af9b ChromeMain + 10459531
    21  com.google.Chrome.framework             0x00a1a2b0 ChromeMain + 10456224
    22  com.google.Chrome.framework             0x00021639 ChromeMain + 41
    23  com.google.Chrome                       0x00018f78 main + 24
    24  com.google.Chrome                       0x00018f55 0x18000 + 3925
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x950099ae kevent + 10
    1   libdispatch.dylib                       0x9189f19a _dispatch_mgr_invoke + 993
    2   libdispatch.dylib                       0x9189edb9 _dispatch_mgr_thread + 53
    Thread 2:: NetworkConfigWatcher
    0   libsystem_kernel.dylib                  0x950067d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x95005cb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x914d9cc9 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x914df6af __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x914ded6a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x914debdb CFRunLoopRunInMode + 123
    6   com.apple.Foundation                    0x904c8076 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
    7   com.google.Chrome.framework             0x00a8602f ChromeMain + 10897951
    8   com.google.Chrome.framework             0x00a85cfc ChromeMain + 10897132
    9   com.google.Chrome.framework             0x00ab1600 ChromeMain + 11075568
    10  com.google.Chrome.framework             0x00ac33e1 ChromeMain + 11148753
    11  com.google.Chrome.framework             0x00ab137a ChromeMain + 11074922
    12  com.google.Chrome.framework             0x00ad8e11 ChromeMain + 11237377
    13  com.google.Chrome.framework             0x00ad8e9b ChromeMain + 11237515
    14  com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    15  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    16  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 3:: DnsConfigService
    0   libsystem_kernel.dylib                  0x950099ae kevent + 10
    1   com.google.Chrome.framework             0x00ae894c ChromeMain + 11301692
    2   com.google.Chrome.framework             0x00ae6669 ChromeMain + 11292761
    3   com.google.Chrome.framework             0x00a852cc ChromeMain + 10894524
    4   com.google.Chrome.framework             0x00ab1600 ChromeMain + 11075568
    5   com.google.Chrome.framework             0x00ac33e1 ChromeMain + 11148753
    6   com.google.Chrome.framework             0x00ab137a ChromeMain + 11074922
    7   com.google.Chrome.framework             0x00ad8e11 ChromeMain + 11237377
    8   com.google.Chrome.framework             0x00ad8e9b ChromeMain + 11237515
    9   com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    10  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    11  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 4:: WorkerPool/-1323118592
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f8104 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x00ace087 ChromeMain + 11192951
    4   com.google.Chrome.framework             0x00ad9f1f ChromeMain + 11241743
    5   com.google.Chrome.framework             0x00ada3b1 ChromeMain + 11242913
    6   com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    7   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 5:: AudioThread
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f80b9 pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework             0x00acdfa8 ChromeMain + 11192728
    4   com.google.Chrome.framework             0x00ace45b ChromeMain + 11193931
    5   com.google.Chrome.framework             0x00ace356 ChromeMain + 11193670
    6   com.google.Chrome.framework             0x00ab46d6 ChromeMain + 11088070
    7   com.google.Chrome.framework             0x00ab1600 ChromeMain + 11075568
    8   com.google.Chrome.framework             0x00ac33e1 ChromeMain + 11148753
    9   com.google.Chrome.framework             0x00ab137a ChromeMain + 11074922
    10  com.google.Chrome.framework             0x00ad8e11 ChromeMain + 11237377
    11  com.google.Chrome.framework             0x00ad8e9b ChromeMain + 11237515
    12  com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    13  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    14  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 6:: CrShutdownDetector
    0   libsystem_kernel.dylib                  0x95009dba __read + 10
    1   com.google.Chrome.framework             0x0035cc46 ChromeMain + 3388982
    2   com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    3   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    4   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 7:: Chrome_DBThread
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f80b9 pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework             0x00acdfa8 ChromeMain + 11192728
    4   com.google.Chrome.framework             0x00ace45b ChromeMain + 11193931
    5   com.google.Chrome.framework             0x00ace356 ChromeMain + 11193670
    6   com.google.Chrome.framework             0x00ab46d6 ChromeMain + 11088070
    7   com.google.Chrome.framework             0x00ab1600 ChromeMain + 11075568
    8   com.google.Chrome.framework             0x00ac33e1 ChromeMain + 11148753
    9   com.google.Chrome.framework             0x00ab137a ChromeMain + 11074922
    10  com.google.Chrome.framework             0x00ad8e11 ChromeMain + 11237377
    11  com.google.Chrome.framework             0x0280c33f ChromeMain + 41856303
    12  com.google.Chrome.framework             0x00ad8e9b ChromeMain + 11237515
    13  com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    14  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    15  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 8:: Chrome_WebKitThread
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f80b9 pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework             0x00acdfa8 ChromeMain + 11192728
    4   com.google.Chrome.framework             0x00ace45b ChromeMain + 11193931
    5   com.google.Chrome.framework             0x00ace356 ChromeMain + 11193670
    6   com.google.Chrome.framework             0x00ab46d6 ChromeMain + 11088070
    7   com.google.Chrome.framework             0x00ab1600 ChromeMain + 11075568
    8   com.google.Chrome.framework             0x00ac33e1 ChromeMain + 11148753
    9   com.google.Chrome.framework             0x00ab137a ChromeMain + 11074922
    10  com.google.Chrome.framework             0x00ad8e11 ChromeMain + 11237377
    11  com.google.Chrome.framework             0x0280c36f ChromeMain + 41856351
    12  com.google.Chrome.framework             0x00ad8e9b ChromeMain + 11237515
    13  com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    14  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    15  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 9:: Chrome_FileThread
    0   libsystem_kernel.dylib                  0x950099ae kevent + 10
    1   com.google.Chrome.framework             0x00ae894c ChromeMain + 11301692
    2   com.google.Chrome.framework             0x00ae6669 ChromeMain + 11292761
    3   com.google.Chrome.framework             0x00a85390 ChromeMain + 10894720
    4   com.google.Chrome.framework             0x00ab1600 ChromeMain + 11075568
    5   com.google.Chrome.framework             0x00ac33e1 ChromeMain + 11148753
    6   com.google.Chrome.framework             0x00ab137a ChromeMain + 11074922
    7   com.google.Chrome.framework             0x00ad8e11 ChromeMain + 11237377
    8   com.google.Chrome.framework             0x0280c39f ChromeMain + 41856399
    9   com.google.Chrome.framework             0x00ad8e9b ChromeMain + 11237515
    10  com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    11  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    12  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 10:: Chrome_FileUserBlockingThread
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f80b9 pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework             0x00acdfa8 ChromeMain + 11192728
    4   com.google.Chrome.framework             0x00ace45b ChromeMain + 11193931
    5   com.google.Chrome.framework             0x00ace356 ChromeMain + 11193670
    6   com.google.Chrome.framework             0x00ab46d6 ChromeMain + 11088070
    7   com.google.Chrome.framework             0x00ab1600 ChromeMain + 11075568
    8   com.google.Chrome.framework             0x00ac33e1 ChromeMain + 11148753
    9   com.google.Chrome.framework             0x00ab137a ChromeMain + 11074922
    10  com.google.Chrome.framework             0x00ad8e11 ChromeMain + 11237377
    11  com.google.Chrome.framework             0x0280c3cf ChromeMain + 41856447
    12  com.google.Chrome.framework             0x00ad8e9b ChromeMain + 11237515
    13  com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    14  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    15  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 11:: Chrome_ProcessLauncherThread
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f80b9 pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework             0x00acdfa8 ChromeMain + 11192728
    4   com.google.Chrome.framework             0x00ace45b ChromeMain + 11193931
    5   com.google.Chrome.framework             0x00ace356 ChromeMain + 11193670
    6   com.google.Chrome.framework             0x00ab46d6 ChromeMain + 11088070
    7   com.google.Chrome.framework             0x00ab1600 ChromeMain + 11075568
    8   com.google.Chrome.framework             0x00ac33e1 ChromeMain + 11148753
    9   com.google.Chrome.framework             0x00ab137a ChromeMain + 11074922
    10  com.google.Chrome.framework             0x00ad8e11 ChromeMain + 11237377
    11  com.google.Chrome.framework             0x0280c3ff ChromeMain + 41856495
    12  com.google.Chrome.framework             0x00ad8e9b ChromeMain + 11237515
    13  com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    14  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    15  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 12:: Chrome_CacheThread
    0   libsystem_kernel.dylib                  0x950099ae kevent + 10
    1   com.google.Chrome.framework             0x00ae894c ChromeMain + 11301692
    2   com.google.Chrome.framework             0x00ae6669 ChromeMain + 11292761
    3   com.google.Chrome.framework             0x00a85390 ChromeMain + 10894720
    4   com.google.Chrome.framework             0x00ab1600 ChromeMain + 11075568
    5   com.google.Chrome.framework             0x00ac33e1 ChromeMain + 11148753
    6   com.google.Chrome.framework             0x00ab137a ChromeMain + 11074922
    7   com.google.Chrome.framework             0x00ad8e11 ChromeMain + 11237377
    8   com.google.Chrome.framework             0x0280c42f ChromeMain + 41856543
    9   com.google.Chrome.framework             0x00ad8e9b ChromeMain + 11237515
    10  com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    11  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    12  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 13:: Chrome_IOThread
    0   libsystem_kernel.dylib                  0x950099ae kevent + 10
    1   com.google.Chrome.framework             0x00ae894c ChromeMain + 11301692
    2   com.google.Chrome.framework             0x00ae6669 ChromeMain + 11292761
    3   com.google.Chrome.framework             0x00a85390 ChromeMain + 10894720
    4   com.google.Chrome.framework             0x00ab1600 ChromeMain + 11075568
    5   com.google.Chrome.framework             0x00ac33e1 ChromeMain + 11148753
    6   com.google.Chrome.framework             0x00ab137a ChromeMain + 11074922
    7   com.google.Chrome.framework             0x00ad8e11 ChromeMain + 11237377
    8   com.google.Chrome.framework             0x0280c45f ChromeMain + 41856591
    9   com.google.Chrome.framework             0x00ad8e9b ChromeMain + 11237515
    10  com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    11  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    12  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 14:: NetworkConfigWatcher
    0   libsystem_kernel.dylib                  0x950067d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x95005cb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x914d9cc9 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x914df6af __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x914ded6a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x914debdb CFRunLoopRunInMode + 123
    6   com.apple.Foundation                    0x904c8076 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
    7   com.google.Chrome.framework             0x00a8602f ChromeMain + 10897951
    8   com.google.Chrome.framework             0x00a85cfc ChromeMain + 10897132
    9   com.google.Chrome.framework             0x00ab1600 ChromeMain + 11075568
    10  com.google.Chrome.framework             0x00ac33e1 ChromeMain + 11148753
    11  com.google.Chrome.framework             0x00ab137a ChromeMain + 11074922
    12  com.google.Chrome.framework             0x00ad8e11 ChromeMain + 11237377
    13  com.google.Chrome.framework             0x00ad8e9b ChromeMain + 11237515
    14  com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    15  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    16  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 15:: BrowserWatchdog
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f8104 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x00ace087 ChromeMain + 11192951
    4   com.google.Chrome.framework             0x00ace490 ChromeMain + 11193984
    5   com.google.Chrome.framework             0x00ab4710 ChromeMain + 11088128
    6   com.google.Chrome.framework             0x00ab1600 ChromeMain + 11075568
    7   com.google.Chrome.framework             0x00ac33e1 ChromeMain + 11148753
    8   com.google.Chrome.framework             0x00ab137a ChromeMain + 11074922
    9   com.google.Chrome.framework             0x00ad8e11 ChromeMain + 11237377
    10  com.google.Chrome.framework             0x00ad8e9b ChromeMain + 11237515
    11  com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    12  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    13  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 16:: WorkerPool/-1238855680
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f8104 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x00ace087 ChromeMain + 11192951
    4   com.google.Chrome.framework             0x00ad9f1f ChromeMain + 11241743
    5   com.google.Chrome.framework             0x00ada3b1 ChromeMain + 11242913
    6   com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    7   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 17:: NetworkConfigWatcher
    0   libsystem_kernel.dylib                  0x950067d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x95005cb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x914d9cc9 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x914df6af __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x914ded6a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x914debdb CFRunLoopRunInMode + 123
    6   com.apple.Foundation                    0x904c8076 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
    7   com.google.Chrome.framework             0x00a8602f ChromeMain + 10897951
    8   com.google.Chrome.framework             0x00a85cfc ChromeMain + 10897132
    9   com.google.Chrome.framework             0x00ab1600 ChromeMain + 11075568
    10  com.google.Chrome.framework             0x00ac33e1 ChromeMain + 11148753
    11  com.google.Chrome.framework             0x00ab137a ChromeMain + 11074922
    12  com.google.Chrome.framework             0x00ad8e11 ChromeMain + 11237377
    13  com.google.Chrome.framework             0x00ad8e9b ChromeMain + 11237515
    14  com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    15  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    16  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 18:: Chrome_SafeBrowsingThread
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f80b9 pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework             0x00acdfa8 ChromeMain + 11192728
    4   com.google.Chrome.framework             0x00ace45b ChromeMain + 11193931
    5   com.google.Chrome.framework             0x00ace356 ChromeMain + 11193670
    6   com.google.Chrome.framework             0x00ab46d6 ChromeMain + 11088070
    7   com.google.Chrome.framework             0x00ab1600 ChromeMain + 11075568
    8   com.google.Chrome.framework             0x00ac33e1 ChromeMain + 11148753
    9   com.google.Chrome.framework             0x00ab137a ChromeMain + 11074922
    10  com.google.Chrome.framework             0x00ad8e11 ChromeMain + 11237377
    11  com.google.Chrome.framework             0x00ad8e9b ChromeMain + 11237515
    12  com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    13  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    14  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 19:: BrowserBlockingWorker1/-1213665280
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f80b9 pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework             0x00acdfa8 ChromeMain + 11192728
    4   com.google.Chrome.framework             0x00ad6767 ChromeMain + 11227479
    5   com.google.Chrome.framework             0x00ad5e3d ChromeMain + 11225133
    6   com.google.Chrome.framework             0x00ad869a ChromeMain + 11235466
    7   com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    8   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    9   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 20:
    0   libsystem_kernel.dylib                  0x950067d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x95005cb0 mach_msg + 68
    2   com.google.Chrome.framework             0x00aaf81f ChromeMain + 11067919
    3   com.google.Chrome.framework             0x02892b2c ChromeMain + 42407196
    4   com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    5   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    6   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 21:: Chrome_HistoryThread
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f8104 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x00ace087 ChromeMain + 11192951
    4   com.google.Chrome.framework             0x00ace490 ChromeMain + 11193984
    5   com.google.Chrome.framework             0x00ab4710 ChromeMain + 11088128
    6   com.google.Chrome.framework             0x00ab1600 ChromeMain + 11075568
    7   com.google.Chrome.framework             0x00ac33e1 ChromeMain + 11148753
    8   com.google.Chrome.framework             0x00ab137a ChromeMain + 11074922
    9   com.google.Chrome.framework             0x00ad8e11 ChromeMain + 11237377
    10  com.google.Chrome.framework             0x00ad8e9b ChromeMain + 11237515
    11  com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    12  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    13  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 22:: WorkerPool/-1322979328
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f8104 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x00ace087 ChromeMain + 11192951
    4   com.google.Chrome.framework             0x00ad9f1f ChromeMain + 11241743
    5   com.google.Chrome.framework             0x00ada3b1 ChromeMain + 11242913
    6   com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    7   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 23:: WorkerPool/-1195667456
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f8104 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x00ace087 ChromeMain + 11192951
    4   com.google.Chrome.framework             0x00ad9f1f ChromeMain + 11241743
    5   com.google.Chrome.framework             0x00ada3b1 ChromeMain + 11242913
    6   com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    7   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 24:: WorkerPool/-1195528192
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f8104 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x00ace087 ChromeMain + 11192951
    4   com.google.Chrome.framework             0x00ad9f1f ChromeMain + 11241743
    5   com.google.Chrome.framework             0x00ada3b1 ChromeMain + 11242913
    6   com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    7   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 25:: WorkerPool/-1195388928
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f8104 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x00ace087 ChromeMain + 11192951
    4   com.google.Chrome.framework             0x00ad9f1f ChromeMain + 11241743
    5   com.google.Chrome.framework             0x00ada3b1 ChromeMain + 11242913
    6   com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    7   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 26:: WorkerPool/-1195249664
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f8104 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x00ace087 ChromeMain + 11192951
    4   com.google.Chrome.framework             0x00ad9f1f ChromeMain + 11241743
    5   com.google.Chrome.framework             0x00ada3b1 ChromeMain + 11242913
    6   com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    7   libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 27:: PowerSaveBlocker
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x960709a0 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x960f80b9 pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework             0x00acdfa8 ChromeMain + 11192728
    4   com.google.Chrome.framework             0x00ace45b ChromeMain + 11193931
    5   com.google.Chrome.framework             0x00ace356 ChromeMain + 11193670
    6   com.google.Chrome.framework             0x00ab46d6 ChromeMain + 11088070
    7   com.google.Chrome.framework             0x00ab1600 ChromeMain + 11075568
    8   com.google.Chrome.framework             0x00ac33e1 ChromeMain + 11148753
    9   com.google.Chrome.framework             0x00ab137a ChromeMain + 11074922
    10  com.google.Chrome.framework             0x00ad8e11 ChromeMain + 11237377
    11  com.google.Chrome.framework             0x00ad8e9b ChromeMain + 11237515
    12  com.google.Chrome.framework             0x00ad58e9 ChromeMain + 11223769
    13  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    14  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 28:
    0   libsystem_kernel.dylib                  0x950090ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9606e7cc _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9606e599 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9605644a start_wqthread + 30
    Thread 29:
    0   libsystem_kernel.dylib                  0x950090ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9606e7cc _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9606e599 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9605644a start_wqthread + 30
    Thread 30:: Dispatch queue: TFolderSizingThread::GetFolderSizingQueue
    0   libsystem_kernel.dylib                  0x950081ae __getattrlist + 10
    1   com.apple.CoreServices.CarbonCore          0x9394cf95 GetPathVolFSAttributes(char const*, unsigned long, FSAttributeInfo*, unsigned long, unsigned char*) + 233
    2   com.apple.CoreServices.CarbonCore          0x9393eda8 PathGetObjectInfo(char const*, unsigned long, unsigned long, short*, unsigned long*, unsigned long*, char*, unsigned long*, unsigned char*) + 218
    3   com.apple.CoreServices.CarbonCore          0x939519e8 FSPathMakeRefInternal(unsigned char const*, unsigned long, unsigned long, FSRef*, unsigned char*) + 120
    4   com.apple.CoreServices.CarbonCore          0x938d31af FSPathMakeRef + 47
    5   com.apple.CoreServices.CarbonCore          0x93928568 AL_findByHomeDirRelative + 189
    6   com.apple.CoreServices.CarbonCore          0x93900095 FSMatchAliasInternal + 1567
    7   com.apple.CoreServices.CarbonCore          0x93924ace FSMatchAliasBulk + 74
    8   com.apple.LaunchServices                0x92317dd6 LSSharedFileListItemGetFSRef + 722
    9   com.apple.LaunchServices                0x923177a2 LSSharedFileListItemResolve + 491
    10  com.apple.desktopservices               0x97dbaac8 TFileListItem::ResolveSharedFileListItem(unsigned long, TAutoRef<__CFURL const*, TRetainReleasePolicy<__CFURL const*> >&) const + 74
    11  com.apple.desktopservices               0x97dbaa01 TFSInfo::ResolveSharedFileListItem(unsigned long, TCountedPtr<TFSInfo>&) const + 149
    12  com.apple.desktopservices               0x97d20ec5 TNode::ResolveSharedFileListAliasIfNeeded() + 327
    13  com.apple.desktopservices               0x97d558e1 __block_global_4 + 56
    14  com.apple.desktopservices               0x97d9ceee ExceptionSafeBlock(void ()() block_pointer) + 55
    15  com.apple.desktopservices               0x97d558a4 __SynchronizeChildren_block_invoke_0 + 79
    16  libdispatch.dylib                       0x9189c579 _dispatch_call_block_and_release + 15
    17  libdispatch.dylib                       0x9189fc47 _dispatch_client_callout + 46
    18  libdispatch.dylib                       0x9189a435 _dispatch_queue_drain + 206
    19  libdispatch.dylib                       0x9189a2cf _dispatch_queue_invoke + 50
    20  libdispatch.dylib                       0x9189a1b6 _dispatch_worker_thread2 + 230
    21  libsystem_c.dylib                       0x9606e592 _pthread_wqthread + 441
    22  libsystem_c.dylib                       0x9605644a start_wqthread + 30
    Thread 31:
    0   libsystem_kernel.dylib                  0x950090ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9606e7cc _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9606e599 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9605644a start_wqthread + 30
    Thread 32:
    0   libsystem_kernel.dylib                  0x950090ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9606e7cc _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9606e599 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9605644a start_wqthread + 30
    Thread 33 Crashed:: Dispatch queue: quicklook.pluginload
    0   com.apple.CoreFoundation                0x914afc61 CFStringGetLength + 17
    1   com.apple.CoreFoundation                0x9159c665 CFDateFormatterGetAbsoluteTimeFromString + 69
    2   com.apple.security                      0x9317b76d decodeTimeStampToken + 764
    3   com.apple.security                      0x93178478 SecCmsSignerInfoVerifyUnAuthAttrs + 97
    4   com.apple.security                      0x931783a7 SecCmsSignerInfoVerify + 581
    5   com.apple.security                      0x93177153 SecCmsSignedDataVerifySignerInfo + 111
    6   com.apple.security                      0x931c80cd CMSDecoderCopySignerStatus + 199
    7   com.apple.security                      0x931e1b4a Security::CodeSigning::SecStaticCode::verifySignature() + 436
    8   com.apple.security                      0x931e1816 Security::CodeSigning::SecStaticCode::validateDirectory() + 64
    9   com.apple.security                      0x931e1f9d Security::CodeSigning::SecStaticCode::validateNonResourceComponents() + 19
    10  com.apple.security                      0x931d52c5 validate(Security::CodeSigning::SecStaticCode*, Security::CodeSigning::SecRequirement const*, unsigned int) + 40
    11  com.apple.security                      0x931d510e SecStaticCodeCheckValidityWithErrors + 597
    12  com.apple.security                      0x931d4eb4 SecStaticCodeCheckValidity + 39
    13  com.apple.QuickLookFramework            0x90476723 QLCheckAppleSignature + 128
    14  com.apple.QuickLookFramework            0x90445ba1 _QLLoadPluginAtURL + 3264
    15  com.apple.QuickLookFramework            0x9044a304 ___QLLaunchUpdatingThread_block_invoke_0 + 2704
    16  libdispatch.dylib                       0x9189c579 _dispatch_call_block_and_release + 15
    17  libdispatch.dylib                       0x9189fc47 _dispatch_client_callout + 46
    18  libdispatch.dylib                       0x9189a435 _dispatch_queue_drain + 206
    19  libdispatch.dylib                       0x9189a2cf _dispatch_queue_invoke + 50
    20  libdispatch.dylib                       0x9189a1b6 _dispatch_worker_thread2 + 230
    21  libsystem_c.dylib                       0x9606e592 _pthread_wqthread + 441
    22  libsystem_c.dylib                       0x9605644a start_wqthread + 30
    Thread 34:
    0   libsystem_kernel.dylib                  0x950090ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9606e7cc _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9606e599 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9605644a start_wqthread + 30
    Thread 35:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib                  0x950067d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x95005cb0 mach_msg + 68
    2   com.apple.CoreGraphics                  0x92490d30 _CGSSynchronizeWindowBackingStore + 131
    3   com.apple.CoreGraphics                  0x9245d053 _CGSLockWindow + 3428
    4   com.apple.CoreGraphics                  0x9245c10e CGSDeviceLock + 313
    5   libRIP.A.dylib                          0x92bab63d ripd_Lock + 62
    6   libRIP.A.dylib                          0x92baf8da ripl_BltImage + 408
    7   libRIP.A.dylib                          0x92baf4df ripc_RenderImage + 259
    8   libRIP.A.dylib                          0x92bb647a ripc_DrawImage + 1078
    9   com.apple.CoreGraphics                  0x924a13ed CGContextDrawImage + 427
    10  com.apple.AppKit                        0x972aa519 __74-[NSImageRep drawInRect:fromRect:operation:fraction:respectFlipped:hints:]_block_invoke_0 + 1250
    11  com.apple.AppKit                        0x96e5e310 NSUsingGraphicsStateForHints_drawWithBlock_ + 67
    12  com.apple.AppKit                        0x96e5e1e2 -[NSImageRep drawInRect:fromRect:operation:fraction:respectFlipped:hints:] + 893
    13  com.apple.AppKit                        0x97127f83 -[NSButtonCell(NSDefaultButtonIndicatorPrivate) heartBeat:] + 2391
    14  com.apple.AppKit                        0x97193e23 -[NSControl heartBeat:] + 43
    15  com.apple.AppKit                        0x97578a0e -[NSWindow(NSWindow_Theme) heartBeat:] + 159
    16  com.apple.AppKit                        0x97038f7d -[NSUIHeartBeat _heartBeatThread:] + 1295
    17  com.apple.Foundation                    0x9051852a -[NSThread main] + 45
    18  com.apple.Foundation                    0x905184ad __NSThread__main__ + 1396
    19  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    20  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 36:
    0   libsystem_kernel.dylib                  0x950090ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9606e7cc _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9606e599 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9605644a start_wqthread + 30
    Thread 37:: Dispatch queue: quicklook.client
    0   libsystem_kernel.dylib                  0x950088e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x96070a09 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x96070c92 pthread_cond_timedwait_relative_np + 47
    3   com.apple.QuickLookFramework            0x90444cfa _QLLockDatabaseWaitForUpdateToFinishIfPossible + 611
    4   com.apple.QuickLookFramework            0x904463f6 _QLGeneratorCopyGeneratorForContentType + 36
    5   com.apple.QuickLookFramework            0x9043dd40 ___QLThumbnailSendQuery_block_invoke_0 + 1077
    6   libdispatch.dylib                       0x9189fc47 _dispatch_client_callout + 46
    7   libdispatch.dylib                       0x9189bc9f _dispatch_barrier_sync_f_invoke + 39
    8   libdispatch.dylib                       0x9189bc76 dispatch_barrier_sync_f + 87
    9   libdispatch.dylib                       0x9189bbcb dispatch_sync + 45
    10  com.apple.QuickLookFramework            0x9043d17b _QLThumbnailSendQuery + 466
    11  com.apple.QuickLookFramework            0x9046bc4a QLThumbnailQueueRun + 2814
    12  com.apple.FinderKit                     0x92df7360 TQLThumbnailQueue::Run() + 36
    13  com.apple.FinderKit                     0x92e0188a TThumbnailExtractorThread::Main() + 1058
    14  com.apple.FinderKit                     0x92dd4b40 TThread::MainGlue(void*) + 62
    15  libsystem_c.dylib                       0x9606bcd7 _pthread_start + 344
    16  libsystem_c.dylib                       0x9605646e thread_start + 34
    Thread 33 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x79c95730  ecx: 0x914afc5d  edx: 0xac163120
      edi: 0x7a94fa40  esi: 0x00000000  ebp: 0xb94a1f28  esp: 0xb94a1f10
       ss: 0x00000023  efl: 0x00010282  eip: 0x914afc61   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000023   gs: 0x0000000f
      cr2: 0x00000000
    Logical CPU: 0
    Binary Images:
       0x18000 -    0x18ff7 +com.google.Chrome (23.0.1271.95 - 1271.95) <084AF7DF-F972-A51B-5C58-E88633D40F12> /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
       0x1f000 -  0x3a94f37 +com.google.Chrome.framework (23.0.1271.95 - 1271.95) <C02A7A6A-A9DD-8AEA-01B7-7417C64B725C> /Applications/Google Chrome.app/Contents/Versions/23.0.1271.95/Google Chrome Framework.framework/Google Chrome Framework
    0x51c3000 -  0x51d0ffb  com.apple.Librarian (1.1 - 1) <EA235A03-E6CC-36AB-AA32-04132A2E45D7> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x5264000 -  0x526cff2  libcldcpuengine.dylib (2.1.16) <801DFAB2-A3F3-38AF-9E47-28CB2D336F49> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
    0x5273000 -  0x5279fff  libCoreFSCache.dylib (24.3) <B5CE5EF5-1654-306B-9E99-06CFE93200E9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
    0x5302000 -  0x5303ffd +cl_kernels (???) <C2531EE3-8D1D-4027-B4FF-9D3734AABFBE> cl_kernels
    0x5310000 -  0x5310ff7 +cl_kernels (???) <3B24D992-31CE-458B-99D6-B4E28E21801E> cl_kernels
    0x5f06000 -  0x5f15ff7 +com.google.Keystone.Registration (1.1.0 - 1.1.0.3659) <2379CBDF-65AB-246D-D5F4-3A450D457F42> /Applications/Google Chrome.app/Contents/Versions/23.0.1271.95/Google Chrome Framework.framework/Frameworks/KeystoneRegistration.framework/KeystoneRegistrat ion
    0x7b2b000 -  0x7bbdff7  unorm8_bgra.dylib (2.1.16) <D0A968DB-BF3F-320E-A726-5D9C00A3BC59> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra. dylib
    0x7e87000 -  0x7e88ff5 +cl_kernels (???) <D162A108-DE80-45C0-8262-3C5A09AD225C> cl_kernels
    0x7e99000 -  0x7e9aff1 +cl_kernels (???) <B96036E9-3C0B-46B9-84EC-FE178F2FE8BA> cl_kernels
    0x7ea2000 -  0x7eaeffb  libGPUSupport.dylib (8.1.30) <F7236FD8-702B-3277-9327-8788F7ABAA03> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
    0xae35000 -  0xae5eff7  com.apple.datadetectors (4.0 - 199.0) <AF3557BE-32A7-39F0-A01A-8E51EECB9598> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
    0xae75000 -  0xaf8cff3  com.apple.WebKit (8536 - 8536.15) <02090083-E136-3457-8778-E94B610E3410> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0xb43a000 -  0xb466ffa  GLRendererFloat (8.1.30) <3528AB61-685A-362A-AE9C-F911630FED58> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0xb493000 -  0xb525ff7  unorm8_argb.dylib (2.1.16) <7884B2ED-BBD2-378E-9624-572ECC2DADF1> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_argb. dylib
    0xbd1f000 -  0xbd43fff  com.apple.security.csparser (3.0 - 55163.34) <ADF37333-C843-3FE9-AD6C-ED23DD186800> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/ MacOS/csparser
    0xbde3000 -  0xbf6fff9  GLEngine (8.1.30) <D124E288-21BD-32F0-B585-2BB0E24B123C> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0xbfa6000 -  0xc0f7ff7  libGLProgrammability.dylib (8.1.30) <A12A056B-8B05-30A5-BEC7-2E852751DD86> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0xc82d000 -  0xd4b5ffb  com.apple.WebCore (8536 - 8536.15) <B2776B5D-47F3-3559-B280-29713C0A8D8C> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x8ed4a000 - 0x8f58bfff  com.apple.GeForceGLDriver (8.0.39 - 8.0.0) <98312627-0C23-3D80-8DE3-AEC5BB23A025> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
    0x8fe17000 - 0x8fe49e57  dyld (210.2.3) <A166D107-C705-319A-80F6-CB36602E419F> /usr/lib/dyld
    0x90007000 - 0x9006bff3  libstdc++.6.dylib (56) <B66EA549-8153-306C-A751-61BCA8302AD2> /usr/lib/libstdc++.6.dylib
    0x9006c000 - 0x90090ff2  com.apple.framework.familycontrols (4.0 - 400) <99ACCF35-F414-335E-BA82-980E16001879> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x90091000 - 0x900eeff3  com.apple.audio.CoreAudio (4.1.0 - 4.1.0) <4D5F8067-8F78-31C6-B862-00E20EA2F347> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9013b000 - 0x90184ff3  com.apple.framework.CoreWLAN (3.0 - 300.9) <70871D93-C92F-334A-BC73-CF2A7ECCE24C> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x90185000 - 0x90188ff3  com.apple.AppleSystemInfo (2.0 - 2) <6BF98E23-C81F-3F2F-8548-B49883CD34C9> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
    0x901c6000 - 0x9031eff3  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <8EC6397E-5E76-33EA-B501-4926BB1137A3> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9031f000 - 0x9034fff3  libtidy.A.dylib (15.10) <4B972A5B-B8C3-39B4-BF84-DB73620F1BE3> /usr/lib/libtidy.A.dylib
    0x90350000 - 0x90437ff7  libxml2.2.dylib (22.3) <CEC911DB-1BC2-36DE-B412-CCE1FB162729> /usr/lib/libxml2.2.dylib
    0x90438000 - 0x90439ffd  libunc.dylib (25) <F290FA28-1375-383D-BF18-C33CA7E9F950> /usr/lib/system/libunc.dylib
    0x9043a000 - 0x90493fff  com.apple.QuickLookFramework (4.0 - 554.0) <EFB43063-6901-35B2-BD76-36386452CAED> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x90494000 - 0x904b1fff  com.apple.openscripting (1.3.5 - 148) <2F5759DC-DCB9-3B2B-BE5A-CE4A194434C4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x904b2000 - 0x904b3fff  libremovefile.dylib (23.1) <4F8BC561-F83C-3949-B70F-6846E56CCAB8> /usr/lib/system/libremovefile.dylib
    0x904b4000 - 0x904bbffb  libunwind.dylib (35.1) <A86BD3B1-A2B2-314A-A2AB-AEFADDD44ECF> /usr/lib/system/libunwind.dylib
    0x904bc000 - 0x907d7ffb  com.apple.Foundation (6.8 - 940.1) <602C3005-78DE-384B-9AA8-BBF7E79263EE> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x907d8000 - 0x90a51ff3  com.apple.RawCamera.bundle (4.0.0 - 635) <1A8E4A85-74C3-36DD-A154-EFE0AF86F1C1> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x90a52000 - 0x90a7fffb  com.apple.CoreServicesInternal (152 - 152) <C05BD082-9820-32B7-A4DB-0F3ED58D5DC9> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x90a80000 - 0x90a84ffc  libGIF.dylib (840) <A5FC4761-D18D-38A3-9C92-9FD08BA8438F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x90a85000 - 0x90ae9fff  com.apple.datadetectorscore (4.0 - 269.1) <D138A3E3-7D28-303D-B6EA-294A80375BFD> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x90aea000 - 0x90af4ffc  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C3DF6572-AD17-3295-8D0A-CF0A2B3D04E5> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x90af5000 - 0x90b48ff3  com.apple.AE (639 - 639.2) <0FF64F8E-9848-3FB6-AC87-B3A832F511F2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x90b7f000 - 0x90e10ffb  com.apple.CoreImage (8.0.14 - 1.0.1) <A67100FD-9C6C-3663-B5AB-86603916EEA0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x90e11

  • I just ran Software Update and now many applications crash on launch

    Hardware Overview:
      Model Name:    MacBook Pro
      Model Identifier:    MacBookPro5,3
      Processor Name:    Intel Core 2 Duo
      Processor Speed:    2.66 GHz
      Number Of Processors:    1
      Total Number Of Cores:    2
      L2 Cache:    3 MB
      Memory:    4 GB
      Bus Speed:    1.07 GHz
      Boot ROM Version:    MBP53.00AC.B03
      SMC Version (system):    1.48f2
      Serial Number (system):    W89421D764B
      Hardware UUID:    7BB966CD-37F8-5BAC-A3F0-4291C12873E3
      Sudden Motion Sensor:
      State:    Enabled
    System was working fine. I ran software updates and got these three updates:
    Safari 5.1.5
    Apple Software Installer Update 1.0
    iTunes 10.6.1
    Now when I attempt to launch software, many applications crash. All crashes have the following error:
    Dyld Error Message:
      Library not loaded: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
      Referenced from: /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
      Reason: no suitable image found.  Did find:
        /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting: unknown file type, first eight bytes: 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
    Any ideas? Thanks in advance for any help.
    Scott

    OK, well I solved my own problem by replacing this file with one from a recent TimeMachine backup. Looks like the update must have damaged this file ... strange.

  • Application crashes when trying to open jpg with Desktop API

    Hi, i would like to open jpg, or gif files using Desktop API, and the application crashes.The Desktop API is supported by my OS, because txt files, or file directories can be opened, mails can be sent, browsing is also supported.
    Only jpg and gif, and i think other picture formats cannot be opened.
    Obviously ACDSee and other picture viewing programs are installed in my computer.
    The corresponding application code can be found at the bottom of the page of http://www.awprofessional.com/articles/article.asp?p=661371&seqNum=2&rl=1
    my code:
    if(Desktop.isDesktopSupported()){
    Desktop desktop=Desktop.getDesktop();
    try
    desktop.open (fileToOpen);
    catch (IOException ioe)
    JOptionPane.showMessageDialog (frame,
    "I/O problem");
    catch (IllegalArgumentException iae)
    JOptionPane.showMessageDialog (frame,
    "File doesn�t exist");
    fileToOpen is obviously a File.
    Thx for the help in advance.

    Hello Ercoupe. Welcome to Apple Discussions.
    If this is being caused by an overly large Mailbox, click on the link below provided by Allan Sampson, for a possible solution.
    MBOX Breaker Script
    Message was edited by: roam

  • Mail Application Crashes Everytime Open A Message

    I looked at the previously posted questions but did not find anything specific my problem. My mail application crashes every time I try to open an email. It only happens when I attempt to open the email. If the preview pane is open, the application crashes as soon as I click on an email. If the preview pane is not open, the application crashes when I double click on an email. The application works perfectly on another account on my system.
    Here's the error log from one of the crashes. Please help!!
    Process: Mail [570]
    Path: /Applications/Mail.app/Contents/MacOS/Mail
    Identifier: com.apple.mail
    Version: 4.0 (1075)
    Build Info: Mail-10750000~1
    Code Type: X86-64 (Native)
    Parent Process: launchd [130]
    Date/Time: 2010-03-07 20:19:44.965 -0600
    OS Version: Mac OS X 10.6 (10A432)
    Report Version: 6
    Interval Since Last Report: 3014 sec
    Crashes Since Last Report: 6
    Per-App Interval Since Last Report: 372 sec
    Per-App Crashes Since Last Report: 5
    Anonymous UUID: 3E056F7E-37B4-4E01-ACA8-DC3FE90FDAFF
    Exception Type: EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread: 11
    Application Specific Information:
    abort() called
    * Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '* -[NSCFDictionary setObject:forKey:]: attempt to insert nil value (key: Unique ID)'
    * Call stack at first throw:
    0 CoreFoundation 0x00007fff85b905a4 __exceptionPreprocess + 180
    1 libobjc.A.dylib 0x00007fff87126313 objcexceptionthrow + 45
    2 CoreFoundation 0x00007fff85b903c7 +[NSException raise:format:arguments:] + 103
    3 CoreFoundation 0x00007fff85b90354 +[NSException raise:format:] + 148
    4 Foundation 0x00007fff876eeb8f -[NSCFDictionary setObject:forKey:] + 227
    5 AddressBook 0x00007fff82a3530a -[ABRecord nts_DescriptionDictionary] + 832
    6 AddressBook 0x00007fff82a34c79 -[ABRecord nts_Description] + 39
    7 AddressBook 0x00007fff82a33474 -[ABRecord description] + 67
    8 CoreFoundation 0x00007fff85b71f7c -[NSObject(NSObject) _copyDescription] + 44
    9 CoreFoundation 0x00007fff85b13fb9 _CFStringAppendFormatAndArgumentsAux + 6089
    10 CoreFoundation 0x00007fff85b127ad _CFStringCreateWithFormatAndArgumentsAux + 109
    11 DataDetectorsCore 0x00007fff813e6f1d DDLogv + 24
    12 DataDetectorsCore 0x00007fff813e6f03 DDLog + 162
    13 DataDetectorsCore 0x00007fff813e9e75 DDABSourceLoadData + 488
    14 DataDetectorsCore 0x00007fff813e9c88 DDLookupTableLoadAddressBook + 26
    15 DataDetectors 0x00007fff8874e0c8 -[DDPatternCompiler createScanner:] + 118
    16 Foundation 0x00007fff876fcf65 _NSThread__main_ + 1429
    17 libSystem.B.dylib 0x00007fff811b506e pthreadstart + 331
    18 libSystem.B.dylib 0x00007fff811b4f21 thread_start + 13
    Thread 0: Dispatch queue: com.apple.main-thread
    0 libSystem.B.dylib 0x00007fff811864be open + 10
    1 com.apple.datadetectorscore 0x00007fff813e7776 DDCacheCreateFromFileAtPathWithExtraChecks + 122
    2 com.apple.datadetectorscore 0x00007fff813e7549 DDCacheCreateFromSystemCache + 278
    3 com.apple.datadetectorscore 0x00007fff813e639d DDScannerCreateWithType + 285
    4 com.apple.MessageFramework 0x00007fff805b4d6e +[URLifier urlMatchesForString:] + 136
    5 com.apple.mail 0x00000001000979b2 0x100000000 + 620978
    6 com.apple.CoreFoundation 0x00007fff85b6635c _invoking__ + 140
    7 com.apple.CoreFoundation 0x00007fff85b6622d -[NSInvocation invoke] + 141
    8 com.apple.mail 0x000000010009d002 0x100000000 + 643074
    9 com.apple.WebKit 0x00007fff8285a21b CallFrameLoadDelegate(objc_object* ()(objc_object, objc_selector*, ...), WebView*, objc_selector*, objc_object*) + 139
    10 com.apple.WebKit 0x00007fff82866e6f WebFrameLoaderClient::dispatchDidFinishLoad() + 79
    11 com.apple.WebCore 0x00007fff87cacdc1 WebCore::FrameLoader::checkLoadCompleteForThisFrame() + 305
    12 com.apple.WebCore 0x00007fff87cacbda WebCore::FrameLoader::recursiveCheckLoadComplete() + 282
    13 com.apple.WebCore 0x00007fff87d15242 WebCore::FrameLoader::finishedLoading() + 178
    14 com.apple.WebCore 0x00007fff87d150df WebCore::MainResourceLoader::didFinishLoading() + 47
    15 com.apple.WebCore 0x00007fff87cc9ec2 WebCore::MainResourceLoader::continueAfterContentPolicy(WebCore::PolicyAction, WebCore::ResourceResponse const&) + 1122
    16 com.apple.WebCore 0x00007fff87cc9a2f WebCore::MainResourceLoader::continueAfterContentPolicy(WebCore::PolicyAction) + 127
    17 com.apple.WebCore 0x00007fff87cc8b7e WebCore::MainResourceLoader::didReceiveResponse(WebCore::ResourceResponse const&) + 1918
    18 com.apple.WebCore 0x00007fff87e72936 WebCore::MainResourceLoader::handleDataLoadNow(WebCore::RunLoopTimer<WebCore::M ainResourceLoader>*) + 342
    19 com.apple.CoreFoundation 0x00007fff85b2da78 __CFRunLoopRun + 5480
    20 com.apple.CoreFoundation 0x00007fff85b2c03f CFRunLoopRunSpecific + 575
    21 com.apple.HIToolbox 0x00007fff86451c4e RunCurrentEventLoopInMode + 333
    22 com.apple.HIToolbox 0x00007fff86451a53 ReceiveNextEventCommon + 310
    23 com.apple.HIToolbox 0x00007fff8645190c BlockUntilNextEventMatchingListInMode + 59
    24 com.apple.AppKit 0x00007fff842c9570 _DPSNextEvent + 718
    25 com.apple.AppKit 0x00007fff842c8ed9 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    26 com.apple.AppKit 0x00007fff8428eb29 -[NSApplication run] + 395
    27 com.apple.AppKit 0x00007fff84287844 NSApplicationMain + 364
    28 com.apple.mail 0x0000000100001760 0x100000000 + 5984
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x00007fff81194c7e kevent + 10
    1 libSystem.B.dylib 0x00007fff81196b55 dispatch_mgrinvoke + 154
    2 libSystem.B.dylib 0x00007fff81196824 dispatch_queueinvoke + 185
    3 libSystem.B.dylib 0x00007fff8119634e dispatch_workerthread2 + 244
    4 libSystem.B.dylib 0x00007fff81195c80 pthreadwqthread + 353
    5 libSystem.B.dylib 0x00007fff81195b1d start_wqthread + 13
    Thread 2:
    0 libSystem.B.dylib 0x00007fff8117befa machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff8117c56d mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff85b2cce2 __CFRunLoopRun + 2002
    3 com.apple.CoreFoundation 0x00007fff85b2c03f CFRunLoopRunSpecific + 575
    4 com.apple.Foundation 0x00007fff87737a94 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
    5 com.apple.Foundation 0x00007fff87737973 -[NSRunLoop(NSRunLoop) run] + 77
    6 com.apple.MessageFramework 0x00007fff8051c27d -[RSSInterchange _runManager] + 1445
    7 com.apple.Foundation 0x00007fff876fcf65 _NSThread__main_ + 1429
    8 libSystem.B.dylib 0x00007fff811b506e pthreadstart + 331
    9 libSystem.B.dylib 0x00007fff811b4f21 thread_start + 13
    Thread 3:
    0 libSystem.B.dylib 0x00007fff8117befa machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff8117c56d mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff85b2cce2 __CFRunLoopRun + 2002
    3 com.apple.CoreFoundation 0x00007fff85b2c03f CFRunLoopRunSpecific + 575
    4 com.apple.Foundation 0x00007fff87737a94 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
    5 com.apple.Foundation 0x00007fff87737973 -[NSRunLoop(NSRunLoop) run] + 77
    6 com.apple.MessageFramework 0x00007fff8054ef70 +[_NSSocket _runIOThread] + 78
    7 com.apple.Foundation 0x00007fff876fcf65 _NSThread__main_ + 1429
    8 libSystem.B.dylib 0x00007fff811b506e pthreadstart + 331
    9 libSystem.B.dylib 0x00007fff811b4f21 thread_start + 13
    Thread 4:
    0 libSystem.B.dylib 0x00007fff811bfaae select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x00007fff85b4e252 __CFSocketManager + 818
    2 libSystem.B.dylib 0x00007fff811b506e pthreadstart + 331
    3 libSystem.B.dylib 0x00007fff811b4f21 thread_start + 13
    Thread 5:
    0 libSystem.B.dylib 0x00007fff81195aa2 _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff81195eb4 pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff81195b1d start_wqthread + 13
    Thread 6:
    0 libSystem.B.dylib 0x00007fff81195aa2 _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff81195eb4 pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff81195b1d start_wqthread + 13
    Thread 7:
    0 libSystem.B.dylib 0x00007fff81195aa2 _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff81195eb4 pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff81195b1d start_wqthread + 13
    Thread 8:
    0 libSystem.B.dylib 0x00007fff81195aa2 _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff81195eb4 pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff81195b1d start_wqthread + 13
    Thread 9:
    0 libSystem.B.dylib 0x00007fff8117bf5a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x00007fff811ba7b2 pthread_condwait + 1015
    2 ...apple.AddressBook.framework 0x00007fff829e09db -[ABRemoteImageLoader workLoop] + 304
    3 com.apple.Foundation 0x00007fff876fcf65 _NSThread__main_ + 1429
    4 libSystem.B.dylib 0x00007fff811b506e pthreadstart + 331
    5 libSystem.B.dylib 0x00007fff811b4f21 thread_start + 13
    Thread 10:
    0 libSystem.B.dylib 0x00007fff81195aa2 _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff81195eb4 pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff81195b1d start_wqthread + 13
    Thread 11 Crashed:
    0 libSystem.B.dylib 0x00007fff8126affc __abort + 0
    1 libSystem.B.dylib 0x00007fff8126b0d1 abortreportnp + 0
    2 libstdc++.6.dylib 0x00007fff81a365d2 _tcf0 + 0
    3 libobjc.A.dylib 0x00007fff87129f49 objcterminate + 100
    4 libstdc++.6.dylib 0x00007fff81a34ae1 _cxxabiv1::_terminate(void (*)()) + 11
    5 libstdc++.6.dylib 0x00007fff81a34b16 _cxxabiv1::_unexpected(void (*)()) + 0
    6 libstdc++.6.dylib 0x00007fff81a34bfc _gxx_exception_cleanup(_Unwind_ReasonCode, UnwindException*) + 0
    7 libobjc.A.dylib 0x00007fff871263b2 object_getIvar + 0
    8 com.apple.CoreFoundation 0x00007fff85b903c7 +[NSException raise:format:arguments:] + 103
    9 com.apple.CoreFoundation 0x00007fff85b90354 +[NSException raise:format:] + 148
    10 com.apple.Foundation 0x00007fff876eeb8f -[NSCFDictionary setObject:forKey:] + 227
    11 ...apple.AddressBook.framework 0x00007fff82a3530a -[ABRecord nts_DescriptionDictionary] + 832
    12 ...apple.AddressBook.framework 0x00007fff82a34c79 -[ABRecord nts_Description] + 39
    13 ...apple.AddressBook.framework 0x00007fff82a33474 -[ABRecord description] + 67
    14 com.apple.CoreFoundation 0x00007fff85b71f7c -[NSObject(NSObject) _copyDescription] + 44
    15 com.apple.CoreFoundation 0x00007fff85b13fb9 _CFStringAppendFormatAndArgumentsAux + 6089
    16 com.apple.CoreFoundation 0x00007fff85b127ad _CFStringCreateWithFormatAndArgumentsAux + 109
    17 com.apple.datadetectorscore 0x00007fff813e6f1d DDLogv + 24
    18 com.apple.datadetectorscore 0x00007fff813e6f03 DDLog + 162
    19 com.apple.datadetectorscore 0x00007fff813e9e75 DDABSourceLoadData + 488
    20 com.apple.datadetectorscore 0x00007fff813e9c88 DDLookupTableLoadAddressBook + 26
    21 com.apple.datadetectors 0x00007fff8874e0c8 -[DDPatternCompiler createScanner:] + 118
    22 com.apple.Foundation 0x00007fff876fcf65 _NSThread__main_ + 1429
    23 libSystem.B.dylib 0x00007fff811b506e pthreadstart + 331
    24 libSystem.B.dylib 0x00007fff811b4f21 thread_start + 13
    Thread 11 crashed with X86 Thread State (64-bit):
    rax: 0x0000000000000000 rbx: 0x00007fff701ff298 rcx: 0x00007fff811ef25e rdx: 0x0000000000000000
    rdi: 0x000000000000003c rsi: 0x0000000000000000 rbp: 0x0000000116a80180 rsp: 0x0000000116a80168
    r8: 0x0000000000000000 r9: 0x0000000000989680 r10: 0x0000000000000001 r11: 0x00007fff70217478
    r12: 0x00007fff85c14ce9 r13: 0x0000000000000000 r14: 0x00007fff849c8ab0 r15: 0x0000000000000000
    rip: 0x00007fff8126affc rfl: 0x0000000000010206 cr2: 0x000000010009d000
    Binary Images:
    0x100000000 - 0x100337fef com.apple.mail 4.0 (1075) <73ADAADD-EE4F-EC80-C116-7125878517C1> /Applications/Mail.app/Contents/MacOS/Mail
    0x10040b000 - 0x100491ff3 com.apple.iLifeMediaBrowser 2.1.5 (368) <BC6090D5-47FD-882D-1123-BA40CB821481> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x112959000 - 0x112c49ff3 com.apple.RawCamera.bundle 2.3.0 (505) <E65CF964-5AFF-805A-E24C-4A9E2E3D4759> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x114ae0000 - 0x114af3ff7 com.apple.AddressBook.LocalSourceBundle 1.0 (862) <2ECC6C67-80B4-9F60-1A2F-2DF54DF51F9E> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
    0x114ed3000 - 0x114ed6fff com.apple.yahoo.syncframework 1.3 (51) <AEBB9A2D-B787-0C74-7C40-64E6F0BBF43C> /System/Library/PrivateFrameworks/YahooSync.framework/Versions/A/YahooSync
    0x114edb000 - 0x114ee1fff com.apple.AddressBook.LDAPSource 1.0 (862) <BCAA89D3-9042-F5BB-6CE2-7884EF7AB3D1> /System/Library/Address Book Plug-Ins/LDAP.sourcebundle/Contents/MacOS/LDAP
    0x115cd7000 - 0x115d36fff com.apple.google.GoogleContactSyncFramework 39 (39) <BD6B36C2-620E-DBC2-71A9-ECE0F627DE22> /System/Library/PrivateFrameworks/GoogleContactSync.framework/Versions/A/Google ContactSync
    0x1162b1000 - 0x1162d4fff com.apple.Mail.Syncer 4.0 (1075.2) <A881A40F-2861-E72C-DEAA-7169B38DD540> /System/Library/Frameworks/Message.framework/Versions/B/Resources/Syncer.syncsc hema/Contents/MacOS/Syncer
    0x7fff5fc00000 - 0x7fff5fc3bdef dyld 132.1 (???) <B633F790-4DDB-53CD-7ACF-2A3682BCEA9F> /usr/lib/dyld
    0x7fff800c8000 - 0x7fff80282fef com.apple.ImageIO.framework 3.0.0 (3.0.0) <D5594E10-F805-F816-10E9-F95753BE18CC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x7fff80283000 - 0x7fff80332fef edu.mit.Kerberos 6.5.8 (6.5.8) <A9C16B72-A1F8-3DDE-7772-E7635774CA6E> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff80338000 - 0x7fff803bcfff com.apple.print.framework.PrintCore 6.0 (312) <1F747E69-924D-8C5B-F318-C4828CC6E85D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x7fff803fd000 - 0x7fff80404fff com.apple.OpenDirectory 10.6 (10.6) <72A65D76-7831-D31E-F1B3-9E48BF26A98B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff804fe000 - 0x7fff8083cfe7 com.apple.MessageFramework 4.0 (1075.2) <E2FADB67-CB43-E1A9-4367-EC047CECC30A> /System/Library/Frameworks/Message.framework/Versions/B/Message
    0x7fff80859000 - 0x7fff808a0fef com.apple.QuickLookFramework 2.0 (327.0) <E15E267E-D462-2AD0-DB03-A54E0F94452F> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff808a1000 - 0x7fff808b9fff com.apple.iChat.InstantMessage 5.0 (742) <14DD4C3C-FAEE-40FC-FED1-65A134F96B12> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x7fff808ba000 - 0x7fff80937fe7 com.apple.CoreText 3.0.0 (???) <51175014-9F0C-7E96-FB6F-3DC5E446B92E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x7fff80938000 - 0x7fff80958fef com.apple.DirectoryService.Framework 3.6 (621) <925EE208-03B2-B24A-3686-57EAFBDA5ADF> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x7fff80959000 - 0x7fff80e51ff7 com.apple.VideoToolbox 0.420.17 (420.17) <E034AA6E-A1E4-BB8F-5AFA-F5C354DDD889> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x7fff80e52000 - 0x7fff80ecdff7 com.apple.ISSupport 1.9.1 (49) <EF46DFEE-3B41-97C1-1BE6-A19A1786B85F> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x7fff80ece000 - 0x7fff80eceff7 com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff80f03000 - 0x7fff80f40ff7 libFontRegistry.dylib ??? (???) <43ADB89E-036B-9D8F-CC4B-CE6B6BCC5AB5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff80f41000 - 0x7fff80fd1fff com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x7fff80fd2000 - 0x7fff8100ffff com.apple.LDAPFramework 2.0 (120.1) <0F7DF87D-6A08-02AF-790B-76294FCE8916> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff81010000 - 0x7fff81010ff7 com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff81011000 - 0x7fff810f5fe7 com.apple.DesktopServices 1.5.0 (1.5.0) <EA3CDFEC-713D-7291-4015-600336E83EDD> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff8111d000 - 0x7fff81131ff7 com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <621B7415-A0B9-07A7-F313-36BEEDD7B132> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff81132000 - 0x7fff81156ff7 com.apple.CoreVideo 1.6.0 (43.0) <FF5F0EEF-56BE-24DD-C8FA-CB41F126E6A8> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff8117b000 - 0x7fff8133afe7 libSystem.B.dylib ??? (???) <1AABDC4B-CBAE-F40C-405C-DAE785959F57> /usr/lib/libSystem.B.dylib
    0x7fff8133b000 - 0x7fff8133fff7 libCGXType.A.dylib ??? (???) <50EB4AB0-0B25-E5DC-FC9E-12268B51F02F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff81340000 - 0x7fff8134dfff libCSync.A.dylib ??? (???) <D97C8D7E-2CA3-9495-0C41-004CE47BC5DD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff81350000 - 0x7fff813acfff libGLU.dylib ??? (???) <AA2D37B3-8B7C-6772-F8BA-7364284C55FE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff813ad000 - 0x7fff813d0ff7 com.apple.iChat.IMFoundation 5.0 (742) <1A4FEDF7-78CF-23A3-D0FD-23D74FA556C5> /System/Library/Frameworks/IMCore.framework/Frameworks/IMFoundation.framework/V ersions/A/IMFoundation
    0x7fff813d1000 - 0x7fff813e4fff libGL.dylib ??? (???) <D452ADC0-04B1-E24F-03E6-717E58E1D659> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff813e5000 - 0x7fff81447fe7 com.apple.datadetectorscore 2.0 (80.7) <F9D2332D-0890-2ED2-1AC8-F85CB89D8BD4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x7fff814da000 - 0x7fff81529ff7 com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <14FD0978-4BE0-336B-A19E-F388694583EB> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x7fff81530000 - 0x7fff815bffff com.apple.PDFKit 2.5 (2.5) <7849E675-4289-6FEA-E314-063E91A4B07F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x7fff815c0000 - 0x7fff8167cff7 com.apple.CoreServices.OSServices 352 (352) <CD933BBD-B260-552F-E64E-291D6ED3091A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff81688000 - 0x7fff816bfff7 libssl.0.9.8.dylib ??? (???) <2D7FAEF9-A3CD-9F80-7CDE-852D3C93AEDB> /usr/lib/libssl.0.9.8.dylib
    0x7fff816c0000 - 0x7fff81775fff com.apple.ink.framework 1.3 (104) <9B552E27-7E3F-6767-058A-C998E8F78692> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff81776000 - 0x7fff8187ffff com.apple.MediaToolbox 0.420.17 (420.17) <31834AB2-1BFF-92D5-A8D2-21B0AE51FA98> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x7fff81880000 - 0x7fff818cafff com.apple.DAVKit 4.0 (729) <83F34E7A-4C4C-D021-FDB3-157600E2BA0A> /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit
    0x7fff818cb000 - 0x7fff81911fe7 libvDSP.dylib ??? (???) <2DAA1591-8AE8-B411-7D01-68DE99C63CEE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff819ea000 - 0x7fff81a67fef libstdc++.6.dylib ??? (???) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
    0x7fff81a68000 - 0x7fff81b21fff libsqlite3.dylib ??? (???) <5A15E12A-AE8F-1A36-BBC7-564E7D7AD0FB> /usr/lib/libsqlite3.dylib
    0x7fff81b52000 - 0x7fff81ee6ff7 com.apple.QuartzCore 1.6.0 (226.0) <66E14771-C5F0-1415-0B7B-C45EE00C51A1> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff81ee7000 - 0x7fff81eedff7 com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff81eee000 - 0x7fff81ef9ff7 com.apple.speech.recognition.framework 3.10.10 (3.10.10) <7E2A89FC-0F18-1CCC-472E-AD0E2BC2DD4C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x7fff81efa000 - 0x7fff81efcfff com.apple.print.framework.Print 6.0 (237) <70DA9755-5DC1-716B-77E2-E42C5DAB85A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x7fff81efd000 - 0x7fff81fb1fef com.apple.ColorSync 4.6.0 (4.6.0) <080BEDDE-E7A4-F88D-928B-7501574A157B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff81fb2000 - 0x7fff81fe7ff7 libcups.2.dylib ??? (???) <1FE99C26-B845-F508-815A-5B2CF2CA5337> /usr/lib/libcups.2.dylib
    0x7fff81ffe000 - 0x7fff82120ff7 com.apple.audio.toolbox.AudioToolbox 1.6 (1.6) <3CA3B481-9627-6F36-F2B8-C2763DEEB128> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff8213c000 - 0x7fff8214dfff com.apple.DSObjCWrappers.Framework 10.6 (134) <3C08225D-517E-2822-6152-F6EB13A4ADF9> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x7fff8214e000 - 0x7fff8214eff7 com.apple.CoreServices 44 (44) <210A4C56-BECB-E3E4-B6EE-7EC53E02265D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff8214f000 - 0x7fff82151fff libRadiance.dylib ??? (???) <77F285E0-5D5E-A0B0-A89E-9332D6AB2867> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff82152000 - 0x7fff82181ff7 com.apple.quartzfilters 1.6.0 (1.6.0) <9CECB4FC-1CCF-B8A2-B935-5888B21CBEEF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x7fff82182000 - 0x7fff82191fff com.apple.NetFS 3.2 (3.2) <61E3D8BE-A529-20BF-1A11-026EC774820D> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff82192000 - 0x7fff821f8fe7 com.apple.AppleVAFramework 4.6.2 (4.6.2) <3DA57727-EAD1-A199-4093-54CC4698A109> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff821f9000 - 0x7fff8223dfef com.apple.ImageCaptureCore 1.0 (1.0) <29A6CF83-B5C2-9730-D71D-825AEC8657F5> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x7fff8223e000 - 0x7fff82241fff com.apple.help 1.3.1 (41) <54B79BA2-B71B-268E-8752-5C8EE00E49E4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x7fff82242000 - 0x7fff82250ff7 libkxld.dylib ??? (???) <823B6BE6-E952-3B3C-3633-8F4D6C4606A8> /usr/lib/system/libkxld.dylib
    0x7fff82286000 - 0x7fff822b1ff7 libxslt.1.dylib ??? (???) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
    0x7fff822ba000 - 0x7fff822beff7 libmathCommon.A.dylib ??? (???) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
    0x7fff822bf000 - 0x7fff822c4fff libGIF.dylib ??? (???) <0C112067-95FE-B9BC-C70C-64A46A277F34> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff822c5000 - 0x7fff822c5ff7 com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) <BA861575-B0DE-50F5-A799-BDF188A3D4EF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x7fff822c6000 - 0x7fff82381ff7 libFontParser.dylib ??? (???) <8926E1B0-6D1E-502A-5028-1DCC57F6D6FA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff823c1000 - 0x7fff823d7fff com.apple.ImageCapture 6.0 (6.0) <5B5AF8FB-C12A-B51F-94FC-3EC4698E818E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x7fff823d8000 - 0x7fff823e3fff com.apple.CrashReporterSupport 10.6 (237) <7B22FB86-33C7-A775-2F13-0D3356E2B971> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x7fff8251d000 - 0x7fff82528fff com.apple.dotMacLegacy 3.2 (266) <80F00DE2-4C50-0FD9-5C6E-3EAA1599277B> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x7fff82529000 - 0x7fff8259dff7 com.apple.WhitePagesFramework 10.6.0 (140.0) <546E204C-AC7A-030C-DC32-125A3E422FB5> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x7fff8259e000 - 0x7fff825bffff libresolv.9.dylib ??? (???) <01C7C750-7F6A-89B3-C586-5C50A839019E> /usr/lib/libresolv.9.dylib
    0x7fff825c0000 - 0x7fff825c1ff7 com.apple.TrustEvaluationAgent 1.0 (1) <4B6B7853-EDAC-08B7-3324-CA9A3802FAE2> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff825c2000 - 0x7fff825fcfff com.apple.bom 10.0 (164) <E5C9AFBD-68C1-197E-72B0-B43295DC87DC> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff825fd000 - 0x7fff8262efef libTrueTypeScaler.dylib ??? (???) <3F30259E-9EB0-18D2-B0F3-7B8A9625574E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff8262f000 - 0x7fff82670ff7 com.apple.SystemConfiguration 1.10 (1.10) <E3FF1FC8-C760-2047-F954-0D283DD0F714> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff82671000 - 0x7fff82677fff com.apple.AOSNotification 1.1.0 (123.3) <9436ED02-186A-E6CC-E594-31E3942A5898> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x7fff82678000 - 0x7fff82680fff com.apple.iChat.IMUtils 5.0 (742) <58F866BF-C746-E260-DBA8-265B772EDDBA> /System/Library/Frameworks/IMCore.framework/Frameworks/IMUtils.framework/Versio ns/A/IMUtils
    0x7fff82681000 - 0x7fff82697fff com.apple.MultitouchSupport.framework 200.20 (200.20) <96B8C66E-D84D-863B-CB1D-F7E005569706> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff82698000 - 0x7fff826d3ff7 com.apple.CoreMediaIOServices 101.0 (715) <7B93206A-FEC5-FCC3-3587-91E3CEC61797> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x7fff826d4000 - 0x7fff82731fef com.apple.framework.IOKit 2.0 (???) <65AA6170-12E3-BFB5-F982-E0C433610A1F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff82732000 - 0x7fff827ccfe7 com.apple.ApplicationServices.ATS 4.0 (???) <76009EB5-037B-8A08-5AB5-18DA59559509> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7fff827cd000 - 0x7fff827ceff7 com.apple.audio.units.AudioUnit 1.6 (1.6) <7A51FBCE-7907-28A0-B2D2-CAADA78F2913> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff827cf000 - 0x7fff82839fe7 libvMisc.dylib ??? (???) <524DC30F-6A54-CCED-56D9-F57033B06E99> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff82849000 - 0x7fff82986fef com.apple.WebKit 6531 (6531.9) <17A680A1-FE75-81E5-952A-047E5FA96F66> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff82987000 - 0x7fff829caff7 libRIP.A.dylib ??? (???) <8D7113D2-71A7-A205-D2D0-2DB0F37FFBB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff829cb000 - 0x7fff82c01fef com.apple.AddressBook.framework 5.0 (862) <06928F7A-AFEC-7C7F-E1EC-D99983588C00> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff82c02000 - 0x7fff82c4fff7 libauto.dylib ??? (???) <8658DB85-C611-1212-44E5-5B2539018FA0> /usr/lib/libauto.dylib
    0x7fff82c96000 - 0x7fff82cd6fef com.apple.QD 3.31 (???) <0FA2713A-99BD-A96B-56AF-7DB0AB4927AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff82cd7000 - 0x7fff82d07fef com.apple.shortcut 1.1 (1.1) <A99C9D8E-290B-B1E4-FEA5-CC5F2FB9C18D> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x7fff82d08000 - 0x7fff82d4bfff libtidy.A.dylib ??? (???) <8AF4DB3A-7BDB-7AF7-0E9C-413BBBD0E380> /usr/lib/libtidy.A.dylib
    0x7fff82d4c000 - 0x7fff82d6cfff com.apple.DotMacSyncManager 2.0.0 (446) <1D7898EC-2EA8-EAAF-821A-B0E1A170CB03> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x7fff82d6d000 - 0x7fff82debfef com.apple.audio.CoreAudio 3.2.0 (3.2) <51E4AA76-3A8A-2B78-95D2-582501421A4E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff82dec000 - 0x7fff82e0aff7 libPng.dylib ??? (???) <6A0E35B8-2E33-7C64-2B53-6F47F628DE7A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff82e0b000 - 0x7fff8324efef libLAPACK.dylib ??? (???) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff8324f000 - 0x7fff832d1fef com.apple.QuickLookUIFramework 2.0 (327.0) <B9850E11-3F04-100F-0122-B4AD6222A43F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x7fff832dd000 - 0x7fff8332cff7 libTIFF.dylib ??? (???) <E11A75A8-223C-8B5E-7F62-821F9ADE8821> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff8332d000 - 0x7fff8350cfff com.apple.CalendarStore 4.0 (965) <86082B77-ABD6-A9DD-E0CE-C5471ED2399A> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x7fff8350d000 - 0x7fff8350dff7 com.apple.quartzframework 1.5 (1.5) <B182B579-BCCE-81BF-8DA2-9E0B7BDF8516> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff8350e000 - 0x7fff8351bff7 com.apple.AppleFSCompression 1.0 (1.0) <597C8E16-90C0-A7AA-7236-5D1281F20AD0> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x7fff8351c000 - 0x7fff83545ff7 com.apple.speech.LatentSemanticMappingFramework 2.6.9 (2.6.9) <CDFCD034-B44A-1C99-CBA4-ED9F233B3DD4> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
    0x7fff83546000 - 0x7fff835c3fef com.apple.backup.framework 1.1 (1.0) <35E2F1B1-C301-EFF7-F222-964D1A6ABE09> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff835c4000 - 0x7fff835eafe7 libJPEG.dylib ??? (???) <52ACD177-F101-BEF5-E7CC-9131F8372D0A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff835eb000 - 0x7fff8376ffff com.apple.JavaScriptCore 6531 (6531.5) <8C470ACB-1A45-71FC-673D-34EA3F5EF0DC> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff83770000 - 0x7fff83810fff com.apple.LaunchServices 360.3 (360.3) <02FFE657-CC7A-5266-F06E-8732E28F70A9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff83841000 - 0x7fff838adff7 com.apple.CorePDF 1.0 (1.0) <8D76B569-F938-6337-533A-5C8A69B005DA> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff838ae000 - 0x7fff83979fe7 ColorSyncDeprecated.dylib ??? (???) <03DA3BF0-1293-8947-A8B6-5E599F5B5DC7> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x7fff8397a000 - 0x7fff839cffef com.apple.framework.familycontrols 2.0 (2.0) <2520A455-5487-1964-C5D9-D284699D2537> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x7fff839d0000 - 0x7fff83a42fef com.apple.CoreSymbolication 2.0 (23) <06F8561E-4B36-7BF6-31BA-64091B3D8058> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x7fff83a43000 - 0x7fff83a52fef com.apple.opengl 1.6.3 (1.6.3) <6318A188-B43D-E82F-C157-2E76331227BD> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff83a83000 - 0x7fff83abefef com.apple.AE 496 (496) <6AFD62E0-DD92-4F04-A73A-90224D80593D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff83abf000 - 0x7fff841b15d7 com.apple.CoreGraphics 1.535.5 (???) <6599C41F-2D50-5E04-44E4-44FA90E022B5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff841b2000 - 0x7fff841b5ff7 com.apple.securityhi 4.0 (36638) <77F40B57-2D97-7AE5-1331-8945C71DFB57> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff841b6000 - 0x7fff841c8fe7 libsasl2.2.dylib ??? (???) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
    0x7fff841c9000 - 0x7fff841f1fff com.apple.DictionaryServices 1.1 (1.1) <D57BA55A-4CC5-5C17-8077-AEEA27A01C7A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff841f2000 - 0x7fff84203fef libz.1.dylib ??? (???) <3A7A4C48-A4C8-A78A-8B87-C0DDF6601AC8> /usr/lib/libz.1.dylib
    0x7fff84204000 - 0x7fff84264fff com.apple.ExchangeWebServices 1.0 (54) <C56EF9CA-93FC-066F-23E5-E1FD53D86916> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
    0x7fff84265000 - 0x7fff8427efff com.apple.CFOpenDirectory 10.6 (10.6) <0F46E102-8B8E-0995-BA85-3D9608F0A30C> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x7fff8427f000 - 0x7fff84284ff7 com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x7fff84285000 - 0x7fff84c77fef com.apple.AppKit 6.6 (1038) <D4AB61F8-371E-D197-6F3D-DE397D1A717C> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff84c78000 - 0x7fff84de5fe7 com.apple.QTKit 7.6.3 (1584) <6D02A542-5202-4022-2050-5BE01F70D225> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff84de6000 - 0x7fff84e1fff7 com.apple.MeshKit 1.0 (49.0) <7587A7F2-DF5D-B8B2-A6A8-1389CF28BC51> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x7fff84e20000 - 0x7fff84e51fff libGLImage.dylib ??? (???) <4F318A3E-20C1-D846-2B36-62451A3241F7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff84e52000 - 0x7fff84f1efff com.apple.CFNetwork 454.4 (454.4) <E7721AD8-3177-8749-60F7-5EF323E6492B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x7fff84f1f000 - 0x7fff84f3aff7 com.apple.openscripting 1.3 (???) <DFBFBFD3-90C0-0710-300C-1A7210CB3713> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff84f3b000 - 0x7fff85073ff7 com.apple.CoreData 102 (246) <0502CBD8-513E-C19A-3562-20EC35535D71> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff85074000 - 0x7fff850dcff7 com.apple.MeshKitRuntime 1.0 (49.0) <580F1945-540B-1E68-0341-A6ADAD78397E> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x7fff850dd000 - 0x7fff858e7fe7 libBLAS.dylib ??? (???) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff858e8000 - 0x7fff858fdfff com.apple.LangAnalysis 1.6.5 (1.6.5) <D4956302-5A2D-2AFD-C143-6287F1313196> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff858fe000 - 0x7fff85a5bff7 com.apple.syncservices 5.0 (575) <5A2B1757-BADC-9E3E-9260-3133C45859BB> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x7fff85a5c000 - 0x7fff85a97fe7 com.apple.CoreMedia 0.420.17 (420.17) <E299556E-6930-DC30-DA23-88B812AF63CA> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff85ae1000 - 0x7fff85c54fef com.apple.CoreFoundation 6.6 (550) <04EC0CC2-6CE4-4EE0-03B9-6C5109398CB1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff85e39000 - 0x7fff85e90fff com.apple.Symbolication 1.1 (67) <73B6FC15-9E05-69E2-2955-14F82F9BC337> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x7fff85e91000 - 0x7fff860cafe7 com.apple.imageKit 2.0 (1.0) <F579694D-9FA0-6365-45CD-E380C2EB2573> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x7fff860cb000 - 0x7fff860ceff7 libCoreVMClient.dylib ??? (???) <3A41933A-5174-7516-37E0-8E06365BF3DA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff860cf000 - 0x7fff860f0ff7 com.apple.opencl 11 (11) <A53E07FB-AD2F-9F3E-EC00-7DCC7DDE2F90> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff860f1000 - 0x7fff86423fef com.apple.CoreServices.CarbonCore 859.1 (859.1) <5712C4C1-B18B-88EE-221F-DA04A8EDA029> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff86424000 - 0x7fff86721fef com.apple.HIToolbox 1.6.0 (???) <870B39B2-55BD-9C82-72EB-2E3470BD0E14> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff86738000 - 0x7fff86739fff com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <5062DACE-FCE7-8E41-F5F6-58821778629C> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x7fff8673a000 - 0x7fff8674dff7 com.apple.syncservices.syncservicesui 5.0 (575) <4B99D800-624D-FEBF-CC70-EAC553046AEB> /System/Library/PrivateFrameworks/SyncServicesUI.framework/Versions/A/SyncServi cesUI
    0x7fff8674e000 - 0x7fff86754fff libCGXCoreImage.A.dylib ??? (???) <D113DB65-BB37-5499-8825-E6AE8AB1F8B8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x7fff86755000 - 0x7fff86793fef com.apple.DebugSymbols 1.1 (70) <C3D11461-E118-09DB-D9D7-8972B3FD160F> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x7fff86794000 - 0x7fff86796fef com.apple.ExceptionHandling 1.5 (10) <F2867B93-A56A-974F-9556-266BCE394057> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x7fff86797000 - 0x7fff86a01ff7 com.apple.QuartzComposer 4.0 (156.6) <4E43D357-4A18-5D16-02E8-14324A5B9302> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x7fff86a02000 - 0x7fff86adcff7 com.apple.vImage 4.0 (4.0) <354F34BF-B221-A3C9-2CA7-9BE5E14AD5AD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff86add000 - 0x7fff86ae3ff7 IOSurface ??? (???) <8E0EE904-59D1-9AA0-CE55-B1777F4BAEC1> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff86ae4000 - 0x7fff86bf3ff7 libcrypto.0.9.8.dylib ??? (???) <A2DA70D0-02AE-89FA-1CDA-B3CA986CAE6D> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff86bf4000 - 0x7fff86bfcff7 com.apple.NSServerNotificationCenter 2 (1.0) <0F9B07B8-D9F9-A55D-AB60-9CC3533D77F8> /System/Library/Frameworks/ServerNotification.framework/Versions/A/ServerNotifi cation
    0x7fff86c0f000 - 0x7fff86c5efff com.apple.iCalendar 1 (42) <25CA7CA2-0994-62F1-9A2E-F938C8142330> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
    0x7fff86c5f000 - 0x7fff86c66ff7 com.apple.KerberosHelper 2.0 (1.0) <F0154529-03F3-356D-56BC-A78964B2BE50> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x7fff86c67000 - 0x7fff86caeff7 com.apple.coreui 0.2 (112) <E64F7594-7829-575F-666A-0B16875FC644> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff86caf000 - 0x7fff86cf8ff7 com.apple.securityinterface 4.0 (36981) <F14235A2-8320-1A71-24FE-EB22008483E9> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x7fff86cf9000 - 0x7fff86e10fef libxml2.2.dylib ??? (???) <6D4C196C-B061-CBCD-AAFD-A21736A8425C> /usr/lib/libxml2.2.dylib
    0x7fff86e11000 - 0x7fff86e5bfef com.apple.IMCore 5.0 (742) <EE4D5BA7-AFFF-0FB1-08AF-A4152A741B8B> /System/Library/Frameworks/IMCore.framework/Versions/A/IMCore
    0x7fff86f5f000 - 0x7fff8711cfff libicucore.A.dylib ??? (???) <224721C0-EC21-94D0-6484-66C603C34CBE> /usr/lib/libicucore.A.dylib
    0x7fff8711d000 - 0x7fff871d3fe7 libobjc.A.dylib ??? (???) <261D97A3-225B-8A00-56AA-F9F27973063F> /usr/lib/libobjc.A.dylib
    0x7fff87210000 - 0x7fff87315fe7 libGLProgrammability.dylib ??? (???) <EDEC71CB-5F5B-7F55-47F4-19E953E3BE61> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x7fff87316000 - 0x7fff87317fff liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
    0x7fff87318000 - 0x7fff87362ff7 com.apple.Metadata 10.6.0 (507.1) <AA0DF8E0-9B5B-2377-9B20-884919E28994> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff8754d000 - 0x7fff87554ff7 com.apple.DisplayServicesFW 2.1 (2.1) <2C039CF5-8AF8-6DA3-3C77-566B22EFB172> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x7fff87578000 - 0x7fff8758efef libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
    0x7fff8758f000 - 0x7fff8758fff7 com.apple.Carbon 150 (152) <8D8CF535-90BE-691C-EC1B-63FBE2162C9B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff87590000 - 0x7fff8759bfff com.apple.HelpData 2.0.3 (33) <51BB9EFA-8C21-A7F9-09C7-E0DE1E5EC3B1> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x7fff875c0000 - 0x7fff875ccfef libbz2.1.0.dylib ??? (???) <4AA81AA7-DF37-6430-07D1-F59F37AEC357> /usr/lib/libbz2.1.0.dylib
    0x7fff875cd000 - 0x7fff876ebff7 com.apple.PubSub 1.0.4 (65.11) <C1D56F85-7553-FB97-2A31-35CEB2BB8B63> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x7fff876ec000 - 0x7fff8796dfe7 com.apple.Foundation 6.6 (751) <CCE98C5C-DFEA-6C80-A014-A5985437072E> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff8796e000 - 0x7fff87bf2fff com.apple.security 6.0 (36910) <F7431448-BC2E-835D-E7A2-E47E0A5CB984> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff87bf3000 - 0x7fff87bf3ff7 com.apple.Accelerate 1.5 (Accelerate 1.5) <E517A811-E0E6-89D0-F397-66122C7A25A4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff87c42000 - 0x7fff88665fe7 com.apple.WebCore 6531 (6531.9) <6DEBA397-4369-A8B1-1757-40FD454F6B51> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x7fff88666000 - 0x7fff886b7fe7 com.apple.HIServices 1.8.0 (???) <113EEB8A-8EC6-9F86-EF46-4BA5C2CBF77C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff886b8000 - 0x7fff886b8ff7 com.apple.vecLib 3.5 (vecLib 3.5) <5B072584-9579-F54F-180E-5D425B37E85C> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff886b9000 - 0x7fff886befff libGFXShared.dylib ??? (???) <C386DB22-A0AA-D826-ACBA-25E82B480D05> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x7fff886bf000 - 0x7fff8874bfef SecurityFoundation ??? (???) <B69E2FF9-A698-4923-BC8B-180224B6EF75> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff8874c000 - 0x7fff88767fff com.apple.datadetectors 2.0 (102.0) <D3E026E9-C12A-88ED-25FC-7A58E435AB02> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
    0x7fff88768000 - 0x7fff88872ff7 com.apple.MeshKitIO 1.0 (49.0) <66600E25-66F9-D31A-EA47-E81518FF6DDA> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x7fffffe00000 - 0x7fffffe01fff libSystem.B.dylib ??? (???) <1AABDC4B-CBAE-F40C-405C-DAE785959F57> /usr/lib/libSystem.B.dylib
    Model: MacBook5,1, BootROM MB51.007D.B03, 2 processors, Intel Core 2 Duo, 2 GHz, 2 GB, SMC 1.32f8
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.10.91.19)
    Bluetooth: Version 2.2.0f18, 2 service, 1 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: FUJITSU MHZ2160BH FFS G1, 149.05 GB
    Serial ATA Device: HL-DT-ST DVDRW GS21N
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8507, 0x24400000
    USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x06100000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8213, 0x06110000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x0236, 0x04600000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0x04500000

    Thanks for responding. I tried holding the shift key and opening the message. Followed the steps you described in your note but did not help. The Mail app continues to crash. Here's the log (only part of the log posted) from the crash when I try it with the shift key.
    Process: Mail [2024]
    Path: /Applications/Mail.app/Contents/MacOS/Mail
    Identifier: com.apple.mail
    Version: 4.0 (1075)
    Build Info: Mail-10750000~1
    Code Type: X86-64 (Native)
    Parent Process: launchd [130]
    Date/Time: 2010-03-10 01:49:40.426 -0600
    OS Version: Mac OS X 10.6 (10A432)
    Report Version: 6
    Interval Since Last Report: 34532 sec
    Crashes Since Last Report: 4
    Per-App Interval Since Last Report: 184 sec
    Per-App Crashes Since Last Report: 3
    Anonymous UUID: 3E056F7E-37B4-4E01-ACA8-DC3FE90FDAFF
    Exception Type: EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread: 17
    Application Specific Information:
    -[IMAPAccount _fetchUnreadCountsCheckForNewMessages:]
    -[IMAPMailboxSyncEngine _goWithMessagesIfNeeded:]
    -[LibraryIMAPStore openSynchronously]
    -[MessageContentController _fetchContentsForMessage:fromStore:withViewingState:]
    -[IMAPAccount fetchSynchronouslyIsAuto:]
    -[IMAPAccount fetchSynchronouslyIsAuto:]
    abort() called
    * Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '* -[NSCFDictionary setObject:forKey:]: attempt to insert nil value (key: Unique ID)'
    * Call stack at first throw:
    0 CoreFoundation 0x00007fff85b905a4 __exceptionPreprocess + 180
    1 libobjc.A.dylib 0x00007fff87126313 objcexceptionthrow + 45
    2 CoreFoundation 0x00007fff85b903c7 +[NSException raise:format:arguments:] + 103
    3 CoreFoundation 0x00007fff85b90354 +[NSException raise:format:] + 148
    4 Foundation 0x00007fff876eeb8f -[NSCFDictionary setObject:forKey:] + 227
    5 AddressBook 0x00007fff82a3530a -[ABRecord nts_DescriptionDictionary] + 832
    6 AddressBook 0x00007fff82a34c79 -[ABRecord nts_Description] + 39
    7 AddressBook 0x00007fff82a33474 -[ABRecord description] + 67
    8 CoreFoundation 0x00007fff85b71f7c -[NSObject(NSObject) _copyDescription] + 44
    9 CoreFoundation 0x00007fff85b13fb9 _CFStringAppendFormatAndArgumentsAux + 6089
    10 CoreFoundation 0x00007fff85b127ad _CFStringCreateWithFormatAndArgumentsAux + 109
    11 DataDetectorsCore 0x00007fff813e6f1d DDLogv + 24
    12 DataDetectorsCore 0x00007fff813e6f03 DDLog + 162
    13 DataDetectorsCore 0x00007fff813e9e75 DDABSourceLoadData + 488
    14 DataDetectorsCore 0x00007fff813e9c88 DDLookupTableLoadAddressBook + 26
    15 DataDetectors 0x00007fff8874e0c8 -[DDPatternCompiler createScanner:] + 118
    16 Foundation 0x00007fff876fcf65 _NSThread__main_ + 1429
    17 libSystem.B.dylib 0x00007fff811b506e pthreadstart + 331
    18 libSystem.B.dylib 0x00007fff811b4f21 thread_start + 13
    Thread 0: Dispatch queue: com.apple.main-thread
    0 libFontParser.dylib 0x00007fff822d0539 TTrueTypeFontHandler::GetBounds(unsigned short, double&, double&, double&, double&) const + 75
    1 libFontParser.dylib 0x00007fff822d00d9 FPFontGetGlyphIdealBounds + 188
    2 libCGXType.A.dylib 0x00007fff8133d00c xtfont_get_glyphbboxes + 521
    3 libCGXType.A.dylib 0x00007fff8133cdfe getglyphbboxes + 9
    4 com.apple.CoreGraphics 0x00007fff83af6688 CGFontGetGlyphBBoxesForStyle + 25
    5 com.apple.CoreGraphics 0x00007fff83af665a CGFontGetGlyphBBoxes + 132
    6 com.apple.CoreText 0x00007fff808c8070 TFont::GetBoundingBoxesForGlyphs(unsigned short const*, CGRect*, long, unsigned int) const + 1074
    7 com.apple.CoreText 0x00007fff808c7ac1 CTFontGetBoundingRectsForGlyphs + 189
    8 com.apple.AppKit 0x00007fff842dbb0a __NSFontInstanceInfoInitializeMetricsInfo + 739
    9 com.apple.AppKit 0x00007fff8436e0a0 -[__NSSharedFontInstanceInfo _numberOfGlyphs] + 37
    10 com.apple.AppKit 0x00007fff8443e95c -[NSFont boundingRectForGlyph:] + 47
    11 com.apple.WebCore 0x00007fff87cb28b7 WebCore::SimpleFontData::platformInit() + 855
    12 com.apple.WebCore 0x00007fff87cb2458 WebCore::SimpleFontData::SimpleFontData(WebCore::FontPlatformData const&, bool, bool, WebCore::SVGFontData*) + 456
    13 com.apple.WebCore 0x00007fff87cb20ef WebCore::FontCache::getCachedFontData(WebCore::FontPlatformData const*) + 175
    14 com.apple.WebCore 0x00007fff87d24e7e WebCore::FontCache::getFontData(WebCore::Font const&, int&, WebCore::FontSelector*) + 206
    15 com.apple.WebCore 0x00007fff87cb4733 WebCore::FontFallbackList::fontDataAt(WebCore::Font const*, unsigned int) const + 99
    16 com.apple.WebCore 0x00007fff87d393ba WebCore::FontFallbackList::determinePitch(WebCore::Font const*) const + 26
    17 com.apple.WebCore 0x00007fff87d3937f WebCore::Font::isFixedPitch() const + 31
    18 com.apple.WebCore 0x00007fff883e4b66 WebCore::RenderBlock::findNextLineBreak(WebCore::BidiResolver<WebCore::InlineIt erator, WebCore::BidiRun>&, bool, bool&, bool&, WebCore::EClear*) + 3046
    19 com.apple.WebCore 0x00007fff87d36929 WebCore::RenderBlock::layoutInlineChildren(bool, int&, int&) + 2265
    20 com.apple.WebCore 0x00007fff87d3359d WebCore::RenderBlock::layoutBlock(bool) + 1613
    21 com.apple.WebCore 0x00007fff87d32f13 WebCore::RenderBlock::layout() + 35
    22 com.apple.WebCore 0x00007fff87d34bd6 WebCore::RenderBlock::layoutBlockChildren(bool, int&) + 1190
    23 com.apple.WebCore 0x00007fff87d3328f WebCore::RenderBlock::layoutBlock(bool) + 831
    24 com.apple.WebCore 0x00007fff87d32f13 WebCore::RenderBlock::layout() + 35
    25 com.apple.WebCore 0x00007fff87d34bd6 WebCore::RenderBlock::layoutBlockChildren(bool, int&) + 1190
    26 com.apple.WebCore 0x00007fff87d3328f WebCore::RenderBlock::layoutBlock(bool) + 831
    27 com.apple.WebCore 0x00007fff87d32f13 WebCore::RenderBlock::layout() + 35
    28 com.apple.WebCore 0x00007fff87d34bd6 WebCore::RenderBlock::layoutBlockChildren(bool, int&) + 1190
    29 com.apple.WebCore 0x00007fff87d3328f WebCore::RenderBlock::layoutBlock(bool) + 831
    30 com.apple.WebCore 0x00007fff87d32f13 WebCore::RenderBlock::layout() + 35
    31 com.apple.WebCore 0x00007fff87d34bd6 WebCore::RenderBlock::layoutBlockChildren(bool, int&) + 1190
    32 com.apple.WebCore 0x00007fff87d3328f WebCore::RenderBlock::layoutBlock(bool) + 831
    33 com.apple.WebCore 0x00007fff87d32f13 WebCore::RenderBlock::layout() + 35
    34 com.apple.WebCore 0x00007fff87d34bd6 WebCore::RenderBlock::layoutBlockChildren(bool, int&) + 1190
    35 com.apple.WebCore 0x00007fff87d3328f WebCore::RenderBlock::layoutBlock(bool) + 831
    36 com.apple.WebCore 0x00007fff87d32f13 WebCore::RenderBlock::layout() + 35
    37 com.apple.WebCore 0x00007fff87d34bd6 WebCore::RenderBlock::layoutBlockChildren(bool, int&) + 1190
    38 com.apple.WebCore 0x00007fff87d3328f WebCore::RenderBlock::layoutBlock(bool) + 831
    39 com.apple.WebCore 0x00007fff87d32f13 WebCore::RenderBlock::layout() + 35
    40 com.apple.WebCore 0x00007fff87d34bd6 WebCore::RenderBlock::layoutBlockChildren(bool, int&) + 1190
    41 com.apple.WebCore 0x00007fff87d3328f WebCore::RenderBlock::layoutBlock(bool) + 831
    42 com.apple.WebCore 0x00007fff87d32f13 WebCore::RenderBlock::layout() + 35
    43 com.apple.WebCore 0x00007fff87d34bd6 WebCore::RenderBlock::layoutBlockChildren(bool, int&) + 1190
    44 com.apple.WebCore 0x00007fff87d3328f WebCore::RenderBlock::layoutBlock(bool) + 831
    45 com.apple.WebCore 0x00007fff87d32f13 WebCore::RenderBlock::layout() + 35
    46 com.apple.WebCore 0x00007fff87d34bd6 WebCore::RenderBlock::layoutBlockChildren(bool, int&) + 1190
    47 com.apple.WebCore 0x00007fff87d3328f WebCore::RenderBlock::layoutBlock(bool) + 831
    48 com.apple.WebCore 0x00007fff87d32f13 WebCore::RenderBlock::layout() + 35
    49 com.apple.WebCore 0x00007fff87d34bd6 WebCore::RenderBlock::layoutBlockChildren(bool, int&) + 1190
    50 com.apple.WebCore 0x00007fff87d3328f WebCore::RenderBlock::layoutBlock(bool) + 831
    51 com.apple.WebCore 0x00007fff87d32f13 WebCore::RenderBlock::layout() + 35
    52 com.apple.WebCore 0x00007fff87d34bd6 WebCore::RenderBlock::layoutBlockChildren(bool, int&) + 1190
    53 com.apple.WebCore 0x00007fff87d3328f WebCore::RenderBlock::layoutBlock(bool) + 831
    54 com.apple.WebCore 0x00007fff87d32f13 WebCore::RenderBlock::layout() + 35
    55 com.apple.WebCore 0x00007fff87d34bd6 WebCore::RenderBlock::layoutBlockChildren(bool, int&) + 1190
    56 com.apple.WebCore 0x00007fff87d3328f WebCore::RenderBlock::layoutBlock(bool) + 831
    57 com.apple.WebCore 0x00007fff87d32f13 WebCore::RenderBlock::layout() + 35
    58 com.apple.WebCore 0x00007fff87d34bd6 WebCore::RenderBlock::layoutBlockChildren(bool, int&) + 1190
    59 com.apple.WebCore 0x00007fff87d3328f WebCore::RenderBlock::layoutBlock(bool) + 831
    60 com.apple.WebCore 0x00007fff87d32f13 WebCore::RenderBlock::layout() + 35
    61 com.apple.WebCore 0x00007fff87d34bd6 WebCore::RenderBlock::layoutBlockChildren(bool, int&) + 1190
    62 com.apple.WebCore 0x00007fff87d3328f WebCore::RenderBlock::layoutBlock(bool) + 831
    63 com.apple.WebCore 0x00007fff87d32f13 WebCore::RenderBlock::layout() + 35
    64 com.apple.WebCore 0x00007fff87d34bd6 WebCore::RenderBlock::layoutBlockChildren(bool, int&) + 1190
    65 com.apple.WebCore 0x00007fff87d3328f WebCore::RenderBlock::layoutBlock(bool) + 831
    66 com.apple.WebCore 0x00007fff87d32f13 WebCore::RenderBlock::layout() + 35
    67 com.apple.WebCore 0x00007fff87d34bd6 WebCore::RenderBlock::layoutBlockChildren(bool, int&) + 1190
    68 com.apple.WebCore 0x00007fff87d3328f WebCore::RenderBlock::layoutBlock(bool) + 831
    69 com.apple.WebCore 0x00007fff87d32f13 WebCore::RenderBlock::layout() + 35
    70 com.apple.WebCore 0x00007fff87d32d9b WebCore::RenderView::layout() + 283
    71 com.apple.WebCore 0x00007fff87d31456 WebCore::FrameView::layout(bool) + 1190
    72 com.apple.WebCore 0x00007fff87cac70c WebCore::Document::implicitClose() + 604
    73 com.apple.WebCore 0x00007fff87cac2a5 WebCore::FrameLoader::checkCompleted() + 181
    74 com.apple.WebCore 0x00007fff87cab661 WebCore::FrameLoader::finishedParsing() + 97
    75 com.apple.WebCore 0x00007fff87caa6d3 WebCore::Document::finishedParsing() + 147
    76 com.apple.WebCore 0x00007fff87c88f3a WebCore::HTMLTokenizer::finish() + 1626
    77 com.apple.WebCore 0x00007fff87c63917 WebCore::FrameLoader::endIfNotLoadingMainResource() + 119
    78 com.apple.WebCore 0x00007fff87d151ce WebCore::FrameLoader::finishedLoading() + 62
    79 com.apple.WebCore 0x00007fff87d150df WebCore::MainResourceLoader::didFinishLoading() + 47
    80 com.apple.WebCore 0x00007fff87cc9ec2 WebCore::MainResourceLoader::continueAfterContentPolicy(WebCore::PolicyAction, WebCore::ResourceResponse const&) + 1122
    81 com.apple.WebCore 0x00007fff87cc9a2f WebCore::MainResourceLoader::continueAfterContentPolicy(WebCore::PolicyAction) + 127
    82 com.apple.WebCore 0x00007fff87cc8b7e WebCore::MainResourceLoader::didReceiveResponse(WebCore::ResourceResponse const&) + 1918
    83 com.apple.WebCore 0x00007fff87e72936 WebCore::MainResourceLoader::handleDataLoadNow(WebCore::RunLoopTimer<WebCore::M ainResourceLoader>*) + 342
    84 com.apple.CoreFoundation 0x00007fff85b2da78 __CFRunLoopRun + 5480
    85 com.apple.CoreFoundation 0x00007fff85b2c03f CFRunLoopRunSpecific + 575
    86 com.apple.HIToolbox 0x00007fff86451c4e RunCurrentEventLoopInMode + 333
    87 com.apple.HIToolbox 0x00007fff86451a53 ReceiveNextEventCommon + 310
    88 com.apple.HIToolbox 0x00007fff8645190c BlockUntilNextEventMatchingListInMode + 59
    89 com.apple.AppKit 0x00007fff842c9570 _DPSNextEvent + 718
    90 com.apple.AppKit 0x00007fff842c8ed9 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    91 com.apple.AppKit 0x00007fff8428eb29 -[NSApplication run] + 395
    92 com.apple.AppKit 0x00007fff84287844 NSApplicationMain + 364
    93 com.apple.mail 0x0000000100001760 0x100000000 + 5984
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x00007fff81194c7e kevent + 10
    1 libSystem.B.dylib 0x00007fff81196b55 dispatch_mgrinvoke + 154
    2 libSystem.B.dylib 0x00007fff81196824 dispatch_queueinvoke + 185
    3 libSystem.B.dylib 0x00007fff8119634e dispatch_workerthread2 + 244
    4 libSystem.B.dylib 0x00007fff81195c80 pthreadwqthread + 353
    5 libSystem.B.dylib 0x00007fff81195b1d start_wqthread + 13
    Thread 2: Dispatch queue: com.apple.root.default-priority
    0 libSystem.B.dylib 0x00007fff8117bf42 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x00007fff8118148d pthreadmutexlock + 469
    2 com.apple.MessageFramework 0x00007fff8056785d -[IMAPMailboxSyncEngine _copyLibraryIMAPStore] + 38
    3 com.apple.MessageFramework 0x00007fff805671da -[IMAPMailboxSyncEngine _goWithMessages:] + 53
    4 com.apple.CoreFoundation 0x00007fff85b6635c _invoking__ + 140
    5 com.apple.CoreFoundation 0x00007fff85b6622d -[NSInvocation invoke] + 141
    6 com.apple.MessageFramework 0x00007fff8051db51 -[MonitoredInvocation invoke] + 214
    7 com.apple.MessageFramework 0x00007fff805050aa -[ThrowingInvocationOperation main] + 31
    8 com.apple.MessageFramework 0x00007fff805049ea -[_MFInvocationOperation main] + 275
    9 com.apple.Foundation 0x00007fff8772611a -[__NSOperationInternal start] + 673
    10 com.apple.Foundation 0x00007fff87725dd8 ___startOperations_block_invoke2 + 99
    11 libSystem.B.dylib 0x00007fff811b7dc7 dispatch_call_block_andrelease + 15
    12 libSystem.B.dylib 0x00007fff81196341 dispatch_workerthread2 + 231
    13 libSystem.B.dylib 0x00007fff81195c80 pthreadwqthread + 353
    14 libSystem.B.dylib 0x00007fff81195b1d start_wqthread + 13
    Thread 3:
    0 libSystem.B.dylib 0x00007fff8117befa machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff8117c56d mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff85b2cce2 __CFRunLoopRun + 2002
    3 com.apple.CoreFoundation 0x00007fff85b2c03f CFRunLoopRunSpecific + 575
    4 com.apple.Foundation 0x00007fff87737a94 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
    5 com.apple.Foundation 0x00007fff87737973 -[NSRunLoop(NSRunLoop) run] + 77
    6 com.apple.MessageFramework 0x00007fff8051c27d -[RSSInterchange _runManager] + 1445
    7 com.apple.Foundation 0x00007fff876fcf65 _NSThread__main_ + 1429
    8 libSystem.B.dylib 0x00007fff811b506e pthreadstart + 331
    9 libSystem.B.dylib 0x00007fff811b4f21 thread_start + 13
    Thread 4: Dispatch queue: com.apple.root.default-priority
    0 libSystem.B.dylib 0x00007fff8117befa machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff8117c56d mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff85b2cce2 __CFRunLoopRun + 2002
    3 com.apple.CoreFoundation 0x00007fff85b2c03f CFRunLoopRunSpecific + 575
    4 com.apple.MessageFramework 0x00007fff805500eb _handleRequestWithTimeout + 1608
    5 com.apple.MessageFramework 0x00007fff80552650 -[_NSSocket readBytes:length:error:] + 177
    6 com.apple.MessageFramework 0x00007fff80552278 -[Connection _readBytesFromSocketIntoBuffer:amount:requireAllBytes:error:] + 95
    7 com.apple.MessageFramework 0x00007fff80552071 -[Connection _fillBuffer:] + 593
    8 com.apple.MessageFramework 0x00007fff80551d00 -[Connection _readLineIntoData:error:] + 70
    9 com.apple.MessageFramework 0x00007fff80551c76 -[IMAPConnection _readLineIntoData:error:] + 57
    10 com.apple.MessageFramework 0x00007fff80551b41 -[IMAPConnection(MFPrivate) _readDataOfLength:intoData:error:] + 142
    11 com.apple.MessageFramework 0x00007fff8055169d -[IMAPResponse initWithConnection:error:] + 165
    12 com.apple.MessageFramework 0x00007fff805515bf -[IMAPConnection _copyNextServerResponse:] + 54
    13 com.apple.MessageFramework 0x00007fff8055935e -[IMAPConnection _copyNextTaggedOrContinuationResponseForCommand:exists:] + 163
    14 com.apple.MessageFramework 0x00007fff8055797e -[IMAPConnection(MFPrivate) _responseFromSendingOperation:] + 976
    15 com.apple.MessageFramework 0x00007fff80557581 -[IMAPConnection executeClientOperation:] + 22
    16 com.apple.MessageFramework 0x00007fff805572a2 -[IMAPConnection prepareAndExecuteOperation:outWrongState:] + 1465
    17 com.apple.MessageFramework 0x00007fff805566e9 -[IMAPGateway _allowClientOperationThrough:] + 800
    18 com.apple.MessageFramework 0x00007fff8055610f -[IMAPGateway allowClientOperationThrough:] + 374
    19 com.apple.MessageFramework 0x00007fff80555f6b -[IMAPClientOperation main] + 81
    20 com.apple.Foundation 0x00007fff8772611a -[__NSOperationInternal start] + 673
    21 com.apple.Foundation 0x00007fff87725dd8 ___startOperations_block_invoke2 + 99
    22 libSystem.B.dylib 0x00007fff811b7dc7 dispatch_call_block_andrelease + 15
    23 libSystem.B.dylib 0x00007fff81196341 dispatch_workerthread2 + 231
    24 libSystem.B.dylib 0x00007fff81195c80 pthreadwqthread + 353
    25 libSystem.B.dylib 0x00007fff81195b1d start_wqthread + 13
    Thread 5: Dispatch queue: com.apple.root.default-priority
    0 libSystem.B.dylib 0x00007fff8117bf42 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x00007fff8118148d pthreadmutexlock + 469
    2 com.apple.MessageFramework 0x00007fff8056785d -[IMAPMailboxSyncEngine _copyLibraryIMAPStore] + 38
    3 com.apple.MessageFramework 0x00007fff805671da -[IMAPMailboxSyncEngine _goWithMessages:] + 53
    4 com.apple.MessageFramework 0x00007fff80583026 -[LibraryIMAPStore _retrieveNewMessagesForCheckingNewMail:] + 273
    5 com.apple.MessageFramework 0x00007fff80548886 -[LibraryIMAPStore _fetchForCheckingNewMail:] + 278
    6 com.apple.MessageFramework 0x00007fff80572e38 -[IMAPAccount _fetchUnreadCountsForMailboxUid:recursively:gateway:checkForNewMessages:] + 270
    7 com.apple.MessageFramework 0x00007fff805728f2 -[IMAPAccount _fetchUnreadCountsCheckForNewMessages:] + 419
    8 com.apple.CoreFoundation 0x00007fff85b6635c _invoking__ + 140
    9 com.apple.CoreFoundation 0x00007fff85b6622d -[NSInvocation invoke] + 141
    10 com.apple.MessageFramework 0x00007fff8051db51 -[MonitoredInvocation invoke] + 214
    11 com.apple.MessageFramework 0x00007fff805050aa -[ThrowingInvocationOperation main] + 31
    12 com.apple.MessageFramework 0x00007fff805049ea -[_MFInvocationOperation main] + 275
    13 com.apple.Foundation 0x00007fff8772611a -[__NSOperationInternal start] + 673
    14 com.apple.Foundation 0x00007fff87725dd8 ___startOperations_block_invoke2 + 99
    15 libSystem.B.dylib 0x00007fff811b7dc7 dispatch_call_block_andrelease + 15
    16 libSystem.B.dylib 0x00007fff81196341 dispatch_workerthread2 + 231
    17 libSystem.B.dylib 0x00007fff81195c80 pthreadwqthread + 353
    18 libSystem.B.dylib 0x00007fff81195b1d start_wqthread + 13

Maybe you are looking for