SIGSEGV in exception destruction

Hi All,
I'm facing a same problem which was reported earlier in this forum
http://forum.sun.com/jive/thread.jspa?forumID=305&threadID=71170
Running on the machine SunOS hkxp0414 5.9 Generic_118558-11.
However I'm not able to get in which patch this problem is fixed, any pointer will be of great help.
Thanks
Saurabh

Hi,
Thanks for your reply, the patch text suggests that SEGV will happend only deque is used. Is this true or we can get similar kind of crash in other exception handling as well.
6339010 SEGV during destruction of exception object containing a deque
6326163 C++ exception propagates outside of destructor, while "stack unwinding"
Here is the portion of back trace which we are getting,
fe405094 __1cIOvXplRefHMTRef_t2I6M_l_ (fdb6ae88, 23ec, fe529e2c, 15234, fe5263b4, fdb6ef28)
ff2531d8 __1cUOvPollingApplicationPPAParamNotFound2T6M_v_ (fdb6ae88, fdb6ae40, 0, 1, fdb6ae40, ff2531a8) + 30
fdb5433c __1cH__CimplHex_free6F_v_ (fdb6ef2c, 1, fdb6ae40, 16260, fdb6a538, fdb6ef2c) + 68
PAParamNotFound object is created when an exception is caught to log error messages.
Would like to know if this crash can be because of same reason.
Thanks
Saurabh

Similar Messages

  • SIGSEGV in exception destruction (new)

    I have an application that runs in: SunOS goldeni 5.8 Generic_117350-28 sun4u sparc SUNW,Netra-T12
    The application crashed during the destruction of exception object. Following is the stack trace.
    RWThreadImp_entry(0x3bbbda0, 0xf830dd38, 0x0, 0x5, 0x1, 0xfe401000)
       RWThreadImp::exec(0x3bbbda0, 0x0, 0x0, 0x0, 0x0, 0x0)
       RWRunnableImp::exec(0x3bbbda0, 0xf7101c50, 0xf7101c50, 0xf7101c4c, 0x1,
    0x3bbbe78)
       RWThreadFunctionImp::run(0x3bbbda0, 0x0, 0x1093888, 0x2e, 0x1, 0x0)
       RWFunctor0::operator()(0xf7101bac, 0x3bbbea8, 0x0, 0x0, 0x0, 0x0)
       RWTFunctor0MA1Imp::run(0x3bbbd50, 0x3bbbd50, 0x3bbbdb0, 0x0, 0x0, 0x0)
       Task::taskThread(0x3bb51d8, 0x3bb51d8, 0xf7101a00, 0x1, 0x1, 0x0)
       rv_MainLoop(0x3bb5da8, 0x1, 0x3bbbdb0, 0x3bbbe80, 0xff26a538, 0x8)
       _rvevm_MainLoop(0x3bb5960, 0x3bb5680, 0xf7101a90, 0x1, 0x2e, 0x0)
       dispatchEvents(0x45766e74, 0x3bb5e00, 0x0, 0x0, 0x3bb5da8, 0x3bb2b38)
       drainQueue(0x3bb1c90, 0x0, 0x1, 0xe70, 0x3befcf8, 0xf7100ce0)
       DaemonReceiveCallback(0x3befcf8, 0x3bb1c90, 0x3bb5da8, 0x9955eeaa, 0x1,
    0x8)
       _rv_ProcessMessageFromDaemon(0x0, 0x0, 0x3bb1c90, 0x1ca1bbe8, 0x0,
    0x3bb1c90)
       Distribute(0x0, 0x3bb5e3c, 0x0, 0x1, 0x1, 0x3bb5da8)
       listenerCB(0x132c5db8, 0x3bb77f0, 0x132c5db8, 0x11be9528, 0xf710158c,
    0x1ca1bc2e)
       SubscriptionManager::onData(this = 0x3bb77f0, pRvSubject = 0xf710158c
    "RDF.REC.PINOX.NaE", replySender = (nil), data = CLASS, invoker =
    0x11be9528)
      QuoteListenerImpl::onData(this = 0x11bea190, pRvSubject = 0xf710158c
    "RDF.REC.PINOX.NaE", _ARG3 = (nil), data = CLASS, _ARG5 = 0x11be9528)
       __Cimpl::ex_free(0xff26ef2c, 0x1, 0xff26e808, 0x4572726f, 0xff26a538,
    0xff26e808)I have seen a topic with a similar issue in the following link. http://forum.sun.com/jive/thread.jspa?threadID=71170&start=0
    The only difference is that my exception object doesn't have a deque, instead it has just a char* to store the error.
    I'm unable to reproduce the crash with my application and also with the modified version (replaced deque with char*) of the program found in the above link.
    Following are my system information:
    %uname -a
    SunOS fpsadpuat001 5.8 Generic_117350-28 sun4u sparc SUNW,Netra-T12
    %showrev -p | grep -i sunwlibc
    Patch: 108434-12 Obsoletes: Requires: 109147-07 Incompatibles: Packages: SUNWlibC
    Patch: 108434-13 Obsoletes: Requires: 109147-07 Incompatibles: Packages: SUNWlibC
    Patch: 108434-17 Obsoletes: Requires: 109147-07 Incompatibles: Packages: SUNWlibC
    Patch: 108434-18 Obsoletes: Requires: 109147-07 Incompatibles: Packages: SUNWlibC
    Patch: 108434-20 Obsoletes: Requires: 109147-07 Incompatibles: Packages: SUNWlibC
    Patch: 108435-12 Obsoletes: Requires: 108434-12 Incompatibles: Packages: SUNWlibCx
    Patch: 108435-13 Obsoletes: Requires: 108434-13 Incompatibles: Packages: SUNWlibCx
    Patch: 108435-17 Obsoletes: Requires: 108434-17 Incompatibles: Packages: SUNWlibCx
    Patch: 108435-18 Obsoletes: Requires: 108434-17 Incompatibles: Packages: SUNWlibCx
    Patch: 108435-20 Obsoletes: Requires: 108434-20 Incompatibles: Packages: SUNWlibCx
    From the above results, the version of SUNWlibC is 108434-20 and the version of SUNWlibCx is 108435-20.
    I believe that as per the following link, the bug 6339010 is fixed in 108434-21.
    http://sunsolve.sun.com/search/advsearch.do?collection=PATCH&type=collections&max=50&language=en&toDocument=yes&queryKey5=108434
    Eventhough I don't have a deque in my exception object, is it safe to assume that the changes in 108434-21 will fix my problem ?
    Since I'm unable to reproduce the crash using 108434-20, I won't be able to test the fix using 108434-21. But, have to just wait and see if this problem goes away.
    Thanks for any help in advance.

    I am also experiencing a SIGSEGV issue which appears to be related to the other C++ exception handling issues described here. My version details are as follows:
    uname -a
    SunOS machineXYZ 5.8 Generic_117350-36 sun4u sparc SUNW,Ultra-80
    CC -V
    CC: Sun WorkShop 6 update 2 C++ 5.3 Patch 111685-24 2006/11/03
    showrev -p | grep -i sunwlibc
    Patch: 108434-08 Obsoletes: Requires: 109147-07 Incompatibles: Packages: SUNWlibC
    Patch: 108434-17 Obsoletes: Requires: 109147-07 Incompatibles: Packages: SUNWlibC
    Patch: 108434-18 Obsoletes: Requires: 109147-07 Incompatibles: Packages: SUNWlibC
    Patch: 108434-20 Obsoletes: Requires: 109147-07 Incompatibles: Packages: SUNWlibC
    Patch: 108434-21 Obsoletes: Requires: 109147-07 Incompatibles: Packages: SUNWlibC
    Patch: 108435-08 Obsoletes: Requires: 108434-08 Incompatibles: Packages: SUNWlibCx
    Patch: 108435-17 Obsoletes: Requires: 108434-17 Incompatibles: Packages: SUNWlibCx
    Patch: 108435-18 Obsoletes: Requires: 108434-17 Incompatibles: Packages: SUNWlibCx
    Patch: 108435-20 Obsoletes: Requires: 108434-20 Incompatibles: Packages: SUNWlibCx
    Patch: 108435-21 Obsoletes: Requires: 108434-21 Incompatibles: Packages: SUNWlibCx
    The exception class in question contains two "char *" members and subclasses another exception class that contains a "char*" and an integer code. The exception is part of a third party library whose code is not available to the debugger when analysing the core file.
    The stacktrace details are:
    [1] 0xfece4648(0xff24b0d0, 0x0, 0x1, 0xff24b080, 0xfece4648, 0x1), at 0xfece4647
    [2] __Cimpl::ex_free(0xff24f0ec, 0xff24b080, 0xff24b080, 0x0, 0xb546bc, 0xff24a780), at 0xff2343a4
    =>[3] WebAdapterRequestThread::threadFunc(this = 0xd5a720), line 273 in "WebAdapterRequestThread.cpp"
    [4] WebAdapterRequestThread::staticThreadFunc(inst = 0xd5a720), line 31 in "WebAdapterRequestThread.cpp"
    [5] handlerThread(inst = 0xd5a720), line 24 in "WebAdapterRequestThread.cpp"
    I believe that the SEGV is related to the cleanup of the exception object invoked via __Cimpl::ex_free.
    I notice that my system is at patch version 108434-21and the latest version is 108434-22. Perhaps that version may resolve my issue although the fix descriptions between 21 and 22 don't seem exactly relevant:
    6319635 void stream_rmutex::rmutex_init() should call pthread_mutexattr_destroy()
    6393170 Purify reporting "array bound writes" on deque template in libCstd
    6406049 libCstd: acquiring a mutex on a deleted locale object causes core dump
    6421790 Throwing an exception causing SIGABRT on Solaris 8 with patch 108434-20/108435-20
    Is it possible that my issue is related to but slightly different to the issues that have already been discussed / resolved? I have not yet been able to reproduce the issue in a small sample piece of code. However, I think the following quote (from http://forum.java.sun.com/thread.jspa?threadID=5098599) is significant:
    "f the crash occurs in __1cH__CimplHex_free6F_v_ == void __Cimpl::ex_free() it is probably a bug in the C++ exception handling. At least two bugs are already fixed in C++ runtime library patches (Solaris SUNWlibC patch)."
    Please recommend OS / compiler patches that should be applied.

  • Hi, my MacBook Pro cannot open Safari. nexpectedly while using the librooksbas.dylib plug-in" the report details the exception code as 'EXC_BAD_ACCESS (SIGSEGV)' and exception codes as: 'KERN_INVALID_ADDRESS at 0x0000000920

    Hi, my MacBook Pro cannot open Safari. It crashes and gives the message, ' Safari quit unexpectedly while using the librooksbas.dylib plug-in" the report details the exception code as 'EXC_BAD_ACCESS (SIGSEGV)' and exception codes as: 'KERN_INVALID_ADDRESS at 0x0000000920

    Remove "Rapport" by following the instructions on this page.
    Back up all data before making any changes.

  • Various programs keep crashing with an error like Exception Type: EXC_BAD_ACCESS (SIGSEGV), and Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000000000

    I have various programmes that crash across the board with a similar error code like the following. I remember I've had this before, also on my previous MacBook Pro. I already tested memory using two second party programmes, and the (new Apple diagnostics..., which doesn't provide an overview over what's been found/not found??). I would tend to exclude the possibility that my memory fails always after half a year into a new computer. A (non-clean) reinstall (which preserved settings now (since Yosemite??), did not offer any relief. I am very disinclined to do a complete, clean reinstall, as it would take me at least a week or two to get the computer back into my work flow. Cleaning caches etc. did likewise not offer relief... Any suggestions? what is this apple main-thread and how to debug it? Again, this happens to at least 12 different programmes.
    Crashed Thread:        0  Dispatch queue: com.apple.main-thread
    Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes:      KERN_INVALID_ADDRESS at 0x0000000000000018
    Many thanks.

    Dear Linc,
    @1: I may have emptied since most of the crashes, I copy here what appears after entering search string: 'crash':
    07/01/2015 10:38:28.279 com.apple.xpc.launchd[1]: (com.apple.ReportCrash) The DrainMessagesOnCrash key is not yet implemented. If you rely on this key, please file a bug.
    07/01/2015 10:38:28.279 com.apple.xpc.launchd[1]: (com.apple.ReportCrash.Self) The DrainMessagesOnCrash key is not yet implemented. If you rely on this key, please file a bug.
    07/01/2015 10:38:32.433 Cinch[331]: 6   CMCrashReporter                     0x00060be5 +[CMCrashReporterGlobal isRunningLeopard] + 25
    07/01/2015 10:38:38.586 Dropbox[339]: ICARegisterForEventNotification-Has been deprecated since 10.5.  Calls to this function in the future may crash this application.  Please move to ImageCaptureCore
    07/01/2015 10:38:58.000 kernel[0]: Sandbox: assistantd(443) deny mach-lookup com.apple.CrashReporterSupportHelper
    07/01/2015 10:38:58.438 assistantd[443]: Connection error while checking Apple Internalness. Error: Error Domain=NSCocoaErrorDomain Code=4099 "Couldn’t communicate with a helper application." (The connection to service named com.apple.CrashReporterSupportHelper was invalidated.) UserInfo=0x7f7f6a7402c0 {NSDebugDescription=The connection to service named com.apple.CrashReporterSupportHelper was invalidated.}
    07/01/2015 10:38:58.000 kernel[0]: Sandbox: com.apple.geod(445) deny mach-lookup com.apple.CrashReporterSupportHelper
    07/01/2015 10:38:58.504 com.apple.geod[445]: Connection error while checking Apple Internalness. Error: Error Domain=NSCocoaErrorDomain Code=4099 "Couldn’t communicate with a helper application." (The connection to service named com.apple.CrashReporterSupportHelper was invalidated.) UserInfo=0x7fb8b280da20 {NSDebugDescription=The connection to service named com.apple.CrashReporterSupportHelper was invalidated.}
    07/01/2015 10:49:54.365 com.apple.xpc.launchd[1]: (com.apple.ReportCrash.Root[495]) Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.ReportCrash.DirectoryService
    07/01/2015 13:22:12.042 assistantd[7077]: Connection error while checking Apple Internalness. Error: Error Domain=NSCocoaErrorDomain Code=4099 "Couldn’t communicate with a helper application." (The connection to service named com.apple.CrashReporterSupportHelper was invalidated.) UserInfo=0x7fdaf4201bb0 {NSDebugDescription=The connection to service named com.apple.CrashReporterSupportHelper was invalidated.}
    07/01/2015 13:22:12.219 sandboxd[280]: ([7077]) assistantd(7077) deny mach-lookup com.apple.CrashReporterSupportHelper
    07/01/2015 13:44:45.487 assistantd[8006]: Connection error while checking Apple Internalness. Error: Error Domain=NSCocoaErrorDomain Code=4099 "Couldn’t communicate with a helper application." (The connection to service named com.apple.CrashReporterSupportHelper was invalidated.) UserInfo=0x7f9c0a41e160 {NSDebugDescription=The connection to service named com.apple.CrashReporterSupportHelper was invalidated.}
    07/01/2015 13:44:45.741 sandboxd[280]: ([8006]) assistantd(8006) deny mach-lookup com.apple.CrashReporterSupportHelper
    07/01/2015 13:56:02.724 Things[8125]: Call stack:
      0   AppKit                              0x00007fff93a4ba9c -[NSThemeFrame addSubview:] + 107
      1   Things                              0x00000001079b95c1 Things + 710081
      2   Things                              0x0000000107926d50 Things + 109904
      3   AppKit                              0x00007fff933a4745 -[NSWindowTemplate nibInstantiate] + 567
      4   AppKit                              0x00007fff9337973b -[NSIBObjectData instantiateObject:] + 309
      5   AppKit                              0x00007fff9385bd01 -[NSIBObjectData nibInstantiateWithOwner:options:topLevelObjects:] + 452
      6   AppKit                              0x00007fff9336df05 loadNib + 384
      7   AppKit                              0x00007fff938dbf80 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:options:withZone:ownerBundle:] + 313
      8   AppKit                              0x00007fff938dc67d +[NSBundle(NSNibLoadingInternal) _loadNibFile:externalNameTable:options:withZone:] + 150
      9   AppKit                              0x00007fff935adfed -[NSWindowController loadWindow] + 313
      10  AppKit                              0x00007fff935b3684 -[NSWindowController window] + 80
      11  AppKit                              0x00007fff935b4821 -[NSWindowController showWindow:] + 36
      12  Things                              0x000000010799ef13 Things + 601875
      13  Things                              0x00000001079a7864 Things + 637028
      14  HockeySDK                           0x0000000107bb00f0 -[BITCrashReportManager startManager] + 371
      15  CoreFoundation                      0x00007fff89bf3cbc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
      16  CoreFoundation                      0x00007fff89ae51b4 _CFXNotificationPost + 3140
      17  Foundation                          0x00007fff92453ea1 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
      18  AppKit                              0x00007fff9339210b -[NSApplication _postDidFinishNotification] + 291
      19  AppKit                              0x00007fff93391e76 -[NSApplication _sendFinishLaunchingNotification] + 191
      20  AppKit                              0x00007fff9338ec76 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 574
      21  AppKit                              0x00007fff9338e6b5 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 244
      22  Foundation                          0x00007fff92473458 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 290
      23  Foundation                          0x00007fff924732c9 _NSAppleEventManagerGenericHandler + 102
      24  AE                                  0x00007fff8c69e99c _Z20aeDispatchAppleEventPK6AEDescPS_jPh + 531
      25  AE                                  0x00007fff8c69e719 _ZL25dispatchEventAndSendReplyPK6AEDescPS_ + 31
      26  AE                                  0x00007fff8c69e623 aeProcessAppleEvent + 295
      27  HIToolbox                           0x00007fff973b837e AEProcessAppleEvent + 56
      28  AppKit                              0x00007fff9338ad76 _DPSNextEvent + 2665
      29  AppKit                              0x00007fff93389e80 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194
      30  AppKit                              0x00007fff9337de23 -[NSApplication run] + 594
      31  AppKit                              0x00007fff933692d4 NSApplicationMain + 1832
      32  Things                              0x000000010790e2b4 Things + 8884
      33  ???                                 0x0000000000000001 0x0 + 1
    @2:
    the last one noted there seems to be Aperture, even though there have been crashes certainly after I used that:
    Process:               Aperture [1268]
    Path:                  /Volumes/*/Aperture.app/Contents/MacOS/Aperture
    Identifier:            com.apple.Aperture
    Version:               3.6 (3.6)
    Code Type:             X86-64 (Native)
    Parent Process:        ??? [1]
    Responsible:           Aperture [1268]
    User ID:               501
    Date/Time:             2014-12-25 17:11:57.551 +0000
    OS Version:            Mac OS X 10.10.1 (14B25)
    Report Version:        11
    Anonymous UUID:        anonymised
    Sleep/Wake UUID:       E4 anonymised
    Time Awake Since Boot: 22000 seconds
    Time Since Wake:       4000 seconds
    Crashed Thread:        19  Dispatch queue: com.apple.photoapps.volumeMgr
    Exception Type:        EXC_BAD_ACCESS (SIGBUS)
    Exception Codes:       0x000000000000000a, 0x000000010d3dd5ab
    VM Regions Near 0x10d3dd5ab:
        VM_ALLOCATE            000000010d28a000-000000010d28b000 [    4K] r--/rw- SM=SHM 
    --> mapped file            000000010d28b000-000000010d80e000 [ 5644K] r-x/rwx SM=COW  Object_id=c83507bb
        mapped file            000000010d80e000-000000010d957000 [ 1316K] rw-/rwx SM=COW  Object_id=c6e6ec6b
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib         0x00007fff951bd52e mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff951bc69f mach_msg + 55
    2   com.apple.CoreServices.CarbonCore 0x00007fff8f4b07e1 FileIDTree_VolumeMessageProcessed_rpc + 105
    3   com.apple.CoreFoundation       0x00007fff8fbc5a0d __CFMachPortPerform + 285
    4   com.apple.CoreFoundation       0x00007fff8fbc58d9 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 41
    5   com.apple.CoreFoundation       0x00007fff8fbc584b __CFRunLoopDoSource1 + 475
    6   com.apple.CoreFoundation       0x00007fff8fbb73c7 __CFRunLoopRun + 2375
    7   com.apple.CoreFoundation       0x00007fff8fbb6838 CFRunLoopRunSpecific + 296
    8   com.apple.HIToolbox           0x00007fff9627443f RunCurrentEventLoopInMode + 235
    9   com.apple.HIToolbox           0x00007fff962741ba ReceiveNextEventCommon + 431
    10  com.apple.HIToolbox           0x00007fff96273ffb _BlockUntilNextEventMatchingListInModeWithFilter + 71
    11  com.apple.AppKit               0x00007fff8df496d1 _DPSNextEvent + 964
    12  com.apple.AppKit               0x00007fff8df48e80 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194
    13  ???                           0x000000010cccea81 0 + 4509723265
    14  com.apple.AppKit               0x00007fff8df3ce23 -[NSApplication run] + 594
    15  ???                           0x000000010e0b439a 0 + 4530586522
    16  ???                           0x000000010c8720b4 0 + 4505149620
    17  ???                           0x000000010c871a44 0 + 4505147972
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff951c322e kevent64 + 10
    1   libdispatch.dylib             0x00007fff8eacba6a _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib         0x00007fff951c2132 __psynch_cvwait + 10
    1   com.apple.Foundation           0x00007fff9160a400 -[NSCondition waitUntilDate:] + 343
    2   com.apple.Foundation           0x00007fff916002b8 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    3   ???                           0x000000010ed5e7c7 0 + 4543866823
    4   ???                           0x000000010ed5e320 0 + 4543865632
    5   com.apple.Foundation           0x00007fff91638b7a __NSThread__main__ + 1345
    6   libsystem_pthread.dylib       0x00007fff8c2512fc _pthread_body + 131
    7   libsystem_pthread.dylib       0x00007fff8c251279 _pthread_start + 176
    8   libsystem_pthread.dylib       0x00007fff8c24f4b1 thread_start + 13
    Thread 3:
    0   libsystem_kernel.dylib         0x00007fff951c2132 __psynch_cvwait + 10
    1   com.apple.Foundation           0x00007fff9160a400 -[NSCondition waitUntilDate:] + 343
    2   com.apple.Foundation           0x00007fff916002b8 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    3   ???                           0x000000010ed5e7c7 0 + 4543866823
    4   ???                           0x000000010ed5e320 0 + 4543865632
    5   com.apple.Foundation           0x00007fff91638b7a __NSThread__main__ + 1345
    6   libsystem_pthread.dylib       0x00007fff8c2512fc _pthread_body + 131
    7   libsystem_pthread.dylib       0x00007fff8c251279 _pthread_start + 176
    8   libsystem_pthread.dylib       0x00007fff8c24f4b1 thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib         0x00007fff951c2132 __psynch_cvwait + 10
    1   com.apple.Foundation           0x00007fff9160a400 -[NSCondition waitUntilDate:] + 343
    2   com.apple.Foundation           0x00007fff916002b8 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    3   ???                           0x000000010ed5e7c7 0 + 4543866823
    4   ???                           0x000000010ed5e320 0 + 4543865632
    5   com.apple.Foundation           0x00007fff91638b7a __NSThread__main__ + 1345
    6   libsystem_pthread.dylib       0x00007fff8c2512fc _pthread_body + 131
    7   libsystem_pthread.dylib       0x00007fff8c251279 _pthread_start + 176
    8   libsystem_pthread.dylib       0x00007fff8c24f4b1 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib         0x00007fff951c2132 __psynch_cvwait + 10
    1   com.apple.Foundation           0x00007fff9160a400 -[NSCondition waitUntilDate:] + 343
    2   com.apple.Foundation           0x00007fff916002b8 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    3   ???                           0x000000010ed5e7c7 0 + 4543866823
    4   ???                           0x000000010ed5e320 0 + 4543865632
    5   com.apple.Foundation           0x00007fff91638b7a __NSThread__main__ + 1345
    6   libsystem_pthread.dylib       0x00007fff8c2512fc _pthread_body + 131
    7   libsystem_pthread.dylib       0x00007fff8c251279 _pthread_start + 176
    8   libsystem_pthread.dylib       0x00007fff8c24f4b1 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib         0x00007fff951c2132 __psynch_cvwait + 10
    1   com.apple.Foundation           0x00007fff9160a400 -[NSCondition waitUntilDate:] + 343
    2   com.apple.Foundation           0x00007fff916002b8 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    3   ???                           0x000000010ed5e7c7 0 + 4543866823
    4   ???                           0x000000010ed5e320 0 + 4543865632
    5   com.apple.Foundation           0x00007fff91638b7a __NSThread__main__ + 1345
    6   libsystem_pthread.dylib       0x00007fff8c2512fc _pthread_body + 131
    7   libsystem_pthread.dylib       0x00007fff8c251279 _pthread_start + 176
    8   libsystem_pthread.dylib       0x00007fff8c24f4b1 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib         0x00007fff951c2132 __psynch_cvwait + 10
    1   com.apple.Foundation           0x00007fff9160a400 -[NSCondition waitUntilDate:] + 343
    2   com.apple.Foundation           0x00007fff916002b8 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    3   ???                           0x000000010ed5e7c7 0 + 4543866823
    4   ???                           0x000000010ed5e320 0 + 4543865632
    5   com.apple.Foundation           0x00007fff91638b7a __NSThread__main__ + 1345
    6   libsystem_pthread.dylib       0x00007fff8c2512fc _pthread_body + 131
    7   libsystem_pthread.dylib       0x00007fff8c251279 _pthread_start + 176
    8   libsystem_pthread.dylib       0x00007fff8c24f4b1 thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib         0x00007fff951c2132 __psynch_cvwait + 10
    1   com.apple.Foundation           0x00007fff9160a400 -[NSCondition waitUntilDate:] + 343
    2   com.apple.Foundation           0x00007fff916002b8 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    3   ???                           0x000000010ed5e7c7 0 + 4543866823
    4   ???                           0x000000010ed5e320 0 + 4543865632
    5   com.apple.Foundation           0x00007fff91638b7a __NSThread__main__ + 1345
    6   libsystem_pthread.dylib       0x00007fff8c2512fc _pthread_body + 131
    7   libsystem_pthread.dylib       0x00007fff8c251279 _pthread_start + 176
    8   libsystem_pthread.dylib       0x00007fff8c24f4b1 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib         0x00007fff951bd52e mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff951bc69f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff8fbb7b14 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff8fbb6fdb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff8fbb6838 CFRunLoopRunSpecific + 296
    5   com.apple.AppKit               0x00007fff8e0ac7a7 _NSEventThread + 137
    6   libsystem_pthread.dylib       0x00007fff8c2512fc _pthread_body + 131
    7   libsystem_pthread.dylib       0x00007fff8c251279 _pthread_start + 176
    8   libsystem_pthread.dylib       0x00007fff8c24f4b1 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib         0x00007fff951bd52e mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff951bc69f mach_msg + 55
    2   libclh.dylib                   0x00007fff96099318 cuosEventWait + 184
    3   libclh.dylib                   0x00007fff95a9f593 intHandlerMain + 323
    4   libclh.dylib                   0x00007fff9609a119 cuosPosixThreadStartFunc(void*) + 41
    5   libsystem_pthread.dylib       0x00007fff8c2512fc _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff8c251279 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff8c24f4b1 thread_start + 13
    Thread 11:: QTKit: listenOnDelegatePort
    0   libsystem_kernel.dylib         0x00007fff951bd52e mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff951bc69f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff8fbb7b14 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff8fbb6fdb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff8fbb6838 CFRunLoopRunSpecific + 296
    5   com.apple.CoreFoundation       0x00007fff8fc6ced1 CFRunLoopRun + 97
    6   com.apple.QTKit               0x00007fff99dcb948 listenOnDelegatePort + 372
    7   libsystem_pthread.dylib       0x00007fff8c2512fc _pthread_body + 131
    8   libsystem_pthread.dylib       0x00007fff8c251279 _pthread_start + 176
    9   libsystem_pthread.dylib       0x00007fff8c24f4b1 thread_start + 13
    Thread 12:: QTKit: listenOnNotificationPort
    0   libsystem_kernel.dylib         0x00007fff951bd52e mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff951bc69f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff8fbb7b14 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff8fbb6fdb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff8fbb6838 CFRunLoopRunSpecific + 296
    5   com.apple.CoreFoundation       0x00007fff8fc6ced1 CFRunLoopRun + 97
    6   com.apple.QTKit               0x00007fff99dcbdf3 listenOnNotificationPort + 340
    7   libsystem_pthread.dylib       0x00007fff8c2512fc _pthread_body + 131
    8   libsystem_pthread.dylib       0x00007fff8c251279 _pthread_start + 176
    9   libsystem_pthread.dylib       0x00007fff8c24f4b1 thread_start + 13
    Thread 13:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib         0x00007fff951bd52e mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff951bc69f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff8fbb7b14 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff8fbb6fdb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff8fbb6838 CFRunLoopRunSpecific + 296
    5   com.apple.CFNetwork           0x00007fff8c032d20 +[NSURLConnection(Loader) _resourceLoadLoop:] + 434
    6   com.apple.Foundation           0x00007fff91638b7a __NSThread__main__ + 1345
    7   libsystem_pthread.dylib       0x00007fff8c2512fc _pthread_body + 131
    8   libsystem_pthread.dylib       0x00007fff8c251279 _pthread_start + 176
    9   libsystem_pthread.dylib       0x00007fff8c24f4b1 thread_start + 13
    Thread 14:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib         0x00007fff951c23f6 __select + 10
    1   libsystem_pthread.dylib       0x00007fff8c2512fc _pthread_body + 131
    2   libsystem_pthread.dylib       0x00007fff8c251279 _pthread_start + 176
    3   libsystem_pthread.dylib       0x00007fff8c24f4b1 thread_start + 13
    Thread 15:
    0   libsystem_kernel.dylib         0x00007fff951bd52e mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff951bc69f mach_msg + 55
    2   libclh.dylib                   0x00007fff96099318 cuosEventWait + 184
    3   libclh.dylib                   0x00007fff95a9f593 intHandlerMain + 323
    4   libclh.dylib                   0x00007fff9609a119 cuosPosixThreadStartFunc(void*) + 41
    5   libsystem_pthread.dylib       0x00007fff8c2512fc _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff8c251279 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff8c24f4b1 thread_start + 13
    Thread 16:
    0   libsystem_kernel.dylib         0x00007fff951c2946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8c24f4a1 start_wqthread + 13
    Thread 17:
    0   libsystem_kernel.dylib         0x00007fff951c2946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8c24f4a1 start_wqthread + 13
    Thread 18:: Dispatch queue: NSWorkspace Volume Observer Queue
    0   libsystem_kernel.dylib         0x00007fff951bd52e mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff951bc69f mach_msg + 55
    2   com.apple.CoreServices.CarbonCore 0x00007fff8f4b07e1 FileIDTree_VolumeMessageProcessed_rpc + 105
    3   com.apple.CoreServices.CarbonCore 0x00007fff8f4aea33 ___FSAddVolumeObserverOnQueue_block_invoke_2 + 205
    4   libdispatch.dylib             0x00007fff8eac8c13 _dispatch_client_callout + 8
    5   libdispatch.dylib             0x00007fff8ead387e _dispatch_source_latch_and_call + 721
    6   libdispatch.dylib             0x00007fff8eacc62b _dispatch_source_invoke + 412
    7   libdispatch.dylib             0x00007fff8eacc154 _dispatch_queue_drain + 571
    8   libdispatch.dylib             0x00007fff8eacdecc _dispatch_queue_invoke + 202
    9   libdispatch.dylib             0x00007fff8eacb6b7 _dispatch_root_queue_drain + 463
    10  libdispatch.dylib             0x00007fff8ead9fe4 _dispatch_worker_thread3 + 91
    11  libsystem_pthread.dylib       0x00007fff8c2516cb _pthread_wqthread + 729
    12  libsystem_pthread.dylib       0x00007fff8c24f4a1 start_wqthread + 13
    Thread 19 Crashed:: Dispatch queue: com.apple.photoapps.volumeMgr
    0   ???                           0x000000010d3dd5ab 0 + 4517123499
    1   com.apple.DiskArbitration     0x00007fff90ab5648 _DASessionCallback + 265
    2   com.apple.DiskArbitration     0x00007fff90ab5538 __DASessionSetDispatchQueue_block_invoke_2 + 56
    3   libdispatch.dylib             0x00007fff8eac8c13 _dispatch_client_callout + 8
    4   libdispatch.dylib             0x00007fff8ead387e _dispatch_source_latch_and_call + 721
    5   libdispatch.dylib             0x00007fff8eacc62b _dispatch_source_invoke + 412
    6   libdispatch.dylib             0x00007fff8eacc154 _dispatch_queue_drain + 571
    7   libdispatch.dylib             0x00007fff8eacdecc _dispatch_queue_invoke + 202
    8   libdispatch.dylib             0x00007fff8eacb6b7 _dispatch_root_queue_drain + 463
    9   libdispatch.dylib             0x00007fff8ead9fe4 _dispatch_worker_thread3 + 91
    10  libsystem_pthread.dylib       0x00007fff8c2516cb _pthread_wqthread + 729
    11  libsystem_pthread.dylib       0x00007fff8c24f4a1 start_wqthread + 13
    Thread 20:
    Thread 19 crashed with X86 Thread State (64-bit):
      rax: 0x00007fff90ab5898  rbx: 0x00007fa228126400  rcx: 0x00007fff90ab59f4  rdx: 0x0000600000090900
      rdi: 0x00006080004494e0  rsi: 0x0000600000a70100  rbp: 0x00000001180a5cb0  rsp: 0x00000001180a5c48
       r8: 0x0000000000000080   r9: 0xbaddc0dedeadbead  r10: 0x00007fa224466e40  r11: 0x0000000000000002
      r12: 0x0000000000000003  r13: 0x000061800008dbb0  r14: 0x0000600000a70100  r15: 0x00006080004494e0
      rip: 0x000000010d3dd5ab  rfl: 0x0000000000010203  cr2: 0x000000010d3dd5ab
      Logical CPU:     3
    Error Code:      0x00000014
    Trap Number:     14
    Binary Images:
                     0 - 0xffffffffffffffff +Aperture (???) /Volumes/*/Aperture.app/Contents/MacOS/Aperture
                     0 - 0xffffffffffffffff +PhotoFoundation (???) /Volumes/*/Aperture.app/Contents/Frameworks/PhotoFoundation.framework/Versions/ A/PhotoFoundation
                     0 - 0xffffffffffffffff +RedRock (???) /Volumes/*/Aperture.app/Contents/Frameworks/RedRock.framework/Versions/A/RedRoc k
                     0 - 0xffffffffffffffff +iLifePageLayoutCore (???) /Volumes/*/Aperture.app/Contents/Frameworks/iLifePageLayoutCore.framework/Versi ons/A/iLifePageLayoutCore
                     0 - 0xffffffffffffffff +iLifePhotoStreamConfiguration (???) /Volumes/*/Aperture.app/Contents/Frameworks/iLifePhotoStreamConfiguration.frame work/Versions/A/iLifePhotoStreamConfiguration
                     0 - 0xffffffffffffffff +iLifeAssetManagement (???) /Volumes/*/Aperture.app/Contents/Frameworks/iLifeAssetManagement.framework/Vers ions/A/iLifeAssetManagement
                     0 - 0xffffffffffffffff +AccountConfigurationPlugin (???) /Volumes/*/Aperture.app/Contents/Frameworks/AccountConfigurationPlugin.framewor k/Versions/A/AccountConfigurationPlugin
                     0 - 0xffffffffffffffff +MobileMe (???) /Volumes/*/Aperture.app/Contents/Frameworks/MobileMe.framework/Versions/A/Mobil eMe
                     0 - 0xffffffffffffffff +ProKit (???) /Volumes/*/Aperture.app/Contents/Frameworks/ProKit.framework/Versions/A/ProKit
                     0 - 0xffffffffffffffff +iLifeSlideshow (???) /Volumes/*/Aperture.app/Contents/Frameworks/iLifeSlideshow.framework/Versions/A /iLifeSlideshow
                     0 - 0xffffffffffffffff +iLifeFaceRecognition (???) /Volumes/*/Aperture.app/Contents/Frameworks/iLifeFaceRecognition.framework/Vers ions/A/iLifeFaceRecognition
                     0 - 0xffffffffffffffff +PrintServices (???) /Volumes/*/Aperture.app/Contents/Frameworks/PrintServices.framework/Versions/A/ PrintServices
                     0 - 0xffffffffffffffff +ProUtils (???) /Volumes/*/Aperture.app/Contents/Frameworks/ProUtils.framework/Versions/A/ProUt ils
                     0 - 0xffffffffffffffff +Geode (???) /Volumes/*/Aperture.app/Contents/Frameworks/Geode.framework/Versions/A/Geode
                     0 - 0xffffffffffffffff +ProXTCore (???) /Volumes/*/Aperture.app/Contents/Frameworks/ProXTCore.framework/Versions/A/ProX TCore
                     0 - 0xffffffffffffffff +iLifeSQLAccess (???) /Volumes/*/Aperture.app/Contents/Frameworks/iLifeSQLAccess.framework/Versions/A /iLifeSQLAccess
                     0 - 0xffffffffffffffff +Tellus (???) /Volumes/*/Aperture.app/Contents/Frameworks/Tellus.framework/Versions/A/Tellus
                     0 - 0xffffffffffffffff +Tessera (???) /Volumes/*/Aperture.app/Contents/Frameworks/Tessera.framework/Versions/A/Tesser a
                     0 - 0xffffffffffffffff +eOkaoCom.dylib (???) /Volumes/*/Aperture.app/Contents/Frameworks/iLifeFaceRecognition.framework/Vers ions/A/Resources/eOkaoCom.dylib
                     0 - 0xffffffffffffffff +eOkaoPt.dylib (???) /Volumes/*/Aperture.app/Contents/Frameworks/iLifeFaceRecognition.framework/Vers ions/A/Resources/eOkaoPt.dylib
                     0 - 0xffffffffffffffff +eOkaoDt.dylib (???) /Volumes/*/Aperture.app/Contents/Frameworks/iLifeFaceRecognition.framework/Vers ions/A/Resources/eOkaoDt.dylib
                     0 - 0xffffffffffffffff +eOkaoFr.dylib (???) /Volumes/*/Aperture.app/Contents/Frameworks/iLifeFaceRecognition.framework/Vers ions/A/Resources/eOkaoFr.dylib
                     0 - 0xffffffffffffffff +TaskView (???) /Volumes/*/Aperture.app/Contents/PlugIns/TaskView.bundle/Contents/MacOS/TaskVie w
                     0 - 0xffffffffffffffff +FacebookPublisher (???) /Volumes/*/Aperture.app/Contents/PlugIns/FacebookPublisher.publisher/Contents/M acOS/FacebookPublisher
                     0 - 0xffffffffffffffff +FlickrPublisher (???) /Volumes/*/Aperture.app/Contents/PlugIns/FlickrPublisher.publisher/Contents/Mac OS/FlickrPublisher
                     0 - 0xffffffffffffffff +MobileMePublisher (???) /Volumes/*/Aperture.app/Contents/PlugIns/MobileMePublisher.publisher/Contents/M acOS/MobileMePublisher
                     0 - 0xffffffffffffffff +SharedPhotoStreamPublisher (???) /Volumes/*/Aperture.app/Contents/PlugIns/SharedPhotoStreamPublisher.publisher/C ontents/MacOS/SharedPhotoStreamPublisher
                     0 - 0xffffffffffffffff +SmugMugPublisher (???) /Volumes/*/Aperture.app/Contents/PlugIns/SmugMugPublisher.publisher/Contents/Ma cOS/SmugMugPublisher
                     0 - 0xffffffffffffffff +Facebook (???) /Volumes/*/Aperture.app/Contents/PlugIns/Facebook.accountconfigplugin/Contents/ MacOS/Facebook
                     0 - 0xffffffffffffffff +Flickr (???) /Volumes/*/Aperture.app/Contents/PlugIns/Flickr.accountconfigplugin/Contents/Ma cOS/Flickr
                     0 - 0xffffffffffffffff +SmugMug (???) /Volumes/*/Aperture.app/Contents/PlugIns/SmugMug.accountconfigplugin/Contents/M acOS/SmugMug
           0x10d1b5000 -        0x10d1e2fff  com.apple.iTunesLibrary (12.0.1 - 12.0.1.26) <8EEB7003-E3B0-3149-81B6-F5D70F97466C> /Library/Frameworks/iTunesLibrary.framework/Versions/A/iTunesLibrary
           0x10e080000 -        0x10e08bff7  com.apple.PluginManager (1.7.6 - 55) <0E0F6415-A474-3FC8-8C8E-33867E31F391> /Library/Frameworks/PluginManager.framework/Versions/B/PluginManager
           0x10f0e3000 -        0x10f1fbfff  com.apple.mobiledevice (757.1.5.0.2 - 757.1.5.0.2) <364C6894-934B-3844-A77F-7DFEC21F8AEE> /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevic e
           0x10f279000 -        0x10f2aeff7  libssl.0.9.8.dylib (52) <70680606-475F-3C89-BB5F-E274253DC7C6> /usr/lib/libssl.0.9.8.dylib
           0x10f2c6000 -        0x10f2c8ff7  com.apple.LibraryRepair (1.0 - 1) <7D0695B1-BCC9-3ED2-9688-14806C8ED284> /System/Library/PrivateFrameworks/LibraryRepair.framework/Versions/A/LibraryRep air
           0x10f4c7000 -        0x10f51aff7  com.apple.NyxAudioAnalysis (12.5 - 12.5) <D1DAF825-1680-3D27-9F20-B1316C0A7C03> /Library/Frameworks/NyxAudioAnalysis.framework/Versions/A/NyxAudioAnalysis
           0x118003000 -        0x118004fe5 +cl_kernels (???) <0A48AF2D-C3D6-4260-9FD2-9BB66B01CA20> cl_kernels
           0x11843a000 -        0x11843fff7  libgermantok.dylib (17) <47EF3D93-B111-3218-AF60-E33F506D57E8> /usr/lib/libgermantok.dylib
           0x11d722000 -        0x11d726ff3  libFontRegistryUI.dylib (134) <9C55337C-4D65-34C8-9BB9-90399B420A6F> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libFontRegistryUI.dylib
           0x11da6f000 -        0x11da6ffe7 +cl_kernels (???) <7E713AF1-D6EB-4975-86EB-6F84BE214B39> cl_kernels
           0x11e6ec000 -        0x11e7d2fef  unorm8_bgra.dylib (2.4.5) <90797750-141F-3114-ACD0-A71363968678> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
           0x11e814000 -        0x11e8f4ff7  unorm8_rgba.dylib (2.4.5) <A8805102-8A21-3A5E-AE22-63C0DEC8CB6F> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_rgba.dylib
        0x123400000000 -     0x1234004f7ff7  com.apple.driver.AppleIntelHD5000GraphicsGLDriver (10.0.86 - 10.0.0) <03454F0A-EEE2-3B25-8DB2-A32FA24CE699> /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD5000GraphicsGLDriver
        0x123440000000 -     0x123440864fff  com.apple.GeForceGLDriver (10.0.43 - 10.0.0) <4E749711-614F-32F8-8373-1F0307082D7B> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
        0x7fff61749000 -     0x7fff6177f837  dyld (353.2.1) <4696A982-1500-34EC-9777-1EF7A03E2659> /usr/lib/dyld
        0x7fff8a906000 -     0x7fff8a992fff  libsystem_c.dylib (1044.1.2) <C185E862-7424-3210-B528-6B822577A4B8> /usr/lib/system/libsystem_c.dylib
        0x7fff8a993000 -     0x7fff8a99eff7  com.apple.AppSandbox (4.0 - 238) <BC5EE1CA-764A-303D-9989-4041C1291026> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
        0x7fff8a9c6000 -     0x7fff8a9cafff  libcache.dylib (69) <45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib
        0x7fff8a9cb000 -     0x7fff8aa86ff7  com.apple.DiscRecording (9.0 - 9000.4.1) <F70E600E-9668-3DF2-A3A8-61813DF9E2EE> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff8aa87000 -     0x7fff8aa93ff7  com.apple.OpenDirectory (10.10 - 187) <1D0066FC-1DEB-381B-B15C-4C009E0DF850> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff8ab41000 -     0x7fff8ab48ff7  com.apple.phonenumbers (1.1.1 - 105) <AE39B6FE-05AB-3181-BB2A-4D50A8B392F2> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
        0x7fff8ab5b000 -     0x7fff8ab5dfff  libRadiance.dylib (1231) <BDD94A52-DE53-300C-9180-5D434272989F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff8ab73000 -     0x7fff8ab97ff7  com.apple.quartzfilters (1.10.0 - 1.10.0) <1AE50F4A-0098-34E7-B24D-DF7CB94073CE> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff8ab98000 -     0x7fff8abb3ff7  libCRFSuite.dylib (34) <D64842BE-7BD4-3D0C-9842-1D202F7C2A51> /usr/lib/libCRFSuite.dylib
        0x7fff8abc0000 -     0x7fff8acb4ff7  libFontParser.dylib (134) <506126F8-FDCE-3DE1-9DCA-E07FE658B597> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff8ad57000 -     0x7fff8b026ff3  com.apple.CoreImage (10.0.33) <6E3DDA29-718B-3BDB-BFAF-F8C201BF93A4> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff8b027000 -     0x7fff8b0a4ff7  com.apple.iLifeMediaBrowser (2.9.0 - 675) <2E008E85-B3EA-391C-9D79-6275AC70EDDB> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
        0x7fff8b0a5000 -     0x7fff8b0c2ffb  libresolv.9.dylib (57) <26B38E61-298A-3C3A-82C1-3B5E98AD5E29> /usr/lib/libresolv.9.dylib
        0x7fff8b0c3000 -     0x7fff8b0c8ff7  com.apple.MediaAccessibility (1.0 - 61) <00A3E0B6-79AC-387E-B282-AADFBD5722F6> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessi bility
        0x7fff8b0c9000 -     0x7fff8b0cdfff  com.apple.LoginUICore (3.0 - 3.0) <D76AB05B-B627-33EE-BA8A-515D85275DCD> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
        0x7fff8b0ce000 -     0x7fff8b0cffff  libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff8b18e000 -     0x7fff8b22ddf7  com.apple.AppleJPEG (1.0 - 1) <9BB3D7DF-630A-3E1C-A124-12D6C4D0DE70> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
        0x7fff8b247000 -     0x7fff8b249fff  com.apple.ExceptionHandling (1.5 - 10) <C3A6EB3D-C0B3-371F-99D8-AF5495498091> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
        0x7fff8b3bc000 -     0x7fff8b462fff  com.apple.PDFKit (3.0 - 3.0) <C55D8F39-561D-32C7-A701-46F76D6CC151> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff8b463000 -     0x7fff8b555ff7  libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib
        0x7fff8b556000 -     0x7fff8b5caff3  com.apple.securityfoundation (6.0 - 55126) <E7FB7A4E-CB0B-37BA-ADD5-373B2A20A783> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff8b5cb000 -     0x7fff8b5dafff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <D1E527E4-C561-352F-9457-E8C50232793C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff8b5f7000 -     0x7fff8b5fbfff  libpam.2.dylib (20) <E805398D-9A92-31F8-8005-8DC188BD8B6E> /usr/lib/libpam.2.dylib
        0x7fff8b5fc000 -     0x7fff8b603fff  libCGCMS.A.dylib (772) <E64DC779-A6CF-3B1F-8E57-C09C0B10670F> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
        0x7fff8b619000 -     0x7fff8b6a2fff  com.apple.CoreSymbolication (3.1 - 56072) <8CE81C95-49E8-389F-B989-67CC452C08D0> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff8b6a3000 -     0x7fff8b724ff3  com.apple.CoreUtils (1.0 - 101.1) <45E5E51B-947E-3F2D-BD9C-480E72555C23> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
        0x7fff8b725000 -     0x7fff8b730ff7  libkxld.dylib (2782.1.97) <CB1A1B57-54BE-3573-AE0C-B90ED6BAEEE2> /usr/lib/system/libkxld.dylib
        0x7fff8b731000 -     0x7fff8b742ff7  libsystem_coretls.dylib (35.1.2) <EBBF7EF6-80D8-3F8F-825C-B412BD6D22C0> /usr/lib/system/libsystem_coretls.dylib
        0x7fff8b743000 -     0x7fff8b750ff7  libxar.1.dylib (254) <CE10EFED-3066-3749-838A-6A15AC0DBCB6> /usr/lib/libxar.1.dylib
        0x7fff8b751000 -     0x7fff8b76ffff  com.apple.frameworks.preferencepanes (16.0 - 16.0) <C763B730-D6BC-31D3-951A-898BB49C5A3E> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
        0x7fff8b770000 -     0x7fff8b775ff7  libmacho.dylib (862) <126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib
        0x7fff8b776000 -     0x7fff8b77bff7  libunwind.dylib (35.3) <BE7E51A0-B6EA-3A54-9CCA-9D88F683A6D6> /usr/lib/system/libunwind.dylib
        0x7fff8b77c000 -     0x7fff8b7cdff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <AF72B06E-C6C1-3FAE-8B47-AF461CAE0E22> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff8b7f6000 -     0x7fff8b802ff7  libGPUSupportMercury.dylib (11.0.7) <C04F6E18-3043-3096-A6E6-F6431ADC41D3> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupportMercury.dylib
        0x7fff8b803000 -     0x7fff8b80eff7  com.apple.DirectoryService.Framework (10.10 - 187) <813211CD-725D-31B9-ABEF-7B28DE2CB224> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff8b80f000 -     0x7fff8b811fff  libCVMSPluginSupport.dylib (11.0.7) <29D775BB-A11D-3140-A478-2A0DA1A87420> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff8b829000 -     0x7fff8b843ff7  libextension.dylib (55.1) <ECBDCC15-FA19-3578-961C-B45FCC994BAF> /usr/lib/libextension.dylib
        0x7fff8b844000 -     0x7fff8b895ff7  com.apple.AppleVAFramework (5.0.31 - 5.0.31) <762E9358-A69A-3D63-8282-3B77FBE0147E> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff8b896000 -     0x7fff8b92cffb  com.apple.CoreMedia (1.0 - 1562.19) <F79E0E9D-4ED1-3ED1-827A-C3C5377DB1D7> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff8b92d000 -     0x7fff8bd04fe7  com.apple.CoreAUC (211.0.0 - 211.0.0) <C8B2470F-3994-37B8-BE10-6F78667604AC> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff8bd09000 -     0x7fff8bd0dfff  libsystem_stats.dylib (163.1.4) <1DB04436-5974-3F16-86CC-5FF5F390339C> /usr/lib/system/libsystem_stats.dylib
        0x7fff8bd0e000 -     0x7fff8bd39fff  libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib
        0x7fff8bd4f000 -     0x7fff8bf34267  libobjc.A.dylib (646) <3B60CD90-74A2-3A5D-9686-B0772159792A> /usr/lib/libobjc.A.dylib
        0x7fff8bf35000 -     0x7fff8bf37ff7  com.apple.diagnosticlogcollection (10.0 - 1000) <D7516965-DB40-3235-9D00-C724F7D2BC02> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/ DiagnosticLogCollection
        0x7fff8bf38000 -     0x7fff8bf6aff3  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <C6DB0A07-F8E4-3837-BCA9-225F460EDA81> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
        0x7fff8bf6b000 -     0x7fff8bf74ff3  com.apple.CommonAuth (4.0 - 2.0) <F4C266BE-2E0E-36B4-9DE7-C6B4BF410FD7> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff8bf75000 -     0x7fff8bf86fff  libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib
        0x7fff8bf87000 -     0x7fff8bf91ff7  com.apple.CrashReporterSupport (10.10 - 629) <EC97EA5E-3190-3717-A4A9-2F35A447E7A6> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff8bf92000 -     0x7fff8c195ff3  com.apple.CFNetwork (720.1.1 - 720.1.1) <A82E71B3-2CDB-3840-A476-F2304D896E03> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff8c1f2000 -     0x7fff8c24dfef  libTIFF.dylib (1231) <115791FB-8C49-3410-AC23-56F4B1CFF124> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8c24e000 -     0x7fff8c257fff  libsystem_pthread.dylib (105.1.4) <26B1897F-0CD3-30F3-B55A-37CB45062D73> /usr/lib/system/libsystem_pthread.dylib
        0x7fff8c258000 -     0x7fff8c2d0ff7  com.apple.SystemConfiguration (1.14 - 1.14) <C269BCFD-ACAB-3331-BC7C-0430F0E84817> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff8c2d1000 -     0x7fff8c2d8ff7  libcompiler_rt.dylib (35) <BF8FC133-EE10-3DA6-9B90-92039E28678F> /usr/lib/system/libcompiler_rt.dylib
        0x7fff8c2d9000 -     0x7fff8c2fafff  com.apple.framework.Apple80211 (10.0.1 - 1001.57.4) <E449B57F-1AC3-3DF1-8A13-4390FB3A05A4> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff8c2fb000 -     0x7fff8c32bfff  libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib
        0x7fff8c32c000 -     0x7fff8c32cff7  libkeymgr.dylib (28) <77845842-DE70-3CC5-BD01-C3D14227CED5> /usr/lib/system/libkeymgr.dylib
        0x7fff8c32d000 -     0x7fff8c338fdb  com.apple.AppleFSCompression (68.1.1 - 1.0) <F30E8CA3-50B3-3B44-90A0-803C5C308BFE> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff8c35e000 -     0x7fff8c5d8fff  com.apple.CoreData (110 - 526) <AEEDAF00-D38F-3A15-B3C9-73732940CC55> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff8c5d9000 -     0x7fff8c601fff  libxpc.dylib (559.1.22) <9437C02E-A07B-38C8-91CB-299FAA63083D> /usr/lib/system/libxpc.dylib
        0x7fff8c75e000 -     0x7fff8c890ff7  com.apple.MediaControlSender (2.0 - 215.10) <8ECF208C-587A-325F-9866-09890D58F1B1> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff8c891000 -     0x7fff8c8cafff  com.apple.AirPlaySupport (2.0 - 215.10) <E4159036-4C38-3F28-8AF3-4F074DAF01AC> /System/Library/PrivateFrameworks/AirPlaySupport.framework/Versions/A/AirPlaySu pport
        0x7fff8c8ee000 -     0x7fff8c8f0fff  libsystem_configuration.dylib (699.1.5) <9FBA1CE4-97D0-347E-A443-93ED94512E92> /usr/lib/system/libsystem_configuration.dylib
        0x7fff8c92f000 -     0x7fff8c946ff7  libLinearAlgebra.dylib (1128) <E78CCBAA-A999-3B65-8EC9-06DB15E67C37> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLinearAlgebra.dylib
        0x7fff8c947000 -     0x7fff8c94ffff  libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib
        0x7fff8c950000 -     0x7fff8c951ff7  MetadataLib.dylib (6.2) <BE9131AC-7D9C-3678-A053-2873442A3DF3> /System/Library/CoreServices/RawCamera.bundle/Contents/Resources/MetadataLib.dy lib
        0x7fff8c952000 -     0x7fff8c95afff  libMatch.1.dylib (24) <C917279D-33C2-38A8-9BDD-18F3B24E6FBD> /usr/lib/libMatch.1.dylib
        0x7fff8c95b000 -     0x7fff8c9c2ff7  com.apple.datadetectorscore (6.0 - 396.1) <5D348063-1528-3E2F-B587-9E82970506F9> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff8c9c3000 -     0x7fff8ca64ff7  com.apple.Bluetooth (4.3.1 - 4.3.1f2) <EDC78AEE-28E7-324C-9947-41A0814A8154> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
        0x7fff8cbb4000 -     0x7fff8cfe4fff  com.apple.vision.FaceCore (3.1.6 - 3.1.6) <C3B823AA-C261-37D3-B4AC-C59CE91C8241> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
        0x7fff8cfe5000 -     0x7fff8cfe9fff  com.apple.CommonPanels (1.2.6 - 96) <F9ECC8AF-D9CA-3350-AFB4-5113A9B789A5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff8cfea000 -     0x7fff8d10cff7  com.apple.LaunchServices (644.12 - 644.12) <D7710B20-0561-33BB-A3C8-463691D36E02> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff8d10d000 -     0x7fff8d19eff7  libCoreStorage.dylib (471) <5CA37ED3-320C-3469-B4D2-6F045AFE03A1> /usr/lib/libCoreStorage.dylib
        0x7fff8d19f000 -     0x7fff8d34efff  GLEngine (11.0.7) <3CB7447A-1A1D-3D55-A6A4-4814B49F6678> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundl e/GLEngine
        0x7fff8d34f000 -     0x7fff8d350ffb  libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib
        0x7fff8dcc5000 -     0x7fff8dcc7ff7  libquarantine.dylib (76) <DC041627-2D92-361C-BABF-A869A5C72293> /usr/lib/system/libquarantine.dylib
        0x7fff8dcc8000 -     0x7fff8dcc8ff7  libunc.dylib (29) <5676F7EA-C1DF-329F-B006-D2C3022B7D70> /usr/lib/system/libunc.dylib
        0x7fff8dcc9000 -     0x7fff8df09ff7  com.apple.AddressBook.framework (9.0 - 1499) <8D5C9530-4D90-32C7-BB5E-3A686FE36BE9> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff8df0a000 -     0x7fff8df24ff7  com.apple.Kerberos (3.0 - 1) <7760E0C2-A222-3709-B2A6-B692D900CEB1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8df25000 -     0x7fff8ea66fff  com.apple.AppKit (6.9 - 1343.16) <C98DB43F-4245-3E6E-A4EE-37DAEE33E174> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff8ea67000 -     0x7fff8ea78ff7  libz.1.dylib (55) <88C7C7DE-04B8-316F-8B74-ACD9F3DE1AA1> /usr/lib/libz.1.dylib
        0x7fff8ea79000 -     0x7fff8eac6ff3  com.apple.CoreMediaIO (601.0 - 4749) <DDB756B3-A281-3791-9744-1F52CF8E5EDB> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff8eac7000 -     0x7fff8eaf1ff7  libdispatch.dylib (442.1.4) <502CF32B-669B-3709-8862-08188225E4F0> /usr/lib/system/libdispatch.dylib
        0x7fff8eaf2000 -     0x7fff8ec50ff3  com.apple.avfoundation (2.0 - 889.10) <4D1735C4-D055-31E9-8051-FED29F41F4F6> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff8ec51000 -     0x7fff8ec8cfff  com.apple.AOSAccounts (1.3.1 - 1.8.19) <1EF4B780-3474-331E-9104-6CE796D8C930> /System/Library/PrivateFrameworks/AOSAccounts.framework/Versions/A/AOSAccounts
        0x7fff8ecce000 -     0x7fff8eccffff  libsystem_secinit.dylib (18) <581DAD0F-6B63-3A48-B63B-917AF799ABAA> /usr/lib/system/libsystem_secinit.dylib
        0x7fff8ecd0000 -     0x7fff8ecd1fff  com.apple.TrustEvaluationAgent (2.0 - 25) <2D61A2C3-C83E-3A3F-8EC1-736DBEC250AB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff8edb2000 -     0x7fff8edb4ffb  libCGXType.A.dylib (772) <7CB71BC6-D8EC-37BC-8243-41BAB086FAAA> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy pe.A.dylib
        0x7fff8edb5000 -     0x7fff8edbdffb  com.apple.CloudServices (1.0 - 1) <D278BECB-AEC3-3D32-BEC8-E949EB89D66B> /System/Library/PrivateFrameworks/CloudServices.framework/Versions/A/CloudServi ces
        0x7fff8edbe000 -     0x7fff8edd4ff7  com.apple.CoreMediaAuthoring (2.2 - 951) <B5E5ADF2-BBE8-30D9-83BC-74D0D450CF42> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff8ede4000 -     0x7fff8edfeff7  com.apple.AppleVPAFramework (1.0.30 - 1.0.30) <D47A2125-C72D-3298-B27D-D89EA0D55584> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
        0x7fff8edff000 -     0x7fff8ee05ff7  libsystem_networkextension.dylib (167.1.10) <29AB225B-D7FB-30ED-9600-65D44B9A9442> /usr/lib/system/libsystem_networkextension.dylib
        0x7fff8ee06000 -     0x7fff8ee77ff7  com.apple.framework.IOKit (2.0.2 - 1050.1.21) <ED3B0B22-AACC-303B-BFC8-20ECD1AF6BA2> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff8ee78000 -     0x7fff8f028ff7  com.apple.QuartzCore (1.10 - 361.11) <7382E4A9-10B0-3877-B9D7-FA84DC71BA55> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff8f057000 -     0x7fff8f091ffb  com.apple.DebugSymbols (115 - 115) <6F03761D-7C3A-3C80-8031-AA1C1AD7C706> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff8f329000 -     0x7fff8f376fff  com.apple.ImageCaptureCore (6.0 - 6.0) <93B4D878-A86B-3615-8426-92E4C79F8482> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff8f377000 -     0x7fff8f385ff7  com.apple.ToneLibrary (1.0 - 1) <3E6D130D-77B0-31E1-98E3-A6052AB09824> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary
        0x7fff8f386000 -     0x7fff8f3b9ff7  com.apple.MediaKit (16 - 757) <345EDAFE-3E39-3B0F-8D84-54657EC4396D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff8f44c000 -     0x7fff8f477fff  com.apple.DictionaryServices (1.2 - 229) <6789EC43-CADA-394D-8FE8-FC3A2DD136B9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff8f478000 -     0x7fff8f75fffb  com.apple.CoreServices.CarbonCore (1108.1 - 1108.1) <55A16172-ACC0-38B7-8409-3CB92AF33973> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff8f760000 -     0x7fff8f878ffb  com.apple.CoreText (352.0 - 454.1) <AB07DF12-BB1F-3275-A8A3-45F14BF872BF> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff8f879000 -     0x7fff8f8deff7  com.apple.ids (10.0 - 1000) <12E5717E-8D63-3B70-BB46-A60AFB02CCAE> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
        0x7fff8f8df000 -     0x7fff8f8e2ff7  com.apple.AppleSystemInfo (3.0 - 3.0) <E54DA0B2-3515-3B1C-A4BD-54A0B02B5612> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff8f8e3000 -     0x7fff8f911fff  com.apple.CoreServicesInternal (221.1 - 221.1) <51BAE6D2-84F3-392A-BFEC-A3B47B80A3D2> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff8f912000 -     0x7fff8f92eff7  libsystem_malloc.dylib (53.1.1) <19BCC257-5717-3502-A71F-95D65AFA861B> /usr/lib/system/libsystem_malloc.dylib
        0x7fff8fa02000 -     0x7fff8fa16ff7  com.apple.ProtectedCloudStorage (1.0 - 1) <52CFE68A-0663-3756-AB5B-B42195026052> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/Pr otectedCloudStorage
        0x7fff8fb45000 -     0x7fff8fedbfff  com.apple.CoreFoundation (6.9 - 1151.16) <F2B088AF-A5C6-3FAE-9EB4-7931AF6359E4> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff8fedc000 -     0x7fff8fedcfff  com.apple.ApplicationServices (48 - 48) <5BF7910B-C328-3BF8-BA4F-CE52B574CE01> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff90815000 -     0x7fff90861ff7  libcups.2.dylib (408) <9CECCDE3-51D7-3028-830C-F58BD36E3317> /usr/lib/libcups.2.dylib
        0x7fff90862000 -     0x7fff90863fff  liblangid.dylib (117) <B54A4AA0-2E53-3671-90F5-AFF711C0EB9E> /usr/lib/liblangid.dylib
        0x7fff90864000 -     0x7fff908c9fff  com.apple.framework.internetaccounts (2.1 - 210) <DC8D9230-B7C8-3100-8B2F-399B51A4483A> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
        0x7fff90925000 -     0x7fff90950ff3  libarchive.2.dylib (30) <8CBB4416-EBE9-3574-8ADC-44655D245F39> /usr/lib/libarchive.2.dylib
        0x7fff90951000 -     0x7fff90963ff7  com.apple.ImageCapture (9.0 - 9.0) <7FB65DD4-56B5-35C4-862C-7A2DED991D1F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff90964000 -     0x7fff9097dff7  com.apple.CalendarAgentLink (8.0 - 250) <0F3CCA9C-645D-3A1A-A959-F4F8D31F9B1A> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/Calend arAgentLink
        0x7fff9098d000 -     0x7fff9098ffff  com.apple.CoreDuetDebugLogging (1.0 - 1) <9A6E5710-EA99-366E-BF40-9A65EC1B46A1> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/Cor eDuetDebugLogging
        0x7fff909b9000 -     0x7fff909c2fff  com.apple.DisplayServicesFW (2.9 - 372.1) <30E61754-D83C-330A-AE60-533F27BEBFF5> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff909c3000 -     0x7fff90a99ff3  com.apple.DiskImagesFramework (10.10 - 389.1) <7DE2208C-BD55-390A-8167-4F9F11750C4B> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff90a9a000 -     0x7fff90ab2fff  com.apple.CalendarStore (8.0 - 1479) <42CC3B45-7916-3C2C-8F07-E40D96C9FEDB> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
        0x7fff90ab3000 -     0x7fff90ab8fff  com.apple.DiskArbitration (2.6 - 2.6) <0DFF4D9B-2AC3-3B82-B5C5-30F4EFBD2DB9> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff90ac4000 -     0x7fff90ac6ff7  libsystem_coreservices.dylib (9) <41B7C578-5A53-31C8-A96F-C73E030B0938> /usr/lib/system/libsystem_coreservices.dylib
        0x7fff90add000 -     0x7fff90ae1fff  libspindump.dylib (182) <7BD8C0AC-1CDA-3864-AE03-470B50160148> /usr/lib/libspindump.dylib
        0x7fff90aef000 -     0x7fff90b1fffb  com.apple.GSS (4.0 - 2.0) <D033E7F1-2D34-339F-A814-C67E009DE5A9> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff90b45000 -     0x7fff90b48fff  com.apple.help (1.3.3 - 46) <CA4541F4-CEF5-355C-8F1F-EA65DC1B400F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff90b49000 -     0x7fff90cd8fff  libGLProgrammability.dylib (11.0.7) <AF37E7F3-16C8-3747-9CC6-A442C0153DC6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
        0x7fff90cd9000 -     0x7fff90cdcfff  com.apple.xpc.ServiceManagement (1.0 - 1) <7E9E6BB7-AEE7-3F59-BAC0-59EAF105D0C8> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff90cdd000 -     0x7fff90d30ffb  libAVFAudio.dylib (118.3) <CC124063-34DF-39E3-921A-2B

  • SIGSEGV during  Exception handling in Solaris 10/Sunstudio 11

    Hi all,
    In our application we are encountering random crashes in our ACE/TAO framework code. The crash happens mostly when we convert our local data type to a CORBA datatype.
    There is some exception handling in this area and crashes seem to happen randomly.
    The stack always has a call to impl::ex_free and I saw other forums reportign this problem much earlier.
    We are using a machine which has a pretty old patch for compilation. Acutally it was a Beta patch delivered for allowing clearcase installation.
    The machine details are:
    SunOS amsbuild8-1 5.10 ws.10.6198523 sun4u sparc SUNW,Sun-Fire-V440
    The machine on which our appln runs has the details as:
    SunOS sol-890perf1 5.10 Generic_127127-11 sun4u sparc SUNW,Sun-Fire-V890
    What I would like to know is, has there been any known issue on Sunstudio11 related to Exception Handling in C++ and if there are any patches which came with the fix.
    I know I could use the latest patches and test to see if it occurs, but it would be nice if we know our issue is the same, as we have little test time on our hands.
    The stack looks like this:
    f7d60a4c free (64646f36, 7a123, 136fc, 7a11b, 7a0fb, f7d74228) + 158
    edb3802c __1cJ_ODI_free6Fpc_v_ (7a123, 3cc0, 21b190, eda8ca0c, edd53128, 3c00) + a0
    eda8cb80 __1c2K6Fpv_v_ (7a123, 0, 0, 0, 0, 0) + 4
    ed717828 __1cFCORBALstring_free6Fpc_v_ (7a123, 0, 0, 0, 0, 0) + 4
    feb711a4 __1cDTAOHdetailsSstring_traits_base4Cc_Hrelease6Fpc_v_ (7a123, f7d7424c, f7d74248, 1b,
    cd2f30, baddc800) + c
    feb6f9f8 __1cDTAOKString_var4Cc_2T5B6M_v_ (2aef0c, ec6cdbe0, 1, 150ceb0, ff00, e9940) + 10
    ed6b02d4 __1cFCORBAJException2T5B6M_v_ (2aef08, 300030, ed7a9fa8, ed799be8, 3a0, 0) + 30
    ed73cb5c __1cFCORBANUserException2T5B6M_v_ (2aef08, feadff43, ed7b8c38, ed799be8, 250, 0) + 28
    ec69e4a8 __1cFCORBAITypeCodeHBadKind2T6M_v_ (2aef08, 1, 2aeec0, ec69e4a4, 1, eb8fbbbc) + 4
    *00235c0c __1cH__CimplHex_free6F_v_* (2b2f04, 1, 2aeec0, 298968, 62dc4, 2ff2648) + 6c
    ec69d5b8 __1cFCORBAITypeCodeKequivalent6kMp1_b_ (1, ec6e2794, ec1f3700, feaf319c, 2ff2a00, eb8f
    bc8c) + 218
    fead7e60 __1cDTAOPAny_Dual_Impl_T4nGEvtSvcMIdlEventList__Hextract6FrknFCORBADAny_pFpv_vpn0EITyp
    eCode_rpkn0C__b_ (cd2fd8, feac9710, feaf319c, eb8fbe9c, edd53128, 3c00) + 60
    feacb1c4 __1c2R6FrknFCORBADAny_rpknGEvtSvcMIdlEventList__b_ (cd2fd8, eb8fbe9c, 5b524, feb6a7f4,
    f1795e78, 1e39bb4) + 54
    feb93a58 __1cSEvtEventDispatcherKpullEvents6Fkpkc_v_ (febc4b04, feb937c0, effecb34, effdde64, 3
    78, 0) + 298
    eff49698 __1cVACE_OS_Thread_AdapterGinvoke6M_pv_ (ac88d8, effee0c0, feb937c0, febc4b04, efdc0a0
    0, 1) + 5c
    eff06b58 ace_thread_adapter (ac88d8, eb8fc000, 0, 0, eff4963c, effee0c0) + c
    Thanks in Advance,
    Chenthil

    There have been some exception-handling bugs fixed, most of which are in the C++ runtime library.
    Be sure you have the latest runtime library patch. For Solaris 10 on sparc, that would be 119963-10.
    To find out whether you have this patch, run the command
    showrev -p | grep 119963and see if you have the -10 update.
    I recommend upgrading to Sun Studio 12, since you are on Solaris 10. It has bug fixes and improvements not available in Studio 11. You should be able to drop in the new compiler and continue development. You don't have to rebuild all your binaries, but everyone must upgrade to the new compiler. You can download Studio 12 here:
    [http://developers.sun.com/sunstudio/]
    Whether you upgrade to Sun Studio 12 or stay with Studio 11, get the current patches here:
    [http://developers.sun.com/sunstudio/downloads/patches/index.jsp]
    (You can find the C++ runtime library patches here too.)
    Finally, just because the runtime library is in the stack trace doesn't mean you have run into a bug in the library. The bug could be in your own code. For example, if you throw a deleted object, the segfault will probably occur in the runtime library when it tries to access the invalid object.
    Running under dbx with RTC (run-time checking) enabled will help to find the source of the problem, especially if it is in your code. In dbx, try "help rtc" for more information, or refer to the dbx manual.
    Here is a quick start guide:
    % dbx myprog
    (dbx) check -all
    (dbx) run

  • Serious Error shutdown message while exporting media

    I am encountering an odd error message (from which I have never seen) when trying to export a project from Premiere Pro CC.
    The error message (Sorry, a serious error has occurred that requires Adobe Premiere Pro to shut down. We will attempt to save your current project) shuts down Premiere about 11-25% into the export. If I remove all effects on the media, the file exports fine, but will not if the effects remain on the media.
    I have checked the permissions (as per Adobe forum advice), and they all allow me to read and write files, so that is not the issue. I have also restarted my computer, uninstalled / reinstalled Premiere, and tried rendering in different outputs, none of  which have worked.
    I also have the error code, but am unaware of how to attach it to this question.
    Set up:
    Late 2012 iMac
    Mac OSX 10.9.2
    3.9 GHz Intel Core i7
    8GB memory
    NVIDIA GeForce GTX 680MX 2GB
    Premiere Pro CC
    Using H2.64 in .MP4 files
    Installed Plug ins:
      Red Giant Magic Bullet Color Suite (used DeNoiser II in media)
    Has anyone any clue as to what I should do/try next?
    Thanks for any input,
    Michael

    I apologize about the length, but I am unaware of how to attach the error
    code, so I am just going to past them.
    Error code 1:
    Process: Adobe Premiere Pro CC Re: Serious Error shutdown message while exporting media!
    Path: /Applications/Adobe Premiere Pro CC/Adobe Premiere Pro
    CC.app/Contents/ MacOS/Adobe Premiere Pro CC!
    Identifier:
    Version:
    Code Type:
    Parent Process: launchd Re: Serious Error shutdown message while exporting media!
    com.adobe.AdobePremierePro! 7.2.2 (7.2.2)!
    X86-64 (Native)!
    Responsible:
    User ID:
    Date/Time:
    OS Version:
    Report Version: 11!
    Anonymous UUID: 8711E967-3395-F259-0577-C241B4768D8A! !
    Sleep/Wake UUID: A31DF803-DBB0-48DE-800A-9076E03B5328!
    Crashed Thread: 72 Dispatch queue: opencl_runtime!
    Adobe Premiere Pro CC Re: Serious Error shutdown message while exporting media! 501!
    2014-04-22 16:50:02.373 -0400! Mac OS X 10.9.2 (13C64)!
    Exception Type: EXC_BAD_ACCESS (SIGSEGV)!
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000008! !
    VM Regions Near 0x8:!
    --> !
    __TEXT 0000000100000000-0000000100003000 Re: Serious Error shutdown message while exporting media r-x/rwx SM=COW /
    Applications/Adobe Premiere Pro CC/Adobe Premiere Pro
    CC.app/Contents/MacOS/Adobe Premiere Pro CC!
    Thread 72 Crashed:: Dispatch queue: opencl_runtime!
       0  com.apple.GeForceGLDriver !
       1  com.apple.GeForceGLDriver !
       2  libGPUSupportMercury.dylib !
    0x00001234402e3ec4 0x123440000000 + 3030724! 0x00001234402e4361
    0x123440000000 + 3031905! 0x00007fff89e1f8f7 gldLoadBuffer + 80!
    0x00007fff95dedb16
    0x7fff95dbd000 + 199446! 0x00007fff95df9d61 0x7fff95dbd000 + 249185!
    0x00007fff95ddca4a
    0x7fff95dbd000 + 129610! 0x00007fff95de01f0 0x7fff95dbd000 + 143856!
       3  com.apple.opencl
       4  com.apple.opencl
       5  com.apple.opencl
       6  com.apple.opencl
       7  libdispatch.dylib !
       8  libdispatch.dylib !
       9  libdispatch.dylib !
       10  libdispatch.dylib
       11  libdispatch.dylib !
       12  libsystem_pthread.dylib
       13 libsystem_pthread.dylib
    0x00007fff8b8a82ad dispatchclient_callout + 8! 0x00007fff8b8aa68f
    dispatchqueue_drain + 451! 0x00007fff8b8ab9dd dispatchqueue_invoke + 110!
    0x00007fff8b8a9fa3 dispatchroot_queue_drain + 75! 0x00007fff8b8ab193
    dispatchworker_thread2 + 40!
    ================================
    Error code trimmed down to essentials by moderator, with full report attached.

  • I get a crash thread when opening iPhoto After install of mountain lion.

    I was told by apple tech support by phone to reinstall iPhoto. So I did. Did not work same crash every time. I took it to genius bar and he said I had to many photos for one library for iPhoto to manage so I should separate photo into smaller libraries or buy aperture because it handles large libraries. I have 390gb of photos and aperture gives me same crash thread when I open it. There goes $80 down the drain! The crashed thread reads: 0 DISPATCH QUEUE: COM.APPLE.MERCURY.KDATABASEMGR_MT and execution type : EXC_BAD_ACCESS (SIGSEGV). Exception code: KERN_INVALID_ADDRESS AT 0x00000000000000.
    Any help on this would be greatly appreciated.

    Issue is that I was able to see any video imported or made directly in FCP. I have several projects in progress, and would need to remake everyone again....
    I noticed that when I play a video, the beach ball comes up, but after a few minutes, the progress bar of the video itself comes to the end, and I have control over FCP again, but without the video. Audio is no problem, since I can skim through any portion, but not video.
    I'm stumped, and need to think what my next steps are. But in troubleshooting, I don't know where the problems is, Mountain Lion, FCP or something totally unrelated.

  • System Preferences Hang-up

    Hi,
    I am having a problem with System Preferences freezing up when selecting Desktop & Screen Saver. Everything else on the system works fine.
    I loaded a picture on the Macintosh HD Device (all other pictures are under a specific user account) to access it as a desktop background. The correct picture appears as the desktop background, but I want to change the picture. As soon as I select Desktop & Screen Saver under System Preferences the window freezes.
    The only way to unfreeze is to select something else on the Dock (which doesn't magnify as it normally does), then close that and go to back to System Preference and then close it. Or select something else from the dock and then Force Quit the Systems Preferences.
    I will get an error message and the problem details (which I know VERY little about) show an Exception Type: EXCBADACCESS (SIGSEGV) and
    Exception Code: KERNINVALIDADDRESS
    If that helps.
    I tried sending the picture to the trash and then reloading it, but that didn't help either.
    Any ideas on how to get back the the default or fix this problem are greatly appreciated.
    Thank you!
    Message was edited by: PGmeyer

    Here is the fix that was suggested on another board and fixed the problem.
    remove the followinf files and restart you mac
    Home/Library/Preferences/com.apple.systempreferences.plist
    That should at least reset the system preferences to default
    For the desktop/screensaver remove
    Home/Library/Preferences/com.apple.desktop.plist
    After a restart all should be back to default settings.

  • PSCS4 Crashes related to MMXcore?

    I'm seeing a very repeatable pattern of PSCS4 crashing during an image resize from 3200ppi to 400ppi
    Each time it is of type EXC_BAD_ACCESS (SIGSEGV)
    and exception code: KERN_INVALID_ADDRESS
    each time the crashed thread looks like it does here:
    Thread 8 Crashed:
    0   MMXCore                       0x1e162258 X2_DecimateV + 216
    Can I safely disable the MMXCore plug-in? Will that even help? Should I even have the MMXCore plug-in on this Intel Mac Pro?
    Here's the whole report:
    Process:         Adobe Photoshop CS4 [5683]
    Path:            /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4
    Identifier:      com.adobe.Photoshop
    Version:         11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch]) (11.0)
    Code Type:       X86 (Native)
    Parent Process:  launchd [186]
    Interval Since Last Report:          37192 sec
    Crashes Since Last Report:           1
    Per-App Interval Since Last Report:  10256 sec
    Per-App Crashes Since Last Report:   1
    Date/Time:       2009-07-21 16:32:53.749 -0700
    OS Version:      Mac OS X 10.5.7 (9J61)
    Report Version:  6
    Anonymous UUID:  7CBB9573-F5B5-4E1C-B359-02D0B67E9C0A
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x00000000e51de208
    Crashed Thread:  8
    Thread 0:
    0   MMXCore                       0x1e162258 X2_DecimateV + 216
    Thread 1:
    0   libSystem.B.dylib             0x9347e9c6 kevent + 10
    1   libSystem.B.dylib             0x9347f155 _pthread_start + 321
    2   libSystem.B.dylib             0x9347f012 thread_start + 34
    Thread 2:
    0   libSystem.B.dylib             0x9344e2ce semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x934802c6 _pthread_cond_wait + 1267
    2   libSystem.B.dylib             0x934c5539 pthread_cond_wait + 48
    3   com.adobe.amt.services        0x04ba0552 AMTConditionLock::LockWhenCondition(int) + 46
    4   com.adobe.amt.services        0x04b9b995 _AMTThreadedPCDService::PCDThreadWorker(_AMTThreadedPCDService*) + 115
    5   com.adobe.amt.services        0x04ba05b0 AMTThread::Worker(void*) + 20
    6   libSystem.B.dylib             0x9347f155 _pthread_start + 321
    7   libSystem.B.dylib             0x9347f012 thread_start + 34
    Thread 3:
    0   libSystem.B.dylib             0x9345546e __semwait_signal + 10
    1   libSystem.B.dylib             0x9347fdcd pthread_cond_wait$UNIX2003 + 73
    2   libGLProgrammability.dylib    0x93d2eb32 glvmDoWork + 162
    3   libSystem.B.dylib             0x9347f155 _pthread_start + 321
    4   libSystem.B.dylib             0x9347f012 thread_start + 34
    Thread 4:
    0   MMXCore                       0x1e162258 X2_DecimateV + 216
    Thread 5:
    0   MMXCore                       0x1e162258 X2_DecimateV + 216
    Thread 6:
    0   MMXCore                       0x1e162258 X2_DecimateV + 216
    Thread 7:
    0   MMXCore                       0x1e16236d X2_DecimateV + 493
    Thread 8 Crashed:
    0   MMXCore                       0x1e162258 X2_DecimateV + 216
    Thread 9:
    0   MMXCore                       0x1e162258 X2_DecimateV + 216
    Thread 10:
    0   MMXCore                       0x1e162258 X2_DecimateV + 216
    Thread 11:
    0   libSystem.B.dylib             0x9345546e __semwait_signal + 10
    1   libSystem.B.dylib             0x9347fdcd pthread_cond_wait$UNIX2003 + 73
    2   ...ple.CoreServices.CarbonCore 0x96d8ae83 TSWaitOnCondition + 126
    3   ...ple.CoreServices.CarbonCore 0x96d69d6a TSWaitOnConditionTimedRelative + 202
    4   ...ple.CoreServices.CarbonCore 0x96d8ab00 MPWaitOnQueue + 208
    5   AdobeACE                      0x027c138d 0x2790000 + 201613
    6   AdobeACE                      0x027c0d85 0x2790000 + 200069
    7   ...ple.CoreServices.CarbonCore 0x96d89057 PrivateMPEntryPoint + 56
    8   libSystem.B.dylib             0x9347f155 _pthread_start + 321
    9   libSystem.B.dylib             0x9347f012 thread_start + 34
    Thread 12:
    0   libSystem.B.dylib             0x9345546e __semwait_signal + 10
    1   libSystem.B.dylib             0x9347fdcd pthread_cond_wait$UNIX2003 + 73
    2   ...ple.CoreServices.CarbonCore 0x96d8ae83 TSWaitOnCondition + 126
    3   ...ple.CoreServices.CarbonCore 0x96d69d6a TSWaitOnConditionTimedRelative + 202
    4   ...ple.CoreServices.CarbonCore 0x96d8ab00 MPWaitOnQueue + 208
    5   AdobeACE                      0x027c138d 0x2790000 + 201613
    6   AdobeACE                      0x027c0d85 0x2790000 + 200069
    7   ...ple.CoreServices.CarbonCore 0x96d89057 PrivateMPEntryPoint + 56
    8   libSystem.B.dylib             0x9347f155 _pthread_start + 321
    9   libSystem.B.dylib             0x9347f012 thread_start + 34
    Thread 13:
    0   libSystem.B.dylib             0x9345546e __semwait_signal + 10
    1   libSystem.B.dylib             0x9347fdcd pthread_cond_wait$UNIX2003 + 73
    2   ...ple.CoreServices.CarbonCore 0x96d8ae83 TSWaitOnCondition + 126
    3   ...ple.CoreServices.CarbonCore 0x96d69d6a TSWaitOnConditionTimedRelative + 202
    4   ...ple.CoreServices.CarbonCore 0x96d8ab00 MPWaitOnQueue + 208
    5   AdobeACE                      0x027c138d 0x2790000 + 201613
    6   AdobeACE                      0x027c0d85 0x2790000 + 200069
    7   ...ple.CoreServices.CarbonCore 0x96d89057 PrivateMPEntryPoint + 56
    8   libSystem.B.dylib             0x9347f155 _pthread_start + 321
    9   libSystem.B.dylib             0x9347f012 thread_start + 34
    Thread 14:
    0   libSystem.B.dylib             0x9345546e __semwait_signal + 10
    1   libSystem.B.dylib             0x9347fdcd pthread_cond_wait$UNIX2003 + 73
    2   ...ple.CoreServices.CarbonCore 0x96d8ae83 TSWaitOnCondition + 126
    3   ...ple.CoreServices.CarbonCore 0x96d69d6a TSWaitOnConditionTimedRelative + 202
    4   ...ple.CoreServices.CarbonCore 0x96d8ab00 MPWaitOnQueue + 208
    5   AdobeACE                      0x027c138d 0x2790000 + 201613
    6   AdobeACE                      0x027c0d85 0x2790000 + 200069
    7   ...ple.CoreServices.CarbonCore 0x96d89057 PrivateMPEntryPoint + 56
    8   libSystem.B.dylib             0x9347f155 _pthread_start + 321
    9   libSystem.B.dylib             0x9347f012 thread_start + 34
    Thread 15:
    0   libSystem.B.dylib             0x9345546e __semwait_signal + 10
    1   libSystem.B.dylib             0x9347fdcd pthread_cond_wait$UNIX2003 + 73
    2   ...ple.CoreServices.CarbonCore 0x96d8ae83 TSWaitOnCondition + 126
    3   ...ple.CoreServices.CarbonCore 0x96d69d6a TSWaitOnConditionTimedRelative + 202
    4   ...ple.CoreServices.CarbonCore 0x96d8ab00 MPWaitOnQueue + 208
    5   AdobeACE                      0x027c138d 0x2790000 + 201613
    6   AdobeACE                      0x027c0d85 0x2790000 + 200069
    7   ...ple.CoreServices.CarbonCore 0x96d89057 PrivateMPEntryPoint + 56
    8   libSystem.B.dylib             0x9347f155 _pthread_start + 321
    9   libSystem.B.dylib             0x9347f012 thread_start + 34
    Thread 16:
    0   libSystem.B.dylib             0x9345546e __semwait_signal + 10
    1   libSystem.B.dylib             0x9347fdcd pthread_cond_wait$UNIX2003 + 73
    2   ...ple.CoreServices.CarbonCore 0x96d8ae83 TSWaitOnCondition + 126
    3   ...ple.CoreServices.CarbonCore 0x96d69d6a TSWaitOnConditionTimedRelative + 202
    4   ...ple.CoreServices.CarbonCore 0x96d8ab00 MPWaitOnQueue + 208
    5   AdobeACE                      0x027c138d 0x2790000 + 201613
    6   AdobeACE                      0x027c0d85 0x2790000 + 200069
    7   ...ple.CoreServices.CarbonCore 0x96d89057 PrivateMPEntryPoint + 56
    8   libSystem.B.dylib             0x9347f155 _pthread_start + 321
    9   libSystem.B.dylib             0x9347f012 thread_start + 34
    Thread 17:
    0   libSystem.B.dylib             0x9345546e __semwait_signal + 10
    1   libSystem.B.dylib             0x9347fdcd pthread_cond_wait$UNIX2003 + 73
    2   ...ple.CoreServices.CarbonCore 0x96d8ae83 TSWaitOnCondition + 126
    3   ...ple.CoreServices.CarbonCore 0x96d69d6a TSWaitOnConditionTimedRelative + 202
    4   ...ple.CoreServices.CarbonCore 0x96d8ab00 MPWaitOnQueue + 208
    5   AdobeACE                      0x027c138d 0x2790000 + 201613
    6   AdobeACE                      0x027c0d85 0x2790000 + 200069
    7   ...ple.CoreServices.CarbonCore 0x96d89057 PrivateMPEntryPoint + 56
    8   libSystem.B.dylib             0x9347f155 _pthread_start + 321
    9   libSystem.B.dylib             0x9347f012 thread_start + 34
    Thread 18:
    0   libSystem.B.dylib             0x9344e3a6 mach_wait_until + 10
    1   libSystem.B.dylib             0x934c53ad nanosleep + 314
    2   com.adobe.PSAutomate          0xb5234755 ScObjects::Thread::sleep(unsigned int) + 143
    3   com.adobe.PSAutomate          0xb52347b5 ScObjects::Thread::wait(unsigned int) + 23
    4   com.adobe.PSAutomate          0xb5225502 ScObjects::BridgeTalkThread::run() + 332
    5   com.adobe.PSAutomate          0xb5234a77 ScObjects::Thread::go(void*) + 239
    6   libSystem.B.dylib             0x9347f155 _pthread_start + 321
    7   libSystem.B.dylib             0x9347f012 thread_start + 34
    Thread 19:
    0   libSystem.B.dylib             0x9344e2e6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib             0x934802af _pthread_cond_wait + 1244
    2   libSystem.B.dylib             0x93481b33 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore 0x96d69d96 TSWaitOnConditionTimedRelative + 246
    4   ...ple.CoreServices.CarbonCore 0x96d69b76 TSWaitOnSemaphoreCommon + 422
    5   ...ple.CoreServices.CarbonCore 0x96d69877 AsyncFileThread(void*) + 73
    6   libSystem.B.dylib             0x9347f155 _pthread_start + 321
    7   libSystem.B.dylib             0x9347f012 thread_start + 34
    Thread 8 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0xe876ae00  ecx: 0x00000000  edx: 0x00000000
      edi: 0xe51de200  esi: 0x00000002  ebp: 0x00000400  esp: 0xb03b3ea0
       ss: 0x0000001f  efl: 0x00010246  eip: 0x1e162258   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x0000001f   gs: 0x00000037
      cr2: 0xe51de208
    Binary Images:
        0x1000 -  0x19aefdf +com.adobe.Photoshop 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch]) (11.0) <2bf522dfa6d6481998620425c31670c8> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4
    0x207f000 -  0x2084fff  org.twain.dsm 1.9.3 (1.9.3) /System/Library/Frameworks/TWAIN.framework/Versions/A/TWAIN
    0x208d000 -  0x246701f +com.adobe.linguistic.LinguisticManager 4.0.0 (7863) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
    0x251b000 -  0x2715fcf +AdobeOwl ??? (???) <4cca2c7b48964ddaa14b725fb0c202b5> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0x2790000 -  0x289dfff +AdobeACE ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x28bb000 -  0x2c85fef +AdobeMPS ??? (???) <277e01a3cac34fa9a5914bc0a5bc125a> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
    0x2d14000 -  0x2d74fc7 +AdobeXMP ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0x2d83000 -  0x307efff +AdobeAGM ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x313e000 -  0x33d1fc7 +AdobeCoolType ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x3455000 -  0x346efff +AdobeBIB ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x3478000 -  0x3499ff7 +AdobeBIBUtils ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
    0x34a6000 -  0x34c1ff9 +AdobePDFSettings ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobePDFSettings.framework/Versions/A/AdobePDFSettings
    0x34db000 -  0x34ffff6 +AdobeAXE8SharedExpat ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t
    0x3512000 -  0x359f2cb +libicucnv.dylib.36.0 ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/ICUConverter.framework/Versions/3.6/libicucnv.dylib.36.0
    0x35cc000 -  0x35e780f +libicudata.dylib.36.0 ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/ICUData.framework/Versions/3.6/libicudata.dylib.36.0
    0x35ea000 -  0x37a0ff4 +com.adobe.amtlib amtlib 2.0.1.10077 (2.0.1.10077) <cb2ec3bf67714dabbf296775fb6f9608> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x37d7000 -  0x3867fc3 +WRServices ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
    0x39e9000 -  0x39edffc +com.adobe.AdobeCrashReporter 2.5 (3.0.20080806) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
    0x39f3000 -  0x3a0ffd7 +com.adobe.LogTransport 1.0 (1.0) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/LogTransport.framework/Versions/A/LogTransport
    0x3a1a000 -  0x3aeffdd +FileInfo ??? (???) <f0932f89fc984ba9b4f2c58d0e71d3c1> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
    0x3b20000 -  0x3b77fff +aif_core ??? (???) <b4dcb439e1eeabe3bd122c42e980366b> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/aif_core.framework/Versions/A/aif_core
    0x3b8f000 -  0x3bacffd +data_flow ??? (???) <8e452b6f803239d8eb5c49a4e31cb988> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/data_flow.framework/Versions/A/data_flow
    0x3bd8000 -  0x3c51fff +image_flow ??? (???) <498a857df8c6f9e0c92fbc3ec8680ed0> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/image_flow.framework/Versions/A/image_flow
    0x3cb7000 -  0x3cc7fff +image_runtime ??? (???) <f379a95229831e44676dbbd8259f131a> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/image_runtime.framework/Versions/A/image_runtime
    0x3cdc000 -  0x3e9bffe +aif_ogl ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/aif_ogl.framework/Versions/A/aif_ogl
    0x3f4c000 -  0x444afc3 +AdobeOwlCanvas ??? (???) <fcb2d1a31f6e41828e2cd0b23572d285> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanvas
    0x4593000 -  0x4665fe7 +AdobeAXEDOMCore ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore
    0x4719000 -  0x477bfe7 +com.adobe.PlugPlug 1.0.0.73 (1.0.0.73) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/PlugPlug.framework/Versions/A/PlugPlug
    0x47dc000 -  0x4823fc7 +com.adobe.adobe_caps adobe_caps 2.0.99.0 (2.0.99.0) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
    0x4833000 -  0x4872fff  com.apple.vmutils 4.1 (104) <9009c24d9279b0794970d8eea4134201> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x4b6e000 -  0x4b6ffe1  com.apple.textencoding.unicode 2.2 (2.2) <542f2b8930d6bdf16c318ffea541acab> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x4b80000 -  0x4c21fc3 +com.adobe.amt.services AMTServices 2.0.1.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:31:09) (2 . 0) <31e82904c3c2424ea1aea5efadbb19b8> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/amtservices.framework/Versions/a/amtservices
    0x4ded000 -  0x4dfbfeb  libSimplifiedChineseConverter.dylib ??? (???) <ce2c7b2ec834152d2ab1e34775707fd5> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x4f00000 -  0x4f12fff  libTraditionalChineseConverter.dylib ??? (???) <932e150584e4b29eaffd02a44796f0d3> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x4f16000 -  0x4f17ff3  ATSHI.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/ATSHI.dylib
    0x4f89000 -  0x4f96ff7 +com.adobe.asneu.framework asneu version 1.6.2f01 (1.6.2) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/asneu.framework/Versions/a/asneu
    0x4fa4000 -  0x4fa4ffd  libmx.A.dylib ??? (???) /usr/lib/libmx.A.dylib
    0x199d8000 - 0x199daffa +Adobe Unit Types a2.0.0 (2.0.0) /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types
    0x1c6ca000 - 0x1c84ffe3  GLEngine ??? (???) <3bd4729832411ff31de5bb9d97e3718d> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x1c87d000 - 0x1cbe6fe8  com.apple.GeForce8xxxGLDriver 1.5.44 (5.4.4) <59268db992cb4c6d08ca7b5bba366863> /System/Library/Extensions/GeForce8xxxGLDriver.bundle/Contents/MacOS/GeForce8xxxGLDriver
    0x1cf21000 - 0x1cf3dff7  GLRendererFloat ??? (???) <927b7d5ce6a7c21fdc761f6f29cdf4ee> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/G LRendererFloat
    0x1e100000 - 0x1e10bfff +Enable Async IO ??? (???) <fd91e79fc4aa4ebcaf6d3e154f14878f> /Applications/Adobe Photoshop CS4/Plug-ins/Extensions/Enable Async IO.plugin/Contents/MacOS/Enable Async IO
    0x1e110000 - 0x1e11e02f +FastCore ??? (???) <f12878b7bee940ca9f0565cd0f5688e2> /Applications/Adobe Photoshop CS4/Plug-ins/Extensions/FastCore.plugin/Contents/MacOS/FastCore
    0x1e124000 - 0x1e12fffb +PPCCore ??? (???) <ed521eb7681d45aa9ae36bf4663e4bd3> /Applications/Adobe Photoshop CS4/Plug-ins/Extensions/PPCCore.plugin/Contents/MacOS/PPCCore
    0x1e135000 - 0x1e140ffe +AltiVecCore ??? (???) <a967ae2af2ae4e12a7b668b981cbd906> /Applications/Adobe Photoshop CS4/Plug-ins/Extensions/AltiVecCore.plugin/Contents/MacOS/AltiVecCore
    0x1e146000 - 0x1e1abfe3 +MMXCore ??? (???) <e206c8dcaea849df8fbc8b447e3a59a1> /Applications/Adobe Photoshop CS4/Plug-ins/Extensions/MMXCore.plugin/Contents/MacOS/MMXCore
    0x1e249000 - 0x1e254fff +Bigger Tiles ??? (???) <4bc46fb7f1234bb7b22d0a7168c64e39> /Applications/Adobe Photoshop CS4/Plug-ins/Extensions/Bigger Tiles.plugin/Contents/MacOS/Bigger Tiles
    0x1e259000 - 0x1e2a0ff7 +MultiProcessor Support ??? (???) <001a163b53144613a23af35b63065fd0> /Applications/Adobe Photoshop CS4/Plug-ins/Extensions/MultiProcessor Support.plugin/Contents/MacOS/MultiProcessor Support
    0x1e2b3000 - 0x1e405fc7 +com.adobe.coretech.adm 3.10x16 (3.1) /Applications/Adobe Photoshop CS4/Plug-ins/ADM/AdobeADM.bundle/Contents/MacOS/AdobeADM
    0x1e666000 - 0x1e85aff7 +com.elgato.mpegsupport EyeTV MPEG Support 1.2 (build 50) (1.2) <0a9dc100ca59982649db14ffd9245c97> /Library/QuickTime/EyeTV MPEG Support.component/Contents/MacOS/EyeTV MPEG Support
    0x40000000 - 0x400ae030 +AdobeJP2K ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
    0x8fe00000 - 0x8fe2db43  dyld 97.1 (???) <100d362e03410f181a34e04e94189ae5> /usr/lib/dyld
    0x900eb000 - 0x900f5feb  com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound
    0x9035f000 - 0x903b9ff7  com.apple.CoreText 2.0.4 (???) <f0b6c1d4f40bd21505097f0255abfead> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.f ramework/Versions/A/CoreText
    0x903ba000 - 0x90500ff7  com.apple.ImageIO.framework 2.0.4 (2.0.4) <6a6623d3d1a7292b5c3763dcd108b55f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/ImageIO
    0x90501000 - 0x90507fff  com.apple.print.framework.Print 218.0.3 (220.2) <5b7f4ef7c2df36aff9605377775781e4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x90508000 - 0x905cfff2  com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0x905d0000 - 0x90dcefef  com.apple.AppKit 6.5.7 (949.46) <a80f8cb62f6bdcb3bed3c8675d55881d> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x90dcf000 - 0x90ddbffe  libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x90ddc000 - 0x9147cfe3  com.apple.CoreGraphics 1.409.3 (???) <25dceb14af3455b768f56e8765ecf3ca> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
    0x9147d000 - 0x91498ffb  libPng.dylib ??? (???) <4780e979d35aa5ec2cea22678836cea5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libPng.dylib
    0x915e2000 - 0x919f2fef  libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
    0x919f9000 - 0x919f9ffa  com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x91a2d000 - 0x91a6efe7  libRIP.A.dylib ??? (???) <69bd09fcd8d8b235cee7a405290d6818> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib
    0x91a6f000 - 0x91b02fff  com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
    0x91b03000 - 0x91bccfef  com.apple.QuickTimeMPEG4.component 7.6.2 (1327) /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG4
    0x91bcd000 - 0x91bd5fff  com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x91bd6000 - 0x91c18fef  com.apple.NavigationServices 3.5.2 (163) <91844980804067b07a0b6124310d3f31> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices
    0x91c68000 - 0x91ce2ff8  com.apple.print.framework.PrintCore 5.5.4 (245.6) <03d0585059c20cb0bde5e000438c49e1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x91ce3000 - 0x91ceaff7  libCGATS.A.dylib ??? (???) <211348279493364e9920adc86484cedd> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGATS.A.dylib
    0x927d4000 - 0x927fdfff  libcups.2.dylib ??? (???) <1b0435164b9dc6c773d0b1f24701e554> /usr/lib/libcups.2.dylib
    0x927fe000 - 0x928f2ff4  libiconv.2.dylib ??? (???) <c508c60fafca17824c0017b2e4369802> /usr/lib/libiconv.2.dylib
    0x928f3000 - 0x92a45ff3  com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x92a46000 - 0x92a48fff  com.apple.securityhi 3.0 (30817) <31baaf7ea27b41480604ffc910fe827f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x92a49000 - 0x92ad3fe3  com.apple.DesktopServices 1.4.8 (1.4.8) <3065de6531ce839c7cb5b6dd70e03f4f> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x92ad4000 - 0x92ad4ffb  com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
    0x92ad5000 - 0x92ad5ffd  com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
    0x92ad6000 - 0x92b7dfeb  com.apple.QD 3.11.56 (???) <a94d0f5438b730e88e5efdb233295c52> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x92b7e000 - 0x92bb5fff  com.apple.SystemConfiguration 1.9.2 (1.9.2) <8b26ebf26a009a098484f1ed01ec499c> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x92beb000 - 0x92c0ffff  libxslt.1.dylib ??? (???) <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib
    0x92c13000 - 0x92c5cfef  com.apple.Metadata 10.5.2 (398.25) <e0572f20350523116f23000676122a8d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
    0x92c67000 - 0x92cfaff3  com.apple.ApplicationServices.ATS 3.7 (???) <a535fc4982d3acff6530ec25c402e679> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x92d4b000 - 0x92da8ffb  libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
    0x92da9000 - 0x92dc8ffa  libJPEG.dylib ??? (???) <e7eb56555109e23144924cd64aa8daec> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJPEG.dylib
    0x92dc9000 - 0x92ea9fff  libobjc.A.dylib ??? (???) <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
    0x92eaa000 - 0x93126fe7  com.apple.Foundation 6.5.8 (677.24) <aa84b0383891378c348ffa4a94853082> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x93127000 - 0x9320fff3  com.apple.CoreData 100.2 (186.1) <8fb61e1714a4b8d587ce97605ad32547> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x93236000 - 0x9336fff7  libicucore.A.dylib ??? (???) <cac059ebdac7d9a63ee0f7a648c9f6cf> /usr/lib/libicucore.A.dylib
    0x93381000 - 0x9344cfff  com.apple.ColorSync 4.5.1 (4.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x9344d000 - 0x935b4ff3  libSystem.B.dylib ??? (???) <b47c8e6e45aef620730710a732bf1930> /usr/lib/libSystem.B.dylib
    0x935b5000 - 0x935c3ffd  libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
    0x935c4000 - 0x93615ff7  com.apple.HIServices 1.7.0 (???) <01b690d1f376e400ac873105533e39eb> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x9375f000 - 0x9379dfff  libGLImage.dylib ??? (???) <a6425aeb77f4da13212ac75df57b056d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x9379e000 - 0x9381dff5  com.apple.SearchKit 1.2.1 (1.2.1) <3140a605db2abf56b237fa156a08b28b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
    0x9381e000 - 0x93849fe7  libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
    0x9384a000 - 0x938eefec  com.apple.CFNetwork 438.10 (438.12) <fde64bbb20532794396fb21911ccaa98> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk/Versions/A/CFNetwork
    0x938ef000 - 0x938efffd  com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x938f0000 - 0x939a0fff  edu.mit.Kerberos 6.0.13 (6.0.13) <804bd1b3f08fb57396781f012006367c> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x939a1000 - 0x939a2ffc  libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
    0x939a3000 - 0x939aafff  com.apple.agl 3.0.9 (AGL-3.0.9) <2f39c480cfcee9358a23d61b20a6aa56> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x939ab000 - 0x939abff8  com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x939ac000 - 0x939d9feb  libvDSP.dylib ??? (???) <b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x939da000 - 0x93b0dfef  com.apple.CoreFoundation 6.5.6 (476.18) <2d52bab73660117571bd6486dc318f8e> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x93b0e000 - 0x93b37fff  com.apple.CoreMediaPrivate 15.0 (15.0) /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMediaPrivate
    0x93b55000 - 0x93b57ff5  libRadiance.dylib ??? (???) <8a844202fcd65662bb9ab25f08c45a62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libRadiance.dylib
    0x93b58000 - 0x93b70fff  com.apple.openscripting 1.2.8 (???) <572c7452d7e740e8948a5ad07a99602b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x93b72000 - 0x93b7dfe7  libCSync.A.dylib ??? (???) <9e3544fe087bb4dc760b7afe0850dd6c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib
    0x93d07000 - 0x941d8fbe  libGLProgrammability.dylib ??? (???) <7f18294a7bd0b6afe4319f29187fc70d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib
    0x941d9000 - 0x9428bffb  libcrypto.0.9.7.dylib ??? (???) <9d714c92872a93dd127ea8556b2c8945> /usr/lib/libcrypto.0.9.7.dylib
    0x9428c000 - 0x942e5ff7  libGLU.dylib ??? (???) <a3b9be30100a25a6cd3ad109892f52b7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x942e6000 - 0x942e6ffc  com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x94324000 - 0x946e2fea  libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
    0x946e3000 - 0x94a09fe2  com.apple.QuickTime 7.6.2 (1327) <3754e41d846b7948f96c9ec4c690b520> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94a0a000 - 0x94a0efff  libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x94a0f000 - 0x94a37ff7  com.apple.shortcut 1.0.1 (1.0) <131202e7766e327d02d55c0f5fc44ad7> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x94bf5000 - 0x94bfafff  com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
    0x94bfb000 - 0x94bfbffd  com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x94bfc000 - 0x94c83ff7  libsqlite3.0.dylib ??? (???) <3334ea5af7a911637413334154bb4100> /usr/lib/libsqlite3.0.dylib
    0x94c84000 - 0x94cb3fe3  com.apple.AE 402.3 (402.3) <b13bfda0ad9314922ee37c0d018d7de9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x94cb4000 - 0x95c8fff6  com.apple.QuickTimeComponents.component 7.6.2 (1327) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponent s
    0x95c90000 - 0x95ca5ffb  com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x95de0000 - 0x95ec1ff7  libxml2.2.dylib ??? (???) <2f6b294896866822330a8888b7f53b75> /usr/lib/libxml2.2.dylib
    0x95ec2000 - 0x95ec9fe9  libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
    0x95eca000 - 0x95eccff1  com.apple.QuickTimeH264.component 7.6.2 (1327) /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x95ecd000 - 0x95f07fe7  com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x95f08000 - 0x960d9ffb  com.apple.security 5.0.5 (36371) <c13e0bb1acfdcf94be4d3ee118ef190e> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x960da000 - 0x960defff  com.apple.CoreMediaAuthoringPrivate 1.6 (1.6) /System/Library/PrivateFrameworks/CoreMediaAuthoringPrivate.framework/Versions/A/CoreMedi aAuthoringPrivate
    0x960df000 - 0x9616bff7  com.apple.framework.IOKit 1.5.2 (???) <97b9f9d584f48891377f0481b9104434> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x962f1000 - 0x96480fe7  com.apple.CoreAUC 3.07.3 (3.07.3) <f98585dd6479989bf85beae472aa3656> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x96481000 - 0x96491ffc  com.apple.LangAnalysis 1.6.4 (1.6.4) <8b7831b5f74a950a56cf2d22a2d436f6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x964d1000 - 0x967d9fff  com.apple.HIToolbox 1.5.5 (???) <b17766e3d8800a73f534c41f624f5ac4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x967f9000 - 0x96800ffe  libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
    0x9684c000 - 0x9685cfff  com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <06d8fc0307314f8ffc16f206ad3dbf44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x968cc000 - 0x96c69fef  com.apple.QuartzCore 1.5.8 (1.5.8) <a28fa54346a9f9d5b3bef076a1ee0fcf> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x96c70000 - 0x96c7dfe7  com.apple.opengl 1.5.10 (1.5.10) <5a2813f80c9441170cc1ab8a3dac5038> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x96c7e000 - 0x96cbdfef  libTIFF.dylib ??? (???) <3589442575ac77746ae99ecf724f5f87> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libTIFF.dylib
    0x96cbe000 - 0x96d1aff7  com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework /Versions/A/HTMLRendering
    0x96d40000 - 0x9701aff3  com.apple.CoreServices.CarbonCore 786.11 (786.13) <9e2d85d52e5e2951aa4dd53c48ccc52f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x970f6000 - 0x970fffff  com.apple.speech.recognition.framework 3.7.24 (3.7.24) <73cf6b3c5ddf94d7ce9ae2c81c1b558c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x97137000 - 0x9714fff7  com.apple.CoreVideo 1.6.0 (20.0) <dd60118bac9aefaf88d9ab44558f05c4> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x97150000 - 0x9720afe3  com.apple.CoreServices.OSServices 227 (227) <30cebcb68b1b571df7d77474e0c31556> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x9724c000 - 0x97258ff9  com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x97259000 - 0x9725dfff  libGIF.dylib ??? (???) <572a32e46e33be1ec041c5ef5b0341ae> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libGIF.dylib
    0x97299000 - 0x97325ff7  com.apple.LaunchServices 290.3 (290.6) <bdba267184df88bd5b8e2116ea903872> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0x97326000 - 0x9733cfff  com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x9733d000 - 0x973bafeb  com.apple.audio.CoreAudio 3.1.2 (3.1.2) <5a4e6329f8dbca5dcd70924525afd24a> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x973bb000 - 0x973bbff8  com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x973bc000 - 0x973dafff  libresolv.9.dylib ??? (???) <a8018c42930596593ddf27f7c20fe7af> /usr/lib/libresolv.9.dylib
    0x973db000 - 0x97458fef  libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x974cc000 - 0x974cffff  com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
    0x974d0000 - 0x974d0fff  com.apple.Carbon 136 (136) <27d42531a2cbeb05a7f4d05a28281bd7> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0xb0000000 - 0xb0006ff8  com.apple.carbonframeworktemplate 1.3 (1.3.12) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
    0xb1ffd000 - 0xb2020ff7 +CSI-Launcher.dylib ??? (???) /Library/Application Support/Adobe/CS4ServiceManager/CSI-Launcher.dylib
    0xb5100000 - 0xb535cfdf +com.adobe.PSAutomate 11.0 (11.0) /Applications/Adobe Photoshop CS4/Plug-ins/Extensions/ScriptingSupport.plugin/Contents/MacOS/ScriptingSupport
    0xb55f0000 - 0xb56befff +AdobeExtendScript ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScript
    0xb5735000 - 0xb57d6fd7 +AdobeScCore ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
    0xb5832000 - 0xb5a39fef  com.apple.RawCamera.bundle 2.0.15 (471) <557c94fbd7c15219746393464a79cf87> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0xb9809000 - 0xb983afe3 +com.adobe.amt.registration AMTRegistration 2.0.1.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:31:09) (2 . 0) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/registration.framework/Versions/a/registration
    0xb9a33000 - 0xb9eb5fe3 +AdobeLM_libFNP.dylib ??? (???) <02e9ac769cc64974af0548e737c2cc20> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/amtlib.framework/Versions/a/AdobeLM_libFNP.dylib
    0xba217000 - 0xba317fcf +com.adobe.versioncue ??? (4.0.0.344) /Library/Application Support/Adobe/Adobe Version Cue CS4/Client/4.0.0/VersionCue.framework/VersionCue
    0xba860000 - 0xba8bcff2 +AdobeUpdater ??? (???) <064cfaa41caf46e3bebf04948641c927> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeUpdater.framework/Versions/a/AdobeUpdater
    0xba900000 - 0xba916fff  libJapaneseConverter.dylib ??? (???) <349492efc0f6371227a6330d8b2c4fa5> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbaac3000 - 0xbaac8ffb  com.apple.AppleMPEG2Codec 1.0.1 (220) /Library/QuickTime/AppleMPEG2Codec.component/Contents/MacOS/AppleMPEG2Codec
    0xbab00000 - 0xbab21fe2  libKoreanConverter.dylib ??? (???) <933412db50d7db04962aa1891bbc8d2c> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0xbad2a000 - 0xbad7dfe7  com.apple.AppleProResDecoder 2.0 (223) /System/Library/QuickTime/AppleProResDecoder.component/Contents/MacOS/AppleProResDecoder
    0xbadb7000 - 0xbadf2fff  com.apple.QuickTimeFireWireDV.component 7.6.2 (1327) /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTimeFireWireD V
    0xbadff000 - 0xbae19fc3  com.apple.AppleIntermediateCodec 1.2 (145) /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleIntermediateCodec
    0xd3462000 - 0xd347bff3  com.apple.applepixletvideo 1.2.18 (1.2d18) <386af0b779e8c148e6b6cbc7f5489d45> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixletVideo
    0xd3cd9000 - 0xd3d27fe3  com.apple.AppleVAFramework 4.1.16 (4.1.16) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0xe1ff4000 - 0xe2059fef  com.apple.AppleVAH264HW.component 1.0 (1.0) <f6bca4c02af7d34f5131dacdd4fa6e41> /System/Library/QuickTime/AppleVAH264HW.component/Contents/MacOS/AppleVAH264HW
    0xfffe8000 - 0xfffebfff  libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780  libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

    Don't forget to Repair Permissions before and after the update.
    I still advocate Repairing Permissions (with Apple's Disk Utility) before AND after any system update or upgrade, as well as before AND after installing any software that requires an installer that asks for your password.
    I have seen software installations go sour because the installer did not find everything as and where it should be.  I have also seen software installations go bad because the installer did not clean up after itself properly and did not leave everything as and where it should be.  This is just my own personal opinion and practice based on my own observations.
    Others may disagree and that's OK. I can only base my routines and my advice to others on my own experience and conclusion. I don't pretend to know why others believe otherwise.  Note that this suggestion begins with "I still advocate…", not "Apple recommends…".
    Repairing Permissions after the fact (i. e. not immediately before and after an install) may NOT help.  Try it anyway, though.
        ====  
    Additionally,  if your machine does not run 24/7 so that it runs the daily, weekly and monthly Cron Scripts in the middle of the night as intended by Apple, run Cocktail (shareware) as well.
    Cron Scripts are maintenance routines designed by Apple to run on a daily, weekly and monthly basis in the middle of the night.  If you don't run them, you WILL run into trouble, sooner rather than later.
    Here's an excerpt from the Apple tech doc http://docs.info.apple.com/article.html?artnum=107388  Mac OS X performs background maintenance tasks at certain times if the computer is not in sleep mode. If your computer is shut down or in sleep at the designated times, the maintenance does not occur. In that case, you may want or need to run these manually.
    Mac OS X periodically runs background tasks that, in part, remove system files that are no longer needed. This includes purging older information from log files or deleting certain temporary items. These tasks do not run if the computer is shut down or in sleep mode. If the tasks do not run, it is possible that certain log files (such as system.log) may become very large. Also, from:
    http://docs.info.apple.com/article.html?artnum=106978
    The disk activity generated by find is a normal part of file system maintenance, used for tasks such as removing invisible temporary files that are used by the system. It is scheduled to occur early in the morning at 03:15 everyday, 04:30 on Saturdays, and 05:30 on the first day of each month.
    NOTE: There have been comments to the effect that Apple "fixed" this in 10.4.2 and later versions of the OS, but I have not been able to verify this to my satisfaction.  The reference in the 10.4.2 release notes are far from explicit on this subject.    Other, more reliable reports indicate that this seems to have been fixed in the current version of Leopard.   
    In any event, Repairing Permissions and/or running the Cron Scripts cannot hurt.
    If you have DiskWarrior, run it regularly too.  It can't hurt either, and it often improves stability and performance.

  • IPhone Push app crashes on launch

    I have two apps to which I added Push. Both are crashing immediately upon launch on legal, activated phones on which other Push apps are working fine. Apple has also rejected these apps on these grounds. I reported the issue to Apple Bug Reporter, and they said this is a known issue and marked my bug as duplicate and they have not provided any updates for weeks on the original bug.
    However I am still in the same position. My apps crash on launch, whereas on the same phones, other push apps work fine.
    1. Have any of you faced this issue?
    2. Is there a known workaround?
    My App is built for 3.0 devices and uses the stadard documented api for registering with APNS and handling success/failure.
    I have heard of trying to install like the AIM push app before installing my app as a workaround but that's not a real workaround for customers. Again the most salient point is IT CRASHES ON LEGAL ACTIVATED 3.0 PHONES ON WHICH OTHER PUSH APPS WORK FINE.
    The crash is immediate upon launch, and is a segment violation in the coredynamic libraries (not apparently directly related to APNS).
    My code for APNS registration is as follows:
    - (void)applicationDidFinishLaunching:(UIApplication *)app {
    self.navigationController.navigationBar.tintColor = [UIColor blackColor];
    [window addSubview:[navigationController view]];
    [window makeKeyAndVisible];
    //Register for notification Types
    NSLog("applicationDidFinishLaunching: Before Registering for the notifications types!!!");
    [[UIApplication sharedApplication] registerForRemoteNotificationTypes:(UIRemoteNotificationTypeAlert | UIRemoteNotificationTypeBadge | UIRemoteNotificationTypeSound)];
    NSLog("applicationDidFinishLaunching: After Registering for the notifications types!!!");
    // Delegation methods
    - (void)application:(UIApplication *)app didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)devToken {
    NSLog(@"Inside function didRegisterForRemoteNotificationsWithDeviceToken: %@", devStrToken);
    NSString *devStrToken = nil;
    devStrToken = [[NSString alloc] initWithData:devToken encoding:NSASCIIStringEncoding];
    NSLog(@"Device token: %@", devStrToken);
    self.registered = YES;
    [self sendProviderDeviceToken:(char *)[devStrToken UTF8String]]; // custom method
    - (void)application:(UIApplication *)app didFailToRegisterForRemoteNotificationsWithError:(NSError *)err {
    NSLog(@"Error in registration. Error: %@", err);
    - (void) sendProviderDeviceToken:(char *)devTokenBytes {
    NSLog(@"Inside function sendProviderDeviceToken: %@", devStrToken);
    NSString *uniqueIdentif = [[UIDevice currentDevice] uniqueIdentifier]; //Device unidentify
    NSString *urlString = [NSString stringWithFormat:@"<deletedonpurpose>@", devTokenBytes, uniqueIdentif];
    NSLog("sendProviderDeviceToken: sending the device token through http!!!");
    NSLog(@"url = %@", urlString);
    // setting up the request object now
    NSMutableURLRequest *request = [[NSMutableURLRequest alloc] init];
    [request setURL:[NSURL URLWithString:urlString]];
    [request setHTTPMethod:@"GET"];
    NSURLResponse *response = nil;
    NSData *returnData = [NSURLConnection sendSynchronousRequest:request returningResponse:&response error:nil];
    NSLog(@"returnData = %@", returnData);
    }

    K T, thanks for the code formatting tip.
    Yes the crash is a SIGSEGV, specifically:
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x478ad55b
    Crashed Thread: 0
    Thread 0 Crashed:
    0 libobjc.A.dylib 0x300102ac 0x3000c000 + 17068
    1 Foundation 0x3054bf1c 0x30501000 + 306972
    2 CoreFoundation 0x302395fc 0x301fd000 + 247292
    3 CoreFoundation 0x30238b84 0x301fd000 + 244612
    4 CoreFoundation 0x3026f50a 0x301fd000 + 468234
    5 Foundation 0x305657b8 0x30501000 + 411576
    6 Foundation 0x3056575c 0x30501000 + 411484
    The formatted code:
    - (void)applicationDidFinishLaunching:(UIApplication *)app {
    self.navigationController.navigationBar.tintColor = [UIColor blackColor];
    [window addSubview:[navigationController view]];
    [window makeKeyAndVisible];
    //Register for notification Types
    NSLog("applicationDidFinishLaunching: Before Registering for the notifications types!!!");
    [[UIApplication sharedApplication] registerForRemoteNotificationTypes:(UIRemoteNotificationTypeAlert | UIRemoteNotificationTypeBadge | UIRemoteNotificationTypeSound)];
    NSLog("applicationDidFinishLaunching: After Registering for the notifications types!!!");
    // Delegation methods
    - (void)application:(UIApplication *)app didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)devToken {
    NSLog(@"Inside function didRegisterForRemoteNotificationsWithDeviceToken: %@", devStrToken);
    NSString *devStrToken = nil;
    devStrToken = [[NSString alloc] initWithData:devToken encoding:NSASCIIStringEncoding];
    VoxNotesLog("didRegisterForRemoteNotificationsWithDeviceToken: Got the token!!!");
    NSLog(@"Device token: %@", devStrToken);
    self.registered = YES;
    [self sendProviderDeviceToken:(char *)[devStrToken UTF8String]]; // custom method
    - (void)application:(UIApplication *)app didFailToRegisterForRemoteNotificationsWithError:(NSError *)err {
    NSLog(@"Error in registration. Error: %@", err);
    - (void) sendProviderDeviceToken:(char *)devTokenBytes {
    NSLog(@"Inside function sendProviderDeviceToken: %@", devStrToken);
    NSString *uniqueIdentif = [[UIDevice currentDevice] uniqueIdentifier]; //Device unidentify
    NSString *urlString = [NSString stringWithFormat:@"<deleted>", devTokenBytes, uniqueIdentif];
    NSLog("sendProviderDeviceToken: sending the device token through http!!!");
    NSLog(@"url = %@", urlString);
    // setting up the request object now
    NSMutableURLRequest *request = [[NSMutableURLRequest alloc] init];
    [request setURL:[NSURL URLWithString:urlString]];
    [request setHTTPMethod:@"GET"];
    NSURLResponse *response = nil;
    NSData *returnData = [NSURLConnection sendSynchronousRequest:request returningResponse:&response error:nil];
    NSLog(@"returnData = %@", returnData);

  • Hey need help System Preferences. Accounts pane freezes

    i,
    I am having a problem with System Preferences freezing up when selecting Accounts. Everything else on the system works fine.
    I activated the Guest account for some file sharing then according to me deacitvated it but now it appears on my login screen however As soon as I select Accounts on the system preferences it freezes
    I will get an error message and the problem details (which I know VERY little about) show an Exception Type: EXCBADACCESS (SIGSEGV) and
    Exception Code: KERNINVALIDADDRESS
    If that helps.
    "Heres the copy paste Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x0000000116dcf820
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread"
    I tried restarting or clickin on it but the same error message appears.
    Any ideas on how to get back the the default or fix this problem are greatly appreciated.
    Thank you!

    Heres what appears in the error report
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x00000001074d6860
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Application Specific Information:
    objc_msgSend() selector name: willSelect
    objc[343]: garbage collection is ON
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 libobjc.A.dylib 0x00000001007cf11c objc_msgSend + 40
    1 com.apple.systempreferences 0x0000000100008426 0x100000000 + 33830
    2 com.apple.systempreferences 0x0000000100006fb8 0x100000000 + 28600
    3 com.apple.Foundation 0x0000000100b4d448 __NSFireDelayedPerform + 404
    4 com.apple.CoreFoundation 0x00000001008e1708 __CFRunLoopRun + 6488
    5 com.apple.CoreFoundation 0x00000001008df8df CFRunLoopRunSpecific + 575
    6 com.apple.HIToolbox 0x00000001023dbada RunCurrentEventLoopInMode + 333
    7 com.apple.HIToolbox 0x00000001023db83d ReceiveNextEventCommon + 148
    8 com.apple.HIToolbox 0x00000001023db798 BlockUntilNextEventMatchingListInMode + 59
    9 com.apple.AppKit 0x0000000100f61a2a _DPSNextEvent + 708
    10 com.apple.AppKit 0x0000000100f61379 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    11 com.apple.AppKit 0x0000000100f2705b -[NSApplication run] + 395
    12 com.apple.AppKit 0x0000000100f1fd7c NSApplicationMain + 364
    13 com.apple.systempreferences 0x0000000100001cf4 0x100000000 + 7412
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x00000001005944ea kevent + 10
    1 libSystem.B.dylib 0x00000001005963bd dispatch_mgrinvoke + 154
    2 libSystem.B.dylib 0x0000000100596094 dispatch_queueinvoke + 185
    3 libSystem.B.dylib 0x0000000100595bbe dispatch_workerthread2 + 252
    4 libSystem.B.dylib 0x00000001005954e8 pthreadwqthread + 353
    5 libSystem.B.dylib 0x0000000100595385 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
    rax: 0x0000000000000001 rbx: 0x00000002000528a0 rcx: 0x00000002000cc031 rdx: 0x00007fff5fbfe2e0
    rdi: 0x000000020038d420 rsi: 0x000000010047e8a4 rbp: 0x00007fff5fbfe7f0 rsp: 0x00007fff5fbfe5b8
    r8: 0x0000000000000008 r9: 0x0000000000000000 r10: 0x0000000000000001 r11: 0x00000001074d6850
    r12: 0x0000000000000002 r13: 0x000000020038d420 r14: 0x00000002000d9240 r15: 0x0000000200052520
    rip: 0x00000001007cf11c rfl: 0x0000000000010202 cr2: 0x00000001074d6860
    Binary Images:
    0x100000000 - 0x10001eff7 com.apple.systempreferences 7.0 (7.0) <2B1225AD-AED9-9ACE-8678-624C5BB17FFB> /Applications/System Preferences.app/Contents/MacOS/System Preferences
    0x10002d000 - 0x10002dff7 com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x100030000 - 0x100030ff7 com.apple.CoreServices 44 (44) <210A4C56-BECB-E3E4-B6EE-7EC53E02265D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x100033000 - 0x1002b8fef com.apple.security 6.1.1 (37594) <ED08CC62-42E2-E97F-E807-C09EB1CF950D> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x1003ae000 - 0x10042dfff com.apple.audio.CoreAudio 3.2.2 (3.2.2) <2633DFAC-F6A6-489D-8DF0-F12639CCD8C4> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x100463000 - 0x100489ff7 com.apple.frameworks.preferencepanes 13.1 (13.1) <534A4916-E641-F984-845D-F2C28F6FECEE> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
    0x1004aa000 - 0x100536fef SecurityFoundation 36840.0.0 (compatibility 1.0.0) <B69E2FF9-A698-4923-BC8B-180224B6EF75> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x10057a000 - 0x100739ff7 libSystem.B.dylib 125.0.1 (compatibility 1.0.0) <CB9A4929-61AF-DE71-5635-133E9EC95783> /usr/lib/libSystem.B.dylib
    0x1007ca000 - 0x100880fff libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <F206BE6D-8777-AE6C-B367-7BEA76C14241> /usr/lib/libobjc.A.dylib
    0x100894000 - 0x100a09fef com.apple.CoreFoundation 6.6.1 (550.19) <1051BA2C-DCD7-787C-907C-A50D12AA6049> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x100b22000 - 0x100b22ff7 com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x100b25000 - 0x100da6fe7 com.apple.Foundation 6.6.2 (751.21) <49BEB8B8-BC1F-B4E4-3D90-A141AC764A8D> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x100f1e000 - 0x101913fe7 com.apple.AppKit 6.6.5 (1038.29) <AC1ED9CC-6149-36EE-AA57-15BA4F05EAAA> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x101f08000 - 0x102046fff com.apple.CoreData 102.1 (251) <32233D4D-00B7-CE14-C881-6BF19FD05A03> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x1020de000 - 0x102203fef com.apple.audio.toolbox.AudioToolbox 1.6.3 (1.6.3) <4DCCD01F-7516-4240-09DC-EE553317D345> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x102272000 - 0x102273ff7 com.apple.audio.units.AudioUnit 1.6.3 (1.6.3) <D4183AC4-8A65-8368-A9AF-E2A13D18519C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x102278000 - 0x10235efe7 com.apple.DesktopServices 1.5.5 (1.5.5) <EFCBA7C3-A6CE-9550-FE19-73BB3D046549> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x1023ad000 - 0x1026abfef com.apple.HIToolbox 1.6.2 (???) <759E1C39-58EB-C434-3E33-416C04AFE6DC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x1027d7000 - 0x102835ff7 com.apple.framework.IOKit 2.0 (???) <516EB9AF-4723-FC17-984B-918115E53459> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x102857000 - 0x102beffe7 com.apple.QuartzCore 1.6.1 (227.18) <ADB9E286-C5AB-3505-35D2-849E1F560A2A> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x102d1c000 - 0x102d27ff7 com.apple.speech.recognition.framework 3.11.1 (3.11.1) <F0DDF27E-DB55-07CE-E548-C62095BE8167> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x102d31000 - 0x102d7dfff libauto.dylib ??? (???) <072804DF-36AD-2DBE-7EF8-639CFB79077F> /usr/lib/libauto.dylib
    0x102d8a000 - 0x102f48fff libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <1B6C3785-BE99-EAD5-69AB-B28C40466A82> /usr/lib/libicucore.A.dylib
    0x102fb7000 - 0x1030cefef libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <EE067D7E-15B3-F043-6FBD-10BA31FE76C7> /usr/lib/libxml2.2.dylib
    0x1030f7000 - 0x103108ff7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <C1154E2E-B1CB-1FAD-77ED-B139BA1AB073> /usr/lib/libz.1.dylib
    0x10310d000 - 0x103154ff7 com.apple.coreui 2 (114) <D7645B59-0431-6283-7322-957D944DAB21> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x103179000 - 0x10317fff7 com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x103188000 - 0x103189fff liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
    0x10318d000 - 0x1031a3ff7 com.apple.MultitouchSupport.framework 204.12.1 (204.12.1) <38D0D705-FD15-38AE-A8B9-F9970508D1BD> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x1031b0000 - 0x1038ad037 com.apple.CoreGraphics 1.543.33 (???) <359B3BC6-0152-94D2-3CAA-D8C24C0B9E65> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x10399f000 - 0x103b59fff com.apple.ImageIO.framework 3.0.2 (3.0.1) <911FA1A5-7063-6A19-73D3-95B78A265524> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x103bbf000 - 0x103c3dfff com.apple.CoreText 3.1.0 (???) <B740DA1D-EFD0-CCBF-F893-E3004FE58A98> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x103c7b000 - 0x103d15fff com.apple.ApplicationServices.ATS 4.1 (???) <CC53C373-1B3B-7E80-25A7-F2C404222BF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x103d3e000 - 0x103df3fe7 com.apple.ColorSync 4.6.3 (4.6.3) <0522B33D-F78A-9A46-1CB2-9073E4F8EFD8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x103e30000 - 0x103e81fe7 com.apple.HIServices 1.8.0 (???) <1ABA7802-C1E4-06A0-9035-2792CC915BF6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x103ead000 - 0x103ec2ff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <E83DAF4F-F284-BE0B-3D9D-D573023098B4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x103ed0000 - 0x103f55fff com.apple.print.framework.PrintCore 6.2 (312.5) <E736F6DC-2E69-A14D-6BCF-69D14232F8B8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x103f8b000 - 0x103fccfef com.apple.QD 3.35 (???) <78C9A560-E6F7-DC4F-F85E-E63CF8A98F0B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x103fe4000 - 0x103ff8ff7 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
    0x104009000 - 0x10401ffef libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
    0x104028000 - 0x10402cff7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
    0x10402f000 - 0x1040acfef libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
    0x10410d000 - 0x10411bff7 libkxld.dylib ??? (???) <E685E658-C908-95B9-8D16-8153C1CE05D7> /usr/lib/system/libkxld.dylib
    0x10411f000 - 0x104452fef com.apple.CoreServices.CarbonCore 861.6 (861.6) <652B1704-460F-F0D1-B917-B08698E0EF7F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x1044cb000 - 0x10459bfff com.apple.CFNetwork 454.9.4 (454.9.4) <33395EDD-D653-6EAD-57A6-9C718D69D2DA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x10460e000 - 0x104658ff7 com.apple.Metadata 10.6.3 (507.8) <A850E5A6-69D8-EBC1-B005-43F72B58EA36> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x104682000 - 0x10473fff7 com.apple.CoreServices.OSServices 357 (357) <7CFA1963-B639-BE99-12F1-220DF214AB50> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x104799000 - 0x104829fff 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
    0x104867000 - 0x1048a2fff com.apple.AE 496.4 (496.4) <CBEDB6A1-FD85-F842-4EB8-CC289FAE0F24> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x1048bc000 - 0x10495cfff com.apple.LaunchServices 362.1 (362.1) <2740103A-6C71-D99F-8C6F-FA264546AD8F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x1049a2000 - 0x1049cafff com.apple.DictionaryServices 1.1.1 (1.1.1) <9FD709FC-23F0-F270-EAC1-C590CD516A36> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x1049e4000 - 0x1049f3fff com.apple.NetFS 3.2.1 (3.2.1) <FF21DB1E-F425-1005-FB70-BC19CAF4006E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x1049fc000 - 0x104ab5fff libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <5A15E12A-AE8F-1A36-BBC7-564E7D7AD0FB> /usr/lib/libsqlite3.dylib
    0x104ac5000 - 0x104b06fff com.apple.SystemConfiguration 1.10.2 (1.10.2) <7DADC459-6E38-084A-B333-8332B28C244E> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x104b2a000 - 0x104b55ff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
    0x104b60000 - 0x104b60ff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <2BB7D669-4B40-6A52-ADBD-DA4DB3BC0B1B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x104b63000 - 0x104bb2fef libTIFF.dylib ??? (???) <D6BED22B-A092-EC70-6E1D-0B52FA6FBBDE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x104bbf000 - 0x104bc4fff libGIF.dylib ??? (???) <0E58DF99-B3DF-6FF9-E810-CCEC0853C8B0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x104bc9000 - 0x104be7fff libPng.dylib ??? (???) <D0512FBF-911C-A9EC-465D-48A411509D6C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x104bef000 - 0x104bf1fff libRadiance.dylib ??? (???) <73CE39EA-E38B-4320-8A7D-11C1A08A8A7A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x104bf5000 - 0x104c1bfe7 libJPEG.dylib ??? (???) <85902BC7-43AE-E202-0EEE-3C9996D00971> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x104c23000 - 0x104cfdff7 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
    0x104d0c000 - 0x104d0cff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <DA9BFF01-40DF-EBD5-ABB7-787DAF2D77CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x104d0f000 - 0x104d57ff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <170DE04F-89AB-E295-0880-D69CAFBD7979> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x104d5f000 - 0x104dc9fe7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <75A8D840-4ACE-6560-0889-2AFB6BE08E59> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x104dd3000 - 0x1055ddfe7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x105626000 - 0x105a69fef libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x105bf6000 - 0x105d05fe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <826C2437-F760-E049-1719-9C69A3BAA4B0> /usr/lib/libcrypto.0.9.8.dylib
    0x105d6a000 - 0x105d6bff7 com.apple.TrustEvaluationAgent 1.1 (1) <51867586-1C71-AE37-EAAD-535A58DD3550> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x105d6f000 - 0x105e2ffff libFontParser.dylib ??? (???) <01E3B0FE-2539-61BD-E2DE-7407B01C6F03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x105f26000 - 0x105f5bff7 libcups.2.dylib 2.8.0 (compatibility 2.0.0) <0C865212-6427-5DE4-40C4-B5739491B691> /usr/lib/libcups.2.dylib
    0x105f6a000 - 0x106019fff edu.mit.Kerberos 6.5.9 (6.5.9) <42364D54-C647-14DE-2B1C-D94DAA03F092> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x10603f000 - 0x106060fff libresolv.9.dylib 40.0.0 (compatibility 1.0.0) <1AE68BBB-6536-125C-DE2A-13CA916D0EC4> /usr/lib/libresolv.9.dylib
    0x10606a000 - 0x10606aff7 com.apple.vecLib 3.6 (vecLib 3.6) <08D3D45D-908B-B86A-00BA-0F978D2702A7> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x10606d000 - 0x1060c2fef com.apple.framework.familycontrols 2.0.1 (2010) <E6E1C44A-6513-92DF-F71E-C157C485024C> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x1060df000 - 0x106194fe7 com.apple.ink.framework 1.3.3 (107) <FFC46EE0-3544-A459-2AB9-94778A75E3D4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x1061c7000 - 0x1061ecfe7 com.apple.CoreVideo 1.6.1 (45.4) <B1516554-88BC-CF1E-5409-BFF27A73D1AF> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x106205000 - 0x106214ff7 com.apple.opengl 1.6.7 (1.6.7) <63D8F554-2488-4811-EEC7-672FCFAF731B> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x10621d000 - 0x10624efff libGLImage.dylib ??? (???) <7E8A6ED2-B093-0714-F65A-64ECC41187C4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x106255000 - 0x106278fff com.apple.opencl 12.1 (12.1) <AB00CB6B-5BBD-C819-007A-08C0B110AB93> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x106281000 - 0x106287ff7 IOSurface ??? (???) <F998C45A-CCCF-2306-F37A-389EE0054CB3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x106290000 - 0x1062d9fef libGLU.dylib ??? (???) <FEDE662B-46B2-26D8-3E57-84E4C15A4FB2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x1062e8000 - 0x1062fcfff libGL.dylib ??? (???) <A85982AB-6395-DE2B-2023-F735093E663D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x10630c000 - 0x106425fef libGLProgrammability.dylib ??? (???) <9D2B1DA3-C581-73F8-A2E4-01C4CE1C3B32> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x106446000 - 0x106449ff7 libCoreVMClient.dylib ??? (???) <9A0E75A9-7964-CAF9-DEB7-11A073530F64> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x10644e000 - 0x106453fff libGFXShared.dylib ??? (???) <A2C80199-6076-3CBE-E418-E0AD0A3053DE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x106458000 - 0x10645ffff com.apple.OpenDirectory 10.6 (10.6) <72A65D76-7831-D31E-F1B3-9E48BF26A98B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x106468000 - 0x106481fff 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
    0x106496000 - 0x1064e5ff7 com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <14FD0978-4BE0-336B-A19E-F388694583EB> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x106506000 - 0x106526ff7 com.apple.DirectoryService.Framework 3.6 (621.3) <EDCAF7ED-36E1-121F-D294-5CEBC1C34C5A> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x106530000 - 0x106542fe7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
    0x106549000 - 0x106549ff7 com.apple.Carbon 150 (152) <8D8CF535-90BE-691C-EC1B-63FBE2162C9B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x10654c000 - 0x106595ff7 com.apple.securityinterface 4.0.1 (37214) <F8F2D8F4-861F-6694-58F6-3DC55C9DBF50> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x1065c7000 - 0x106736ff7 com.apple.QTKit 7.6.6 (1729) <CEDDAEA5-82F9-FF5D-B9AF-C68ACC1E3225> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x106820000 - 0x106825ff7 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
    0x10682d000 - 0x106830fff 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
    0x106836000 - 0x10684cfff 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
    0x106866000 - 0x106881ff7 com.apple.openscripting 1.3.1 (???) <FD46A0FE-AC79-3EF7-AB4F-396D376DDE71> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x106892000 - 0x106894fff com.apple.print.framework.Print 6.1 (237.1) <4513DB2F-737C-B43C-2D0E-23CD6E838014> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x106899000 - 0x10689cff7 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
    0x1068a1000 - 0x1068e3fef com.apple.CoreMedia 0.484.5 (484.5) <FF8F87CB-7087-A46F-D633-6A93054BDBA2> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x106900000 - 0x106a70fef com.apple.MediaToolbox 0.484.5 (484.5) <DA4772AD-9430-024F-39FF-8B9D4B52DCD2> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x106af2000 - 0x106ffbfe7 com.apple.VideoToolbox 0.484.5 (484.5) <174EF984-21FE-071C-4AB4-DE345BF87791> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x1070c3000 - 0x107108fff com.apple.CoreMediaIOServices 130.0 (1035) <6D6834F6-4DB5-03E9-3962-480BBEE176EB> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x10712b000 - 0x107193fff com.apple.AppleVAFramework 4.8.11 (4.8.11) <14AE8878-A7A6-D024-3DD4-BBFB5E7FC008> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x1075d6000 - 0x1075e3fe7 libCSync.A.dylib 543.33.0 (compatibility 64.0.0) <540820E4-75E3-B2A0-5EF2-222304250CD8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x107783000 - 0x1077c0ff7 libFontRegistry.dylib ??? (???) <12FDAEB9-01F7-5562-DBC6-7B2374CCAEA1> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libFontRegistry.dylib
    0x11a071000 - 0x11a0a0fff com.apple.framework.Admin 4.1 (4.1) <FCD07428-1C03-F094-97A7-C2C96852EFBB> /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
    0x11a0c5000 - 0x11a0cfff7 com.apple.bsd.ServiceManagement 1.0 (1.0) <1FD03A3C-C98E-7C03-35F2-4571CF3E90E1> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x11a0dc000 - 0x11a11fff7 libRIP.A.dylib 543.33.0 (compatibility 64.0.0) <677BA546-F215-C5C8-9C65-305E43633FDA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x11a134000 - 0x11a138ff7 libCGXType.A.dylib 543.33.0 (compatibility 64.0.0) <27FF96BC-1F15-A52D-3339-4BFC49D6810E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x11a26d000 - 0x11a5c1fef com.apple.RawCamera.bundle 3.0.1 (523) <F6C20A35-2D51-08D7-07CA-5159256D6158> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x11a6ce000 - 0x11a799fe7 ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <C85548CF-DED1-4672-0167-3F32A6DD0D55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x11c529000 - 0x11c537ff7 com.apple.Collaboration 38 (38) <ACD0F7F7-A342-CFBC-9BB8-906CDDCCB070> /System/Library/Frameworks/Collaboration.framework/Versions/A/Collaboration
    0x11c547000 - 0x11c55cfff com.apple.frameworks.opendirectoryconfigui 10.6 (10.6) <7A17CCEA-4F0C-9E93-1D08-205104261580> /System/Library/PrivateFrameworks/OpenDirectoryConfigUI.framework/Versions/A/Op enDirectoryConfigUI
    0x11c56f000 - 0x11c57bfff libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <5C876577-ACB7-020C-F7DB-EE0135C3AB8D> /usr/lib/libbz2.1.0.dylib
    0x11c580000 - 0x11c591fff com.apple.DSObjCWrappers.Framework 10.6 (134) <3C08225D-517E-2822-6152-F6EB13A4ADF9> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x11c59e000 - 0x11c59ffff com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <5062DACE-FCE7-8E41-F5F6-58821778629C> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x11c5a4000 - 0x11c5a5fff libffi.dylib ??? (???) <B683A5FD-A83D-7989-A91F-BAED12E37054> /usr/lib/libffi.dylib
    0x11c75a000 - 0x11c78bfef libTrueTypeScaler.dylib ??? (???) <E58FE3D5-79EA-C11B-A8F8-5882AB722B11> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libTrueTypeScaler.dylib
    0x11ca5f000 - 0x11cbecfe7 GLEngine ??? (???) <85971DA9-5140-A226-7898-21B2D6C6F7FE> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x11cc1d000 - 0x11d0dafe7 com.apple.driver.AppleIntelGMAX3100GLDriver 1.6.10 (6.1.0) <3143EC11-FBE3-FCA1-AB2A-8C4834A126A1> /System/Library/Extensions/AppleIntelGMAX3100GLDriver.bundle/Contents/MacOS/App leIntelGMAX3100GLDriver
    0x11d248000 - 0x11d26efe7 GLRendererFloat ??? (???) <684EBDC4-63B4-BC55-60EF-0F6A7D666551> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x11d276000 - 0x11d2b2fe7 libcurl.4.dylib 6.1.0 (compatibility 6.0.0) <EC60DD09-8B5E-88D1-EF57-318A8319514B> /usr/lib/libcurl.4.dylib
    0x11d2c0000 - 0x11d2cbfff com.apple.CrashReporterSupport 10.6.3 (250) <52F8B18D-7953-3EE7-4AE9-89F1121A5336> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x11d2d8000 - 0x11d2e0fff com.apple.DisplayServicesFW 2.2.2 (251) <3E7C0CF8-117D-9C7F-577C-C199901DFF37> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x11d6a5000 - 0x11d6abfff libCGXCoreImage.A.dylib 543.33.0 (compatibility 64.0.0) <182C8BD9-E1C8-0970-AE82-E9E88F324A5D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x11e2c9000 - 0x11e2cdfff com.apple.audio.AudioIPCPlugIn 1.1.2 (1.1.2) <4E3DABFF-191F-7E57-2A78-12E34D68FAC4> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x11e439000 - 0x11e43ffff com.apple.audio.AppleHDAHALPlugIn 1.8.4 (1.8.4fc3) <106DABA7-C630-C839-50CE-60D5992E6091> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x11e584000 - 0x11e7c6fe7 com.apple.AddressBook.framework 5.0.1 (868) <0623CCCC-6865-681A-0737-723A7B016EA1> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x11e900000 - 0x11ea00ff7 com.apple.DiskImagesFramework 10.6.3 (283) <8B7865D7-BC44-DA53-67D9-83E3187E3887> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x11ea5d000 - 0x11eb34fff com.apple.DiscRecording 5.0.3 (5030.4.2) <B8E82FC9-111E-E8D7-EED3-5FE1F96F9047> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x11eb94000 - 0x11ebd4ff7 com.apple.MediaKit 10.2 (482) <7FC57927-0169-48EC-F893-1546D4EB4C91> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x11ebe7000 - 0x11ec1fff7 libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <FAB9687F-0A86-A13F-7644-CE02E71140DB> /usr/lib/libssl.0.9.8.dylib
    0x11ec34000 - 0x11ec71fff com.apple.LDAPFramework 2.0 (120.1) <16383FF5-0537-6298-73C9-473AEC9C149C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x11ec7e000 - 0x11ecfbfef com.apple.backup.framework 1.2.2 (1.2.2) <13A0D34C-28B7-2140-ECC9-B08D10CD4AB5> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x11ed1a000 - 0x11ef83ff7 com.apple.QuartzComposer 4.1 (156.13) <0A7E8CDB-77DB-F96F-9CA4-867E9D45EB69> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x11f0dd000 - 0x11f16cfff com.apple.PDFKit 2.5.1 (2.5.1) <7B8A187A-F0BB-44E7-FBD4-9E1C5F9D5E85> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x11f1c2000 - 0x11f1f1ff7 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
    0x11f220000 - 0x11f45bfef com.apple.imageKit 2.0.3 (1.0) <9F7CBDFB-EBDC-5B86-ED43-5195F4AE9D52> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x11f5ab000 - 0x11f62dfff com.apple.QuickLookUIFramework 2.2 (327.4) <C35D9F62-73D0-262C-B0CE-BFF64E230588> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x11f683000 - 0x11f6bcff7 com.apple.MeshKit 1.1 (49.2) <3795F201-4A5F-3D40-57E0-87AD6B714239> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x11f6e8000 - 0x11f86efe7 com.apple.JavaScriptCore 6531.22 (6531.22.5) <E33572F9-95E3-85D1-5B5E-2B240E3BF2B1> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x11f8d9000 - 0x11f941fff com.apple.MeshKitRuntime 1.1 (49.2) <1F4C9AB5-9D3F-F91D-DB91-B78610562ECC> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x11f977000 - 0x11fa81ff7 com.apple.MeshKitIO 1.1 (49.2) <F296E151-80AE-7764-B969-C2050DF26BFE> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x11faf4000 - 0x11fb56fe7 com.apple.datadetectorscore 2.0 (80.7) <F9D2332D-0890-2ED2-1AC8-F85CB89D8BD4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x11fb8a000 - 0x11fbf6fe7 com.apple.CorePDF 1.1 (1.1) <D47B2366-5D1B-147B-B1FA-C9FE36C4EFFF> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x11fc35000 - 0x11fc7cfef com.apple.QuickLookFramework 2.2 (327.4) <4E1658D4-F268-2A82-C095-1D01E9EAD05F> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x11fca7000 - 0x11fcebff7 com.apple.ImageCaptureCore 1.0.1 (1.0.1) <788A9BF0-691B-FE10-7385-AF4A7A786478> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x11fd1c000 - 0x11fd27fff com.apple.frameworks.opendirectoryconfig 10.6 (10.6) <5EF4AEA4-7D51-4327-5909-66E69549B32A> /System/Library/PrivateFrameworks/OpenDirectoryConfig.framework/Versions/A/Open DirectoryConfig
    0x11fd33000 - 0x11fd8bff7 com.apple.frameworks.server.kit 10.6.3 (108.5) <B8C826C7-D3EE-282E-F4B7-96635DB9E644> /System/Library/PrivateFrameworks/ServerKit.framework/Versions/A/ServerKit
    0x11fdce000 - 0x11fe11fff com.apple.frameworks.server.foundation 10.6.2 (93.2) <AC65C78E-4203-31AA-2B88-947F1B3A3817> /System/Library/PrivateFrameworks/ServerFoundation.framework/Versions/A/ServerF oundation
    0x11fe45000 - 0x11fe56fff com.apple.DirectoryServiceCore.Framework 3.6 (621.3) <A4F83099-A653-C631-48C9-9FED4E5D7806> /System/Library/PrivateFrameworks/DirectoryServiceCore.framework/Versions/A/Dir ectoryServiceCore
    0x11fe64000 - 0x11fe77fff com.apple.PlatformHardwareManagement 2.0.1 (2.0.1) <E870656B-0191-C363-7122-0D24A33C1F14> /System/Library/PrivateFrameworks/PlatformHardwareManagement.framework/Versions /A/PlatformHardwareManagement
    0x11fe84000 - 0x11febbfef com.apple.coreWLAN.framework 6.2 (620.15.1) <F5757F06-DD64-3250-DA49-D0E386319587> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x11fed4000 - 0x11ff23fff com.apple.GraphKit 1.0.5 (30) <AC48507A-FD69-4E2D-1282-93550FFED154> /System/Library/PrivateFrameworks/GraphKit.framework/Versions/A/GraphKit
    0x11ff43000 - 0x11ff5dfff com.apple.ScriptingBridge 1.1.2 (???) <5F88CE7E-D66B-A33B-CA03-A4EAAE37D074> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
    0x7fff5fc00000 - 0x7fff5fc3bdef dyld 132.1 (???) <B633F790-4DDB-53CD-7ACF-2A3682BCEA9F> /usr/lib/dyld
    0x7fffffe00000 - 0x7fffffe01fff libSystem.B.dylib ??? (???) <CB9A4929-61AF-DE71-5635-133E9EC95783> /usr/lib/libSystem.B.dylib
    Model: MacBook4,1, BootROM MB41.00C1.B00, 2 processors, Intel Core 2 Duo, 2.4 GHz, 2 GB, SMC 1.31f0
    Graphics: Intel GMA X3100, GMA X3100, Built-In, 144 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x14E4, 0x88), Broadcom BCM43xx 1.0 (5.10.91.27)
    Bluetooth: Version 2.3.1f4, 2 service, 2 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: FUJITSU MHY2250BH, 232.89 GB
    Parallel ATA Device: HL-DT-ST DVDRW GSA-S10N
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8501, 0xfd400000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x022a, 0x5d200000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0x5d100000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8205, 0x1a100000

  • Safari crashes with EXC_BAD_ACCESS (SIGSEGV) Exception Type

    Hi -  Looking for some help!
    After I updated to OS X 10.8.3, Safari will not open, but immediately crashes with the following exception type:
    Exception Type: EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    I have reinstalled 10.8.3 five times (what do they say about you if you expect a different answer when trying the same thing?), but no joy.  Also repaired Disk Permissions a few times (hmmm...  what did I say about repeating things?), again without any effect. 
    Others have reported a similar problem, but their solutions do not seem applicable here (I've tried all that were relevant without luck).  This is even more sad since I usually don't use Safari now (I dislike the unified URL-Search window), but I would like it to function in case it becomes advantageous to use it over Firefox.
    Anyway, I'd appreciate any advice to help make it fucntion.  Here's the entire error message:
    Process: Safari [574]
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: com.apple.Safari
    Version:         6.0.3 (8536.28.10)
    Build Info: WebBrowser-7536028010000000~1
    Code Type: X86-64 (Native)
    Parent Process: launchd [188]
    User ID:         501
    Date/Time: 2013-03-23 21:12:28.795 -0700
    OS Version:      Mac OS X 10.8.3 (12D78)
    Report Version:  10
    Interval Since Last Report:          4978 sec
    Crashes Since Last Report:           1
    Per-App Crashes Since Last Report:   1
    Anonymous UUID: 43D941AC-4F78-4CBA-651B-492B3B83E818
    Crashed Thread: 0  Dispatch queue: com.apple.main-thread
    Exception Type: EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    VM Regions Near 0:
    -->
        __TEXT 000000010f01c000-000000010f01d000 [ 4K] r-x/rwx SM=COW /Applications/Safari.app/Contents/MacOS/Safari
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0 libsystem_c.dylib              0x00007fff913b29ae strtoul_l + 81
    1 com.apple.Safari.framework          0x00007fff9582275a Safari::SWebPreferences::setWebKitLinkTimeVersionString(Safari::CF::String const&) + 44
    2 com.apple.Safari.framework          0x00007fff957e2396 SafariMain + 120
    3   libdyld.dylib                      0x00007fff95ca77e1 start + 1
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x00007fff7e72ba90  rbx: 0x00007fff50be3cc8  rcx: 0x00007fff7e729788  rdx: 0x000000000000000a
      rdi: 0x0000000000000000  rsi: 0x00007fff7e72ba98  rbp: 0x00007fff50be3c80  rsp: 0x00007fff50be3c50
       r8: 0x000000000000000a   r9: 0x00007fff7e72d890  r10: 0x00007fff7e729788  r11: 0x00007fff959239c8
      r12: 0x00007f9f3180b038  r13: 0x0000000000000000  r14: 0x00007fff50be3d18  r15: 0x00007fff50be3c98
      rip: 0x00007fff913b29ae  rfl: 0x0000000000010206  cr2: 0x0000000000000000
    Logical CPU: 4
    Binary Images:
           0x10f01c000 -        0x10f01cfff  com.apple.Safari (6.0.3 - 8536.28.10) <F65DC101-5E84-3DE2-8494-CA90BD70AB3F> /Applications/Safari.app/Contents/MacOS/Safari
        0x7fff6ec1c000 -     0x7fff6ec5093f  dyld (210.2.3) <36CAA36E-72BC-3E48-96D9-B96A2DF77730> /usr/lib/dyld
        0x7fff8e2c4000 -     0x7fff8e2dbfff  com.apple.CFOpenDirectory (10.8 - 151.10) <10F41DA4-AD54-3F52-B898-588D9A117171> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff8e2e5000 -     0x7fff8e2edfff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
        0x7fff8e346000 -     0x7fff8e347fff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
        0x7fff8e681000 -     0x7fff8e776fff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
        0x7fff8e877000 -     0x7fff8e882ff7  com.apple.ProtocolBuffer (2 - 104) <3270C172-1437-3080-9E53-3E2DCA9AE2EC> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
        0x7fff8e883000 -     0x7fff8f2136ff  com.apple.CoreGraphics (1.600.0 - 331.0.4) <4953961C-96DC-39D7-ADF5-B767F2A7E4E1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff8f214000 -     0x7fff8f296ff7  com.apple.Heimdal (3.0 - 2.0) <C94B0C6C-1320-35A1-8143-FE252E7B2A08> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff8f2c3000 -     0x7fff8f2e8ff7  libc++abi.dylib (26) <D86169F3-9F31-377A-9AF3-DB17142052E4> /usr/lib/libc++abi.dylib
        0x7fff8f324000 -     0x7fff8f331fff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff8f5f6000 -     0x7fff8f632fff  com.apple.GeoServices (1.0 - 1) <DB382348-EBFA-3AD5-888B-7F4640F41834> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
        0x7fff8f681000 -     0x7fff8f68eff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8f68f000 -     0x7fff8f933ff7  com.apple.CoreImage (8.2.4 - 1.0.1) <4A6B017F-B9F7-36DA-943D-A95611F147EA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff8f9fb000 -     0x7fff8f9fdfff  com.apple.securityhi (4.0 - 55002) <26E6D477-EF61-351F-BA8C-67824AA231C6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff902b4000 -     0x7fff902b5fff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
        0x7fff902b6000 -     0x7fff902bbfff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
        0x7fff902bc000 -     0x7fff90557fff  com.apple.JavaScriptCore (8536 - 8536.28.10) <BC911515-D051-3E2E-8E57-D36878407C60> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff90558000 -     0x7fff9059bff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff9059c000 -     0x7fff905aeff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
        0x7fff905af000 -     0x7fff905b9ff7  com.apple.xpcobjects (103 - 103) <9496FA67-F53E-37B8-845A-462B924AA5BE> /System/Library/PrivateFrameworks/XPCObjects.framework/Versions/A/XPCObjects
        0x7fff905ba000 -     0x7fff905c2ff7  libsystem_dnssd.dylib (379.37) <616FC901-151E-38BF-B2C4-24A351C5FAAD> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff905c3000 -     0x7fff9062bff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
        0x7fff9062c000 -     0x7fff90632fff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
        0x7fff90633000 -     0x7fff90650ff7  com.apple.openscripting (1.3.6 - 148.3) <C008F56A-1E01-3D4C-A9AF-97799D0FAE69> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff9067e000 -     0x7fff906fdff7  com.apple.securityfoundation (6.0 - 55115.4) <8676E0DF-295F-3690-BDAA-6C9C1D210B88> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff906fe000 -     0x7fff9070dfff  com.apple.opengl (1.8.7 - 1.8.7) <26F7FF79-6BB2-3968-B70D-71D4E07C9551> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff9070e000 -     0x7fff90730ff7  libxpc.dylib (140.42) <BBE558BD-5E55-35E4-89ED-1AA6B056D05A> /usr/lib/system/libxpc.dylib
        0x7fff90731000 -     0x7fff90731fff  com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff9074a000 -     0x7fff90750fff  com.apple.DiskArbitration (2.5.2 - 2.5.2) <C713A35A-360E-36CE-AC0A-25C86A3F50CA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff90751000 -     0x7fff90770ff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
        0x7fff90771000 -     0x7fff90772fff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff90ba6000 -     0x7fff90baaff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff90bab000 -     0x7fff90c7dff7  com.apple.CoreText (260.0 - 275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff90c7e000 -     0x7fff90c85fff  libGFXShared.dylib (8.7.25) <869580B2-39CB-30C3-B76E-73BB4894B6B7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff90c86000 -     0x7fff90cdbff7  libTIFF.dylib (849) <C4D0E196-9319-319B-AF72-8B63FB5AF71B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff90d7a000 -     0x7fff90d89ff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
        0x7fff90d8b000 -     0x7fff90db5ff7  com.apple.CoreVideo (1.8 - 99.4) <E5082966-6D81-3973-A05A-38AA5B85F886> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff90f15000 -     0x7fff90f83fff  com.apple.framework.IOKit (2.0.1 - 755.22.5) <1547DA6F-9793-30A2-8E92-7368DE84D46C> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff90f84000 -     0x7fff912b4fff  com.apple.HIToolbox (2.0 - 626.1) <656D08C2-9068-3532-ABDD-32EC5057CCB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff912b5000 -     0x7fff91301ff7  libauto.dylib (185.1) <73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib
        0x7fff9130a000 -     0x7fff91349ff7  com.apple.QD (3.42 - 285) <8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff9134a000 -     0x7fff91416ff7  libsystem_c.dylib (825.26) <4C9EB006-FE1F-3F8F-8074-DFD94CF2CE7B> /usr/lib/system/libsystem_c.dylib
        0x7fff91417000 -     0x7fff91417fff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff91418000 -     0x7fff91461fff  com.apple.framework.CoreWiFi (1.2.2 - 122.12) <D237551E-0E2C-30FB-8FAA-003D8F25E819> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff91462000 -     0x7fff914beff7  com.apple.Symbolication (1.3 - 93) <97F3B1D2-D81D-3F37-87B3-B9A686124CF5> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff914bf000 -     0x7fff914d5fff  com.apple.Accounts (211.2 - 211.2) <F62749B0-AEA6-3673-8FD7-550E21622893> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
        0x7fff914d7000 -     0x7fff914eaff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff914f9000 -     0x7fff914fbff7  com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff914fc000 -     0x7fff914fffff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff91500000 -     0x7fff9153dfef  libGLImage.dylib (8.7.25) <139A9892-A6F2-3F49-87FB-E7AC3F56E003> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff9153e000 -     0x7fff91773ff7  com.apple.CoreData (106.1 - 407.7) <A676E1A4-2144-376B-92B8-B450DD1D78E5> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff91780000 -     0x7fff9178bfff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
        0x7fff91b79000 -     0x7fff91b90fff  com.apple.GenerationalStorage (1.1 - 132.3) <FD4A84B3-13A8-3C60-A59E-25A361447A17> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff91b91000 -     0x7fff91b9fff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
        0x7fff91bbb000 -     0x7fff91c55fff  libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff91c60000 -     0x7fff91c67fff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff91c68000 -     0x7fff91cd1fff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
        0x7fff91dc6000 -     0x7fff91ec3ff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
        0x7fff91ec4000 -     0x7fff91f75fff  com.apple.LaunchServices (539.7 - 539.7) <DA7C602E-5E01-31B8-925D-B45360CA089F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff91f8b000 -     0x7fff91f8cff7  libdnsinfo.dylib (453.19) <14202FFB-C3CA-3FCC-94B0-14611BF8692D> /usr/lib/system/libdnsinfo.dylib
        0x7fff91f8d000 -     0x7fff91f94fff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
        0x7fff92075000 -     0x7fff920cbfff  com.apple.HIServices (1.20 - 417) <839B4EE4-B96F-3371-BE90-3B4EBB86C6EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff92115000 -     0x7fff92472ff7  com.apple.Foundation (6.8 - 945.16) <89BD68FD-72C8-35C1-94C6-3A07F097C50D> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff92473000 -     0x7fff92492ff7  com.apple.ChunkingLibrary (2.0 - 133.3) <8BEC9AFB-DCAA-37E8-A5AB-24422B234ECF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff92777000 -     0x7fff92912fef  com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff92964000 -     0x7fff929befff  com.apple.print.framework.PrintCore (8.3 - 387.2) <5BA0CBED-4D80-386A-9646-F835C9805B71> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff929bf000 -     0x7fff929f9ff7  com.apple.GSS (3.0 - 2.0) <970CAE00-1437-3F4E-B677-0FDB3714C08C> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff929fa000 -     0x7fff92a08ff7  libkxld.dylib (2050.22.13) <4AAF0573-8632-3D06-BE32-C5675F77638D> /usr/lib/system/libkxld.dylib
        0x7fff92a09000 -     0x7fff92a34fff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
        0x7fff92a35000 -     0x7fff92a35fff  com.apple.Carbon (154 - 155) <1B2846B1-384E-3D1C-8999-201215723349> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff92a84000 -     0x7fff92bd5fff  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <C680EE1A-B4ED-3E77-A08C-DC47922ACA33> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff92bed000 -     0x7fff92c31fff  libcups.2.dylib (327.3) <71E771A1-0489-3417-8A4A-56A2C930F80C> /usr/lib/libcups.2.dylib
        0x7fff92c32000 -     0x7fff92c3cfff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff92c74000 -     0x7fff92d94fff  com.apple.desktopservices (1.7.3 - 1.7.3) <707F77D2-EC0E-3431-840F-B984BD7ABDD6> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff92d95000 -     0x7fff92da3fff  libcommonCrypto.dylib (60027) <BAAFE0C9-BB86-3CA7-88C0-E3CBA98DA06F> /usr/lib/system/libcommonCrypto.dylib
        0x7fff92da5000 -     0x7fff92dcdfff  libJPEG.dylib (849) <5C9052F6-D0B3-39CC-8302-468B43D694D5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff92e5e000 -     0x7fff92efcff7  com.apple.ink.framework (10.8.2 - 150) <3D8D16A2-7E01-3EA1-B637-83A36D353308> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff936ea000 -     0x7fff936eaffd  com.apple.audio.units.AudioUnit (1.8 - 1.8) <173346B7-614C-380B-8E80-9BD1BE501674> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff9377e000 -     0x7fff93a4fff7  com.apple.security (7.0 - 55179.11) <73958084-5BBC-3597-A751-7370B0C247E5> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff93aa5000 -     0x7fff93b25ff7  com.apple.ApplicationServices.ATS (332 - 341.1) <39B53565-FA31-3F61-B090-C787C983142E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff93b38000 -     0x7fff93b3cfff  com.apple.IOSurface (86.0.4 - 86.0.4) <26F01CD4-B76B-37A3-989D-66E8140542B3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff93bad000 -     0x7fff93bfcff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff93bfd000 -     0x7fff93bfdfff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff93bfe000 -     0x7fff93bfefff  libOpenScriptingUtil.dylib (148.3) <F8681222-0969-3B10-8BCE-C55A4B9C520C> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff93bff000 -     0x7fff9482cff7  com.apple.AppKit (6.8 - 1187.37) <FAEA8B77-210F-3C0F-B9CF-85A7595CCA26> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff94fd7000 -     0x7fff95028ff7  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <A4341BBD-A330-3A57-8891-E9C1A286A72D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff95029000 -     0x7fff9503eff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
        0x7fff950a2000 -     0x7fff950adff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff950bc000 -     0x7fff95162ff7  com.apple.CoreServices.OSServices (557.6 - 557.6) <1BDB5456-0CE9-301C-99C1-8EFD0D2BFCCD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff95163000 -     0x7fff95167fff  libGIF.dylib (849) <6A664B4D-0A88-33F7-9064-0CD159AB9CE9> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff95168000 -     0x7fff95169fff  libquit.dylib (130) <DC77F406-C5D4-301B-A96D-9A3DCA263756> /usr/lib/libquit.dylib
        0x7fff95177000 -     0x7fff9518efff  libGL.dylib (8.7.25) <15F5CB64-847B-3D3D-9663-E0523F15F513> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff9519e000 -     0x7fff95595fff libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff955bf000 -     0x7fff95abcfff  com.apple.Safari.framework (8536 - 8536.28.10) <3A95B221-2F54-38D1-A916-FA79400EB8D8> /System/Library/PrivateFrameworks/Safari.framework/Versions/A/Safari
        0x7fff95abd000 -     0x7fff95b25fff  libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff95c53000 -     0x7fff95c53fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff95c70000 -     0x7fff95c72fff  libCVMSPluginSupport.dylib (8.7.25) <A45E21E3-4B40-39B0-A8B6-411526A84F47> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff95c73000 -     0x7fff95ca4ff7  com.apple.DictionaryServices (1.2 - 184.4) <FB0540FF-5034-3591-A28D-6887FBC220F7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff95ca5000 -     0x7fff95ca8ff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
        0x7fff95cae000 -     0x7fff95e98ff7  com.apple.CoreFoundation (6.8 - 744.18) <A60C3C9B-3764-3291-844C-C487ACF77C2C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff9629c000 -     0x7fff9629ffff  libRadiance.dylib (849) <F7D9A0FD-1195-34CB-BFE5-79DAF3F40AC3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff963f0000 -     0x7fff963f6ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
        0x7fff9642b000 -     0x7fff96430fff  com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff96434000 -     0x7fff965bafff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff9661b000 -     0x7fff9661dfff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff96661000 -     0x7fff9671eff7  com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff967a2000 -     0x7fff967c3ff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
        0x7fff9688b000 -     0x7fff96926fff  com.apple.CoreSymbolication (3.0 - 117) <C304FDB8-2FF7-34BC-858A-2B96C2B039D5> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff96927000 -     0x7fff96928ff7  libsystem_sandbox.dylib (220.2) <6838A6FD-8626-3356-BB4F-BB4787216207> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff96929000 -     0x7fff96929fff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff9692c000 -     0x7fff96b14fff  com.apple.WebKit2 (8536 - 8536.28.10) <B9D84DFC-E7D5-3398-B0E8-5108DE9EC546> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
        0x7fff96b15000 -     0x7fff96b58ff7  com.apple.RemoteViewServices (2.0 - 80.6) <5CFA361D-4853-3ACC-9EFC-A2AC1F43BA4B> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff96d08000 -     0x7fff96d1efff  com.apple.MultitouchSupport.framework (235.29 - 235.29) <617EC8F1-BCE7-3553-86DD-F857866E1257> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff96d1f000 -     0x7fff96d46ff7  com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff96d47000 -     0x7fff96d4bfff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
        0x7fff96d84000 -     0x7fff96dd3ff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
        0x7fff96dd8000 -     0x7fff96dddfff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
        0x7fff97054000 -     0x7fff9712efff  com.apple.backup.framework (1.4.2 - 1.4.2) <0B557393-CD2A-3076-BED2-F28D02E1EC1D> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff9712f000 -     0x7fff971bcff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff972c0000 -     0x7fff9732dff7  com.apple.datadetectorscore (4.1 - 269.2) <4FD4A7CE-BB00-3AAB-B7AA-AE395D5400EC> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff9732e000 -     0x7fff9735cff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
        0x7fff9735d000 -     0x7fff9735eff7  libremovefile.dylib (23.2) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib
        0x7fff9735f000 -     0x7fff97397fff  libtidy.A.dylib (15.10) <9009156B-84F5-3781-BFCB-B409B538CD18> /usr/lib/libtidy.A.dylib
        0x7fff97398000 -     0x7fff973e2ff7  libGLU.dylib (8.7.25) <C243C6D3-3384-3DB1-BB15-E27B65C87294> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff97483000 -     0x7fff974b9fff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff974ba000 -     0x7fff97668fff  com.apple.QuartzCore (1.8 - 304.2) <234EABE1-067C-3DAE-BEAC-674526E232C2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff97669000 -     0x7fff976c0ff7  com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff979a8000 -     0x7fff979bdfff  com.apple.ImageCapture (8.0 - 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff97a1f000 -     0x7fff97a7cff7  com.apple.audio.CoreAudio (4.1.1 - 4.1.1) <D15F3FB3-BE53-3545-AD37-9A25A597FE3C> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff97a7d000 -     0x7fff97b7afff  libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
        0x7fff97b7b000 -     0x7fff97cf0fff  com.apple.CFNetwork (596.3.3 - 596.3.3) <3739DC8D-8610-3740-80EC-43E130779CB8> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff97cf1000 -     0x7fff97ef1fff  libicucore.A.dylib (491.11.2) <FD6282D8-DF3F-3842-8C2E-CF478D2B9669> /usr/lib/libicucore.A.dylib
        0x7fff97ef2000 -     0x7fff9800bfff  com.apple.ImageIO.framework (3.2.0 - 849) <C52AED41-A7C2-300B-91FA-5AF73718D243> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff9800c000 -     0x7fff98017fff  com.apple.CommonAuth (3.0 - 2.0) <7A953C1F-8B18-3E46-9BEA-26D9B5B7745D> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff98018000 -     0x7fff98072ff7  com.apple.opencl (2.2.18 - 2.2.18) <4A78E53C-17B0-3B2D-A9EA-EF8720FE4134> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff98073000 -     0x7fff9818b92f  libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
        0x7fff9818c000 -     0x7fff9818eff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
        0x7fff9818f000 -     0x7fff981b0fff  com.apple.Ubiquity (1.2 - 243.15) <C9A7EE77-B637-3676-B667-C0843BBB0409> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff981b1000 -     0x7fff9916efff  com.apple.WebCore (8536 - 8536.28.10) <89CDA119-0FC8-3D0E-87B8-AB96BE6D1A36> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff9916f000 -     0x7fff991a3fff  com.apple.securityinterface (6.0 - 55024.4) <614C9B8E-2056-3A41-9A01-DAF74C97CC43> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff991fb000 -     0x7fff9920ffff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff9964d000 -     0x7fff99683fff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
        0x7fff99c52000 -     0x7fff99c56ff7  com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff99c57000 -     0x7fff99c57fff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff99c58000 -     0x7fff99d5afff  libJP2.dylib (849) <4EEA33EB-AF9F-365D-A572-F7D11AD1C76F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff99d5b000 -     0x7fff99d82fff  com.apple.framework.familycontrols (4.1 - 410) <50F5A52C-8FB6-300A-977D-5CFDE4D5796B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff99d83000 -     0x7fff99e04fff  com.apple.Metadata (10.7.0 - 707.5) <4140B1F6-7D73-33C7-B3F2-4DB349C31AE9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff99e12000 -     0x7fff99ed7ff7  com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff99ee0000 -     0x7fff99f2bfff  com.apple.framework.CoreWLAN (3.0.2 - 302.12) <896D75EB-069B-3674-936E-27A81568BECB> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff99f71000 -     0x7fff99f91fff  libPng.dylib (849) <F4C23A55-F17B-3E4F-9E80-BC97F778BA49> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff99f92000 -     0x7fff99f93ff7  libSystem.B.dylib (169.3) <9089D72D-E714-31E1-80C8-698A8E8B05AD> /usr/lib/libSystem.B.dylib
        0x7fff99ffc000 -     0x7fff99ffefff  com.apple.OAuth (18.1 - 18.1) <0DC79455-CF81-3873-87BD-6BD14D89A6F5> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
        0x7fff9a05a000 -     0x7fff9a371ff7  com.apple.CoreServices.CarbonCore (1037.5 - 1037.5) <731D8F92-1C52-3613-BA01-EFEA54DADF41> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff9a377000 -     0x7fff9a399ff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff9a39a000 -     0x7fff9a3c6fff  com.apple.framework.Apple80211 (8.3.2 - 832.18.1) <5D601780-9AD9-31C9-9AB5-716D8634CB78> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff9a3c7000 -     0x7fff9a3d4fff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
        0x7fff9a445000 -     0x7fff9a550fff  libFontParser.dylib (84.6) <96C42E49-79A6-3475-B5E4-6A782599A6DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff9a551000 -     0x7fff9a55dfff  com.apple.CrashReporterSupport (10.8.3 - 417) <48EDDDF3-5720-39D6-B51F-D9AFB93327B3> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff9a5c4000 -     0x7fff9a623fff  com.apple.AE (645.6 - 645.6) <44F403C1-660A-3543-AB9C-3902E02F936F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff9a624000 -     0x7fff9aa41fff  FaceCoreLight (2.4.1) <DDAFFD7A-D312-3407-A010-5AEF3E17831B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
        0x7fff9aa42000 -     0x7fff9aa55ff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
        0x7fff9aa56000 -     0x7fff9aa58fff  libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib
        0x7fff9aa85000 -     0x7fff9aa8eff7  com.apple.CommerceCore (1.0 - 26.1) <40A129A8-4E5D-3C7A-B299-8CB203C4C65D> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff9aa8f000 -     0x7fff9aa93fff  libCoreVMClient.dylib (32.3) <AD8391D9-56DD-3A78-A294-6A30E6ECE1A2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff9ae36000 -     0x7fff9ae36fff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
        0x7fff9aec9000 -     0x7fff9af25fff  com.apple.corelocation (1239.40 - 1239.40) <2F743CD8-A9F5-3375-A3B0-BB0D756FC239> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff9af26000 -     0x7fff9af41ff7  libsystem_kernel.dylib (2050.22.13) <5A961E2A-CFB8-362B-BC43-122704AEB047> /usr/lib/system/libsystem_kernel.dylib
        0x7fff9af42000 -     0x7fff9b0cdff7  com.apple.WebKit (8536 - 8536.28.10) <792FA1F3-68F2-36F8-A070-898B3682F5DE> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 1
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 578
        thread_create: 1
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=170.9M resident=140.5M(82%) swapped_out_or_unallocated=30.4M(18%)
    Writable regions: Total=19.7M written=732K(4%) resident=848K(4%) swapped_out=0K(0%) unallocated=18.9M(96%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    MALLOC                             11.5M
    MALLOC guard page                    48K
    STACK GUARD                        56.0M
    Stack                              8192K
    __DATA                             13.7M
    __IMAGE                             528K
    __LINKEDIT                         52.0M
    __TEXT                            118.9M
    __UNICODE                           544K
    shared memory                        12K
    ===========                      =======
    TOTAL                             261.2M
    Model: iMac11,3, BootROM IM112.0057.B01, 4 processors, Intel Core i7, 2.93 GHz, 32 GB, SMC 1.59f2
    Graphics: ATI Radeon HD 5750, ATI Radeon HD 5750, PCIe, 1024 MB
    Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1333 MHz, 0x857F, 0x483634314755363746393333334700000000
    Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1333 MHz, 0x857F, 0x483634314755363746393333334700000000
    Memory Module: BANK 0/DIMM1, 8 GB, DDR3, 1333 MHz, 0x857F, 0x483634314755363746393333334700000000
    Memory Module: BANK 1/DIMM1, 8 GB, DDR3, 1333 MHz, 0x857F, 0x483634314755363746393333334700000000
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x8F), Atheros 9280: 4.0.72.0-P2P
    Bluetooth: Version 4.1.3f3 11349, 2 service, 18 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Network Service: Parallels Shared #0, Ethernet, vnic0
    Serial ATA Device: Hitachi HDS722020ALA330, 2 TB
    Serial ATA Device: OPTIARC DVD RW AD-5680H
    Serial ATA Device: APPLE SSD TS256B, 251 GB
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfa100000 / 2
    USB Device: USB2.0 Hub, 0x2109  (VIA Labs, Inc.), 0x3431, 0xfa130000 / 6
    USB Device: Officejet Pro 8500 A910, 0x03f0  (Hewlett Packard), 0x5312, 0xfa131000 / 15
    USB Device: hub_device, apple_vendor_id, 0x9126, 0xfa140000 / 5
    USB Device: USB2.0 Hub, 0x05e3  (Genesys Logic, Inc.), 0x0608, 0xfa141000 / 14
    USB Device: USB2.0 Hub, 0x05e3  (Genesys Logic, Inc.), 0x0608, 0xfa141400 / 16
    USB Device: HP LaserJet P2035, 0x03f0  (Hewlett Packard), 0x5d17, 0xfa142000 / 13
    USB Device: Apple LED Cinema Display, apple_vendor_id, 0x9226, 0xfa146000 / 12
    USB Device: Display Audio, apple_vendor_id, 0x1105, 0xfa144000 / 11
    USB Device: Display iSight, apple_vendor_id, 0x8508, 0xfa145000 / 10
    USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0xfa120000 / 4
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 3
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8215, 0xfa111000 / 7
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfd100000 / 2
    USB Device: USB2.0 Hub, 0x05e3  (Genesys Logic, Inc.), 0x0610, 0xfd140000 / 5
    USB Device: USB2.0 Hub, 0x05e3  (Genesys Logic, Inc.), 0x0610, 0xfd141000 / 6
    USB Device: USB Receiver, 0x046d  (Logitech Inc.), 0xc52b, 0xfd141200 / 8
    USB Device: CRCA102-3I1, 0x0764  (Cyber Power Systems, Inc.), 0x0501, 0xfd141100 / 7
    USB Device: Built-in iSight, apple_vendor_id, 0x8502, 0xfd110000 / 4
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd120000 / 3
    FireWire Device: My Book 111D, WD, 800mbit_speed

    After trying the update on the 10.8.2 version from Time Machine, the problem re-appeared.  Resetting the NVRAM did not help.  Finally tried Apple Support who suggested reinstalling the OS (which writes a complete version of 10.8.3 rather than the updated files).  That worked. 

  • Adobe Premiere CS6 keeps crashing - Crashed Thread:  0  Dispatch queue: com.apple.main-thread     Exception Type:  EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000

    Please help!  I've been wrestling with this all day!  Everytime I come to a clip on the timeline that has been adjusted via speed/duration the program crashes.  I've already deleted the preference files for all Adobe products.  Any suggestions?
    ~bdh
    Process:         Adobe Premiere Pro CS6 [955]
    Path:            /Applications/Adobe Premiere Pro CS6/Adobe Premiere Pro CS6.app/Contents/MacOS/Adobe Premiere Pro CS6
    Identifier:      com.adobe.AdobePremierePro
    Version:         6.0.2 (6.0.2)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [277]
    User ID:         501
    Date/Time:       2013-04-29 19:09:02.439 -0500
    OS Version:      Mac OS X 10.8.3 (12D78)
    Report Version:  10
    Interval Since Last Report:          141185 sec
    Crashes Since Last Report:           19
    Per-App Interval Since Last Report:  99397 sec
    Per-App Crashes Since Last Report:   10
    Anonymous UUID:                      00F758BA-37B7-1854-7225-6B1330BFA109
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    VM Regions Near 0:
    -->
        __TEXT                 0000000100000000-0000000100004000 [   16K] r-x/rwx SM=COW  /Applications/Adobe Premiere Pro CS6/Adobe Premiere Pro CS6.app/Contents/MacOS/Adobe Premiere Pro CS6
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.adobe.dvaui.framework               0x00000001034a6d3a dvaui::ui::UI_Node::GetViewScaleFactor() const + 10
    1   com.adobe.UIFramework.framework          0x0000000103cc7066 UIF::TabViewImpl::UI_Draw(dvaui::drawbot::Drawbot*) const + 730
    2   com.adobe.dvaui.framework               0x00000001034addbb void dvaui::drawbot::InvokeDrawbotFromRegionT<dvaui::ui::OS_View, std::const_mem_fun1_ref_t<void, dvaui::ui::OS_View, dvaui::drawbot::Drawbot*>, NSView*>(dvaui::ui::OS_View const&, std::const_mem_fun1_ref_t<void, dvaui::ui::OS_View, dvaui::drawbot::Drawbot*> const&, dvaui::drawbot::SupplierInterface const&, NSView*, __HIShape const*, dvaui::drawbot::SurfaceInterface*, bool) + 187
    3   com.adobe.dvaui.framework               0x00000001034adf79 void dvaui::drawbot::InvokeDrawbot<dvaui::ui::OS_View, std::const_mem_fun1_ref_t<void, dvaui::ui::OS_View, dvaui::drawbot::Drawbot*>, NSView*>(dvaui::ui::OS_View const&, std::const_mem_fun1_ref_t<void, dvaui::ui::OS_View, dvaui::drawbot::Drawbot*> const&, dvaui::drawbot::SupplierInterface const&, NSView*, __HIShape const*, dvaui::drawbot::SurfaceInterface*, std::vector<dvacore::geom::RectT<int>, std::allocator<dvacore::geom::RectT<int> > >*, bool) + 313
    4   com.adobe.dvaui.framework               0x00000001034a6381 dvaui::ui::OS_View::UI_HandlePlatformDrawEvent(dvaui::drawbot::SurfaceInterface *) + 397
    5   com.adobe.dvacore.framework             0x000000010018b9ee int dvacore::config::ErrorManager::ExecuteFunction<void>(boost::function0<void>*, void*) + 28
    6   com.adobe.premiere.frontend             0x000000010c748725 FE::ApplicationErrorManager::ExecuteFunctionWithTopLevelExceptionHandler(boost: :function0<int>) + 57
    7   com.adobe.dvacore.framework             0x000000010018b8e0 void dvacore::config::ErrorManager::ExecuteFunctionWithTopLevelExceptionHandler<void >(boost::function0<void>, bool*) + 112
    8   com.adobe.dvacore.framework             0x000000010018de1d void dvacore::config::ExecuteTopLevelFunction<void>(boost::function0<void>, bool*) + 125
    9   com.adobe.dvaui.framework               0x000000010349c7bd -[DVAMacContainerView drawRect:] + 125
    10  com.apple.AppKit                        0x00007fff88bcf094 -[NSView _drawRect:clip:] + 4217
    11  com.apple.AppKit                        0x00007fff88bcd6f1 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1656
    12  com.apple.AppKit                        0x00007fff88bcb722 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 817
    13  com.apple.AppKit                        0x00007fff88bcca74 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 5763
    14  com.apple.AppKit                        0x00007fff88bcca74 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 5763
    15  com.apple.AppKit                        0x00007fff88bcca74 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 5763
    16  com.apple.AppKit                        0x00007fff88bcb173 -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 314
    17  com.apple.AppKit                        0x00007fff88bc6d9d -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 4675
    18  com.apple.AppKit                        0x00007fff88b90cc3 -[NSView displayIfNeeded] + 1830
    19  com.apple.AppKit                        0x00007fff88b901fc _handleWindowNeedsDisplayOrLayoutOrUpdateConstraints + 738
    20  com.apple.Foundation                    0x00007fff85910af3 __NSFireTimer + 96
    21  com.apple.CoreFoundation                0x00007fff8477b804 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
    22  com.apple.CoreFoundation                0x00007fff8477b31d __CFRunLoopDoTimer + 557
    23  com.apple.CoreFoundation                0x00007fff84760ad9 __CFRunLoopRun + 1529
    24  com.apple.CoreFoundation                0x00007fff847600e2 CFRunLoopRunSpecific + 290
    25  com.apple.HIToolbox                     0x00007fff84d26eb4 RunCurrentEventLoopInMode + 209
    26  com.apple.HIToolbox                     0x00007fff84d26c52 ReceiveNextEventCommon + 356
    27  com.apple.HIToolbox                     0x00007fff84ce7044 IsUserStillTracking(MenuSelectData*, unsigned char*) + 194
    28  com.apple.HIToolbox                     0x00007fff84cd089a TrackMenuCommon(MenuSelectData&, unsigned char*) + 307
    29  com.apple.HIToolbox                     0x00007fff84e66e04 PopUpMenuSelectCore(MenuData*, Point, double, Point, unsigned short, unsigned int, Rect const*, unsigned short, unsigned int, Rect const*, Rect const*, __CFString const*, OpaqueMenuRef**, unsigned short*) + 1556
    30  com.apple.HIToolbox                     0x00007fff84e66794 _HandlePopUpMenuSelection7 + 629
    31  com.apple.AppKit                        0x00007fff88e2f54b _NSSLMPopUpCarbonMenu3 + 3916
    32  com.apple.AppKit                        0x00007fff88e2e5d8 -[NSCarbonMenuImpl _popUpContextMenu:withEvent:forView:withFont:] + 189
    33  com.apple.AppKit                        0x00007fff88f88fe3 -[NSMenu _popUpContextMenu:withEvent:forView:withFont:] + 200
    34  com.adobe.dvaui.framework               0x00000001034c44b6 dvaui::utility::OS_Menu_MAC::DoPopupMenu(dvaui::utility::OS_Menu_MAC&, dvaui::ui::UI_Node const*, dvacore::geom::RectT<float> const&, bool, bool) + 764
    35  com.adobe.dvaui.framework               0x00000001034c45b9 dvaui::utility::OS_Menu_MAC::DoContextMenu(dvaui::utility::OS_Menu_MAC&, dvaui::ui::UI_Node const*, dvacore::geom::PointT<float> const&, bool) + 55
    36  com.adobe.dvaui.framework               0x000000010343773b dvaui::ui::UI_DoContextMenu(dvaui::utility::OS_Menu&, dvaui::ui::UI_Node const&, dvacore::geom::PointT<float> const&) + 27
    37  com.adobe.UIFramework.framework          0x0000000103c7e978 UIF::MenuUtils::TrackPopupMenu(boost::intrusive_ptr<dvaui::utility::OS_Menu>, dvaui::ui::UI_Node const&, ASL::ParamPoint<int> const&) + 40
    38  com.adobe.HandlerTimeline.framework          0x0000000109c40f97 HandlerTimeline::TrackViewArea::DoClipContextMenuWithEffects(ASL::ParamPoint<in t> const&, UIF::KeyModifiers const&, HandlerTimeline::TrackContentView*, ASL::InterfaceRef<BE::ITrackItem, BE::ITrackItem>, char const*) + 1929
    39  com.adobe.HandlerTimeline.framework          0x0000000109c41aaa HandlerTimeline::TrackViewArea::DoContextMenu(ASL::ParamPoint<int> const&, UIF::KeyModifiers const&, HandlerTimeline::TrackContentView*, ASL::InterfaceRef<BE::ITrackItem, BE::ITrackItem>, unsigned int) + 514
    40  com.adobe.HandlerTimeline.framework          0x0000000109c421c3 HandlerTimeline::TrackViewArea::HandleContextMenuInContentView(ASL::ParamPoint< int> const&, UIF::KeyModifiers const&, HandlerTimeline::TrackContentView*) + 1115
    41  com.adobe.HandlerTimeline.framework          0x0000000109b525bb HandlerTimeline::EditorController::RightButtonUp(ASL::ParamPoint<int> const&, UIF::KeyModifiers const&, HandlerTimeline::TrackContentView*) + 169
    42  com.adobe.UIFramework.framework          0x0000000103cbf29f UIF::SubViewImpl::UI_DoMouseEvent(dvaui::ui::UI_Node*, dvaui::ui::MouseEvent const&) + 981
    43  com.adobe.dvaui.framework               0x000000010343c4a8 dvaui::ui::UI_Node::DispatchMouseEvent::operator()(dvaui::ui::UI_Node*, dvaui::ui::UI_Node*, dvacore::geom::PointT<float> const&) const + 184
    44  com.adobe.dvaui.framework               0x000000010344605b std::pair<bool, dvaui::ui::UI_Node*> dvaui::ui::UI_Node::UI_DispatchMouseEventTowardsLeafT<dvaui::ui::UI_Node::Dispa tchMouseEvent>(dvaui::ui::UI_Node::DispatchMouseEvent&, dvacore::geom::PointT<float> const&, bool) + 91
    45  com.adobe.dvaui.framework               0x00000001034460a5 std::pair<bool, dvaui::ui::UI_Node*> dvaui::ui::UI_Node::UI_DispatchMouseEventTowardsLeafT<dvaui::ui::UI_Node::Dispa tchMouseEvent>(dvaui::ui::UI_Node::DispatchMouseEvent&, dvacore::geom::PointT<float> const&, bool) + 165
    46  com.adobe.dvaui.framework               0x00000001034460a5 std::pair<bool, dvaui::ui::UI_Node*> dvaui::ui::UI_Node::UI_DispatchMouseEventTowardsLeafT<dvaui::ui::UI_Node::Dispa tchMouseEvent>(dvaui::ui::UI_Node::DispatchMouseEvent&, dvacore::geom::PointT<float> const&, bool) + 165
    47  com.adobe.dvaui.framework               0x00000001034460a5 std::pair<bool, dvaui::ui::UI_Node*> dvaui::ui::UI_Node::UI_DispatchMouseEventTowardsLeafT<dvaui::ui::UI_Node::Dispa tchMouseEvent>(dvaui::ui::UI_Node::DispatchMouseEvent&, dvacore::geom::PointT<float> const&, bool) + 165
    48  com.adobe.dvaui.framework               0x00000001034460a5 std::pair<bool, dvaui::ui::UI_Node*> dvaui::ui::UI_Node::UI_DispatchMouseEventTowardsLeafT<dvaui::ui::UI_Node::Dispa tchMouseEvent>(dvaui::ui::UI_Node::DispatchMouseEvent&, dvacore::geom::PointT<float> const&, bool) + 165
    49  com.adobe.dvaui.framework               0x00000001034460a5 std::pair<bool, dvaui::ui::UI_Node*> dvaui::ui::UI_Node::UI_DispatchMouseEventTowardsLeafT<dvaui::ui::UI_Node::Dispa tchMouseEvent>(dvaui::ui::UI_Node::DispatchMouseEvent&, dvacore::geom::PointT<float> const&, bool) + 165
    50  com.adobe.dvaui.framework               0x00000001034460a5 std::pair<bool, dvaui::ui::UI_Node*> dvaui::ui::UI_Node::UI_DispatchMouseEventTowardsLeafT<dvaui::ui::UI_Node::Dispa tchMouseEvent>(dvaui::ui::UI_Node::DispatchMouseEvent&, dvacore::geom::PointT<float> const&, bool) + 165
    51  com.adobe.dvaui.framework               0x00000001034460a5 std::pair<bool, dvaui::ui::UI_Node*> dvaui::ui::UI_Node::UI_DispatchMouseEventTowardsLeafT<dvaui::ui::UI_Node::Dispa tchMouseEvent>(dvaui::ui::UI_Node::DispatchMouseEvent&, dvacore::geom::PointT<float> const&, bool) + 165
    52  com.adobe.dvaui.framework               0x000000010343c615 dvaui::ui::UI_Node::UI_DispatchMouseEventTowardsLeaf(dvaui::ui::MouseEvent const&, bool) + 75
    53  com.adobe.dvaui.framework               0x000000010344027e dvaui::ui::UI_Node::UI_DispatchMouseEventToTarget(dvaui::ui::UI_Node*, dvaui::ui::MouseEvent const&, bool) + 136
    54  com.adobe.dvaui.framework               0x000000010344031f dvaui::ui::UI_Node::UI_DispatchMouseEvent(dvaui::ui::MouseEvent const&, bool) + 63
    55  com.adobe.dvaui.framework               0x00000001034a7bf2 dvaui::ui::OS_View::UI_DispatchPlatformMouseEvent(dvaui::ui::MouseEvent const&, bool) + 702
    56  com.adobe.dvaui.framework               0x00000001034a5cfa dvaui::ui::OS_View::UI_DispatchPlatformMouseClickEvent(dvaui::ui::OS_Event const&) + 470
    57  com.adobe.dvaui.framework               0x00000001034a4919 dvaui::ui::OS_View::UI_DispatchEvent(dvaui::ui::OS_Event*) + 123
    58  com.adobe.dvaui.framework               0x00000001034a5fe8 dvaui::ui::OS_View::UI_HandleOSEvent(dvaui::ui::OS_Event*) + 28
    59  com.adobe.dvaui.framework               0x00000001034a2ac7 dvaui::ui::OS_View::UI_HandlePlatformEvent(NSEvent*) + 57
    60  com.adobe.dvacore.framework             0x000000010018b9ee int dvacore::config::ErrorManager::ExecuteFunction<void>(boost::function0<void>*, void*) + 28
    61  com.adobe.premiere.frontend             0x000000010c748725 FE::ApplicationErrorManager::ExecuteFunctionWithTopLevelExceptionHandler(boost: :function0<int>) + 57
    62  com.adobe.dvacore.framework             0x000000010018b8e0 void dvacore::config::ErrorManager::ExecuteFunctionWithTopLevelExceptionHandler<void >(boost::function0<void>, bool*) + 112
    63  com.adobe.dvacore.framework             0x000000010018de1d void dvacore::config::ExecuteTopLevelFunction<void>(boost::function0<void>, bool*) + 125
    64  com.adobe.dvaui.framework               0x000000010349bc8f -[DVAMacContainerView rightMouseUp:] + 127
    65  com.apple.AppKit                        0x00007fff88c7277d -[NSWindow sendEvent:] + 7428
    66  com.apple.AppKit                        0x00007fff88c6e674 -[NSApplication sendEvent:] + 5761
    67  com.adobe.dvaui.framework               0x0000000103495bb6 -[DVAMacApplication sendEvent:] + 630
    68  com.adobe.premiere.frontend             0x000000010c781520 -[PremiereCocoaMacApplication sendEvent:] + 304
    69  com.apple.AppKit                        0x00007fff88b8424a -[NSApplication run] + 636
    70  com.adobe.premiere.frontend             0x000000010c782784 FE::MacApplication::RunSelf() + 44
    71  com.adobe.premiere.frontend             0x000000010c72cdef FE::Application::Run(std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&) + 5681
    72  com.adobe.premiere.frontend             0x000000010c783cfc AppMain + 380
    73  com.adobe.premiere.startup              0x000000010c8f41d7 Run + 247
    74  com.adobe.AdobePremierePro              0x00000001000038b7 main + 647
    75  com.adobe.AdobePremierePro              0x000000010000361c start + 52
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff82eecd16 kevent + 10
    1   libdispatch.dylib                       0x00007fff85512dea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00007fff855129ee _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff82eec0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8cfa8fe9 _pthread_cond_wait + 869
    2   com.apple.CoreServices.CarbonCore          0x00007fff89c22210 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore          0x00007fff89c223e7 TSWaitOnConditionTimedRelative + 132
    4   com.apple.CoreServices.CarbonCore          0x00007fff89b84b14 MPWaitOnQueue + 252
    5   com.adobe.ASLFoundation.framework          0x00000001005c0770 ASL::(anonymous namespace)::TaskProc(void*) + 160
    6   com.apple.CoreServices.CarbonCore          0x00007fff89bf97e0 PrivateMPEntryPoint + 58
    7   libsystem_c.dylib                       0x00007fff8cfa47a2 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff8cf911e1 thread_start + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff82eec0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8cfa8fe9 _pthread_cond_wait + 869
    2   com.apple.CoreServices.CarbonCore          0x00007fff89c22210 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore          0x00007fff89c223e7 TSWaitOnConditionTimedRelative + 132
    4   com.apple.CoreServices.CarbonCore          0x00007fff89b84b14 MPWaitOnQueue + 252
    5   com.adobe.dvacore.framework             0x00000001001f8f54 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::t hreads::AllocatedFunctionT<boost::function<void ()> > >&, int) + 200
    6   com.adobe.dvacore.framework             0x00000001001f6253 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::T hreadSafeDelayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 115
    7   com.adobe.dvacore.framework             0x00000001001f3943 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 163
    8   com.adobe.boost_threads.framework          0x000000010012aace thread_proxy + 158
    9   libsystem_c.dylib                       0x00007fff8cfa47a2 _pthread_start + 327
    10  libsystem_c.dylib                       0x00007fff8cf911e1 thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff82eec0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8cfa8fe9 _pthread_cond_wait + 869
    2   com.apple.CoreServices.CarbonCore          0x00007fff89c22210 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore          0x00007fff89c223e7 TSWaitOnConditionTimedRelative + 132
    4   com.apple.CoreServices.CarbonCore          0x00007fff89b84b14 MPWaitOnQueue + 252
    5   com.adobe.dvacore.framework             0x00000001001f8f54 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::t hreads::AllocatedFunctionT<boost::function<void ()> > >&, int) + 200
    6   com.adobe.dvacore.framework             0x00000001001f6253 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::T hreadSafeDelayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 115
    7   com.adobe.dvacore.framework             0x00000001001f3943 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 163
    8   com.adobe.boost_threads.framework          0x000000010012aace thread_proxy + 158
    9   libsystem_c.dylib                       0x00007fff8cfa47a2 _pthread_start + 327
    10  libsystem_c.dylib                       0x00007fff8cf911e1 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff82eecd16 kevent + 10
    1   com.adobe.dvatransport.framework          0x000000010079bf12 boost::asio::detail::kqueue_reactor::run(bool, boost::asio::detail::op_queue<boost::asio::detail::task_io_service_operation>&) + 240
    2   com.adobe.dvatransport.framework          0x00000001007a60da boost::asio::detail::task_io_service::do_one(boost::asio::detail::scoped_lock<b oost::asio::detail::posix_mutex>&, boost::asio::detail::task_io_service::idle_thread_info*) + 512
    3   com.adobe.dvatransport.framework          0x00000001007a6467 boost::asio::detail::task_io_service::run(boost::system::error_code&) + 291
    4   com.adobe.dvatransport.framework          0x0000000100792fbd SkyConnectionEnv::MainLoop() + 129
    5   com.adobe.dvatransport.framework          0x000000010079303b SkyConnectionEnv::StaticThreadFunc(SkyConnectionEnv*) + 9
    6   com.adobe.boost_threads.framework          0x000000010012aace thread_proxy + 158
    7   libsystem_c.dylib                       0x00007fff8cfa47a2 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff8cf911e1 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff82eec0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8cfa8fe9 _pthread_cond_wait + 869
    2   com.adobe.dvatransport.framework          0x00000001007a604b boost::asio::detail::task_io_service::do_one(boost::asio::detail::scoped_lock<b oost::asio::detail::posix_mutex>&, boost::asio::detail::task_io_service::idle_thread_info*) + 369
    3   com.adobe.dvatransport.framework          0x00000001007a6467 boost::asio::detail::task_io_service::run(boost::system::error_code&) + 291
    4   com.adobe.dvatransport.framework          0x0000000100793c2a boost::asio::detail::posix_thread::func<boost::asio::detail::resolver_service_b ase::work_io_service_runner>::run() + 42
    5   com.adobe.dvatransport.framework          0x0000000100796c33 boost_asio_detail_posix_thread_function + 19
    6   libsystem_c.dylib                       0x00007fff8cfa47a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff8cf911e1 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff82eec0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8cfa8fe9 _pthread_cond_wait + 869
    2   com.apple.CoreServices.CarbonCore          0x00007fff89c22210 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore          0x00007fff89c223e7 TSWaitOnConditionTimedRelative + 132
    4   com.apple.CoreServices.CarbonCore          0x00007fff89b84b14 MPWaitOnQueue + 252
    5   com.adobe.dvacore.framework             0x00000001001f8f54 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::t hreads::AllocatedFunctionT<boost::function<void ()> > >&, int) + 200
    6   com.adobe.dvacore.framework             0x00000001001f6253 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::T hreadSafeDelayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 115
    7   com.adobe.dvacore.framework             0x00000001001f3943 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 163
    8   com.adobe.boost_threads.framework          0x000000010012aace thread_proxy + 158
    9   libsystem_c.dylib                       0x00007fff8cfa47a2 _pthread_start + 327
    10  libsystem_c.dylib                       0x00007fff8cf911e1 thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x00007fff82eec0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8cfa8fe9 _pthread_cond_wait + 869
    2   com.apple.CoreServices.CarbonCore          0x00007fff89c22210 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore          0x00007fff89c223e7 TSWaitOnConditionTimedRelative + 132
    4   com.apple.CoreServices.CarbonCore          0x00007fff89b84b14 MPWaitOnQueue + 252
    5   com.adobe.dvacore.framework             0x00000001001f8f54 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::t hreads::AllocatedFunctionT<boost::function<void ()> > >&, int) + 200
    6   com.adobe.dvacore.framework             0x00000001001f6253 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::T hreadSafeDelayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 115
    7   com.adobe.dvacore.framework             0x00000001001f3943 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 163
    8   com.adobe.boost_threads.framework          0x000000010012aace thread_proxy + 158
    9   libsystem_c.dylib                       0x00007fff8cfa47a2 _pthread_start + 327
    10  libsystem_c.dylib                       0x00007fff8cf911e1 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x00007fff82eec0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8cfa8fe9 _pthread_cond_wait + 869
    2   com.apple.CoreServices.CarbonCore          0x00007fff89c22210 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore          0x00007fff89c223e7 TSWaitOnConditionTimedRelative + 132
    4   com.apple.CoreServices.CarbonCore          0x00007fff89b84b14 MPWaitOnQueue + 252
    5   com.adobe.dvacore.framework             0x00000001001f8f54 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::t hreads::AllocatedFunctionT<boost::function<void ()> > >&, int) + 200
    6   com.adobe.dvacore.framework             0x00000001001f6253 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::T hreadSafeDelayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 115
    7   com.adobe.dvacore.framework             0x00000001001f3943 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 163
    8   com.adobe.boost_threads.framework          0x000000010012aace thread_proxy + 158
    9   libsystem_c.dylib                       0x00007fff8cfa47a2 _pthread_start + 327
    10  libsystem_c.dylib                       0x00007fff8cf911e1 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib                  0x00007fff82eec0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8cfa8fe9 _pthread_cond_wait + 869
    2   com.apple.CoreServices.CarbonCore          0x00007fff89c22210 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore          0x00007fff89c223e7 TSWaitOnConditionTimedRelative + 132
    4   com.apple.CoreServices.CarbonCore          0x00007fff89b84b14 MPWaitOnQueue + 252
    5   com.adobe.dvacore.framework             0x00000001001f8f54 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::t hreads::AllocatedFunctionT<boost::function<void ()> > >&, int) + 200
    6   com.adobe.dvacore.framework             0x00000001001f6253 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::T hreadSafeDelayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 115
    7   com.adobe.dvacore.framework             0x00000001001f3943 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 163
    8   com.adobe.boost_threads.framework          0x000000010012aace thread_proxy + 158
    9   libsystem_c.dylib                       0x00007fff8cfa47a2 _pthread_start + 327
    10  libsystem_c.dylib                       0x00007fff8cf911e1 thread_start + 13
    Thread 11:
    0   libsystem_kernel.dylib                  0x00007fff82eec0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8cfa8fe9 _pthread_cond_wait + 869
    2   com.apple.CoreServices.CarbonCore          0x00007fff89c22210 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore          0x00007fff89c223e7 TSWaitOnConditionTimedRelative + 132
    4   com.apple.CoreServices.CarbonCore          0x00007fff89b84b14 MPWaitOnQueue + 252
    5   com.adobe.dvacore.framework             0x00000001001f8f54 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::t hreads::AllocatedFunctionT<boost::function<void ()> > >&, int) + 200
    6   com.adobe.dvacore.framework             0x00000001001f6253 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::T hreadSafeDelayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 115
    7   com.adobe.dvacore.framework             0x00000001001f3943 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 163
    8   com.adobe.boost_threads.framework          0x000000010012aace thread_proxy + 158
    9   libsystem_c.dylib                       0x00007fff8cfa47a2 _pthread_start + 327
    10  libsystem_c.dylib                       0x00007fff8cf911e1 thread_start + 13
    Thread 12:
    0   libsystem_kernel.dylib                  0x00007fff82eec122 __psynch_mutexwait + 10
    1   libsystem_c.dylib                       0x00007fff8cfa9dfd pthread_mutex_lock + 536
    2   com.adobe.AudioSupport.framework          0x000000010308b132 ML::MonitorMixer::Stop() + 30
    3   com.adobe.PlayerHost.framework          0x00000001049b79b4 ML::VideoPlayer::PlayerCallback_StopAudio() + 256
    4   com.adobe.PlayerHost.framework          0x00000001049d6ad6 ML::SDKCallback_StopAudio(int) + 86
    5   com.adobe.PlayerMediaCore.framework          0x0000000119de812d AdobePlayer::PlayerAudioHost::StopPlayback() + 137
    6   com.adobe.TransmitHost.framework          0x000000010d1e0aa0 ML::TransmitManager::StopPlayback() + 182
    7   com.adobe.PlayerMediaCore.framework          0x0000000119de9754 AdobePlayer::PlayerClock::SetState(AdobePlayer::PlayState, PrActivationEvent) + 828
    8   com.adobe.PlayerMediaCore.framework          0x0000000119df88a3 AdobePlayer::PlayerMain::ForceStop() + 253
    9   com.adobe.PlayerMediaCore.framework          0x0000000119df89e3 AdobePlayer::PlayerMain::OnStop() + 79
    10  com.adobe.PlayerMediaCore.framework          0x0000000119e05926 PrPlayModule<AdobePlayer::PlayerMain>::PlayEntry(int, pmStdParms*, void*, void*) + 302
    11  com.adobe.PlayerHost.framework          0x000000010499b0c9 ML::CallPlayerModuleGuarded(int (*)(int, pmStdParms*, void*, void*), int, pmStdParms*, void*, void*, int*, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&) + 137
    12  com.adobe.PlayerHost.framework          0x000000010499bf94 ML::PlayerModule::CallPlugin(int, void*, void*) + 130
    13  com.adobe.PlayerHost.framework          0x00000001049c0e77 ML::VideoPlayer::CallPlayModuleSelector_Stop() + 79
    14  com.adobe.PlayerHost.framework          0x00000001049abb16 ML::VideoPlayer::StopPlayback(bool, bool) + 64
    15  com.adobe.PlayerHost.framework          0x00000001049a0500 ML::PlayModuleThreadQueue::ExecuteDeferredCall(ASL::ObjectPtr<ML::DeferredCallB ase, ASL::AtomicValue>) + 280
    16  com.adobe.PlayerHost.framework          0x00000001049a1537 ML::PlayModuleThreadQueue::ServiceQueue() + 253
    17  com.adobe.ASLFoundation.framework          0x00000001005b3232 void boost::_mfi::mf0<void, ASL::IThreadedQueueRequest>::call<ASL::InterfaceRef<ASL::IThreadedQueueRequest, ASL::IThreadedQueueRequest> >(ASL::InterfaceRef<ASL::IThreadedQueueRequest, ASL::IThreadedQueueRequest>&, void const*) const + 54
    18  com.adobe.dvacore.framework             0x00000001001f62a2 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::T hreadSafeDelayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 194
    19  com.adobe.dvacore.framework             0x00000001001f3943 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 163
    20  com.adobe.boost_threads.framework          0x000000010012aace thread_proxy + 158
    21  libsystem_c.dylib                       0x00007fff8cfa47a2 _pthread_start + 327
    22  libsystem_c.dylib                       0x00007fff8cf911e1 thread_start + 13
    Thread 13:
    0   libsystem_kernel.dylib                  0x00007fff82eec0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8cfa8fe9 _pthread_cond_wait + 869
    2   com.apple.CoreServices.CarbonCore          0x00007fff89c22210 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore          0x00007fff89c223e7 TSWaitOnConditionTimedRelative + 132
    4   com.apple.CoreServices.CarbonCore          0x00007fff89b84b14 MPWaitOnQueue + 252
    5   com.adobe.dvacore.framework             0x00000001001f8f54 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::t hreads::AllocatedFunctionT<boost::function<void ()> > >&, int) + 200
    6   com.adobe.dvacore.framework             0x00000001001f6253 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::T hreadSafeDelayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 115
    7   com.adobe.dvacore.framework             0x00000001001f3943 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 163
    8   com.adobe.boost_threads.framework          0x000000010012aace thread_proxy + 158
    9   libsystem_c.dylib                       0x00007fff8cfa47a2 _pthread_start + 327
    10  libsystem_c.dylib                       0x00007fff8cf911e1 thread_start + 13
    Thread 14:
    0   libsystem_kernel.dylib                  0x00007fff82eec0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8cfa8fe9 _pthread_cond_wait + 869
    2   com.apple.CoreServices.CarbonCore          0x00007fff89c22210 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore          0x00007fff89c223e7 TSWaitOnConditionTimedRelative + 132
    4   com.apple.CoreServices.CarbonCore          0x00007fff89b84b14 MPWaitOnQueue + 252
    5   com.adobe.dvacore.framework             0x00000001001f8f54 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::t hreads::AllocatedFunctionT<boost::function<void ()> > >&, int) + 200
    6   com.adobe.dvacore.framework             0x00000001001f6253 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::T hreadSafeDelayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 115
    7   com.adobe.dvacore.framework             0x00000001001f3943 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 163
    8   com.adobe.boost_threads.framework          0x000000010012aace thread_proxy + 158
    9   libsystem_c.dylib                       0x00007fff8cfa47a2 _pthread_start + 327
    10  libsystem_c.dylib                       0x00007fff8cf911e1 thread_start + 13
    Thread 15:
    0   libsystem_kernel.dylib                  0x00007fff82eea686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff82ee9c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8475b233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff84760916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff847600e2 CFRunLoopRunSpecific + 290
    5   com.apple.AVCVideoServices              0x0000000119c71ad0 AVS::AVCVideoServicesThreadStart(AVS::AVCVideoServicesThreadParams*) + 186
    6   libsystem_c.dylib                       0x00007fff8cfa47a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff8cf911e1 thread_start + 13
    Thread 16:
    0   libsystem_kernel.dylib                  0x00007fff82eea686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff82ee9c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8475b233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff84760916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff847600e2 CFRunLoopRunSpecific + 290
    5   com.apple.AVCVideoServices              0x0000000119c71ad0 AVS::AVCVideoServicesThreadStart(AVS::AVCVideoServicesThreadParams*) + 186
    6   libsystem_c.dylib                       0x00007fff8cfa47a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff8cf911e1 thread_start + 13
    Thread 17:
    0   libsystem_kernel.dylib                  0x00007fff82eec0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8cfa9023 _pthread_cond_wait + 927
    2   com.apple.CoreServices.CarbonCore          0x00007fff89c22406 TSWaitOnConditionTimedRelative + 163
    3   com.apple.CoreServices.CarbonCore          0x00007fff89b84b14 MPWaitOnQueue + 252
    4   com.adobe.dvacore.framework             0x00000001001f8f54 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::t hreads::AllocatedFunctionT<boost::function<void ()> > >&, int) + 200
    5   com.adobe.dvacore.framework             0x00000001001f6253 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::T hreadSafeDelayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 115
    6   com.adobe.dvacore.framework             0x00000001001f3943 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 163
    7   com.adobe.boost_threads.framework          0x000000010012aace thread_proxy + 158
    8   libsystem_c.dylib                       0x00007fff8cfa47a2 _pthread_start + 327
    9   libsystem_c.dylib                       0x00007fff8cf911e1 thread_start + 13
    Thread 18:
    0   libsystem_kernel.dylib                  0x00007fff82eea686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff82ee9c42 mach_msg + 70
    2   com.apple.CoreServices.CarbonCore          0x00007fff89c1f3dd TS_exception_listener_thread + 67
    3   libsystem_c.dylib                       0x00007fff8cfa47a2 _pthread_start + 327
    4   libsystem_c.dylib                       0x00007fff8cf911e1 thread_start + 13
    Thread 19:
    0   libsystem_kernel.dylib                  0x00007fff82eec386 __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff8d02e800 nanosleep + 163
    2   com.adobe.ScriptLayerPPro.framework          0x0000000106d0c6fb ScObjects::Thread::sleep(unsigned int) + 59
    3   com.adobe.ScriptLayerPPro.framework          0x0000000106cf8259 ScObjects::BridgeTalkThread::run() + 169
    4   com.adobe.ScriptLayerPPro.framework          0x0000000106d0ca66 ScObjects::Thread::go(void*) + 166
    5   libsystem_c.dylib                       0x00007fff8cfa47a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8cf911e1 thread_start + 13
    Thread 20:: com.apple.audio.IOThread.client
    0   libsystem_c.dylib                       0x00007fff8cf92d2c OSAtomicAdd64Barrier$VARIANT$mp + 8
    1   com.adobe.dvacore.framework             0x0000000100241356 dvacore::utility::AllocatorManager<64ul, 4160ul, 66624ul, 1ul>::TrySimpleAllocate() + 144
    2   com.adobe.dvacore.framework             0x00000001002642e2 dvacore::utility::AllocatorManager<64ul, 4160ul, 66624ul, 1ul>::DoAllocate() + 28
    3   com.adobe.dvacore.framework             0x0000000100245829 dvacore::utility::AllocatorManager<64ul, 4160ul, 66624ul, 1ul>::Allocate(unsigned long) + 279
    4   com.adobe.dvacore.framework             0x000000010016412f dvacore::utility::SmallBlockAllocator::Allocate(unsigned long) + 63
    5   com.adobe.Backend.framework             0x00000001015adcd4 std::_Rb_tree<ASL::ImmutableString, std::pair<ASL::ImmutableString const, BE::OutputValueBase*>, std::_Select1st<std::pair<ASL::ImmutableString const, BE::OutputValueBase*> >, std::less<ASL::ImmutableString>, dvacore::utility::SmallBlockAllocator::STLAllocator<std::pair<ASL::ImmutableStr ing const, BE::OutputValueBase*> > >::_M_create_node(std::pair<ASL::ImmutableString const, BE::OutputValueBase*> const&) + 20
    6   com.adobe.Backend.framework             0x00000001015ade02 std::_Rb_tree<ASL::ImmutableString, std::pair<ASL::ImmutableString const, BE::OutputValueBase*>, std::_Select1st<std::pair<ASL::ImmutableString const, BE::OutputValueBase*> >, std::less<ASL::ImmutableString>, dvacore::utility::SmallBlockAllocator::STLAllocator<std::pair<ASL::ImmutableStr ing const, BE::OutputValueBase*> > >::_M_insert_unique(std::pair<ASL::ImmutableString const, BE::OutputValueBase*> const&) + 206
    7   com.adobe.Backend.framework             0x00000001015ac650 BE::CompositeOutputValue::CompositeOutputValue(BE::CompositeOutputValue const&) + 234
    8   com.adobe.Backend.framework             0x00000001015ab298 BE::CompositeOutputValue::Clone() const + 34
    9   com.adobe.Backend.framework             0x00000001015ac6d2 BE::CompositeOutputValue::CompositeOutputValue(BE::CompositeOutputValue const&) + 364
    10  com.adobe.Backend.framework             0x00000001015bacec BE::CompositeProperty::CompositeProperty(BE::CompositeOutputValue const&, std::map<dvacore::utility::Guid, ASL::ObjectPtr<BE::OutputValueEntry, ASL::AtomicValue>, std::less<dvacore::utility::Guid>, std::allocator<std::pair<dvacore::utility::Guid const, ASL::ObjectPtr<BE::OutputValueEntry, ASL::AtomicValue> > > > const&) + 52
    11  com.adobe.Backend.framework             0x00000001015b69f1 BE::PropertiesImpl::SetOpaqueUnknown(ASL::ImmutableString const&, ASL::InterfaceRef<ASL::ASLUnknown, ASL::ASLUnknown>, bool) + 963
    12  com.adobe.Backend.framework             0x00000001015bb93c BE::PropertiesProxy::SetOpaqueUnknown(ASL::ImmutableString const&, ASL::InterfaceRef<ASL::ASLUnknown, ASL::ASLUnknown>, bool) + 144
    13  com.adobe.HandlerProject.framework          0x0000000109576871 void BE::IProperties::SetOpaque<ASL::InterfaceRef<ASL::ASLUnknown, ASL::ASLUnknown> >(ASL::ImmutableString const&, ASL::InterfaceRef<ASL::ASLUnknown, ASL::ASLUnknown>&, bool) + 121
    14  com.adobe.HandlerProject.framework          0x00000001095759bc HandlerProject::ProjectViewStateList::WriteViewStateList() + 138
    15  com.adobe.HandlerProject.framework          0x00000001094a827e HandlerProject::ProjectHandler::ViewDestroyed(HandlerProject::ProjectView*, dvacore::utility::Guid) + 866
    16  com.adobe.HandlerProject.framework          0x0000000109523289 HandlerProject::ProjectView::DestroySelf() + 139
    17  com.adobe.dvaworkspace.framework          0x0000000106a342dc dvaworkspace::workspace::Workspace::RemoveTab(dvaworkspace::workspace::Workspac eFrame*, int, bool, bool) + 140
    18  com.adobe.dvaworkspace.framework          0x0000000106a31cbf dvaworkspace::workspace::Workspace::RemoveTab(dvaworkspace::workspace::Workspac eFrame*, dvaworkspace::workspace::TabPanel*, bool, bool) + 67
    19  com.adobe.dvaworkspace.framework          0x0000000106a48400 dvaworkspace::workspace::WorkspaceFrame::RemoveAllTabs(bool) + 162
    20  com.adobe.dvaworkspace.framework          0x0000000106a346c6 dvaworkspace::workspace::TopLevelWindow::RemoveTabPanels(bool) + 392
    21  com.adobe.dvaworkspace.framework          0x0000000106a3552a dvaworkspace::workspace::Workspace::RemoveTabPanels() + 150
    22  com.adobe.premiere.frontend             0x000000010c726700 FE::Application::CloseCurrentWorkspace() + 552
    23  com.adobe.premiere.frontend             0x000000010c75e50d FE::DocumentManager::CloseDocumentWithPrompt(bool, bool) + 353
    24  com.adobe.premiere.frontend             0x000000010c75f151 FE::DocumentManager::AttemptPanicProjectSave() + 991
    25  com.adobe.premiere.frontend             0x000000010c72b74e FE::Application::AttemptPanicProjectSave() + 24
    26  com.adobe.premiere.frontend             0x000000010c78327c UnixInterruptSignal(int) + 44
    27  com.adobe.dvacore.framework             0x0000000100279b15 (anonymous namespace)::SignalHandler(int, __siginfo*, void*) + 261
    28  libsystem_c.dylib                       0x00007fff8cf9294a _sigtramp + 26
    29  libsystem_c.dylib                       0x00007fff8cf91ac7 memmove$VARIANT$sse42 + 159
    30  com.adobe.AudioRenderer.framework          0x0000000100df1fbb AR::AudioBuffer::CopyFrom(AR::AudioBuffer const&, unsigned int) + 59
    31  com.adobe.AudioRenderer.framework          0x0000000100e4797b AR::AudioPannerDirectChannelAssignmentBase::Process(AR::AudioBuffer const&, AR::AudioBuffer&) + 713
    32  com.adobe.AudioRenderer.framework          0x0000000100e4cc46 AR::AudioPannerStereoTo16Channel::ProcessAudioData(AR::AudioBuffer const&, AR::AudioBuffer&) + 174
    33  com.adobe.AudioRenderer.framework          0x0000000100e1ff32 AR::RealtimeAudioClipTrackItemRenderer::GetAudioData(dvamediatypes::TickTime const&, AR::AudioBuffer&, bool) + 3666
    34  com.adobe.AudioRenderer.framework          0x0000000100df7822 AR::AudioClipTrackRenderer::GetAudioData(dvamediatypes::TickTime const&, AR::AudioBuffer&, bool) + 2530
    35  com.adobe.AudioRenderer.framework          0x0000000100e13697 AR::AudioTrackGroupRenderer::GetAudioData(dvamediatypes::TickTime const&, AR::AudioBuffer&, bool) + 571
    36  com.adobe.AudioSupport.framework          0x0000000103089b67 ML::MonitorMixer::AudioCallback(AR::AudioBuffer&, dvamediatypes::TickTime&) + 6969
    37  com.adobe.AudioSupport.framework          0x000000010309284c ML::AudioPlaybackBuffer::GetAudioData(AR::AudioBuffer&) + 106
    38  com.adobe.AudioSupport.framework          0x00000001030993af ML::CoreAudioHost::ProcessAudio(unsigned int, AudioTimeStamp const*, AudioBufferList const*, AudioTimeStamp const*, AudioBufferList*, AudioTimeStamp const*) + 813
    39  com.adobe.AudioSupport.framework          0x000000010309954e ML::CoreAudioHost::DeviceIOProc(unsigned int, AudioTimeStamp const*, AudioBufferList const*, AudioTimeStamp const*, AudioBufferList*, AudioTimeStamp const*, void*) + 38
    40  com.apple.audio.CoreAudio               0x00007fff8f09fbad HALC_ProxyIOContext::IOWorkLoop() + 2413
    41  com.apple.audio.CoreAudio               0x00007fff8f09f1a1 HALC_ProxyIOContext::IOThreadEntry(void*) + 83
    42  com.apple.audio.CoreAudio               0x00007fff8f09f069 HALB_IOThread::Entry(void*) + 75
    43  libsystem_c.dylib                       0x00007fff8cfa47a2 _pthread_start + 327
    44  libsystem_c.dylib                       0x00007fff8cf911e1 thread_start + 13
    Thread 21:
    0   libsystem_kernel.dylib                  0x00007fff82eec2aa __recvfrom + 10
    1   ServiceManager-Launcher.dylib           0x000000011ff375ec Invoke + 45721
    2   ServiceManager-Launcher.dylib           0x000000011ff36813 Invoke + 42176
    3   ServiceManager-Launcher.dylib           0x000000011ff35be0 Invoke + 39053
    4   ServiceManager-Launcher.dylib           0x000000011ff35c66 Invoke + 39187
    5   ServiceManager-Launcher.dylib           0x000000011ff3130f Invoke + 20412
    6   ServiceManager-Launcher.dylib           0x000000011ff31616 Invoke + 21187
    7   ServiceManager-Launcher.dylib           0x000000011ff31cd7 Invoke + 22916
    8   ServiceManager-Launcher.dylib           0x000000011ff31f41 Invoke + 23534
    9   ServiceManager-Launcher.dylib           0x000000011ff3461d Invoke + 33482
    10  ServiceManager-Launcher.dylib           0x000000011ff34775 Invoke + 33826
    11  ServiceManager-Launcher.dylib           0x000000011ff34fb2 Invoke + 35935
    12  ServiceManager-Launcher.dylib           0x000000011ff350ad Invoke + 36186
    13  ServiceManager-Launcher.dylib           0x000000011ff27d6b Login + 480
    14  ServiceManager-Launcher.dylib           0x000000011ff2b7ad Login + 15394
    15  ServiceManager-Launcher.dylib           0x000000011ff35412 Invoke + 37055
    16  ServiceManager-Launcher.dylib           0x000000011ff37253 Invoke + 44800
    17  libsystem_c.dylib                       0x00007fff8cfa47a2 _pthread_start + 327
    18  libsystem_c.dylib                       0x00007fff8cf911e1 thread_start + 13
    Thread 22:
    0   libsystem_kernel.dylib                  0x00007fff82eec0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8cfa8fe9 _pthread_cond_wait + 869
    2   com.apple.CoreServices.CarbonCore          0x00007fff89c22210 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore          0x00007fff89c223e7 TSWaitOnConditionTimedRelative + 132
    4   com.apple.CoreServices.CarbonCore          0x00007fff89b84b14 MPWaitOnQueue + 252
    5   com.adobe.dvacore.framework             0x00000001001f8f54 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::t hreads::AllocatedFunctionT<boost::function<void ()> > >&, int) + 200
    6   com.adobe.dvacore.framework             0x00000001001f6253 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::T hreadSafeDelayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 115
    7   com.adobe.dvacore.framework             0x00000001001f3943 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 163
    8   com.adobe.boost_threads.framework          0x000000010012aace thread_proxy + 158
    9   libsystem_c.dylib                       0x00007fff8cfa47a2 _pthread_start + 327
    10  libsystem_c.dylib                       0x00007fff8cf911e1 thread_start + 13
    Thread 23:
    0   libsystem_kernel.dylib                  0x00007fff82eec0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8cfa8fe9 _pthread_cond_wait + 869
    2   com.apple.CoreServices.CarbonCore          0x00007fff89c22210 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore          0x00007fff89c223e7 TSWaitOnConditionTimedRelative + 132
    4   com.apple.CoreServices.CarbonCore          0x00007fff89b84b14 MPWaitOnQueue + 252
    5   com.adobe.dvacore.framework             0x00000001001f8f54 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::t hreads::AllocatedFunctionT<boost::function<void ()> > >&, int) + 200
    6   com.adobe.dvacore.framework             0x00000001001f6253 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::T hreadSafeDelayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 115
    7   com.adobe.dvacore.framework             0x00000001001f3943 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 163
    8   com.adobe.boost_threads.framework          0x000000010012aace thread_proxy + 158
    9   libsystem_c.dylib                       0x00007fff8cfa47a2 _pthread_start + 327
    10  libsystem_c.dylib                       0x00007fff8cf911e1 thread_start + 13
    Thread 24:
    0   libsystem_kernel.dylib                  0x00007fff82eec0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8cfa9023 _pthread_cond_wait + 927
    2   com.apple.CoreServices.CarbonCore          0x00007fff89c22406 TSWaitOnConditionTimedRelative + 163
    3   com.apple.CoreServices.CarbonCore          0x00007fff89c21f6d TSWaitOnSemaphoreCommon + 265
    4   com.apple.CoreServices.CarbonCore          0x00007fff89be5b93 AsyncFileThread(void*) + 257
    5   libsystem_c.dylib                       0x00007fff8cfa47a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8cf911e1 thread_start + 13
    Thread 25:
    0   libsystem_kernel.dylib                  0x00007fff82eec6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8cfa6f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8cfa6d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8cf911d1 start_wqthread + 13
    Thread 26:
    0   libsystem_kernel.dylib                  0x00007fff82eec6d6 __workq_ke

    Either or both of the following third-party system modifications may be contributing to your problem:
    FxFactory
    CUDA
    I suggest you uninstall them, one at a time, according to the developers' instructions, to see whether you can identify which is at fault. Reboot after uninstalling CUDA.
    Back up all data before making any changes.

  • Exception Type:  EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x000000001b174000

    i'm getting very frustrated with this. i thought i had it fixed and i came in this morning and have been fighting with it for hours now. i've read both hardware and software issues and i've heard its adobe problems or apple problems. i'm at a loss. thank you! here is the whole crash report. acrobat, photoshop and indesign and all affected.
    Process:         Adobe InDesign CS5.5 [474]
    Path:            /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Adobe InDesign CS5.5
    Identifier:      com.adobe.InDesign
    Version:         7.5.3.333 (7530)
    Code Type:       X86 (Native)
    Parent Process:  launchd [121]
    Date/Time:       2013-01-21 08:12:58.996 -0600
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          -14298495 sec
    Crashes Since Last Report:           -459
    Per-App Interval Since Last Report:  49451 sec
    Per-App Crashes Since Last Report:   44
    Anonymous UUID:                      5143D9D7-90D1-4D4F-91D1-E22DA9D86870
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x000000001b174000
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   ...ple.ApplicationServices.ATS          0x98dd831f _eFOGetFontTableDirectory + 890
    1   ...ple.ApplicationServices.ATS          0x98de918c _eATSFontGetTableDirectory + 90
    2   ...ple.ApplicationServices.ATS          0x98e122da ATSFontGetTableDirectory + 83
    3   com.adobe.CoolType                      0x009f56aa CTCleanup + 1077186
    4   com.adobe.CoolType                      0x009f8aec CTCleanup + 1090564
    5   com.adobe.CoolType                      0x009fa0fd CTCleanup + 1096213
    6   com.adobe.CoolType                      0x009fcf10 CTCleanup + 1108008
    7   com.adobe.CoolType                      0x009435b3 CTCleanup + 347851
    8   com.adobe.CoolType                      0x00899430 0x890000 + 37936
    9   com.adobe.CoolType                      0x009a7723 CTCleanup + 757819
    10  com.adobe.CoolType                      0x0094e9ae CTCleanup + 393926
    11  com.adobe.CoolType                      0x0094e3e3 CTCleanup + 392443
    12  com.adobe.CoolType                      0x008ee115 CTGetVersion + 17347
    13  com.adobe.CoolType                      0x008ee67c CTInit + 66
    14  PublicLib.dylib                         0x0135bfa7 GetPublicPlugIn + 29207
    15  PublicLib.dylib                         0x013dede2 CoolTypeMain::CoolTypeMain(void* (*)(char const*, char const*, char const*)) + 578
    16  PublicLib.dylib                         0x013def3d CoolTypeMain::Instance(void* (*)(char const*, char const*, char const*)) + 141
    17  PublicLib.dylib                         0x012dcf8b EPSParseColor::GetColorSpaceList(K2Vector<long, K2Allocator<long> >&) + 411
    18  PublicLib.dylib                         0x012dd29f GraphicsDataPtr::GraphicsDataPtr(IGraphicsContext*) + 223
    19  ObjectModelLib.dylib                    0x01152256 ShuksanInit(IStartupScreen* (*)(), IPlugIn*) + 118
    20  com.adobe.InDesign                      0x00002842 main + 82
    21  com.adobe.InDesign                      0x000027c6 start + 54
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x95ff0382 kevent + 10
    1   libSystem.B.dylib                       0x95ff0a9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                       0x95feff59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                       0x95fefcfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                       0x95fef781 _pthread_wqthread + 390
    5   libSystem.B.dylib                       0x95fef5c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                       0x95fc9b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x95ff76e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x960265a8 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore          0x92859b90 TSWaitOnConditionTimedRelative + 242
    4   ...ple.CoreServices.CarbonCore          0x92855533 MPWaitOnQueue + 250
    5   PMRuntime.dylib                         0x00016130 MemUtils::GetAvailMem() + 288
    6   ...ple.CoreServices.CarbonCore          0x9283954a PrivateMPEntryPoint + 68
    7   libSystem.B.dylib                       0x95ff7259 _pthread_start + 345
    8   libSystem.B.dylib                       0x95ff70de thread_start + 34
    Thread 3:
    0   libSystem.B.dylib                       0x95fef412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x95fef9a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x95fef5c6 start_wqthread + 30
    Thread 4:
    0   libSystem.B.dylib                       0x95fc9afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x95fca267 mach_msg + 68
    2   ...ple.CoreServices.CarbonCore          0x92901ab0 TS_exception_listener_thread + 160
    3   libSystem.B.dylib                       0x95ff7259 _pthread_start + 345
    4   libSystem.B.dylib                       0x95ff70de thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                       0x95ff7aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x95ff775e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x95ff93f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore          0x9286e21e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore          0x92859b68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore          0x92855533 MPWaitOnQueue + 250
    6   com.adobe.ACE                           0x0005e309 0x23000 + 242441
    7   com.adobe.ACE                           0x0005dd01 0x23000 + 240897
    8   ...ple.CoreServices.CarbonCore          0x9283954a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib                       0x95ff7259 _pthread_start + 345
    10  libSystem.B.dylib                       0x95ff70de thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                       0x95ff7aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x95ff775e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x95ff93f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore          0x9286e21e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore          0x92859b68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore          0x92855533 MPWaitOnQueue + 250
    6   com.adobe.ACE                           0x0005e309 0x23000 + 242441
    7   com.adobe.ACE                           0x0005dd01 0x23000 + 240897
    8   ...ple.CoreServices.CarbonCore          0x9283954a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib                       0x95ff7259 _pthread_start + 345
    10  libSystem.B.dylib                       0x95ff70de thread_start + 34
    Thread 7:
    0   libSystem.B.dylib                       0x95ff7aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x95ff775e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x95ff93f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore          0x9286e21e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore          0x92859b68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore          0x92855533 MPWaitOnQueue + 250
    6   com.adobe.ACE                           0x0005e309 0x23000 + 242441
    7   com.adobe.ACE                           0x0005dd01 0x23000 + 240897
    8   ...ple.CoreServices.CarbonCore          0x9283954a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib                       0x95ff7259 _pthread_start + 345
    10  libSystem.B.dylib                       0x95ff70de thread_start + 34
    Thread 8:
    0   libSystem.B.dylib                       0x95ff7aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x95ff775e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x95ff93f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore          0x9286e21e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore          0x92859b68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore          0x92855533 MPWaitOnQueue + 250
    6   com.adobe.ACE                           0x0005e309 0x23000 + 242441
    7   com.adobe.ACE                           0x0005dd01 0x23000 + 240897
    8   ...ple.CoreServices.CarbonCore          0x9283954a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib                       0x95ff7259 _pthread_start + 345
    10  libSystem.B.dylib                       0x95ff70de thread_start + 34
    Thread 9:
    0   libSystem.B.dylib                       0x95ff7aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x95ff775e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x95ff93f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore          0x9286e21e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore          0x92859b68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore          0x92855533 MPWaitOnQueue + 250
    6   com.adobe.ACE                           0x0005e309 0x23000 + 242441
    7   com.adobe.ACE                           0x0005dd01 0x23000 + 240897
    8   ...ple.CoreServices.CarbonCore          0x9283954a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib                       0x95ff7259 _pthread_start + 345
    10  libSystem.B.dylib                       0x95ff70de thread_start + 34
    Thread 10:
    0   libSystem.B.dylib                       0x95ff7aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x95ff775e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x95ff93f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore          0x9286e21e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore          0x92859b68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore          0x92855533 MPWaitOnQueue + 250
    6   com.adobe.ACE                           0x0005e309 0x23000 + 242441
    7   com.adobe.ACE                           0x0005dd01 0x23000 + 240897
    8   ...ple.CoreServices.CarbonCore          0x9283954a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib                       0x95ff7259 _pthread_start + 345
    10  libSystem.B.dylib                       0x95ff70de thread_start + 34
    Thread 11:
    0   libSystem.B.dylib                       0x95ff7aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x95ff775e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x95ff93f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore          0x9286e21e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore          0x92859b68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore          0x92855533 MPWaitOnQueue + 250
    6   com.adobe.ACE                           0x0005e309 0x23000 + 242441
    7   com.adobe.ACE                           0x0005dd01 0x23000 + 240897
    8   ...ple.CoreServices.CarbonCore          0x9283954a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib                       0x95ff7259 _pthread_start + 345
    10  libSystem.B.dylib                       0x95ff70de thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x98dd7fb3  ecx: 0x00012030  edx: 0x00011ff0
      edi: 0x1b162000  esi: 0x1c130000  ebp: 0xbfffb018  esp: 0xbfffafb0
       ss: 0x0000001f  efl: 0x00010206  eip: 0x98dd831f   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x1b174000
    Binary Images:
        0x1000 -     0x4ffb +com.adobe.InDesign 7.5.3.333 (7530) <4C21AB1C-4542-E91E-C968-944DCEAA0189> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Adobe InDesign CS5.5
        0xa000 -     0xafff +InDesignModel ??? (???) <30F20A0C-431C-E52D-BDEF-DAF8C99E8BB4> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/InDesignModel.framework/Versions/A/InDesignModel
        0xf000 -     0xffff +InDesignModelAndUI ??? (???) <F70C26E5-8747-4B57-8849-78889B389510> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/InDesignModelAndUI.framework/Versions/A/InDesignModelA ndUI
       0x14000 -    0x1bff3 +PMRuntime.dylib ??? (???) <FD895FC0-241A-7DC6-AB12-5B3491A9E624> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/PMRuntime.dylib
       0x23000 -   0x15eff2 +com.adobe.ACE AdobeACE 2.18.00.12659 (2.18.00.12659) <5BD496D2-2E2B-0411-779F-855603C5B2AE> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
      0x186000 -   0x6acfff +com.adobe.AGM AdobeAGM 4.20.70.12659 (4.20.70.12659) <F1616614-B565-4CC9-C2FA-459FBC857981> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
      0x7f6000 -   0x832fff +com.adobe.ARE AdobeARE 1.5.02.12659 (1.5.02.12659) <9AF30878-D3F4-7E85-0820-B674CED4558A> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE
      0x83c000 -   0x857fff +com.adobe.BIB AdobeBIB 1.2.02.12659 (1.2.02.12659) <802FB4A6-C5FF-522C-89A5-83EB4C139B12> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
      0x862000 -   0x883ff7 +com.adobe.BIBUtils AdobeBIBUtils 1.1.01 (1.1.01) <6710FF23-871B-C9A2-306C-15EDBA2AADEA> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
      0x890000 -   0xb82ff7 +com.adobe.CoolType AdobeCoolType 5.07.124.12659 (5.07.124.12659) <0481471E-E075-0782-BA1C-C5A5E23C5565> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
      0xc0f000 -   0xfe8ff7 +com.adobe.MPS AdobeMPS 5.5.0.12783 (5.5.0.12783) <D67E9F42-5C32-4E64-9AE8-B292565E1326> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
    0x111f000 -  0x118dff7 +ObjectModelLib.dylib ??? (???) <B2B1E50C-F162-7D0A-C71C-88B57AF53CE9> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/ObjectModelLib.dylib
    0x11b2000 -  0x120cfe7 +DataBaseLib.dylib ??? (???) <710FB725-10F6-3740-FF0A-4A31947B7411> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/DataBaseLib.dylib
    0x1228000 -  0x1640fff +PublicLib.dylib ??? (???) <0CD6EB66-8504-8EDB-E436-FAC49AC55D6C> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/PublicLib.dylib
    0x17d0000 -  0x17e7ff6 +AdobeAFL ??? (???) <E8577122-D703-5A91-8171-2FEA80B63A22> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeAFL.framework/Versions/A/AdobeAFL
    0x17fa000 -  0x1802ff3 +boost_threads ??? (???) <B00C0C9E-7175-B6D2-E58B-7278E0EB8863> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/boost_threads.framework/Versions/1_37/boost_threa ds
    0x180c000 -  0x1811ffd +ASLSupportLib.dylib ??? (???) <85A313EC-05FF-23C5-0EEB-C74D412645FF> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/ASLSupportLib.dylib
    0x1817000 -  0x1818ff2 +libtbbmalloc.dylib ??? (???) <A1EAB5E4-3F88-5E37-7068-7A35A3EC69DE> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/libtbbmalloc.dylib
    0x181c000 -  0x182afe7 +libtbb.dylib ??? (???) <FFA49B03-C516-D23D-B535-B64D7CD35ECE> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/libtbb.dylib
    0x1832000 -  0x196bfef +WRServices ??? (???) <B39BC6BF-DFA3-0FF9-4DCA-D4FB216D73A0> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
    0x19b0000 -  0x19b4ffc +com.adobe.AdobeCrashReporter 3.0 (5.5.20101001) <EA9B7B55-7FE5-14D2-FBAE-817121F94086> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCras hReporter
    0x19ba000 -  0x236afff +libicudata.dylib.36.0 36.0.0 (compatibility 36.0.0) <02108DEA-3DD2-14BE-DAEB-BE522B619C1D> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/ICUData.framework/Versions/3.6/libicudata.dylib.3 6.0
    0x236d000 -  0x243aff3 +libicui18n.dylib.36.0 36.0.0 (compatibility 36.0.0) <08F15219-7F35-574E-7725-1ACAA1B18A00> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/ICUInternationalization.framework/Versions/3.6/li bicui18n.dylib.36.0
    0x249d000 -  0x2577fef +libicuuc.dylib.36.0 36.0.0 (compatibility 36.0.0) <5EE72009-40B3-7FB7-3A49-576AEDE0D400> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/ICUUnicode.framework/Versions/3.6/libicuuc.dylib. 36.0
    0x25b7000 -  0x2627feb +com.adobe.adobe_caps adobe_caps 4.0.42.0 (4.0.42.0) <55D7D2EA-D21E-98B1-77C6-58C0A0E07051> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
    0x2632000 -  0x26a0ffb +com.adobe.amtlib amtlib 4.0.0.21 (4.0.0.21) <3090D254-587A-A820-DBCD-729C27532FC8> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x26b7000 -  0x2750fef +boost_regex ??? (???) <462635B6-7AF0-B43D-74D6-4AC15ACBC66A> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/boost_regex.framework/Versions/1_37/boost_regex
    0x2795000 -  0x27d5ff7  com.apple.vmutils 4.2 (106) <834EA6B0-C91B-4CF1-ED3C-229C26459578> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x27ee000 -  0x28a3fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <AACC86C0-86B4-B1A7-003F-2A0AF68973A2> /usr/lib/libcrypto.0.9.7.dylib
    0x28e9000 -  0x28ebffb +boost_system ??? (???) <FBD2BBDA-A758-FFCE-ABBA-7FDAB09FAF0F> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/boost_system.framework/Versions/1_37/boost_system
    0x28f0000 -  0x2a8efff +WidgetBinLib.dylib ??? (???) <E0461F1F-69DF-D32F-BDBF-36CC005B6158> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/WidgetBinLib.dylib
    0x2b72000 -  0x2d11fe7 +com.adobe.owl AdobeOwl version 3.0.84 (3.0.84) <25884999-8A98-F8C9-699B-ED75261B6BFC> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0x2d7a000 -  0x2df7fff +AdobeOwlCanvas ??? (???) <65B2E680-4F43-BE46-2290-3500758D1BF7> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanva s
    0x2e13000 -  0x2e16ffc +com.adobe.ape.shim adbeape version 3.1.74.12761 (3.1.74.12761) <FE2ABE8A-1D3F-7AF5-297C-D22FC3E0FBDA> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape
    0x4735000 -  0x4736ff7  com.apple.textencoding.unicode 2.3 (2.3) <78A61FD5-70EE-19EA-48D4-3481C640B70D> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x47a5000 -  0x47b7ff7  libTraditionalChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <3057675E-16A3-EC0C-A764-5CADB6C5ECD2> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x47c1000 -  0x47cffe7  libSimplifiedChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <1825F5DF-491F-FDD5-3ABB-3FAC1EDC4357> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x1af10000 - 0x1af15ff7  libFontStreams.A.dylib 545.0.0 (compatibility 64.0.0) <31610F71-4447-CC8F-2859-4B881BB48F9E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libFontStreams.A.dylib
    0x8fe00000 - 0x8fe4163b  dyld 132.1 (???) <4CDE4F04-0DD6-224E-ACE5-3C06E169A801> /usr/lib/dyld
    0x90034000 - 0x90058ff7  libJPEG.dylib ??? (???) <C43FD809-08B6-629D-8980-D7B0ECEA20A9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x90353000 - 0x90353ff7  com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x90354000 - 0x90358ff7  libGIF.dylib ??? (???) <9E51F8ED-83B4-DA41-1E2F-CFA726936A30> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x90359000 - 0x90359ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9035a000 - 0x904d5fe7  com.apple.CoreFoundation 6.6.6 (550.44) <F88C95CD-1264-782D-A1F5-204739847E93> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9051c000 - 0x90520ff7  IOSurface ??? (???) <89D859B7-A26A-A5AB-8401-FC1E01AC7A60> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x90521000 - 0x90564ff7  com.apple.NavigationServices 3.5.4 (182) <8DC6FD4A-6C74-9C23-A4C3-715B44A8D28C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9059e000 - 0x9061efeb  com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9061f000 - 0x9062fff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x90630000 - 0x90630ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <ABF97DA4-3BDF-6FFD-6239-B023CA1F7974> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x90631000 - 0x90695ffb  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
    0x906d6000 - 0x906eaffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x90727000 - 0x90b3dff7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x90b3e000 - 0x90b42ff7  libGFXShared.dylib ??? (???) <09540618-2ED1-72C4-61CB-938B35927568> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x90b93000 - 0x90c9ffe7  libGLProgrammability.dylib ??? (???) <6167CEB0-D8D6-C4D9-DD74-49755ADB540F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x90d20000 - 0x90dccfe7  com.apple.CFNetwork 454.12.4 (454.12.4) <DEDCD006-389F-967F-3405-EDF541F406D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90dcd000 - 0x90e0aff7  com.apple.SystemConfiguration 1.10.8 (1.10.2) <50E4D49B-4F61-446F-1C21-1B2BA814713D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x90e1c000 - 0x90e23ff3  com.apple.print.framework.Print 6.1 (237.1) <F5AAE53D-5530-9004-A9E3-2C1690C5328E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x90e24000 - 0x90e85fe7  com.apple.CoreText 151.13 (???) <23F359DA-D845-5C50-4DF3-19E858CF2B2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90e86000 - 0x90ed3feb  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <00A1A83B-0E7D-D0F4-A643-8C5675C2BB21> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x90f51000 - 0x91053fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <015563C4-81E2-8C8A-82AC-31B38D904A42> /usr/lib/libcrypto.0.9.8.dylib
    0x910fe000 - 0x911d8fff  com.apple.DesktopServices 1.5.11 (1.5.11) <800F2040-9211-81A7-B438-7712BF51DEE3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x913af000 - 0x91c92ff7  com.apple.AppKit 6.6.8 (1038.36) <A353465E-CFC9-CB75-949D-786F6F7732F6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x91c93000 - 0x91c93ff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x91c94000 - 0x91c96ff7  com.apple.securityhi 4.0 (36638) <6118C361-61E7-B34E-93DB-1B88108F8F18> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x91ca2000 - 0x91ca3ff7  com.apple.TrustEvaluationAgent 1.1 (1) <2D970A9B-77E8-EDC0-BEC6-7580D78B2843> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x91ca4000 - 0x91d5cfeb  libFontParser.dylib ??? (???) <D2D0C922-5ED1-3AE9-6F99-707C74DF3E62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x91d5d000 - 0x91deffe7  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
    0x91df0000 - 0x91df0ff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x91df1000 - 0x91dfcff7  libGL.dylib ??? (???) <3E34468F-E9A7-8EFB-FF66-5204BD5B4E21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x91f40000 - 0x91f58ff7  com.apple.CFOpenDirectory 10.6 (10.6) <D1CF5881-0AF7-D164-4156-9E9067B7FA37> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x91f59000 - 0x91f62ff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x920a7000 - 0x920a7ff7  com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x927f0000 - 0x927f2ff7  libRadiance.dylib ??? (???) <5F803B4A-B294-BA94-FB68-E8756EE41B20> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x92813000 - 0x92b33ff3  com.apple.CoreServices.CarbonCore 861.39 (861.39) <5C59805C-AF39-9010-B8B5-D673C9C38538> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x92b34000 - 0x92b77ff7  libGLU.dylib ??? (???) <6CC3CE6A-7024-C685-EADA-7F9DC27128E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92b78000 - 0x92bf2fff  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <156A532C-0B60-55B0-EE27-D02B82AA6217> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x92bfb000 - 0x92d29fe7  com.apple.CoreData 102.1 (251) <87FE6861-F2D6-773D-ED45-345272E56463> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x92d2a000 - 0x92d3bff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <3036AD83-4F1D-1028-54EE-54165E562650> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x93427000 - 0x93439ff7  com.apple.MultitouchSupport.framework 207.11 (207.11) <6FF4F2D6-B8CD-AE13-56CB-17437EE5B741> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x935ae000 - 0x935baff7  libkxld.dylib ??? (???) <9A441C48-2D18-E716-5F38-CBEAE6A0BB3E> /usr/lib/system/libkxld.dylib
    0x935bc000 - 0x935f6ff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <A6C207E3-7B42-926D-9C93-BE3F50B92496> /usr/lib/libcups.2.dylib
    0x935f7000 - 0x93647ff7  com.apple.framework.familycontrols 2.0.2 (2020) <596ADD85-79F5-A613-537B-F83B6E19013C> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x936ff000 - 0x93732ff7  com.apple.AE 496.5 (496.5) <BF9673D5-2419-7120-26A3-83D264C75222> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x93733000 - 0x93999ff7  com.apple.security 6.1.2 (55002) <3FA54D69-5476-78DD-0AFC-D6697263890E> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x93a8c000 - 0x9427b557  com.apple.CoreGraphics 1.545.0 (???) <1D9DC7A5-228B-42CB-7018-66F42C3A9BB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x942f6000 - 0x942f9ffb  com.apple.help 1.3.2 (41.1) <8AC20B01-4A3B-94BA-D8AF-E39034B97D8C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x942fa000 - 0x94304ffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <7486003F-8FDB-BD6C-CB34-DE45315BD82C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x94305000 - 0x9439dfe7  edu.mit.Kerberos 6.5.11 (6.5.11) <F36DB665-A88B-7F5B-6244-6A2E7FFFF668> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x9439e000 - 0x9439eff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9439f000 - 0x943e5ff7  libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
    0x943e6000 - 0x943fafe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x943fb000 - 0x94417fe3  com.apple.openscripting 1.3.1 (???) <2A748037-D1C0-6D47-2C4A-0562AF799AC9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x94418000 - 0x9445cff3  com.apple.coreui 2 (114) <2234855E-3BED-717F-0BFA-D1A289ECDBDA> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9447f000 - 0x94485fe7  com.apple.CommerceCore 1.0 (9.1) <521D067B-3BDA-D04E-E1FA-CFA526C87EB5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x946b2000 - 0x946edffb  libFontRegistry.dylib ??? (???) <19ED5DE0-D3AF-B229-9193-35D58FE377E5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x946ee000 - 0x94741ff7  com.apple.HIServices 1.8.3 (???) <1D3C4587-6318-C339-BD0F-1988F246BE2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x94742000 - 0x94745ff7  libCoreVMClient.dylib ??? (???) <37F56237-4ABA-E5B5-968D-70FFE357E8E0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x94759000 - 0x94806fe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <9F8413A6-736D-37D9-8EB3-7986D4699957> /usr/lib/libobjc.A.dylib
    0x94885000 - 0x948b6ff7  libGLImage.dylib ??? (???) <D18E2E76-DBF4-6930-039A-F66CA0D120B3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x948ea000 - 0x949cafe7  com.apple.vImage 4.1 (4.1) <D029C515-08E1-93A6-3705-DD062A3A672C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x94a13000 - 0x94a16ff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <4D766435-EB76-C384-0127-1D20ACD74076> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x94bf1000 - 0x94c06fff  com.apple.ImageCapture 6.1 (6.1) <B909459A-EAC9-A7C8-F2A9-CD757CDB59E8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x94e12000 - 0x94e62fe7  libTIFF.dylib ??? (???) <E8B31850-BFD4-48E6-B264-A4340CD19929> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x94e9c000 - 0x94e9dff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <93EC71F1-4D4E-F456-8EFE-32E7EFD7A064> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x94e9e000 - 0x94f0dff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <595A5539-9F54-63E6-7AAC-C04E1574B050> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x94f0e000 - 0x94f2dff7  com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x94fb5000 - 0x95063ff3  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
    0x95102000 - 0x95146fe7  com.apple.Metadata 10.6.3 (507.15) <74F05E64-2A68-BA10-CCD4-128D164E5A0F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9519c000 - 0x951deff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <8A4721DE-25C4-C8AA-EA90-9DA7812E3EBA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x951df000 - 0x9527cfe3  com.apple.LaunchServices 362.3 (362.3) <15B47388-16C8-97DA-EEBB-1709E136169E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x9527d000 - 0x954eefef  com.apple.Foundation 6.6.8 (751.63) <69B3441C-B196-F2AD-07F8-D8DD24E4CD8C> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x954ef000 - 0x95571ffb  SecurityFoundation ??? (???) <C4506287-1AE2-5380-675D-95B0291AA425> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x95944000 - 0x95a00fff  com.apple.ColorSync 4.6.8 (4.6.8) <920DD017-8B41-7334-E554-A85DB99EBD5A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x95fc9000 - 0x96170ff7  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    0x961ca000 - 0x961d8fe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <33C1B260-ED05-945D-FC33-EF56EC791E2E> /usr/lib/libz.1.dylib
    0x963b1000 - 0x963bfff7  com.apple.opengl 1.6.14 (1.6.14) <82622F67-E032-0BF6-A78D-50B346E8D0FD> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x963c0000 - 0x963c5ff7  com.apple.OpenDirectory 10.6 (10.6) <0603680A-A002-D294-DE83-0D028C6BE884> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x9691f000 - 0x96922fe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x96c41000 - 0x96c9eff7  com.apple.framework.IOKit 2.0 (???) <3DABAB9C-4949-F441-B077-0498F8E47A35> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x96c9f000 - 0x96e62feb  com.apple.ImageIO.framework 3.0.6 (3.0.6) <5BF202E9-730A-3675-4374-E5300BC8ED10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x96e81000 - 0x96e81ff7  com.apple.Carbon 150 (152) <8F767518-AD3C-5CA0-7613-674CD2B509C4> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x96ff2000 - 0x970abfe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
    0x970ac000 - 0x970b9ff7  com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x970ba000 - 0x970dcfef  com.apple.DirectoryService.Framework 3.6 (621.15) <F38894EA-2C13-7FC5-C084-94DA0B5B6B68> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x97e56000 - 0x9828bff7  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x982ad000 - 0x982b8ff7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <287DECA3-7821-32B6-724D-AE03A9A350F9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x9849c000 - 0x98807ff7  com.apple.QuartzCore 1.6.3 (227.37) <E323A5CC-499E-CA9E-9BC3-537231449CAA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x98819000 - 0x98841ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <E761F29A-328B-29D9-3DF0-023F2C21E500> /usr/lib/libxslt.1.dylib
    0x98842000 - 0x98b66fef  com.apple.HIToolbox 1.6.5 (???) <21164164-41CE-61DE-C567-32E89755CB34> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x98b67000 - 0x98c0fffb  com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x98d7f000 - 0x98da5ffb  com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x98da6000 - 0x98e41fe7  com.apple.ApplicationServices.ATS 275.19 (???) <2E83B3E9-AF39-36FC-5D05-CC1E952098AB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x98e4f000 - 0x98e70fe7  com.apple.opencl 12.3.6 (12.3.6) <B4104B80-1CB3-191C-AFD3-697843C6BCFF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x98e71000 - 0x98f3cfef  com.apple.CoreServices.OSServices 359.2 (359.2) <7C16D9C8-6F41-5754-17F7-2659D9DD9579> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x98f3d000 - 0x9907afe7  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <423BDE4D-5082-B6CA-BB2C-E22A037235A4> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9907b000 - 0x991fdfe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <50A70082-F800-93D8-1A7C-C95AAB1F352C> /usr/lib/libicucore.A.dylib
    0x993cf000 - 0x993d5fff  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
    0x99402000 - 0x99502fe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <BE7FCD73-03B5-25A4-FCA4-D4980F1488D6> /usr/lib/libxml2.2.dylib
    0x9950b000 - 0x99575fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x99576000 - 0x99580fe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9ab9f000 - 0x9abbffe7  libresolv.9.dylib 41.1.0 (compatibility 1.0.0) <8C2B5FA8-2469-21C7-D297-F95A0FFE5F19> /usr/lib/libresolv.9.dylib
    0x9abc0000 - 0x9abdefe7  libPng.dylib ??? (???) <5B979A83-8CE7-6BD7-B84C-A2D1119B378D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0xba900000 - 0xba916ff7  libJapaneseConverter.dylib 49.0.0 (compatibility 1.0.0) <49C72FD1-891C-23C4-40E7-63DE3368C306> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    Model: MacPro3,1, BootROM MP31.006C.B05, 8 processors, Quad-Core Intel Xeon, 2.8 GHz, 4 GB, SMC 1.25f4
    Graphics: ATI Radeon HD 2600 XT, ATI Radeon HD 2600, PCIe, 256 MB
    Memory Module: global_name
    Bluetooth: Version 2.4.5f3, 2 service, 12 devices, 1 incoming serial ports
    Network Service: Built-in Ethernet, Ethernet, en0
    Network Service: Ethernet 2, Ethernet, en1
    PCI Card: ATI Radeon HD 2600, sppci_displaycontroller, Slot-1
    Serial ATA Device: WDC WD1002FAEX-00Z3A0, 931.51 GB
    Parallel ATA Device: PIONEER DVD-RW  DVR-112D
    USB Device: Hub, 0x05ac  (Apple Inc.), 0x911d, 0xfd500000 / 3
    USB Device: Keyboard Hub, 0x05ac  (Apple Inc.), 0x1006, 0xfd520000 / 5
    USB Device: Apple Optical USB Mouse, 0x05ac  (Apple Inc.), 0x0304, 0xfd523000 / 7
    USB Device: Apple Keyboard, 0x05ac  (Apple Inc.), 0x0220, 0xfd522000 / 6
    USB Device: Apple Cinema Display, 0x05ac  (Apple Inc.), 0x921d, 0xfd530000 / 4
    USB Device: iPhone, 0x05ac  (Apple Inc.), 0x1297, 0xfd100000 / 2
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8206, 0x5d200000 / 2
    FireWire Device: built-in_hub, Up to 800 Mb/sec
    FireWire Device: unknown_device, Unknown

    i'm getting very frustrated with this. i thought i had it fixed and i came in this morning and have been fighting with it for hours now. i've read both hardware and software issues and i've heard its adobe problems or apple problems. i'm at a loss. thank you! here is the whole crash report. acrobat, photoshop and indesign and all affected.
    Process:         Adobe InDesign CS5.5 [474]
    Path:            /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Adobe InDesign CS5.5
    Identifier:      com.adobe.InDesign
    Version:         7.5.3.333 (7530)
    Code Type:       X86 (Native)
    Parent Process:  launchd [121]
    Date/Time:       2013-01-21 08:12:58.996 -0600
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          -14298495 sec
    Crashes Since Last Report:           -459
    Per-App Interval Since Last Report:  49451 sec
    Per-App Crashes Since Last Report:   44
    Anonymous UUID:                      5143D9D7-90D1-4D4F-91D1-E22DA9D86870
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x000000001b174000
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   ...ple.ApplicationServices.ATS          0x98dd831f _eFOGetFontTableDirectory + 890
    1   ...ple.ApplicationServices.ATS          0x98de918c _eATSFontGetTableDirectory + 90
    2   ...ple.ApplicationServices.ATS          0x98e122da ATSFontGetTableDirectory + 83
    3   com.adobe.CoolType                      0x009f56aa CTCleanup + 1077186
    4   com.adobe.CoolType                      0x009f8aec CTCleanup + 1090564
    5   com.adobe.CoolType                      0x009fa0fd CTCleanup + 1096213
    6   com.adobe.CoolType                      0x009fcf10 CTCleanup + 1108008
    7   com.adobe.CoolType                      0x009435b3 CTCleanup + 347851
    8   com.adobe.CoolType                      0x00899430 0x890000 + 37936
    9   com.adobe.CoolType                      0x009a7723 CTCleanup + 757819
    10  com.adobe.CoolType                      0x0094e9ae CTCleanup + 393926
    11  com.adobe.CoolType                      0x0094e3e3 CTCleanup + 392443
    12  com.adobe.CoolType                      0x008ee115 CTGetVersion + 17347
    13  com.adobe.CoolType                      0x008ee67c CTInit + 66
    14  PublicLib.dylib                         0x0135bfa7 GetPublicPlugIn + 29207
    15  PublicLib.dylib                         0x013dede2 CoolTypeMain::CoolTypeMain(void* (*)(char const*, char const*, char const*)) + 578
    16  PublicLib.dylib                         0x013def3d CoolTypeMain::Instance(void* (*)(char const*, char const*, char const*)) + 141
    17  PublicLib.dylib                         0x012dcf8b EPSParseColor::GetColorSpaceList(K2Vector<long, K2Allocator<long> >&) + 411
    18  PublicLib.dylib                         0x012dd29f GraphicsDataPtr::GraphicsDataPtr(IGraphicsContext*) + 223
    19  ObjectModelLib.dylib                    0x01152256 ShuksanInit(IStartupScreen* (*)(), IPlugIn*) + 118
    20  com.adobe.InDesign                      0x00002842 main + 82
    21  com.adobe.InDesign                      0x000027c6 start + 54
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x95ff0382 kevent + 10
    1   libSystem.B.dylib                       0x95ff0a9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                       0x95feff59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                       0x95fefcfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                       0x95fef781 _pthread_wqthread + 390
    5   libSystem.B.dylib                       0x95fef5c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                       0x95fc9b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x95ff76e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x960265a8 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore          0x92859b90 TSWaitOnConditionTimedRelative + 242
    4   ...ple.CoreServices.CarbonCore          0x92855533 MPWaitOnQueue + 250
    5   PMRuntime.dylib                         0x00016130 MemUtils::GetAvailMem() + 288
    6   ...ple.CoreServices.CarbonCore          0x9283954a PrivateMPEntryPoint + 68
    7   libSystem.B.dylib                       0x95ff7259 _pthread_start + 345
    8   libSystem.B.dylib                       0x95ff70de thread_start + 34
    Thread 3:
    0   libSystem.B.dylib                       0x95fef412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x95fef9a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x95fef5c6 start_wqthread + 30
    Thread 4:
    0   libSystem.B.dylib                       0x95fc9afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x95fca267 mach_msg + 68
    2   ...ple.CoreServices.CarbonCore          0x92901ab0 TS_exception_listener_thread + 160
    3   libSystem.B.dylib                       0x95ff7259 _pthread_start + 345
    4   libSystem.B.dylib                       0x95ff70de thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                       0x95ff7aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x95ff775e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x95ff93f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore          0x9286e21e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore          0x92859b68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore          0x92855533 MPWaitOnQueue + 250
    6   com.adobe.ACE                           0x0005e309 0x23000 + 242441
    7   com.adobe.ACE                           0x0005dd01 0x23000 + 240897
    8   ...ple.CoreServices.CarbonCore          0x9283954a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib                       0x95ff7259 _pthread_start + 345
    10  libSystem.B.dylib                       0x95ff70de thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                       0x95ff7aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x95ff775e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x95ff93f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore          0x9286e21e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore          0x92859b68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore          0x92855533 MPWaitOnQueue + 250
    6   com.adobe.ACE                           0x0005e309 0x23000 + 242441
    7   com.adobe.ACE                           0x0005dd01 0x23000 + 240897
    8   ...ple.CoreServices.CarbonCore          0x9283954a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib                       0x95ff7259 _pthread_start + 345
    10  libSystem.B.dylib                       0x95ff70de thread_start + 34
    Thread 7:
    0   libSystem.B.dylib                       0x95ff7aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x95ff775e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x95ff93f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore          0x9286e21e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore          0x92859b68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore          0x92855533 MPWaitOnQueue + 250
    6   com.adobe.ACE                           0x0005e309 0x23000 + 242441
    7   com.adobe.ACE                           0x0005dd01 0x23000 + 240897
    8   ...ple.CoreServices.CarbonCore          0x9283954a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib                       0x95ff7259 _pthread_start + 345
    10  libSystem.B.dylib                       0x95ff70de thread_start + 34
    Thread 8:
    0   libSystem.B.dylib                       0x95ff7aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x95ff775e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x95ff93f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore          0x9286e21e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore          0x92859b68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore          0x92855533 MPWaitOnQueue + 250
    6   com.adobe.ACE                           0x0005e309 0x23000 + 242441
    7   com.adobe.ACE                           0x0005dd01 0x23000 + 240897
    8   ...ple.CoreServices.CarbonCore          0x9283954a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib                       0x95ff7259 _pthread_start + 345
    10  libSystem.B.dylib                       0x95ff70de thread_start + 34
    Thread 9:
    0   libSystem.B.dylib                       0x95ff7aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x95ff775e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x95ff93f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore          0x9286e21e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore          0x92859b68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore          0x92855533 MPWaitOnQueue + 250
    6   com.adobe.ACE                           0x0005e309 0x23000 + 242441
    7   com.adobe.ACE                           0x0005dd01 0x23000 + 240897
    8   ...ple.CoreServices.CarbonCore          0x9283954a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib                       0x95ff7259 _pthread_start + 345
    10  libSystem.B.dylib                       0x95ff70de thread_start + 34
    Thread 10:
    0   libSystem.B.dylib                       0x95ff7aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x95ff775e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x95ff93f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore          0x9286e21e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore          0x92859b68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore          0x92855533 MPWaitOnQueue + 250
    6   com.adobe.ACE                           0x0005e309 0x23000 + 242441
    7   com.adobe.ACE                           0x0005dd01 0x23000 + 240897
    8   ...ple.CoreServices.CarbonCore          0x9283954a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib                       0x95ff7259 _pthread_start + 345
    10  libSystem.B.dylib                       0x95ff70de thread_start + 34
    Thread 11:
    0   libSystem.B.dylib                       0x95ff7aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x95ff775e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x95ff93f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore          0x9286e21e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore          0x92859b68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore          0x92855533 MPWaitOnQueue + 250
    6   com.adobe.ACE                           0x0005e309 0x23000 + 242441
    7   com.adobe.ACE                           0x0005dd01 0x23000 + 240897
    8   ...ple.CoreServices.CarbonCore          0x9283954a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib                       0x95ff7259 _pthread_start + 345
    10  libSystem.B.dylib                       0x95ff70de thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x98dd7fb3  ecx: 0x00012030  edx: 0x00011ff0
      edi: 0x1b162000  esi: 0x1c130000  ebp: 0xbfffb018  esp: 0xbfffafb0
       ss: 0x0000001f  efl: 0x00010206  eip: 0x98dd831f   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x1b174000
    Binary Images:
        0x1000 -     0x4ffb +com.adobe.InDesign 7.5.3.333 (7530) <4C21AB1C-4542-E91E-C968-944DCEAA0189> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/Adobe InDesign CS5.5
        0xa000 -     0xafff +InDesignModel ??? (???) <30F20A0C-431C-E52D-BDEF-DAF8C99E8BB4> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/InDesignModel.framework/Versions/A/InDesignModel
        0xf000 -     0xffff +InDesignModelAndUI ??? (???) <F70C26E5-8747-4B57-8849-78889B389510> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/InDesignModelAndUI.framework/Versions/A/InDesignModelA ndUI
       0x14000 -    0x1bff3 +PMRuntime.dylib ??? (???) <FD895FC0-241A-7DC6-AB12-5B3491A9E624> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/PMRuntime.dylib
       0x23000 -   0x15eff2 +com.adobe.ACE AdobeACE 2.18.00.12659 (2.18.00.12659) <5BD496D2-2E2B-0411-779F-855603C5B2AE> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
      0x186000 -   0x6acfff +com.adobe.AGM AdobeAGM 4.20.70.12659 (4.20.70.12659) <F1616614-B565-4CC9-C2FA-459FBC857981> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
      0x7f6000 -   0x832fff +com.adobe.ARE AdobeARE 1.5.02.12659 (1.5.02.12659) <9AF30878-D3F4-7E85-0820-B674CED4558A> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE
      0x83c000 -   0x857fff +com.adobe.BIB AdobeBIB 1.2.02.12659 (1.2.02.12659) <802FB4A6-C5FF-522C-89A5-83EB4C139B12> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
      0x862000 -   0x883ff7 +com.adobe.BIBUtils AdobeBIBUtils 1.1.01 (1.1.01) <6710FF23-871B-C9A2-306C-15EDBA2AADEA> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
      0x890000 -   0xb82ff7 +com.adobe.CoolType AdobeCoolType 5.07.124.12659 (5.07.124.12659) <0481471E-E075-0782-BA1C-C5A5E23C5565> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
      0xc0f000 -   0xfe8ff7 +com.adobe.MPS AdobeMPS 5.5.0.12783 (5.5.0.12783) <D67E9F42-5C32-4E64-9AE8-B292565E1326> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
    0x111f000 -  0x118dff7 +ObjectModelLib.dylib ??? (???) <B2B1E50C-F162-7D0A-C71C-88B57AF53CE9> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/ObjectModelLib.dylib
    0x11b2000 -  0x120cfe7 +DataBaseLib.dylib ??? (???) <710FB725-10F6-3740-FF0A-4A31947B7411> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/DataBaseLib.dylib
    0x1228000 -  0x1640fff +PublicLib.dylib ??? (???) <0CD6EB66-8504-8EDB-E436-FAC49AC55D6C> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/PublicLib.dylib
    0x17d0000 -  0x17e7ff6 +AdobeAFL ??? (???) <E8577122-D703-5A91-8171-2FEA80B63A22> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeAFL.framework/Versions/A/AdobeAFL
    0x17fa000 -  0x1802ff3 +boost_threads ??? (???) <B00C0C9E-7175-B6D2-E58B-7278E0EB8863> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/boost_threads.framework/Versions/1_37/boost_threa ds
    0x180c000 -  0x1811ffd +ASLSupportLib.dylib ??? (???) <85A313EC-05FF-23C5-0EEB-C74D412645FF> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/ASLSupportLib.dylib
    0x1817000 -  0x1818ff2 +libtbbmalloc.dylib ??? (???) <A1EAB5E4-3F88-5E37-7068-7A35A3EC69DE> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/libtbbmalloc.dylib
    0x181c000 -  0x182afe7 +libtbb.dylib ??? (???) <FFA49B03-C516-D23D-B535-B64D7CD35ECE> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/libtbb.dylib
    0x1832000 -  0x196bfef +WRServices ??? (???) <B39BC6BF-DFA3-0FF9-4DCA-D4FB216D73A0> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
    0x19b0000 -  0x19b4ffc +com.adobe.AdobeCrashReporter 3.0 (5.5.20101001) <EA9B7B55-7FE5-14D2-FBAE-817121F94086> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCras hReporter
    0x19ba000 -  0x236afff +libicudata.dylib.36.0 36.0.0 (compatibility 36.0.0) <02108DEA-3DD2-14BE-DAEB-BE522B619C1D> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/ICUData.framework/Versions/3.6/libicudata.dylib.3 6.0
    0x236d000 -  0x243aff3 +libicui18n.dylib.36.0 36.0.0 (compatibility 36.0.0) <08F15219-7F35-574E-7725-1ACAA1B18A00> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/ICUInternationalization.framework/Versions/3.6/li bicui18n.dylib.36.0
    0x249d000 -  0x2577fef +libicuuc.dylib.36.0 36.0.0 (compatibility 36.0.0) <5EE72009-40B3-7FB7-3A49-576AEDE0D400> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/ICUUnicode.framework/Versions/3.6/libicuuc.dylib. 36.0
    0x25b7000 -  0x2627feb +com.adobe.adobe_caps adobe_caps 4.0.42.0 (4.0.42.0) <55D7D2EA-D21E-98B1-77C6-58C0A0E07051> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
    0x2632000 -  0x26a0ffb +com.adobe.amtlib amtlib 4.0.0.21 (4.0.0.21) <3090D254-587A-A820-DBCD-729C27532FC8> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x26b7000 -  0x2750fef +boost_regex ??? (???) <462635B6-7AF0-B43D-74D6-4AC15ACBC66A> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/boost_regex.framework/Versions/1_37/boost_regex
    0x2795000 -  0x27d5ff7  com.apple.vmutils 4.2 (106) <834EA6B0-C91B-4CF1-ED3C-229C26459578> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x27ee000 -  0x28a3fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <AACC86C0-86B4-B1A7-003F-2A0AF68973A2> /usr/lib/libcrypto.0.9.7.dylib
    0x28e9000 -  0x28ebffb +boost_system ??? (???) <FBD2BBDA-A758-FFCE-ABBA-7FDAB09FAF0F> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/boost_system.framework/Versions/1_37/boost_system
    0x28f0000 -  0x2a8efff +WidgetBinLib.dylib ??? (???) <E0461F1F-69DF-D32F-BDBF-36CC005B6158> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/MacOS/WidgetBinLib.dylib
    0x2b72000 -  0x2d11fe7 +com.adobe.owl AdobeOwl version 3.0.84 (3.0.84) <25884999-8A98-F8C9-699B-ED75261B6BFC> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0x2d7a000 -  0x2df7fff +AdobeOwlCanvas ??? (???) <65B2E680-4F43-BE46-2290-3500758D1BF7> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanva s
    0x2e13000 -  0x2e16ffc +com.adobe.ape.shim adbeape version 3.1.74.12761 (3.1.74.12761) <FE2ABE8A-1D3F-7AF5-297C-D22FC3E0FBDA> /Applications/Adobe InDesign CS5.5/Adobe InDesign CS5.5.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape
    0x4735000 -  0x4736ff7  com.apple.textencoding.unicode 2.3 (2.3) <78A61FD5-70EE-19EA-48D4-3481C640B70D> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x47a5000 -  0x47b7ff7  libTraditionalChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <3057675E-16A3-EC0C-A764-5CADB6C5ECD2> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x47c1000 -  0x47cffe7  libSimplifiedChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <1825F5DF-491F-FDD5-3ABB-3FAC1EDC4357> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x1af10000 - 0x1af15ff7  libFontStreams.A.dylib 545.0.0 (compatibility 64.0.0) <31610F71-4447-CC8F-2859-4B881BB48F9E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libFontStreams.A.dylib
    0x8fe00000 - 0x8fe4163b  dyld 132.1 (???) <4CDE4F04-0DD6-224E-ACE5-3C06E169A801> /usr/lib/dyld
    0x90034000 - 0x90058ff7  libJPEG.dylib ??? (???) <C43FD809-08B6-629D-8980-D7B0ECEA20A9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x90353000 - 0x90353ff7  com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x90354000 - 0x90358ff7  libGIF.dylib ??? (???) <9E51F8ED-83B4-DA41-1E2F-CFA726936A30> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x90359000 - 0x90359ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9035a000 - 0x904d5fe7  com.apple.CoreFoundation 6.6.6 (550.44) <F88C95CD-1264-782D-A1F5-204739847E93> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9051c000 - 0x90520ff7  IOSurface ??? (???) <89D859B7-A26A-A5AB-8401-FC1E01AC7A60> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x90521000 - 0x90564ff7  com.apple.NavigationServices 3.5.4 (182) <8DC6FD4A-6C74-9C23-A4C3-715B44A8D28C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9059e000 - 0x9061efeb  com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9061f000 - 0x9062fff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x90630000 - 0x90630ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <ABF97DA4-3BDF-6FFD-6239-B023CA1F7974> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x90631000 - 0x90695ffb  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
    0x906d6000 - 0x906eaffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x90727000 - 0x90b3dff7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x90b3e000 - 0x90b42ff7  libGFXShared.dylib ??? (???) <09540618-2ED1-72C4-61CB-938B35927568> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x90b93000 - 0x90c9ffe7  libGLProgrammability.dylib ??? (???) <6167CEB0-D8D6-C4D9-DD74-49755ADB540F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x90d20000 - 0x90dccfe7  com.apple.CFNetwork 454.12.4 (454.12.4) <DEDCD006-389F-967F-3405-EDF541F406D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90dcd000 - 0x90e0aff7  com.apple.SystemConfiguration 1.10.8 (1.10.2) <50E4D49B-4F61-446F-1C21-1B2BA814713D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x90e1c000 - 0x90e23ff3  com.apple.print.framework.Print 6.1 (237.1) <F5AAE53D-5530-9004-A9E3-2C1690C5328E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x90e24000 - 0x90e85fe7  com.apple.CoreText 151.13 (???) <23F359DA-D845-5C50-4DF3-19E858CF2B2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90e86000 - 0x90ed3feb  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <00A1A83B-0E7D-D0F4-A643-8C5675C2BB21> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x90f51000 - 0x91053fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <015563C4-81E2-8C8A-82AC-31B38D904A42> /usr/lib/libcrypto.0.9.8.dylib
    0x910fe000 - 0x911d8fff  com.apple.DesktopServices 1.5.11 (1.5.11) <800F2040-9211-81A7-B438-7712BF51DEE3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x913af000 - 0x91c92ff7  com.apple.AppKit 6.6.8 (1038.36) <A353465E-CFC9-CB75-949D-786F6F7732F6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x91c93000 - 0x91c93ff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x91c94000 - 0x91c96ff7  com.apple.securityhi 4.0 (36638) <6118C361-61E7-B34E-93DB-1B88108F8F18> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x91ca2000 - 0x91ca3ff7  com.apple.TrustEvaluationAgent 1.1 (1) <2D970A9B-77E8-EDC0-BEC6-7580D78B2843> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x91ca4000 - 0x91d5cfeb  libFontParser.dylib ??? (???) <D2D0C922-5ED1-3AE9-6F99-707C74DF3E62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x91d5d000 - 0x91deffe7  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
    0x91df0000 - 0x91df0ff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x91df1000 - 0x91dfcff7  libGL.dylib ??? (???) <3E34468F-E9A7-8EFB-FF66-5204BD5B4E21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x91f40000 - 0x91f58ff7  com.apple.CFOpenDirectory 10.6 (10.6) <D1CF5881-0AF7-D164-4156-9E9067B7FA37> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x91f59000 - 0x91f62ff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x920a7000 - 0x920a7ff7  com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x927f0000 - 0x927f2ff7  libRadiance.dylib ??? (???) <5F803B4A-B294-BA94-FB68-E8756EE41B20> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x92813000 - 0x92b33ff3  com.apple.CoreServices.CarbonCore 861.39 (861.39) <5C59805C-AF39-9010-B8B5-D673C9C38538> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x92b34000 - 0x92b77ff7  libGLU.dylib ??? (???) <6CC3CE6A-7024-C685-EADA-7F9DC27128E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92b78000 - 0x92bf2fff  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <156A532C-0B60-55B0-EE27-D02B82AA6217> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x92bfb000 - 0x92d29fe7  com.apple.CoreData 102.1 (251) <87FE6861-F2D6-773D-ED45-345272E56463> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x92d2a000 - 0x92d3bff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <3036AD83-4F1D-1028-54EE-54165E562650> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x93427000 - 0x93439ff7  com.apple.MultitouchSupport.framework 207.11 (207.11) <6FF4F2D6-B8CD-AE13-56CB-17437EE5B741> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x935ae000 - 0x935baff7  libkxld.dylib ??? (???) <9A441C48-2D18-E716-5F38-CBEAE6A0BB3E> /usr/lib/system/libkxld.dylib
    0x935bc000 - 0x935f6ff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <A6C207E3-7B42-926D-9C93-BE3F50B92496> /usr/lib/libcups.2.dylib
    0x935f7000 - 0x93647ff7  com.apple.framework.familycontrols 2.0.2 (2020) <596ADD85-79F5-A613-537B-F83B6E19013C> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x936ff000 - 0x93732ff7  com.apple.AE 496.5 (496.5) <BF9673D5-2419-7120-26A3-83D264C75222> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x93733000 - 0x93999ff7  com.apple.security 6.1.2 (55002) <3FA54D69-5476-78DD-0AFC-D6697263890E> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x93a8c000 - 0x9427b557  com.apple.CoreGraphics 1.545.0 (???) <1D9DC7A5-228B-42CB-7018-66F42C3A9BB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x942f6000 - 0x942f9ffb  com.apple.help 1.3.2 (41.1) <8AC20B01-4A3B-94BA-D8AF-E39034B97D8C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x942fa000 - 0x94304ffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <7486003F-8FDB-BD6C-CB34-DE45315BD82C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x94305000 - 0x9439dfe7  edu.mit.Kerberos 6.5.11 (6.5.11) <F36DB665-A88B-7F5B-6244-6A2E7FFFF668> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x9439e000 - 0x9439eff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9439f000 - 0x943e5ff7  libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
    0x943e6000 - 0x943fafe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x943fb000 - 0x94417fe3  com.apple.openscripting 1.3.1 (???) <2A748037-D1C0-6D47-2C4A-0562AF799AC9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x94418000 - 0x9445cff3  com.apple.coreui 2 (114) <2234855E-3BED-717F-0BFA-D1A289ECDBDA> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9447f000 - 0x94485fe7  com.apple.CommerceCore 1.0 (9.1) <521D067B-3BDA-D04E-E1FA-CFA526C87EB5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x946b2000 - 0x946edffb  libFontRegistry.dylib ??? (???) <19ED5DE0-D3AF-B229-9193-35D58FE377E5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x946ee000 - 0x94741ff7  com.apple.HIServices 1.8.3 (???) <1D3C4587-6318-C339-BD0F-1988F246BE2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x94742000 - 0x94745ff7  libCoreVMClient.dylib ??? (???) <37F56237-4ABA-E5B5-968D-70FFE357E8E0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x94759000 - 0x94806fe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <9F8413A6-736D-37D9-8EB3-7986D4699957> /usr/lib/libobjc.A.dylib
    0x94885000 - 0x948b6ff7  libGLImage.dylib ??? (???) <D18E2E76-DBF4-6930-039A-F66CA0D120B3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x948ea000 - 0x949cafe7  com.apple.vImage 4.1 (4.1) <D029C515-08E1-93A6-3705-DD062A3A672C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x94a13000 - 0x94a16ff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <4D766435-EB76-C384-0127-1D20ACD74076> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x94bf1000 - 0x94c06fff  com.apple.ImageCapture 6.1 (6.1) <B909459A-EAC9-A7C8-F2A9-CD757CDB59E8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x94e12000 - 0x94e62fe7  libTIFF.dylib ??? (???) <E8B31850-BFD4-48E6-B264-A4340CD19929> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x94e9c000 - 0x94e9dff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <93EC71F1-4D4E-F456-8EFE-32E7EFD7A064> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x94e9e000 - 0x94f0dff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <595A5539-9F54-63E6-7AAC-C04E1574B050> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x94f0e000 - 0x94f2dff7  com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x94fb5000 - 0x95063ff3  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
    0x95102000 - 0x95146fe7  com.apple.Metadata 10.6.3 (507.15) <74F05E64-2A68-BA10-CCD4-128D164E5A0F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9519c000 - 0x951deff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <8A4721DE-25C4-C8AA-EA90-9DA7812E3EBA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x951df000 - 0x9527cfe3  com.apple.LaunchServices 362.3 (362.3) <15B47388-16C8-97DA-EEBB-1709E136169E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x9527d000 - 0x954eefef  com.apple.Foundation 6.6.8 (751.63) <69B3441C-B196-F2AD-07F8-D8DD24E4CD8C> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x954ef000 - 0x95571ffb  SecurityFoundation ??? (???) <C4506287-1AE2-5380-675D-95B0291AA425> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x95944000 - 0x95a00fff  com.apple.ColorSync 4.6.8 (4.6.8) <920DD017-8B41-7334-E554-A85DB99EBD5A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x95fc9000 - 0x96170ff7  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    0x961ca000 - 0x961d8fe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <33C1B260-ED05-945D-FC33-EF56EC791E2E> /usr/lib/libz.1.dylib
    0x963b1000 - 0x963bfff7  com.apple.opengl 1.6.14 (1.6.14) <82622F67-E032-0BF6-A78D-50B346E8D0FD> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x963c0000 - 0x963c5ff7  com.apple.OpenDirectory 10.6 (10.6) <0603680A-A002-D294-DE83-0D028C6BE884> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x9691f000 - 0x96922fe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x96c41000 - 0x96c9eff7  com.apple.framework.IOKit 2.0 (???) <3DABAB9C-4949-F441-B077-0498F8E47A35> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x96c9f000 - 0x96e62feb  com.apple.ImageIO.framework 3.0.6 (3.0.6) <5BF202E9-730A-3675-4374-E5300BC8ED10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x96e81000 - 0x96e81ff7  com.apple.Carbon 150 (152) <8F767518-AD3C-5CA0-7613-674CD2B509C4> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x96ff2000 - 0x970abfe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
    0x970ac000 - 0x970b9ff7  com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x970ba000 - 0x970dcfef  com.apple.DirectoryService.Framework 3.6 (621.15) <F38894EA-2C13-7FC5-C084-94DA0B5B6B68> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x97e56000 - 0x9828bff7  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x982ad000 - 0x982b8ff7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <287DECA3-7821-32B6-724D-AE03A9A350F9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x9849c000 - 0x98807ff7  com.apple.QuartzCore 1.6.3 (227.37) <E323A5CC-499E-CA9E-9BC3-537231449CAA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x98819000 - 0x98841ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <E761F29A-328B-29D9-3DF0-023F2C21E500> /usr/lib/libxslt.1.dylib
    0x98842000 - 0x98b66fef  com.apple.HIToolbox 1.6.5 (???) <21164164-41CE-61DE-C567-32E89755CB34> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x98b67000 - 0x98c0fffb  com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x98d7f000 - 0x98da5ffb  com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x98da6000 - 0x98e41fe7  com.apple.ApplicationServices.ATS 275.19 (???) <2E83B3E9-AF39-36FC-5D05-CC1E952098AB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x98e4f000 - 0x98e70fe7  com.apple.opencl 12.3.6 (12.3.6) <B4104B80-1CB3-191C-AFD3-697843C6BCFF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x98e71000 - 0x98f3cfef  com.apple.CoreServices.OSServices 359.2 (359.2) <7C16D9C8-6F41-5754-17F7-2659D9DD9579> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x98f3d000 - 0x9907afe7  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <423BDE4D-5082-B6CA-BB2C-E22A037235A4> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9907b000 - 0x991fdfe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <50A70082-F800-93D8-1A7C-C95AAB1F352C> /usr/lib/libicucore.A.dylib
    0x993cf000 - 0x993d5fff  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
    0x99402000 - 0x99502fe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <BE7FCD73-03B5-25A4-FCA4-D4980F1488D6> /usr/lib/libxml2.2.dylib
    0x9950b000 - 0x99575fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x99576000 - 0x99580fe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9ab9f000 - 0x9abbffe7  libresolv.9.dylib 41.1.0 (compatibility 1.0.0) <8C2B5FA8-2469-21C7-D297-F95A0FFE5F19> /usr/lib/libresolv.9.dylib
    0x9abc0000 - 0x9abdefe7  libPng.dylib ??? (???) <5B979A83-8CE7-6BD7-B84C-A2D1119B378D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0xba900000 - 0xba916ff7  libJapaneseConverter.dylib 49.0.0 (compatibility 1.0.0) <49C72FD1-891C-23C4-40E7-63DE3368C306> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    Model: MacPro3,1, BootROM MP31.006C.B05, 8 processors, Quad-Core Intel Xeon, 2.8 GHz, 4 GB, SMC 1.25f4
    Graphics: ATI Radeon HD 2600 XT, ATI Radeon HD 2600, PCIe, 256 MB
    Memory Module: global_name
    Bluetooth: Version 2.4.5f3, 2 service, 12 devices, 1 incoming serial ports
    Network Service: Built-in Ethernet, Ethernet, en0
    Network Service: Ethernet 2, Ethernet, en1
    PCI Card: ATI Radeon HD 2600, sppci_displaycontroller, Slot-1
    Serial ATA Device: WDC WD1002FAEX-00Z3A0, 931.51 GB
    Parallel ATA Device: PIONEER DVD-RW  DVR-112D
    USB Device: Hub, 0x05ac  (Apple Inc.), 0x911d, 0xfd500000 / 3
    USB Device: Keyboard Hub, 0x05ac  (Apple Inc.), 0x1006, 0xfd520000 / 5
    USB Device: Apple Optical USB Mouse, 0x05ac  (Apple Inc.), 0x0304, 0xfd523000 / 7
    USB Device: Apple Keyboard, 0x05ac  (Apple Inc.), 0x0220, 0xfd522000 / 6
    USB Device: Apple Cinema Display, 0x05ac  (Apple Inc.), 0x921d, 0xfd530000 / 4
    USB Device: iPhone, 0x05ac  (Apple Inc.), 0x1297, 0xfd100000 / 2
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8206, 0x5d200000 / 2
    FireWire Device: built-in_hub, Up to 800 Mb/sec
    FireWire Device: unknown_device, Unknown

  • ORA-07445: exception encountered: core dump [kdkbin()+223] [SIGSEGV]

    Dear all:
    I found many ORA-07445 in the alert_log:
    ORA-07445: exception encountered: core dump [kdkbin()+223] [SIGSEGV] [Address not mapped to object] [0x2A96975000] [] []
    and I've follow the "Note 153788.1" to find the [ID 1073171.1] fit to me, and I apply the patch and the error still prompt.
    Can someone help how to fix this issue?
    my environment is Oracle 9.2.0.8 64bit linux Redhat 4.0
    I found the trace file and see the error:
    *** 2010-07-08 14:05:48.350
    *** SESSION ID:(371.375) 2010-07-08 14:05:48.350
    Exception signal: 11 (SIGSEGV), code: 1 (Address not mapped to object), addr: 0x2a96975000, PC: [0x10efcdf, kdkbin()+223]
    *** 2010-07-08 14:05:48.354
    ksedmp: internal or fatal error
    ORA-07445: exception encountered: core dump [kdkbin()+223] [SIGSEGV] [Address not mapped to object] [0x2A96975000] [] []
    Current SQL statement for this session:
    begin WF_EVENT_OJMSTEXT_QH.enqueue(:v1, :v2); end;
    ----- PL/SQL Call Stack -----
    object line object
    handle number name
    0x2e7f9fc10 204 package body SYS.DBMS_AQ
    0x2e93b9210 980 package body APPS.WF_EVENT_OJMSTEXT_QH
    0x2e93c20d0 1 anonymous block
    0x2e9e58df8 1720 package body APPS.WF_EVENT
    0x2e9e58df8 668 package body APPS.WF_EVENT
    0x2ec401498 229 package body APPS.WF_RULE
    0x2ed89b970 31 package body APPS.FND_BES_PROC
    0x2ed8a3198 1 anonymous block
    0x2e9e58df8 443 package body APPS.WF_EVENT
    0x2e9e58df8 1599 package body APPS.WF_EVENT
    0x2e9e58df8 2372 package body APPS.WF_EVENT
    0x2e9e58df8 700 package body APPS.WF_EVENT
    0x2ed8dc240 4903 package body APPS.FND_FLEX_SERVER
    0x2ee799190 3 anonymous block
    Regards
    Terry

    1. Check the OS logs.I'm not sure this is the error for the /var/log/messages
    Jul 7 02:36:19 csslxa06 kernel: ide-cd: cmd 0x3 timed out
    Jul 7 02:36:19 csslxa06 kernel: hda: irq timeout: status=0xd0 { Busy }
    Jul 7 02:36:19 csslxa06 kernel: hda: irq timeout: error=0x00
    Jul 7 02:36:19 csslxa06 kernel: hda: DMA disabled
    Jul 7 02:36:19 csslxa06 kernel: hda: ATAPI reset complete
    Jul 7 08:23:24 csslxa06 kernel: ide-cd: cmd 0x3 timed out
    Jul 7 08:23:24 csslxa06 kernel: hda: irq timeout: status=0xd0 { Busy }
    Jul 7 08:23:24 csslxa06 kernel: hda: irq timeout: error=0x00
    Jul 7 08:23:24 csslxa06 kernel: hda: ATAPI reset complete
    2. Check the hardware specific the physical memory.--HP had been checked, no error show from the diagnostic tool.
    3. Make sure Swap is correctly configured and increase it if necessary.--Could you please tell me how to set the Swap configured.
    4. Raise SR with Oracle Support.--Raised, apply the patch, the error still happened.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

Maybe you are looking for