KERN_PROTECTION_FAILURE at 0x0000000000000004

help how do i fix this please

A Google search led me to this discussion. I am encountering a similar problem under similar circumstances: I have C++ code that originated on Windows that I am trying to make run on the Mac. I am getting intermittent crashes in __numeric_load_locale, apparently when two separate threads try invoking std::ostream::operator <<(double) at the same time. (The call stacks above indicate that the original poster is also outputting a double value to a standard stream. In my case the stream in question is a std::wstringstream and we are trying to convert the double to a wide string.)
I believe, based largely on circumstantial evidence, that the crash is due to a bug in the GNU C++ library (libstdc++). I experimentally updated a version of my project to use the LLVM C++ library (libc++) and could not reproduce the crash. Unfortunately, my project is still targeting Snow Leopard, on which libc++ is not supported, so we are stuck with libstdc++ for the time being.  As a workaround, I'm going to try protecting our string conversion function with a critical section (it's part of a custom logging package built on an open source JSON library) to avoid the problem.

Similar Messages

  • Game Crash (Civ 5) - KERN_PROTECTION_FAILURE

    On my 2012 MBP-R I'm getting a consistent crash when playing Civilization 5. Seems like others have had issues with specific apps/files causing the crash, but can't seem to track them in the crash report below.  Thanks in advance for any help resolving this!
    Process:         Civilization V [953]
    Path:            /Users/USER/Library/Application Support/Steam/*/Civilization V.app/Contents/MacOS/Civilization V
    Identifier:      com.aspyr.civ5xp.steam
    Version:         1.2.0 (109780)
    Code Type:       X86 (Native)
    Parent Process:  launchd [139]
    User ID:         503
    Date/Time:       2013-06-15 18:44:49.864 -0500
    OS Version:      Mac OS X 10.8.4 (12E55)
    Report Version:  10
    Interval Since Last Report:          178736 sec
    Crashes Since Last Report:           7
    Per-App Interval Since Last Report:  95569 sec
    Per-App Crashes Since Last Report:   6
    Anonymous UUID:                      88D2FAA9-5F29-4478-0816-A61FB40327D7
    Crashed Thread:  3
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000004
    VM Regions Near 0x4:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Users/USER/Library/Application Support/Steam/*/Civilization V.app/Contents/MacOS/Civilization V
        __TEXT                 0000000000001000-0000000000b00000 [ 11.0M] r-x/rwx SM=COW  /Users/USER/Library/Application Support/Steam/*/Civilization V.app/Contents/MacOS/Civilization V
    Thread 0:: MainThrd  Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x924de8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x967be280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x96844095 pthread_cond_wait$UNIX2003 + 71
    3   GLEngine                                0x129a0eca gleFinishCommandBufferPTHREAD + 263
    4   GLEngine                                0x128f8e72 glGetIntegerv_ExecThread + 156
    5   libGL.dylib                             0x93c11b5d glGetIntegerv + 38
    6   com.aspyr.civ5xp.steam                  0x000fc028 strncpy_s(char*, unsigned long, char const*, unsigned long) + 252976
    7   com.aspyr.civ5xp.steam                  0x00107340 strncpy_s(char*, unsigned long, char const*, unsigned long) + 298824
    8   com.aspyr.civ5xp.steam                  0x000d6336 strncpy_s(char*, unsigned long, char const*, unsigned long) + 98110
    9   com.aspyr.civ5xp.steam                  0x0008883f __assert_rtn + 24374
    10  com.aspyr.civ5xp.steam                  0x00089286 __assert_rtn + 27005
    11  com.aspyr.civ5xp.steam                  0x000c80e8 strncpy_s(char*, unsigned long, char const*, unsigned long) + 40176
    12  com.aspyr.civ5xp.steam                  0x000cb423 strncpy_s(char*, unsigned long, char const*, unsigned long) + 53291
    13  com.aspyr.civ5xp.steam                  0x001e603e strncpy_s(char*, unsigned long, char const*, unsigned long) + 1211462
    14  com.aspyr.civ5xp.steam                  0x001e8f7e strncpy_s(char*, unsigned long, char const*, unsigned long) + 1223558
    15  com.aspyr.civ5xp.steam                  0x006687c1 FLua::Value::Value(lua_State*, int) + 4134551
    16  com.aspyr.civ5xp.steam                  0x0066ed82 FLua::Value::Value(lua_State*, int) + 4160600
    17  com.aspyr.civ5xp.steam                  0x00269e16 FTimer::Read(long long) + 14810
    18  com.aspyr.civ5xp.steam                  0x00674d01 FLua::Value::Value(lua_State*, int) + 4185047
    19  com.aspyr.civ5xp.steam                  0x000c5d3e strncpy_s(char*, unsigned long, char const*, unsigned long) + 31046
    20  com.apple.HIToolbox                     0x9a1749bb _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36
    21  com.apple.HIToolbox                     0x99ffc394 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1343
    22  com.apple.HIToolbox                     0x99ffb780 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 430
    23  com.apple.HIToolbox                     0x99ffb5ca SendEventToEventTargetWithOptions + 94
    24  com.apple.HIToolbox                     0x9a02f98e ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 3108
    25  com.apple.HIToolbox                     0x99ffc83f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2538
    26  com.apple.HIToolbox                     0x99ffb780 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 430
    27  com.apple.HIToolbox                     0x9a00f655 SendEventToEventTarget + 88
    28  com.apple.HIToolbox                     0x9a1740b7 ToolboxEventDispatcher + 82
    29  com.apple.HIToolbox                     0x9a173f79 RunApplicationEventLoop + 240
    30  com.aspyr.civ5xp.steam                  0x000c58fd strncpy_s(char*, unsigned long, char const*, unsigned long) + 29957
    31  com.aspyr.civ5xp.steam                  0x000c5ca4 strncpy_s(char*, unsigned long, char const*, unsigned long) + 30892
    32  com.aspyr.civ5xp.steam                  0x00071d79 lua_getinfo + 21000
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x924df9ae kevent + 10
    1   libdispatch.dylib                       0x99983c71 _dispatch_mgr_invoke + 993
    2   libdispatch.dylib                       0x999837a9 _dispatch_mgr_thread + 53
    Thread 2:: IOPollingHelperThread
    0   libsystem_kernel.dylib                  0x924df9ae kevent + 10
    1   steamclient.dylib                       0x0ce1f2d3 OSXHelpers::CIOPollingHelper::RealRun() + 257
    2   libtier0_s.dylib                        0x0671fff7 CatchAndWriteContext_t::Invoke() + 159
    3   libtier0_s.dylib                        0x0671fb81 CatchAndWriteMiniDumpExForVoidPtrFn + 86
    4   libtier0_s.dylib                        0x0671fbab CatchAndWriteMiniDumpForVoidPtrFn + 37
    5   steamclient.dylib                       0x0ce1f1c1 OSXHelpers::CIOPollingHelper::Run() + 41
    6   libtier0_s.dylib                        0x06723bda SteamThreadTools::CThread::ThreadExceptionWrapper(void*) + 16
    7   libtier0_s.dylib                        0x0671fff7 CatchAndWriteContext_t::Invoke() + 159
    8   libtier0_s.dylib                        0x0671fb81 CatchAndWriteMiniDumpExForVoidPtrFn + 86
    9   libtier0_s.dylib                        0x0671fbab CatchAndWriteMiniDumpForVoidPtrFn + 37
    10  libtier0_s.dylib                        0x06723b52 SteamThreadTools::CThread::ThreadProc(void*) + 204
    11  libsystem_c.dylib                       0x967b95b7 _pthread_start + 344
    12  libsystem_c.dylib                       0x967a3d4e thread_start + 34
    Thread 3 Crashed:
    0   libsystem_c.dylib                       0x967a4d3a bzero$VARIANT$sse42 + 90
    1   libGLProgrammability.dylib              0x12b5947c BitSetSetRangeEqualsInternal + 122
    2   libGLProgrammability.dylib              0x12b592e1 BitSetNew + 141
    3   libGLProgrammability.dylib              0x12b747e4 RegistersInitialize + 37
    4   libGLProgrammability.dylib              0x12b835ce glpPPShaderLinearizeStreamMgrEx + 5737
    5   libGLProgrammability.dylib              0x12b83746 glpPPShaderLinearizeEx + 81
    6   libGLProgrammability.dylib              0x12b836f0 glpPPShaderLinearize + 32
    7   com.apple.GeForceGLDriver               0x8e64aa96 0x8e2fa000 + 3476118
    8   com.apple.GeForceGLDriver               0x8e64b086 0x8e2fa000 + 3477638
    9   com.apple.GeForceGLDriver               0x8e543009 0x8e2fa000 + 2396169
    10  com.apple.GeForceGLDriver               0x8e64a588 0x8e2fa000 + 3474824
    11  com.apple.GeForceGLDriver               0x8e638850 gldUpdateDispatch + 673
    12  GLEngine                                0x129ae558 gleDoDrawDispatchCore + 590
    13  GLEngine                                0x12926d4d glDrawElementsInstancedBaseVertex_STD_Exec + 309
    14  GLEngine                                0x12926c0a glDrawElements_UnpackThread + 110
    15  GLEngine                                0x129a0c38 gleCmdProcessorPTHREAD + 439
    16  libsystem_c.dylib                       0x967b95b7 _pthread_start + 344
    17  libsystem_c.dylib                       0x967a3d4e thread_start + 34
    Thread 4:
    0   libsystem_kernel.dylib                  0x924de8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x967be280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x96844095 pthread_cond_wait$UNIX2003 + 71
    3   libtbb.dylib                            0x0626c0ce tbb::internal::rml::private_worker::run() + 478
    4   libtbb.dylib                            0x0626bee1 tbb::internal::rml::private_worker::thread_routine(void*) + 17
    5   libsystem_c.dylib                       0x967b95b7 _pthread_start + 344
    6   libsystem_c.dylib                       0x967a3d4e thread_start + 34
    Thread 5:
    0   libsystem_kernel.dylib                  0x924de8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x967be280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x96844095 pthread_cond_wait$UNIX2003 + 71
    3   libtbb.dylib                            0x0626c0ce tbb::internal::rml::private_worker::run() + 478
    4   libtbb.dylib                            0x0626bee1 tbb::internal::rml::private_worker::thread_routine(void*) + 17
    5   libsystem_c.dylib                       0x967b95b7 _pthread_start + 344
    6   libsystem_c.dylib                       0x967a3d4e thread_start + 34
    Thread 6:
    0   libsystem_kernel.dylib                  0x924de8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x967be280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x96844095 pthread_cond_wait$UNIX2003 + 71
    3   libtbb.dylib                            0x0626c0ce tbb::internal::rml::private_worker::run() + 478
    4   libtbb.dylib                            0x0626bee1 tbb::internal::rml::private_worker::thread_routine(void*) + 17
    5   libsystem_c.dylib                       0x967b95b7 _pthread_start + 344
    6   libsystem_c.dylib                       0x967a3d4e thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib                  0x924de8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x967be280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x96844095 pthread_cond_wait$UNIX2003 + 71
    3   libtbb.dylib                            0x0626c0ce tbb::internal::rml::private_worker::run() + 478
    4   libtbb.dylib                            0x0626bee1 tbb::internal::rml::private_worker::thread_routine(void*) + 17
    5   libsystem_c.dylib                       0x967b95b7 _pthread_start + 344
    6   libsystem_c.dylib                       0x967a3d4e thread_start + 34
    Thread 8:
    0   libsystem_kernel.dylib                  0x924de8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x967be280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x96844095 pthread_cond_wait$UNIX2003 + 71
    3   libtbb.dylib                            0x0626c0ce tbb::internal::rml::private_worker::run() + 478
    4   libtbb.dylib                            0x0626bee1 tbb::internal::rml::private_worker::thread_routine(void*) + 17
    5   libsystem_c.dylib                       0x967b95b7 _pthread_start + 344
    6   libsystem_c.dylib                       0x967a3d4e thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib                  0x924de8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x967be280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x96844095 pthread_cond_wait$UNIX2003 + 71
    3   libtbb.dylib                            0x0626c0ce tbb::internal::rml::private_worker::run() + 478
    4   libtbb.dylib                            0x0626bee1 tbb::internal::rml::private_worker::thread_routine(void*) + 17
    5   libsystem_c.dylib                       0x967b95b7 _pthread_start + 344
    6   libsystem_c.dylib                       0x967a3d4e thread_start + 34
    Thread 10:
    0   libsystem_kernel.dylib                  0x924de8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x967be280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x96844095 pthread_cond_wait$UNIX2003 + 71
    3   libtbb.dylib                            0x0626c0ce tbb::internal::rml::private_worker::run() + 478
    4   libtbb.dylib                            0x0626bee1 tbb::internal::rml::private_worker::thread_routine(void*) + 17
    5   libsystem_c.dylib                       0x967b95b7 _pthread_start + 344
    6   libsystem_c.dylib                       0x967a3d4e thread_start + 34
    Thread 11:
    0   libsystem_kernel.dylib                  0x924dc7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x924dbcb0 mach_msg + 68
    2   ???                                     0x064c37bf 0 + 105658303
    3   libsystem_c.dylib                       0x967b95b7 _pthread_start + 344
    4   libsystem_c.dylib                       0x967a3d4e thread_start + 34
    Thread 12:
    0   libsystem_kernel.dylib                  0x924de8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x967be2e9 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x967be572 pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore          0x96ca96ad TSWaitOnConditionTimedRelative + 177
    4   com.apple.CoreServices.CarbonCore          0x96ca9184 TSWaitOnSemaphoreCommon + 272
    5   com.apple.CoreServices.CarbonCore          0x96ca940d TSWaitOnSemaphoreRelative + 24
    6   com.apple.QuickTimeComponents.component          0x934cd46c 0x92ed7000 + 6251628
    7   libsystem_c.dylib                       0x967b95b7 _pthread_start + 344
    8   libsystem_c.dylib                       0x967a3d4e thread_start + 34
    Thread 13:
    0   libsystem_kernel.dylib                  0x924dec72 __semwait_signal + 10
    1   libsystem_c.dylib                       0x96843a55 nanosleep$UNIX2003 + 189
    2   libsystem_c.dylib                       0x9684391e usleep$UNIX2003 + 60
    3   libMilesX86.dylib                       0x061e9bbe 0x61e9000 + 3006
    4   libsystem_c.dylib                       0x967b95b7 _pthread_start + 344
    5   libsystem_c.dylib                       0x967a3d4e thread_start + 34
    Thread 14:: AQClient
    0   libsystem_kernel.dylib                  0x924dc7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x924dbcb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x91956f79 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x9195c95f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x9195c01a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x9195be8b CFRunLoopRunInMode + 123
    6   com.apple.audio.toolbox.AudioToolbox          0x96ef1a81 GenericRunLoopThread::Entry(void*) + 209
    7   com.apple.audio.toolbox.AudioToolbox          0x96ef19ac CAPThread::Entry(CAPThread*) + 196
    8   libsystem_c.dylib                       0x967b95b7 _pthread_start + 344
    9   libsystem_c.dylib                       0x967a3d4e thread_start + 34
    Thread 15:
    0   libsystem_kernel.dylib                  0x924de8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x967be280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x96844095 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.audio.toolbox.AudioToolbox          0x96f019c1 CAGuard::Wait() + 113
    4   com.apple.audio.toolbox.AudioToolbox          0x96f00619 AQConverterManager::AQConverterThread::Run() + 271
    5   com.apple.audio.toolbox.AudioToolbox          0x96f004a2 AQConverterManager::AQConverterThread::ConverterThreadEntry(void*) + 22
    6   com.apple.audio.toolbox.AudioToolbox          0x96ef19ac CAPThread::Entry(CAPThread*) + 196
    7   libsystem_c.dylib                       0x967b95b7 _pthread_start + 344
    8   libsystem_c.dylib                       0x967a3d4e thread_start + 34
    Thread 16:: com.apple.audio.IOThread.client
    0   libsystem_kernel.dylib                  0x924dc7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x924dbcb0 mach_msg + 68
    2   com.apple.audio.CoreAudio               0x91ef2eba HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned long, unsigned long, mach_msg_header_t*, bool, unsigned int) + 138
    3   com.apple.audio.CoreAudio               0x91eed52e HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 70
    4   com.apple.audio.CoreAudio               0x91eebbcd HALC_ProxyIOContext::IOWorkLoop() + 1287
    5   com.apple.audio.CoreAudio               0x91eeb617 HALC_ProxyIOContext::IOThreadEntry(void*) + 145
    6   com.apple.audio.CoreAudio               0x91ef5b61 ___ZN19HALC_ProxyIOContextC2Emj_block_invoke_0 + 20
    7   com.apple.audio.CoreAudio               0x91eeb53d HALB_IOThread::Entry(void*) + 71
    8   libsystem_c.dylib                       0x967b95b7 _pthread_start + 344
    9   libsystem_c.dylib                       0x967a3d4e thread_start + 34
    Thread 17:
    0   libsystem_kernel.dylib                  0x924dec72 __semwait_signal + 10
    1   libsystem_c.dylib                       0x96843a55 nanosleep$UNIX2003 + 189
    2   libsystem_c.dylib                       0x9684391e usleep$UNIX2003 + 60
    3   libMilesX86.dylib                       0x061e9bbe 0x61e9000 + 3006
    4   libsystem_c.dylib                       0x967b95b7 _pthread_start + 344
    5   libsystem_c.dylib                       0x967a3d4e thread_start + 34
    Thread 3 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x00000000  ecx: 0x00000000  edx: 0x000010c8
      edi: 0x00000004  esi: 0x0000000f  ebp: 0xb040c998  esp: 0xb040c994
       ss: 0x00000023  efl: 0x00010202  eip: 0x967a4d3a   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000023   gs: 0x0000000f
      cr2: 0x00000004
    Logical CPU: 6
    Binary Images:
        0x1000 -   0xafffe3 +com.aspyr.civ5xp.steam (1.2.0 - 109780) <ABD72F86-5CE4-3E6B-4722-642C9502E97B> /Users/USER/Library/Application Support/Steam/*/Civilization V.app/Contents/MacOS/Civilization V
    0x61b8000 -  0x61cfff3 +gameoverlayrenderer.dylib (1) <8DE003AE-61CE-372E-B87E-50AB512872B1> /Applications/Steam.app/Contents/MacOS/osx32/gameoverlayrenderer.dylib
    0x61e5000 -  0x61e6ff3 +steamloader.dylib (0) <EE606D39-F5A7-32DE-87F9-65F4AD30C598> /Applications/Steam.app/Contents/MacOS/osx32/steamloader.dylib
    0x61e9000 -  0x622cfe2 +libMilesX86.dylib (0) <670EDD99-0C23-3FCC-9407-E59F4CCD269D> /Users/USER/Library/Application Support/Steam/*/Civilization V.app/Contents/MacOS/libMilesX86.dylib
    0x6249000 -  0x624eff7 +libsteam_api.dylib (1) <F6448C63-FE85-A912-D883-F731C0DF2590> /Users/USER/Library/Application Support/Steam/*/Civilization V.app/Contents/MacOS/libsteam_api.dylib
    0x6254000 -  0x6276ff7 +libtbb.dylib (0) <AAA2AFA2-789A-41B8-D03D-C03861305060> /Users/USER/Library/Application Support/Steam/*/Civilization V.app/Contents/MacOS/libtbb.dylib
    0x6289000 -  0x6295fff  com.apple.StoreKit (1.0 - 135.30) <B53537CA-2E5E-38AA-A738-42A0E03FD798> /System/Library/Frameworks/StoreKit.framework/Versions/A/StoreKit
    0x62a1000 -  0x62b4ff7  com.apple.AppContainer (2.1 - 1) <201D693C-63E6-3771-BAF8-946B49F1420A> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
    0x62c3000 -  0x62c7fff  com.apple.SecCodeWrapper (2.1 - 1) <AF713AD0-6A88-3F90-81F4-F3CB9F7B4624> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
    0x6700000 -  0x670dff3  com.apple.Librarian (1.1 - 1) <68F8F983-5F16-3BA5-BDA7-1A5451CC02BB> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x671b000 -  0x672eff3 +libtier0_s.dylib (1) <5D6A82DB-3E7F-36B3-82A9-CC6D3756E4C2> /Applications/Steam.app/Contents/MacOS/osx32/libtier0_s.dylib
    0x674b000 -  0x676bff7 +libvstdlib_s.dylib (1) <05B3625C-C424-369E-B80D-6A04C6653F54> /Applications/Steam.app/Contents/MacOS/osx32/libvstdlib_s.dylib
    0x6794000 -  0x67bfff7  com.apple.audio.OpenAL (1.6 - 1.6) <B10D8F86-253D-37C8-BC11-64DEEF81AC45> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
    0x67cf000 -  0x67d9ff3 +crashhandler.dylib (1) <8ED35845-E18A-3D69-98D4-53ACB2207CD9> /Applications/Steam.app/Contents/MacOS/osx32/crashhandler.dylib
    0x67ef000 -  0x67f6ff3 +com.googlecode.google-breakpad (1.0) <FF2B519C-03ED-3C63-970A-96A4942001B6> /Applications/Steam.app/Contents/MacOS/Frameworks/Breakpad.framework/Versions/A /Breakpad
    0x7700000 -  0x7710ff7 +breakpadUtilities.dylib (1) <8DB51533-FF04-36D1-A870-E657FEBA6B43> /Applications/Steam.app/Contents/MacOS/Frameworks/Breakpad.framework/Versions/A /Resources/breakpadUtilities.dylib
    0xb7d1000 -  0xb7dcfff  libGPUSupport.dylib (8.9.2) <01E0F852-CBB7-3EE7-A2CD-79CB4A3EF2B5> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
    0xb7e4000 -  0xb7e8fff  com.apple.IOAccelerator (74.5.1 - 74.5.1) <CB7CDE62-DAEC-35AF-8ADB-3271AA2DF921> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelera tor
    0xc800000 -  0xd22bffb +steamclient.dylib (1) <2789E552-9CEC-3B1C-BB8B-204025A877E5> /Applications/Steam.app/Contents/MacOS/osx32/steamclient.dylib
    0xdbec000 -  0xde78ff3 +libsteam.dylib (1) <067C28A5-318E-3D49-89A0-646800C20270> /Applications/Steam.app/Contents/MacOS/osx32/libsteam.dylib
    0xdf87000 -  0xdf91fff  libGPUSupportMercury.dylib (8.9.2) <302EC167-66A3-3E12-8416-F03F50CA96D9> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupportMercury.dylib
    0xdf99000 -  0xdfc4ff7  GLRendererFloat (8.9.2) <96FF25EA-1BC3-3FBA-85B6-08CC9F1D2077> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0xdfcd000 -  0xdfd5ffd  libcldcpuengine.dylib (2.2.16) <0BE2D018-66CC-3F69-B8F1-7A81EEEE09F4> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
    0xf6aa000 -  0xf6affff  com.apple.audio.AppleHDAHALPlugIn (2.3.7 - 2.3.7fc4) <903097A8-3922-3BF8-8B82-8BD1D831F6E7> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x1287c000 - 0x12a10ffa  GLEngine (8.9.2) <73F967E8-16C2-3FB2-8C04-293EB038952D> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x12a47000 - 0x12bc8fff  libGLProgrammability.dylib (8.9.2) <B7AFCCD1-7FA5-3071-9F11-5161FFA2076C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x13800000 - 0x13c4dff3  com.apple.driver.AppleIntelHD4000GraphicsGLDriver (8.12.47 - 8.1.2) <5B46A344-20F2-3C75-9D42-D13092E6BB81> /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD4000GraphicsGLDriver
    0x19ff7000 - 0x19ffbff7  com.apple.AppleMPEG2Codec (1.0.2 - 220.1) <08137D06-718F-30B1-8BF3-9498BEAFA5C6> /Library/QuickTime/AppleMPEG2Codec.component/Contents/MacOS/AppleMPEG2Codec
    0x1bde8000 - 0x1bdefffc  com.apple.AppleGVAHW.component (1.1 - 1) <5DB91F15-3FD3-308F-8FC5-662562F3EA78> /System/Library/QuickTime/AppleGVAHW.component/Contents/MacOS/AppleGVAHW
    0x1c525000 - 0x1c58dfeb  com.apple.AppleProResDecoder (3.0.2 - 5718) <4442CBCE-7163-3E6A-8511-A52E9F6D8AFC> /System/Library/QuickTime/AppleProResDecoder.component/Contents/MacOS/AppleProR esDecoder
    0x1c5be000 - 0x1c607fff  com.apple.AppleVAH264HW.component (3.0 - 3.0) <DC2A8842-FDE5-32F8-B2D6-00683394AEE3> /System/Library/QuickTime/AppleVAH264HW.component/Contents/MacOS/AppleVAH264HW
    0x1c6cb000 - 0x1c705fff  com.apple.QuickTimeFireWireDV.component (7.7.1 - 2599.31) <586904D8-4781-392C-9AD5-C9F547E1C65D> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x1c711000 - 0x1c732fff  com.apple.AppleIntermediateCodec (2.0.1 - 5718) <6A70694B-21C7-381B-8DE3-CD6490C70A77> /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0x1c741000 - 0x1c759ff2  com.apple.applepixletvideo (1.2.31 - 1.2d31) <B5622D90-ADF3-3DB2-B64B-5F4AF7C274E3> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0x200e7000 - 0x20232fff  com.apple.AppleGVAFramework (5.0.6 - 5.0.6) <103CBDDD-E0C2-3B62-923B-AA46F2AB3CD7> /System/Library/PrivateFrameworks/AppleGVA.framework/Versions/A/AppleGVA
    0x2024e000 - 0x205ddfff  QuickTimeH264.scalar (2599.31.2) <B8F5C464-9216-3334-A488-EADDC082C5D4> /System/Library/QuickTime/QuickTimeH264.component/Contents/Resources/QuickTimeH 264.scalar
    0x2065b000 - 0x20719ff3  ColorSyncDeprecated.dylib (400) <35E3054C-5DF1-30D4-A368-C4FDB0992373> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x44220000 - 0x4467bfef +libCvGameCoreDLL_Expansion1_DLL.dylib (1) <8110B124-73DD-D3DB-429E-76588E67858D> /Users/USER/Library/Application Support/Steam/*/Civilization V.app/Contents/MacOS/libCvGameCoreDLL_Expansion1_DLL.dylib
    0x70000000 - 0x7015eff7  com.apple.audio.units.Components (1.9 - 1.9) <F2B2712A-3203-3875-B1FF-768E92AE0D42> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8e2fa000 - 0x8ec49ffb  com.apple.GeForceGLDriver (8.12.47 - 8.1.2) <ED7895B5-BF75-3BC8-A956-8E423FD02395> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
    0x8fe60000 - 0x8fe92e57  dyld (210.2.3) <23516BE4-29BE-350C-91C9-F36E7999F0F1> /usr/lib/dyld
    0x90007000 - 0x90038fff  com.apple.DictionaryServices (1.2 - 184.4) <0D5BE86F-F40A-3E39-8569-19FCA5EDF9D3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x90326000 - 0x904afff7  com.apple.vImage (6.0 - 6.0) <1D1F67FE-4F75-3689-BEF6-4A46C8039E70> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x90537000 - 0x90599fff  libc++.1.dylib (65.1) <C0CFF9FF-5D52-3EAE-B921-6AE1DA00A135> /usr/lib/libc++.1.dylib
    0x9059a000 - 0x9060fff7  com.apple.ApplicationServices.ATS (332 - 341.1) <95206704-F9C9-33C4-AF25-FE9890E160B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90636000 - 0x9063dff3  com.apple.NetFS (5.0 - 4.0) <1F7041F2-4E97-368C-8F5D-24153D81BBDB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x9063e000 - 0x90685ff7  com.apple.framework.CoreWiFi (1.3 - 130.13) <1961CC70-C00D-31DE-BAB5-A077538CD5CB> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x90686000 - 0x91242ff3  com.apple.AppKit (6.8 - 1187.39) <ACA24416-D910-39B8-9387-52A6C6A561F8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x91243000 - 0x912edfff  com.apple.LaunchServices (539.9 - 539.9) <C0E0CFFF-3714-3467-87DA-4A6F0AF1953B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x912ee000 - 0x912f8fff  libsystem_notify.dylib (98.5) <7EEE9475-18F8-3099-B0ED-23A3E528ABE0> /usr/lib/system/libsystem_notify.dylib
    0x912f9000 - 0x91300ffb  libunwind.dylib (35.1) <E1E8D8B3-3C78-3AB1-B398-C180DC6DCF05> /usr/lib/system/libunwind.dylib
    0x91301000 - 0x913ffff7  libFontParser.dylib (84.6) <7D3EB3CC-527E-3A74-816A-59CAFD2260A4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x91400000 - 0x91401fff  libdnsinfo.dylib (453.19) <3B523729-84A8-3D0B-B58C-3FC185060E67> /usr/lib/system/libdnsinfo.dylib
    0x91402000 - 0x91466ff3  libstdc++.6.dylib (56) <F8FA490A-8F3C-3645-ABF5-78926CE9C62C> /usr/lib/libstdc++.6.dylib
    0x91467000 - 0x91470fff  com.apple.CommerceCore (1.0 - 26.1) <8C28115C-6EC1-316D-9237-F4FBCBB778C5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x91471000 - 0x914ebff7  com.apple.securityfoundation (6.0 - 55115.4) <A959B2F5-9D9D-3C93-A62A-7399594CF238> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x914ec000 - 0x91510fff  com.apple.PerformanceAnalysis (1.16 - 16) <18DE0F9F-1264-394D-AC56-6B2A1771DFBE> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x91511000 - 0x91512fff  liblangid.dylib (116) <E13CC8C5-5034-320A-A210-41A2BDE4F846> /usr/lib/liblangid.dylib
    0x9176d000 - 0x9176dfff  com.apple.Carbon (154 - 155) <604ADD9D-5835-3294-842E-3A4AEBCCB548> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x91794000 - 0x918e2ff3  com.apple.CFNetwork (596.4.3 - 596.4.3) <547BD138-E902-35F0-B6EC-41DD06794B22> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x918e3000 - 0x918e4fff  libsystem_sandbox.dylib (220.3) <C532F6A6-7E85-38F3-8660-EC1066DF67BE> /usr/lib/system/libsystem_sandbox.dylib
    0x918e5000 - 0x91924ff7  com.apple.bom (12.0 - 192) <0637E52C-D151-37B3-904F-8656B2FD44DD> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x91925000 - 0x91b0dffb  com.apple.CoreFoundation (6.8 - 744.19) <DDD3AA21-5B5F-3D8F-B137-AD95FCA89064> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x91b0e000 - 0x91b11fff  com.apple.help (1.3.2 - 42) &

    Linc I saw you solve a couple similar problems, maybe you could help me out?
    Process:         Civilization V [345]
    Path:            /Users/maxjackson/Library/Application Support/Steam/SteamApps/common/Sid Meier's Civilization V/Civilization V.app/Contents/MacOS/Civilization V
    Identifier:      com.aspyr.civ5xp.steam
    Version:         1.3.1 (112297)
    Code Type:       X86 (Native)
    Parent Process:  launchd [150]
    Date/Time:       2013-08-23 13:13:51.828 -0700
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          2466741 sec
    Crashes Since Last Report:           10
    Per-App Interval Since Last Report:  207 sec
    Per-App Crashes Since Last Report:   9
    Anonymous UUID:                      0CAB957C-2C17-4FBB-98D2-766EC53F551D
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x00000000bda41bf0
    Crashed Thread:  0  MainThrd  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  MainThrd  Dispatch queue: com.apple.main-thread
    0   com.aspyr.civ5xp.steam                  0x007568db lua_getinfo + 177847
    1   com.aspyr.civ5xp.steam                  0x0075603e lua_getinfo + 175642
    2   com.aspyr.civ5xp.steam                  0x0075662a lua_getinfo + 177158
    3   com.aspyr.civ5xp.steam                  0x007567ab lua_getinfo + 177543
    4   com.aspyr.civ5xp.steam                  0x0065a6e1 CvWorldBuilderMapTypeGroup::Contains(char const*) const + 104529
    5   com.aspyr.civ5xp.steam                  0x0065a750 CvWorldBuilderMapTypeGroup::Contains(char const*) const + 104640
    6   com.aspyr.civ5xp.steam                  0x0065adcf CvWorldBuilderMapTypeGroup::Contains(char const*) const + 106303
    7   com.aspyr.civ5xp.steam                  0x0065aec8 CvWorldBuilderMapTypeGroup::Contains(char const*) const + 106552
    8   com.aspyr.civ5xp.steam                  0x004e65de _vsnprintf + 4515605
    9   com.aspyr.civ5xp.steam                  0x004dd9aa _vsnprintf + 4479713
    10  com.aspyr.civ5xp.steam                  0x004ed1c3 _vsnprintf + 4543226
    11  com.aspyr.civ5xp.steam                  0x00002921 0x1000 + 6433
    12  com.apple.HIToolbox                     0x972e5c2f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    13  com.apple.HIToolbox                     0x972e4ef6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    14  com.apple.HIToolbox                     0x972e4d55 SendEventToEventTargetWithOptions + 58
    15  com.apple.HIToolbox                     0x97319a24 ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 3006
    16  com.apple.HIToolbox                     0x972e6080 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2672
    17  com.apple.HIToolbox                     0x972e4ef6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    18  com.apple.HIToolbox                     0x973077f3 SendEventToEventTarget + 52
    19  com.apple.HIToolbox                     0x97490c17 ToolboxEventDispatcher + 86
    20  com.apple.HIToolbox                     0x97490d4f RunApplicationEventLoop + 243
    21  com.aspyr.civ5xp.steam                  0x000028c0 0x1000 + 6336
    22  com.aspyr.civ5xp.steam                  0x00002c4c 0x1000 + 7244
    23  com.aspyr.civ5xp.steam                  0x00002705 0x1000 + 5893
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x93b38382 kevent + 10
    1   libSystem.B.dylib                       0x93b38a9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                       0x93b37f59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                       0x93b37cfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                       0x93b37781 _pthread_wqthread + 390
    5   libSystem.B.dylib                       0x93b375c6 start_wqthread + 30
    Thread 2:  IOPollingHelperThread
    0   libSystem.B.dylib                       0x93b38382 kevent + 10
    1   steamclient.dylib                       0x18deacc5 OSXHelpers::CIOPollingHelper::RealRun() + 249
    2   libtier0_s.dylib                        0x0644cf3d CatchAndWriteContext_t::Invoke() + 159
    3   libtier0_s.dylib                        0x0644cac8 CatchAndWriteMiniDumpExForVoidPtrFn + 86
    4   libtier0_s.dylib                        0x0644caf2 CatchAndWriteMiniDumpForVoidPtrFn + 37
    5   steamclient.dylib                       0x18deabbb OSXHelpers::CIOPollingHelper::Run() + 41
    6   libtier0_s.dylib                        0x06451314 SteamThreadTools::CThread::ThreadExceptionWrapper(void*) + 16
    7   libtier0_s.dylib                        0x0644cf3d CatchAndWriteContext_t::Invoke() + 159
    8   libtier0_s.dylib                        0x0644cac8 CatchAndWriteMiniDumpExForVoidPtrFn + 86
    9   libtier0_s.dylib                        0x0644caf2 CatchAndWriteMiniDumpForVoidPtrFn + 37
    10  libtier0_s.dylib                        0x0645128c SteamThreadTools::CThread::ThreadProc(void*) + 196
    11  libSystem.B.dylib                       0x93b3f259 _pthread_start + 345
    12  libSystem.B.dylib                       0x93b3f0de thread_start + 34
    Thread 3:  WebCore: LocalStorage
    0   libSystem.B.dylib                       0x93b3faa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x93b3f75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x93b413f8 pthread_cond_wait$UNIX2003 + 73
    3   com.apple.JavaScriptCore                0x95abdfd1 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    4   libSystem.B.dylib                       0x93b3f259 _pthread_start + 345
    5   libSystem.B.dylib                       0x93b3f0de thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                       0x93b11afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x93b12267 mach_msg + 68
    2   com.apple.CoreFoundation                0x94b292df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x94b283c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x94b281f1 CFRunLoopRunInMode + 97
    5   com.apple.Foundation                    0x996d7224 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 329
    6   com.apple.Foundation                    0x9969e4c4 -[NSThread main] + 45
    7   com.apple.Foundation                    0x9969e474 __NSThread__main__ + 1499
    8   libSystem.B.dylib                       0x93b3f259 _pthread_start + 345
    9   libSystem.B.dylib                       0x93b3f0de thread_start + 34
    Thread 5:  JavaScriptCore::Marking
    0   libSystem.B.dylib                       0x93b3faa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x93b3f75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x93b413f8 pthread_cond_wait$UNIX2003 + 73
    Thread 6:  JavaScriptCore::BlockFree
    0   libSystem.B.dylib                       0x93b3faa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x93b3f75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x93b3f2b1 pthread_cond_timedwait$UNIX2003 + 72
    3   com.apple.JavaScriptCore                0x95abe01c ***::ThreadCondition::timedWait(***::Mutex&, double) + 156
    Thread 7:  com.apple.CFSocket.private
    0   libSystem.B.dylib                       0x93b30ac6 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation                0x94b68c53 __CFSocketManager + 1091
    2   libSystem.B.dylib                       0x93b3f259 _pthread_start + 345
    3   libSystem.B.dylib                       0x93b3f0de thread_start + 34
    Thread 8:
    0   libSystem.B.dylib                       0x93b37412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x93b379a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x93b375c6 start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0xffffffff  ebx: 0xbda41bf0  ecx: 0x00000000  edx: 0x066dcf6c
      edi: 0x066dcf00  esi: 0x1d51b330  ebp: 0xbffedef8  esp: 0xbffedeec
       ss: 0x0000001f  efl: 0x00210286  eip: 0x007568db   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0xbda41bf0
    Binary Images:
        0x1000 -   0xb06fe7 +com.aspyr.civ5xp.steam 1.3.1 (112297) <C6132B18-026E-318F-AAEC-646543186A57> /Users/maxjackson/Library/Application Support/Steam/SteamApps/common/Sid Meier's Civilization V/Civilization V.app/Contents/MacOS/Civilization V
    0x61c2000 -  0x61dbff3 +gameoverlayrenderer.dylib ??? (???) <C6AD9D84-0A5D-3598-9C2D-81FF881D168A> /Applications/Steam.app/Contents/MacOS/osx32/gameoverlayrenderer.dylib
    0x61f2000 -  0x61f2ffb +steamloader.dylib ??? (???) <04FED4D9-EA7B-3389-8885-307D47EC1AF1> /Applications/Steam.app/Contents/MacOS/osx32/steamloader.dylib
    0x61f5000 -  0x6202ffe +com.aspyr.gameguide 1.0 (677) <41DC5B64-3E0A-3582-B375-8B77F1D5988B> /Users/maxjackson/Library/Application Support/Steam/SteamApps/common/Sid Meier's Civilization V/Civilization V.app/Contents/Frameworks/AspyrGameGuide.framework/Versions/A/AspyrGameGuide
    0x620a000 -  0x624dfe2 +libMilesX86.dylib ??? (???) <670EDD99-0C23-3FCC-9407-E59F4CCD269D> /Users/maxjackson/Library/Application Support/Steam/SteamApps/common/Sid Meier's Civilization V/Civilization V.app/Contents/MacOS/libMilesX86.dylib
    0x626a000 -  0x626fffb +libsteam_api.dylib ??? (???) <69366E8A-55F3-3281-8080-B963D3AAD33A> /Users/maxjackson/Library/Application Support/Steam/SteamApps/common/Sid Meier's Civilization V/Civilization V.app/Contents/MacOS/libsteam_api.dylib
    0x6274000 -  0x6296ff7 +libtbb.dylib ??? (???) <AAA2AFA2-789A-41B8-D03D-C03861305060> /Users/maxjackson/Library/Application Support/Steam/SteamApps/common/Sid Meier's Civilization V/Civilization V.app/Contents/MacOS/libtbb.dylib
    0x62a9000 -  0x62a9ff7  libmx.A.dylib 315.0.0 (compatibility 1.0.0) <01401BF8-3FC7-19CF-ACCE-0F292BFD2F25> /usr/lib/libmx.A.dylib
    0x6448000 -  0x645cff3 +libtier0_s.dylib ??? (???) <442C2E58-54CE-30F0-92AA-8793C021678B> /Applications/Steam.app/Contents/MacOS/osx32/libtier0_s.dylib
    0x647a000 -  0x6499ffb +libvstdlib_s.dylib ??? (???) <94C6E88E-0EAB-379B-B79C-A506A2F4158A> /Applications/Steam.app/Contents/MacOS/osx32/libvstdlib_s.dylib
    0x64c2000 -  0x64ebfff  com.apple.audio.OpenAL 1.4 (1.4) <CDC6D2B8-3DCA-E511-2250-75567E4C94BD> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
    0x6700000 -  0x670bfff +crashhandler.dylib ??? (???) <3A02A6BF-FCC6-3600-B440-71A02ED288F5> /Applications/Steam.app/Contents/MacOS/osx32/crashhandler.dylib
    0x6722000 -  0x6729fff +com.googlecode.google-breakpad ??? (1.0) <52A4C312-E82C-3FD2-AD6B-71E07E934FA9> /Applications/Steam.app/Contents/MacOS/Frameworks/Breakpad.framework/Versions/A /Breakpad
    0x6733000 -  0x6742fff +breakpadUtilities.dylib ??? (???) <705ACFD7-8CF0-3AB6-9F66-AF306AF3286F> /Applications/Steam.app/Contents/MacOS/Frameworks/Breakpad.framework/Versions/A /Resources/breakpadUtilities.dylib
    0x18787000 - 0x1922cfcf +steamclient.dylib ??? (???) <8879F11E-72A9-3C56-AAB2-9CE4C11650C6> /Applications/Steam.app/Contents/MacOS/osx32/steamclient.dylib
    0x19c8e000 - 0x19f1aff7 +libsteam.dylib ??? (???) <489E1F11-B16B-31AB-A7A8-7730CAE82AD7> /Applications/Steam.app/Contents/MacOS/osx32/libsteam.dylib
    0x1ec84000 - 0x1edfdff7  GLEngine ??? (???) <76C922AA-A4A7-2835-537B-17F316AD95F6> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x1ee2f000 - 0x1f234fe7  libclh.dylib 3.1.1 C  (3.1.1) <15AD52DD-FC3F-305E-5C31-699329E8FDE1> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
    0x1f300000 - 0x1f324fe7  GLRendererFloat ??? (???) <F19DDBE8-1DF6-6618-F554-0E81ED85CE67> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x8f0c6000 - 0x8f811fff  com.apple.GeForceGLDriver 1.6.36 (6.3.6) <3BB341B6-11A7-38AD-10A3-F89506FD40D4> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
    0x8fe00000 - 0x8fe4163b  dyld 132.1 (???) <4CDE4F04-0DD6-224E-ACE5-3C06E169A801> /usr/lib/dyld
    0x90043000 - 0x90065fef  com.apple.DirectoryService.Framework 3.6 (621.16) <5566E769-6459-78A7-DD2C-1D3068BD3932> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x906c8000 - 0x90775fe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <9F8413A6-736D-37D9-8EB3-7986D4699957> /usr/lib/libobjc.A.dylib
    0x90776000 - 0x907baff3  com.apple.coreui 2 (114) <2234855E-3BED-717F-0BFA-D1A289ECDBDA> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x907bb000 - 0x908e9fe7  com.apple.CoreData 102.1 (251) <87FE6861-F2D6-773D-ED45-345272E56463> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x90b4f000 - 0x918c7fe7  com.apple.WebCore 6534.58 (6534.58.2) <E39A8EB5-2D9F-0459-54E1-E172689616F5> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x91a0f000 - 0x91ac8fe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
    0x91adc000 - 0x91b88fe7  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
    0x91de8000 - 0x91e12ff7  com.apple.shortcut 1.1 (1.1) <B0514FA9-7CAE-AD94-93CA-7B2A2C5F7B8A> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x91e13000 - 0x91e24ff7  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
    0x91e25000 - 0x91e2bfff  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
    0x91e2c000 - 0x9214cff3  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
    0x9216f000 - 0x92171ff7  libRadiance.dylib ??? (???) <090420B3-CB65-9F7B-5349-D42F2F9693B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x9217a000 - 0x92185ff7  libGL.dylib ??? (???) <3E34468F-E9A7-8EFB-FF66-5204BD5B4E21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x921b4000 - 0x9221efe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x92225000 - 0x9222bff7  libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <6EE825E7-CBA5-2AD2-0336-244D45A1A834> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x92340000 - 0x92340ff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x92373000 - 0x923b6ff7  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
    0x923d0000 - 0x923f4ff7  libJPEG.dylib ??? (???) <50E17B4D-63D6-24D3-702F-6A6E912A55EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x92536000 - 0x92586ff7  com.apple.framework.familycontrols 2.0.2 (2020) <596ADD85-79F5-A613-537B-F83B6E19013C> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x9259d000 - 0x925d3fff  libtidy.A.dylib ??? (???) <0FD72C68-4803-4C5B-3A63-05D7394BFD71> /usr/lib/libtidy.A.dylib
    0x9282e000 - 0x92835ff7  com.apple.agl 3.0.12 (AGL-3.0.12) <A5FF7623-9F55-0364-AD9B-42CF13C677C1> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x92836000 - 0x92883feb  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <00A1A83B-0E7D-D0F4-A643-8C5675C2BB21> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x92884000 - 0x928b7ff7  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
    0x928b8000 - 0x9294afe7  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
    0x9294b000 - 0x9294eff7  libCoreVMClient.dylib ??? (???) <37F56237-4ABA-E5B5-968D-70FFE357E8E0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x9294f000 - 0x9295cff7  com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x9295d000 - 0x92a5ffe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <316C3B25-6DCA-549A-7728-D5A038F654D8> /usr/lib/libcrypto.0.9.8.dylib
    0x92ff3000 - 0x9311cfe7  com.apple.WebKit 6534.58 (6534.58.2) <D156AE52-5235-2C51-B522-FD3D90E474DA> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x9311d000 - 0x93139fe3  com.apple.openscripting 1.3.1 (???) <2A748037-D1C0-6D47-2C4A-0562AF799AC9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x931e4000 - 0x931e9ff7  com.apple.OpenDirectory 10.6 (10.6) <0603680A-A002-D294-DE83-0D028C6BE884> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x931ea000 - 0x931f6ff7  libkxld.dylib ??? (???) <9A441C48-2D18-E716-5F38-CBEAE6A0BB3E> /usr/lib/system/libkxld.dylib
    0x931fc000 - 0x93200ff7  libGFXShared.dylib ??? (???) <09540618-2ED1-72C4-61CB-938B35927568> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x9327b000 - 0x9327bff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93a55000 - 0x93a7bffb  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
    0x93a7c000 - 0x93ab6fe7  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <6C5E60CA-0C64-0112-5FEF-6161954614C4> /usr/lib/libssl.0.9.8.dylib
    0x93b03000 - 0x93b0aff3  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
    0x93b0b000 - 0x93b0efe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x93b0f000 - 0x93b10ff7  com.apple.TrustEvaluationAgent 1.1 (1) <2D970A9B-77E8-EDC0-BEC6-7580D78B2843> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x93b11000 - 0x93cb8ff7  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    0x93d40000 - 0x93dc2ffb  SecurityFoundation ??? (???) <C4506287-1AE2-5380-675D-95B0291AA425> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x93dc3000 - 0x93eb7ff7  libiconv.2.dylib 7.0.0 (compatibility 7.0.0) <061ABF36-8BA9-79C1-6CE7-EC69A4998F51> /usr/lib/libiconv.2.dylib
    0x93eb8000 - 0x93ec2ffb  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
    0x93ec3000 - 0x93ee1fe7  libPng.dylib ??? (???) <6C0B95D7-9634-E044-0B79-F1DD56961C33> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x93ee2000 - 0x93f51ff7  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
    0x940eb000 - 0x949ceff7  com.apple.AppKit 6.6.8 (1038.36) <A353465E-CFC9-CB75-949D-786F6F7732F6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x949cf000 - 0x949d2ff7  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
    0x949e4000 - 0x94ae4fe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <BE7FCD73-03B5-25A4-FCA4-D4980F1488D6> /usr/lib/libxml2.2.dylib
    0x94ae5000 - 0x94aebfe7  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
    0x94aec000 - 0x94c67fe7  com.apple.CoreFoundation 6.6.6 (550.44) <F88C95CD-1264-782D-A1F5-204739847E93> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x94c74000 - 0x94c93ff7  com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x94d9d000 - 0x94dabff7  com.apple.opengl 1.6.14 (1.6.14) <82622F67-E032-0BF6-A78D-50B346E8D0FD> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x94dac000 - 0x94dbeff7  com.apple.MultitouchSupport.framework 207.11 (207.11) <6FF4F2D6-B8CD-AE13-56CB-17437EE5B741> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x94dbf000 - 0x94dfcff7  com.apple.SystemConfiguration 1.10.8 (1.10.2) <50E4D49B-4F61-446F-1C21-1B2BA814713D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x94dfd000 - 0x94e15ff7  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
    0x94e16000 - 0x94eaefe7  edu.mit.Kerberos 6.5.11 (6.5.11) <F36DB665-A88B-7F5B-6244-6A2E7FFFF668> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x94eaf000 - 0x94fbbfe7  libGLProgrammability.dylib ??? (???) <6167CEB0-D8D6-C4D9-DD74-49755ADB540F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x95022000 - 0x95025ffb  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
    0x95105000 - 0x95158ff7  com.apple.HIServices 1.8.3 (???) <1D3C4587-6318-C339-BD0F-1988F246BE2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x95159000 - 0x95215fff  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
    0x95216000 - 0x95510fef  com.apple.QuickTime 7.6.6 (1799) <9C110DFE-9171-20C1-C4E5-62BE8853D18A> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x95739000 - 0x9579dffb  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
    0x9579e000 - 0x9583bfe3  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
    0x9584a000 - 0x9588cff7  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
    0x9588d000 - 0x958b5ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <E761F29A-328B-29D9-3DF0-023F2C21E500> /usr/lib/libxslt.1.dylib
    0x958b6000 - 0x95996fe7  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
    0x95a8f000 - 0x95a91ff7  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
    0x95a92000 - 0x95ab2fe7  libresolv.9.dylib 41.1.0 (compatibility 1.0.0) <8C2B5FA8-2469-21C7-D297-F95A0FFE5F19> /usr/lib/libresolv.9.dylib
    0x95ab3000 - 0x95d61fe7  com.apple.JavaScriptCore 6534.58 (6534.58.1) <8A25C759-F46B-D303-23D3-22BBFBDEEBDE> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x95d62000 - 0x95d62ff7  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
    0x95dc9000 - 0x95dcdff7  IOSurface ??? (???) <89D859B7-A26A-A5AB-8401-FC1E01AC7A60> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x95e14000 - 0x95e14ff7  com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x95e15000 - 0x95ec3ff3  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
    0x95ed4000 - 0x95f18fe7  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
    0x95f19000 - 0x9617fff7  com.apple.security 6.1.2 (55002) <E88E133F-5FB3-446F-B753-2B8AD577B46A> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x96180000 - 0x961d0fe7  libTIFF.dylib ??? (???) <AB182CEC-188A-F2BC-21E1-0059FD3B2598> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x961d1000 - 0x9624bfff  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <156A532C-0B60-55B0-EE27-D02B82AA6217> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9624c000 - 0x96257ff7  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
    0x96258000 - 0x96258ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x96259000 - 0x962f4fe7  com.apple.ApplicationServices.ATS 275.19 (???) <2E83B3E9-AF39-36FC-5D05-CC1E952098AB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x962f5000 - 0x96330ffb  libFontRegistry.dylib ??? (???) <19ED5DE0-D3AF-B229-9193-35D58FE377E5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x96331000 - 0x96345ffb  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
    0x96346000 - 0x96389ff7  libGLU.dylib ??? (???) <6CC3CE6A-7024-C685-EADA-7F9DC27128E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x972de000 - 0x97602fef  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
    0x97603000 - 0x97603ff7  com.apple.Carbon 150 (152) <095157D7-B4EE-F73D-72E9-6C5EF55C55E2> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x9760e000 - 0x976b6ffb  com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x976b7000 - 0x976c1fe7  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
    0x977d1000 - 0x97953fe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <60FF302E-5FAE-749B-BC70-0496DC2FBF2D> /usr/lib/libicucore.A.dylib
    0x97954000 - 0x97954ff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x97955000 - 0x9795eff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9795f000 - 0x97990ff7  libGLImage.dylib ??? (???) <D18E2E76-DBF4-6930-039A-F66CA0D120B3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x979ca000 - 0x97a82feb  libFontParser.dylib ??? (???) <D2D0C922-5ED1-3AE9-6F99-707C74DF3E62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x97a83000 - 0x97b4efef  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
    0x97bbe000 - 0x97c1ffe7  com.apple.CoreText 151.13 (???) <23F359DA-D845-5C50-4DF3-19E858CF2B2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x97c20000 - 0x9840f557  com.apple.CoreGraphics 1.545.0 (???) <1D9DC7A5-228B-42CB-7018-66F42C3A9BB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x98516000 - 0x98653fe7  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <423BDE4D-5082-B6CA-BB2C-E22A037235A4> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x98654000 - 0x98664ff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x98715000 - 0x98715ff7  com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x98716000 - 0x987f0fff  com.apple.DesktopServices 1.5.11 (1.5.11) <800F2040-9211-81A7-B438-7712BF51DEE3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x987f1000 - 0x98c26ff7  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
    0x98c2f000 - 0x98df2feb  com.apple.ImageIO.framework 3.0.6 (3.0.6) <AE641FAD-DF38-AE31-B45B-85AEE7AF3A45> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x98df3000 - 0x98e50ff7  com.apple.framework.IOKit 2.0 (???) <3DABAB9C-4949-F441-B077-0498F8E47A35> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x98e71000 - 0x992c2fef  com.apple.RawCamera.bundle 3.7.1 (570) <AF94D180-5E0F-10DF-0CB2-FD8EDB110FA2> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x992c3000 - 0x9962eff7  com.apple.QuartzCore 1.6.3 (227.37) <E323A5CC-499E-CA9E-9BC3-537231449CAA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x99688000 - 0x998f9fef  com.apple.Foundation 6.6.8 (751.63) <69B3441C-B196-F2AD-07F8-D8DD24E4CD8C> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x99913000 - 0x99993feb  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
    0x99ae3000 - 0x99b29ff7  libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
    0x99b2a000 - 0x99b2bff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <93EC71F1-4D4E-F456-8EFE-32E7EFD7A064> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9a042000 - 0x9a458ff7  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
    0x9a459000 - 0x9a467fe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <33C1B260-ED05-945D-FC33-EF56EC791E2E> /usr/lib/libz.1.dylib
    0x9a47b000 - 0x9a4b5ff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <A6C207E3-7B42-926D-9C93-BE3F50B92496> /usr/lib/libcups.2.dylib
    0x9a972000 - 0x9a993fe7  com.apple.opencl 12.3.6 (12.3.6) <B4104B80-1CB3-191C-AFD3-697843C6BCFF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x9a994000 - 0x9a9d5ff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <80998F66-0AD7-AD12-B9AF-3E8D2CE6DE05> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x9aad4000 - 0x9aadeff7  com.apple.HelpData 2.0.5 (34.1.1) <A9CF754F-B254-5D40-B8B5-F35414DFD875> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x9aadf000 - 0x9ab12fff  libTrueTypeScaler.dylib ??? (???) <8ADB7D19-413E-4499-C874-13C383F97685> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x9ab13000 - 0x9ab28fff  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
    0x9ab29000 - 0x9ab2dff7  libGIF.dylib ??? (???) <2251F789-B187-0837-6E38-A0E5C7C4FA3C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x9ab2e000 - 0x9ab42fe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    Model: MacBookPro5,3, BootROM MBP53.00AC.B03, 2 processors, Intel Core 2 Duo, 2.66 GHz, 4 GB, SMC 1.48f2
    Graphics: NVIDIA GeForce 9600M GT, NVIDIA GeForce 9600M GT, PCIe, 256 MB
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.10.131.42.4)
    Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: ST9320423ASG, 298.09 GB
    Serial ATA Device: MATSHITADVD-R   UJ-868
    USB Device: Internal Memory Card Reader, 0x05ac  (Apple Inc.), 0x8403, 0x26500000 / 2
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8507, 0x24400000 / 2
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000 / 2
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8213, 0x06110000 / 4
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0236, 0x04600000 / 3
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x04500000 / 2

  • Adobe Photoshop CS2 crashes... please help!

    Photoshop crashes minutes into trying to edit photos.. here is the errors I receive: Any help you can provide is appreciated!
    Process:    
    Adobe Photoshop CS2 [324]
    Path:       
    /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2
    Identifier: 
    com.adobe.Photoshop
    Version:    
    9.0.2 (9.0.2x312 [20060822.902x312 02:00:00 cutoff]9.0.2x311) (9.0.2)
    Code Type:  
    PPC (Translated)
    Parent Process:  launchd [100]
    Date/Time:  
    2012-09-29 18:42:47.509 -0700
    OS Version: 
    Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:     
    17540 sec
    Crashes Since Last Report:      
    -4
    Per-App Interval Since Last Report:  3662 sec
    Per-App Crashes Since Last Report:   -3
    Anonymous UUID:                 
    2AF919D3-5385-4F9B-B9B2-DBC31A17833C
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000004
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib        
    0xffff07c2 __memcpy + 34
    1   ???                      
    0x7f8f22be 0 + 2140086974
    2   libSystem.B.dylib        
    0x8014cea4 memmove + 0
    3   ???                      
    0xbfffdc60 0 + 3221216352
    4   ???                      
    0x00006039 0 + 24633
    Thread 1:
    0   libSystem.B.dylib        
    0x80142afa mach_msg_trap + 10
    1   libSystem.B.dylib        
    0x80143267 mach_msg + 68
    2   com.adobe.Photoshop      
    0xb819440f CallPPCFunctionAtAddressInt + 206231
    3   libSystem.B.dylib        
    0x80170259 _pthread_start + 345
    4   libSystem.B.dylib        
    0x801700de thread_start + 34
    Thread 2:
    0   com.adobe.Photoshop      
    0xb815acc0 spin_lock_wrapper + 90152
    1   com.adobe.Photoshop      
    0xb8179c5b CallPPCFunctionAtAddressInt + 97763
    2   com.adobe.Photoshop      
    0xb80c6b13 0xb8000000 + 813843
    3   com.adobe.Photoshop      
    0xb80c0037 0xb8000000 + 786487
    4   com.adobe.Photoshop      
    0xb80dd8e8 0xb8000000 + 907496
    5   com.adobe.Photoshop      
    0xb8145397 spin_lock_wrapper + 1791
    6   com.adobe.Photoshop      
    0xb801ceb7 0xb8000000 + 118455
    Thread 3:
    0   com.adobe.Photoshop      
    0xb815a8ff spin_lock_wrapper + 89191
    1   com.adobe.Photoshop      
    0xb8176e5d CallPPCFunctionAtAddressInt + 85989
    2   com.adobe.Photoshop      
    0xb80c6b13 0xb8000000 + 813843
    3   com.adobe.Photoshop      
    0xb80c0037 0xb8000000 + 786487
    4   com.adobe.Photoshop      
    0xb80dd8e8 0xb8000000 + 907496
    5   com.adobe.Photoshop      
    0xb8145397 spin_lock_wrapper + 1791
    6   com.adobe.Photoshop      
    0xb801ceb7 0xb8000000 + 118455
    Thread 4:
    0   com.adobe.Photoshop      
    0xb815aa8b spin_lock_wrapper + 89587
    1   com.adobe.Photoshop      
    0xb818c3eb CallPPCFunctionAtAddressInt + 173427
    2   com.adobe.Photoshop      
    0xb818eeec CallPPCFunctionAtAddressInt + 184436
    3   com.adobe.Photoshop      
    0xb80c6b13 0xb8000000 + 813843
    4   com.adobe.Photoshop      
    0xb80c0037 0xb8000000 + 786487
    5   com.adobe.Photoshop      
    0xb80dd8e8 0xb8000000 + 907496
    6   com.adobe.Photoshop      
    0xb8145c1d spin_lock_wrapper + 3973
    7   com.adobe.Photoshop      
    0xb801ceb7 0xb8000000 + 118455
    Thread 5:
    0   com.adobe.Photoshop      
    0xb815a8ff spin_lock_wrapper + 89191
    1   com.adobe.Photoshop      
    0xb8176e5d CallPPCFunctionAtAddressInt + 85989
    2   com.adobe.Photoshop      
    0xb80e88cb 0xb8000000 + 952523
    3   ???                      
    0x8bac1c4a 0 + 2343312458
    Thread 6:
    0   com.adobe.Photoshop      
    0xb815a8ff spin_lock_wrapper + 89191
    1   com.adobe.Photoshop      
    0xb8176e5d CallPPCFunctionAtAddressInt + 85989
    2   com.adobe.Photoshop      
    0xb80c6b13 0xb8000000 + 813843
    3   com.adobe.Photoshop      
    0xb80c0037 0xb8000000 + 786487
    4   com.adobe.Photoshop      
    0xb80dd8e8 0xb8000000 + 907496
    5   com.adobe.Photoshop      
    0xb8145397 spin_lock_wrapper + 1791
    6   com.adobe.Photoshop      
    0xb801ceb7 0xb8000000 + 118455
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0xffff07a0  ebx: 0x8c019c34  ecx: 0x00000002  edx: 0x00000008
      edi: 0xbfffdd50  esi: 0x00000004  ebp: 0xbfffcc58  esp: 0xbfffcc50
       ss: 0x0000001f  efl: 0x00010202  eip: 0xffff07c2   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x00000004
    Binary Images:
    0x80000000 - 0x8005dff7  com.apple.framework.IOKit 2.0 (???) <3DABAB9C-4949-F441-B077-0498F8E47A35> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x8007d000 - 0x800e7fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x80142000 - 0x802e9ff7  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    0x8036b000 - 0x804e6fe7  com.apple.CoreFoundation 6.6.6 (550.44) <F88C95CD-1264-782D-A1F5-204739847E93> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x805de000 - 0x805ecfe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <33C1B260-ED05-945D-FC33-EF56EC791E2E> /usr/lib/libz.1.dylib
    0x805f1000 - 0x805fdff7  libkxld.dylib ??? (???) <9A441C48-2D18-E716-5F38-CBEAE6A0BB3E> /usr/lib/system/libkxld.dylib
    0x80601000 - 0x80647ff7  libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
    0x80654000 - 0x807d6fe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <50A70082-F800-93D8-1A7C-C95AAB1F352C> /usr/lib/libicucore.A.dylib
    0x80838000 - 0x808e5fe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <9F8413A6-736D-37D9-8EB3-7986D4699957> /usr/lib/libobjc.A.dylib
    0x808f9000 - 0x808fcfe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x8fe00000 - 0x8fe4163b  dyld 132.1 (???) <4CDE4F04-0DD6-224E-ACE5-3C06E169A801> /usr/lib/dyld
    0xb8000000 - 0xb81defff +com.adobe.Photoshop 9.0.2 (9.0.2x312 [20060822.902x312 02:00:00 cutoff]9.0.2x311) (9.0.2) <F24FBFDD-E694-6F38-BFFB-293613CEF2DE> /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2
    0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    Translated Code Information:
    objc[324]: garbage collection is ON
    Rosetta Version:  22.27
    Args: 
    /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 -psn_0_196656
    Exception: EXC_BAD_ACCESS (0x0001)
    Thread 0: (0xb02a2e34, 0xb815a8ff)
    0x90dbaa3c: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore : _MPWaitOnSemaphore + 40
    0x0c073428: /Applications/Adobe Photoshop CS2/Plug-Ins/Extensions/MultiProcessor Support.plugin/Contents/MacOS/MultiProcessor Support : ThreadFunction(void*) + 64
    0x90dbb988: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore : _PrivateMPEntryPoint + 100
    0x9740cf08: /usr/lib/libSystem.B.dylib : __pthread_body + 40
    0x00000000: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 :  + 0
    PPC Thread State
    srr0: 0x00000000
    srr1: 0x00000000
    vrsave: 0x00000000
    cr:  0xXXXXXXXX
    xer: 0x00000000
    lr: 0x90dbaa80
    ctr: 0x9736c600
    r00: 0xffffffda
    r01: 0xf0284da0
    r02: 0x0997fcb0
    r03: 0x00007707
    r04: 0x7fffffff
    r05: 0x00000000
    r06: 0x00000000
    r07: 0x00000000
    r08: 0x00000028
    r09: 0x4d555458
    r10: 0x00008000
    r11: 0xa0b45698
    r12: 0x9736c600
    r13: 0x00000000
    r14: 0x00000000
    r15: 0x00000000
    r16: 0x00000000
    r17: 0x00000000
    r18: 0x00000000
    r19: 0x00000000
    r20: 0x00000000
    r21: 0x00000000
    r22: 0x00000000
    r23: 0x00000000
    r24: 0x00000000
    r25: 0x00000000
    r26: 0x00000000
    r27: 0x0c0733fc
    r28: 0x80000000
    r29: 0x7fffffff
    r30: 0x00000000
    r31: 0x90dbaa20
    Thread 1: (0xb022078c, 0xb815aa8b)
    0x00000000: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 :  + 0
    0x90dfb4bc: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore : _TS_exception_listener_thread + 128
    0x9740cf08: /usr/lib/libSystem.B.dylib : __pthread_body + 40
    PPC Thread State
    srr0: 0x00000000
    srr1: 0x00000000
    vrsave: 0x00000000
    cr:  0xXXXXXXXX
    xer: 0x20000000
    lr: 0x9736ccc4
    ctr: 0x9736c590
    r00: 0xffffffe1
    r01: 0xf0203df0
    r02: 0xa0b50090
    r03: 0x0c800000
    r04: 0x00000002
    r05: 0x00000000
    r06: 0x00000054
    r07: 0x00007407
    r08: 0x00000000
    r09: 0x00000000
    r10: 0x00000600
    r11: 0xa0b45194
    r12: 0x9736c590
    r13: 0x00000000
    r14: 0x00000000
    r15: 0x00000000
    r16: 0x00000000
    r17: 0x00000000
    r18: 0x00000000
    r19: 0x00000000
    r20: 0x00000000
    r21: 0x00000000
    r22: 0x0c800000
    r23: 0x00000000
    r24: 0x00000054
    r25: 0x00007407
    r26: 0x00000000
    r27: 0x00000000
    r28: 0x00000002
    r29: 0x00000002
    r30: 0x00000000
    r31: 0x90dfb444
    Thread 2: (0xb011cd74, 0xb815a8ff)
    0x974f0aa4: /usr/lib/libSystem.B.dylib : __dispatch_semaphore_wait_slow + 248
    0x974ef190: /usr/lib/libSystem.B.dylib : __dispatch_worker_thread + 116
    0x9740cf08: /usr/lib/libSystem.B.dylib : __pthread_body + 40
    0x00000000: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 :  + 0
    PPC Thread State
    srr0: 0x00000000
    srr1: 0x00000000
    vrsave: 0x00000000
    cr:  0xXXXXXXXX
    xer: 0x20000000
    lr: 0x974f0abc
    ctr: 0x9736c600
    r00: 0xffffffda
    r01: 0xf0101dc0
    r02: 0x00000000
    r03: 0x00002803
    r04: 0x00000040
    r05: 0x3b9a9956
    r06: 0x00000020
    r07: 0x00000000
    r08: 0x3b9a9956
    r09: 0x00000000
    r10: 0x3b9a9956
    r11: 0xa0b45698
    r12: 0x9736c600
    r13: 0x00000000
    r14: 0x00000000
    r15: 0x00000000
    r16: 0x00000000
    r17: 0x00000000
    r18: 0x00000000
    r19: 0x00000000
    r20: 0x00000000
    r21: 0xa0b4b7cc
    r22: 0xa0b4b7c0
    r23: 0xa0b4b7c8
    r24: 0x000001bb
    r25: 0xf4c0415d
    r26: 0xa0b4b50c
    r27: 0x00000040
    r28: 0x0000000f
    r29: 0x224d1956
    r30: 0xa0b4b7a0
    r31: 0x974f09b4
    Thread 3: (0xb009ad38, 0xb815acc0)
    0x974ef4b8: /usr/lib/libSystem.B.dylib : __dispatch_mgr_invoke + 228
    0x974eee9c: /usr/lib/libSystem.B.dylib : __dispatch_queue_invoke + 308
    0x974ef02c: /usr/lib/libSystem.B.dylib : __dispatch_worker_thread2 + 372
    0x974ef168: /usr/lib/libSystem.B.dylib : __dispatch_worker_thread + 76
    0x9740cf08: /usr/lib/libSystem.B.dylib : __pthread_body + 40
    0x00000000: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 :  + 0
    PPC Thread State
    srr0: 0x00000000
    srr1: 0x00000000
    vrsave: 0x00000000
    cr:  0xXXXXXXXX
    xer: 0x20000000
    lr: 0x974ef480
    ctr: 0x973b02d8
    r00: 0x0000016b
    r01: 0xf0080bb0
    r02: 0x00000000
    r03: 0x00000004
    r04: 0x00000000
    r05: 0x00000000
    r06: 0xf0080d0c
    r07: 0x00000001
    r08: 0xf0080d28
    r09: 0x00000000
    r10: 0x0000003e
    r11: 0xa0b44530
    r12: 0x973b02d8
    r13: 0x10624dd3
    r14: 0x9753eb04
    r15: 0xf0080c0c
    r16: 0xf0080c8c
    r17: 0xa0b5f3dc
    r18: 0xf0080d28
    r19: 0xa0b59588
    r20: 0xa0b5a588
    r21: 0xf0080d0c
    r22: 0xa0b59508
    r23: 0xa0b59488
    r24: 0xa0b5f3dc
    r25: 0x00000000
    r26: 0xa0b4b62c
    r27: 0x00000000
    r28: 0xa0b4b604
    r29: 0xa0b4b33c
    r30: 0xf0080d28
    r31: 0x974ef3dc
    Thread 4: Crashed (0xbfffcc50, 0xffff07c2)
    0x00000000: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 :  + 0
    0x95a38a84: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox : CTextensionIOSuite::SearchIOSuiteType(unsigned long, TDataHeader*, unsigned char) + 116
    0x95a3f00c: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox : CTextensionIOSuite::FreeSuiteObjects(unsigned long) + 32
    0x95a3f0e0: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox : CTextensionIOSuite::FreeSuiteObjects() + 44
    0x95a3f1bc: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox : CTextensionIOSuite::Free() + 36
    0x95a20734: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox : CTextensionEditCommand::Free() + 52
    0x95a5cddc: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox : CTextensionEditCommand::~CTextensionEditCommand() + 48
    0x95a257a0: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox : OpaqueTXNObject::Free() + 196
    0x95a16a68: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox : _TXNDeleteObject + 36
    0x00343ef8: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : SetTextStyle(TextStyle&, short, short, short, CRGBColor const&) + 46988
    0x00343fc4: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : SetTextStyle(TextStyle&, short, short, short, CRGBColor const&) + 47192
    0x00634094: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : GlobalToViewPoint(TView*, CPoint const&, VPoint&) + 126428
    0x006342fc: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : GlobalToViewPoint(TView*, CPoint const&, VPoint&) + 127044
    0x003379a0: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : NewObjectBySignature(unsigned long, CStr255 const&) + 45232
    0x0086d3cc: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : PercentageWindowVisible(TWindow*) + 221924
    0x00a095b4: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : PercentageWindowVisible(TWindow*) + 1909964
    0x003379a0: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : NewObjectBySignature(unsigned long, CStr255 const&) + 45232
    0x01017344: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : XPEPLaunch::StartApp(unsigned short const*, unsigned short const*, unsigned short const*, void**) + 4937804
    0x003379a0: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : NewObjectBySignature(unsigned long, CStr255 const&) + 45232
    0x01017344: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : XPEPLaunch::StartApp(unsigned short const*, unsigned short const*, unsigned short const*, void**) + 4937804
    0x003379a0: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : NewObjectBySignature(unsigned long, CStr255 const&) + 45232
    0x0086d3cc: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : PercentageWindowVisible(TWindow*) + 221924
    0x00914b94: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : PercentageWindowVisible(TWindow*) + 907948
    0x003379a0: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : NewObjectBySignature(unsigned long, CStr255 const&) + 45232
    0x01017344: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : XPEPLaunch::StartApp(unsigned short const*, unsigned short const*, unsigned short const*, void**) + 4937804
    0x003379a0: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : NewObjectBySignature(unsigned long, CStr255 const&) + 45232
    0x00337c04: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : NewObjectBySignature(unsigned long, CStr255 const&) + 45844
    0x0062d648: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : GlobalToViewPoint(TView*, CPoint const&, VPoint&) + 99216
    0x0084f324: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : PercentageWindowVisible(TWindow*) + 98876
    0x00979968: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : PercentageWindowVisible(TWindow*) + 1321088
    0x005f612c: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : SubViewContainingPoint(TView*, VPoint const&) + 2161832
    0x0104fc28: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : XPEPLaunch::StartApp(unsigned short const*, unsigned short const*, unsigned short const*, void**) + 5169456
    0x005a2354: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : SubViewContainingPoint(TView*, VPoint const&) + 1818320
    0x008367ec: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : XPEPLaunch::IsRunning(unsigned short const*) + 118208
    0x00838bf0: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : PercentageWindowVisible(TWindow*) + 6920
    0x00794164: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : InitUPrinting() + 9320
    0x0032eb24: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : NewObjectBySignature(unsigned long, CStr255 const&) + 8756
    0x00069060: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : LookupErrString(short, short, ZString&) + 254372
    0x008029c0: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : IsShowingAlert() + 66260
    0x00064a50: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : LookupErrString(short, short, ZString&) + 236436
    0x007eaa2c: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : InitUPrinting() + 363824
    0x00838bb8: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : PercentageWindowVisible(TWindow*) + 6864
    0x007f1d1c: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : InitUPrinting() + 393248
    0x00003858: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : dyld_stub_binding_helper + 1288
    0x00003530: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : dyld_stub_binding_helper + 480
    0x000032c4: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : ___code_start__ + 512
    0x000030f4: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : ___code_start__ + 48
    0xc8f7ffbf: No symbol
    PPC Thread State
    srr0: 0x00000000
    srr1: 0x00000000
    vrsave: 0x00000000
    cr:  0xXXXXXXXX
    xer: 0x20000000
    lr: 0x959f9bcc
    ctr: 0x9736dd40
    r00: 0x959f9bcc
    r01: 0xbfffdc60
    r02: 0x1781f010
    r03: 0xbfffdd50
    r04: 0x00000004
    r05: 0x00000008
    r06: 0x00000008
    r07: 0x178fc098
    r08: 0x000005f0
    r09: 0x05c541e8
    r10: 0x0469050c
    r11: 0xa08814d0
    r12: 0x9736dd40
    r13: 0x01415538
    r14: 0x01415538
    r15: 0x0141553c
    r16: 0x01415538
    r17: 0x01415538
    r18: 0x01415538
    r19: 0x01415578
    r20: 0xbfffea10
    r21: 0x00000000
    r22: 0x00000000
    r23: 0x00000001
    r24: 0x00defa80
    r25: 0x00defa5c
    r26: 0x72756e73
    r27: 0x00000022
    r28: 0x00000001
    r29: 0x00000008
    r30: 0x10f60430
    r31: 0x959f9b70
    Thread 5: (0xb0324d74, 0xb815a8ff)
    0x90dbaa3c: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore : _MPWaitOnSemaphore + 40
    0x019bbf90: @executable_path/../Frameworks/AdobeACE.framework/Versions/A/AdobeACE : ACESemaphoreList::Wait(unsigned long) + 36
    0x019bc1dc: @executable_path/../Frameworks/AdobeACE.framework/Versions/A/AdobeACE : ACEMPThread::Task() + 76
    0x019bbba0: @executable_path/../Frameworks/AdobeACE.framework/Versions/A/AdobeACE : _TaskGlue + 28
    0x90dbb988: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore : _PrivateMPEntryPoint + 100
    0x9740cf08: /usr/lib/libSystem.B.dylib : __pthread_body + 40
    0x00000000: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 :  + 0
    PPC Thread State
    srr0: 0x00000000
    srr1: 0x00000000
    vrsave: 0x00000000
    cr:  0xXXXXXXXX
    xer: 0x00000000
    lr: 0x90dbaa80
    ctr: 0x9736c600
    r00: 0xffffffda
    r01: 0xf0305d20
    r02: 0x0d0a7590
    r03: 0x00008003
    r04: 0x7fffffff
    r05: 0x00000000
    r06: 0x00000000
    r07: 0x00000000
    r08: 0x00000010
    r09: 0x4d555458
    r10: 0x00100000
    r11: 0xa0b45698
    r12: 0x9736c600
    r13: 0x00000000
    r14: 0x00000000
    r15: 0x00000000
    r16: 0x00000000
    r17: 0x00000000
    r18: 0x00000000
    r19: 0x00000000
    r20: 0x00000000
    r21: 0x00000000
    r22: 0x00000000
    r23: 0x00000000
    r24: 0x00000000
    r25: 0x00000000
    r26: 0x00000000
    r27: 0x00000000
    r28: 0x00000000
    r29: 0x7fffffff
    r30: 0x00000000
    r31: 0x90dbaa20
    Model: MacBookPro2,1, BootROM MBP21.00A5.B08, 2 processors, Intel Core 2 Duo, 2.33 GHz, 2 GB, SMC 1.14f5
    Graphics: ATI Radeon X1600, ATY,RadeonX1600, PCIe, 256 MB
    Memory Module: global_name
    AirPort: AirPort Extreme, Atheros 5416: 2.1.14.6
    Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS541616J9SA00, 149.05 GB
    Parallel ATA Device: MATSHITADVD-R   UJ-85J, 496 MB
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8501, 0xfd400000 / 2
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8205, 0x7d100000 / 2
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x021a, 0x1d200000 / 2
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8240, 0x5d200000 / 2

    I'm having the EXACT same problem. I don't know what to do as I use this in my business daily. None of my other programs....GoLive, Illustraor, InDesign are all fine. Surely we can't be the only 2 people that this has happened too.
    THEN tried calling Adobe... worthless. They only help if someone upgrades to cs4 or 5. That means spending MORE money to upgrade your version of the computer this all after spendin $250 on their Creative Suites package. Bunch of BULL CRAP.

  • Safari, Firefox, and Photoshop quitting unexpectedly? Plug-in Issue?

    So, my computer has been a little weird for a while now. It will freeze up all the time when I'm on the internet. I'll try to open new tabs but it'll freeze and won't let me, so I'll have to open in new windows. Then I can't close out of the windows that I was trying to open new tabs in (the ones that froze up). This has been going on for a few months, happening here and there, but now it's every day. And just a few days ago I started getting this "Flash Player (Safari Internet plug-in) quit unexpectedly" message. And same goes with Firefox as well. And then yesterday when I was on the phone with apple support (who couldn't help because our 90 day phone support is up, but we're still in our 1st year of warranty) I tried to open Photoshop and it's also giving me a "Photoshop quit unexpectedly" message.
    Can anyone advise???
    Here are the actual reports...
    Flash Player (Safari Internet plug-in) quit unexpectedly.
    Process:         WebKitPluginHost [809] 
    Path:            /System/Library/Frameworks/WebKit.framework/WebKitPluginHost.app/Contents/MacOS /WebKitPluginHost
    Identifier:      com.apple.WebKit.PluginHost
    Version:         6533.20 (6533.20.20)
    Build Info:      WebKitPluginHost-75332020~1
    Code Type:       X86 (Native)
    Parent Process:  WebKitPluginAgent [808]
    PlugIn Path:       /Library/Internet Plug-Ins/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/MacOS/FlashPlay er-10.6
    PlugIn Identifier: com.macromedia.FlashPlayer-10.6.plugin
    PlugIn Version:    10.3.181.34 (10.3.181.34)
    Date/Time:       2011-07-06 08:45:06.547 -0500
    OS Version:      Mac OS X 10.6.8 (10K540)
    Report Version:  6
    Sleep/Wake UUID: 3682858C-2829-42BE-A663-05D1457CAAA2
    Interval Since Last Report:          4598 sec
    Crashes Since Last Report:           72
    Per-App Interval Since Last Report:  141 sec
    Per-App Crashes Since Last Report:   70
    Anonymous UUID:                      FC0435D2-272A-43AB-BE77-FBA3E8303837
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x00000000ff9666ff
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   GLEngine                                0x00feafb7 gleAddCommand + 61
    1   GLEngine                                0x00f6c01f glBeginQuery_CompExec + 62
    2   com.apple.opengl                        0x9331b04b CGLQueryRendererInfo + 610
    3   ...dia.FlashPlayer-10.6.plugin          0x15c48c72 FlashPlayer_10_3_181_34_FlashPlayer + 6466
    4   ...dia.FlashPlayer-10.6.plugin          0x15c4972c FlashPlayer_10_3_181_34_FlashPlayer + 9212
    5   com.apple.WebKit.PluginHost             0x01205da3 0x11f9000 + 52643
    6   com.apple.WebKit.PluginHost             0x0120012d 0x11f9000 + 28973
    7   com.apple.WebKit.PluginHost             0x011fb76f 0x11f9000 + 10095
    8   com.apple.CoreFoundation                0x93fb4531 __CFRunLoopDoBlocks + 353
    9   com.apple.CoreFoundation                0x93f64973 __CFRunLoopRun + 3715
    10  com.apple.CoreFoundation                0x93f633f4 CFRunLoopRunSpecific + 452
    11  com.apple.CoreFoundation                0x93f63221 CFRunLoopRunInMode + 97
    12  com.apple.HIToolbox                     0x973cde04 RunCurrentEventLoopInMode + 392
    13  com.apple.HIToolbox                     0x973cdbb9 ReceiveNextEventCommon + 354
    14  com.apple.HIToolbox                     0x973cda3e BlockUntilNextEventMatchingListInMode + 81
    15  com.apple.AppKit                        0x95113595 _DPSNextEvent + 847
    16  com.apple.AppKit                        0x95112dd6 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    17  com.apple.AppKit                        0x950d51f3 -[NSApplication run] + 821
    18  com.apple.WebKit.PluginHost             0x011fa40f 0x11f9000 + 5135
    19  com.apple.WebKit.PluginHost             0x011fa04d 0x11f9000 + 4173
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x936af382 kevent + 10
    1   libSystem.B.dylib                       0x936afa9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                       0x936aef59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                       0x936aecfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                       0x936ae781 _pthread_wqthread + 390
    5   libSystem.B.dylib                       0x936ae5c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                       0x936ae412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x936ae9a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x936ae5c6 start_wqthread + 30
    Thread 3:
    0   libSystem.B.dylib                       0x936ae412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x936ae9a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x936ae5c6 start_wqthread + 30
    Thread 4:
    0   libSystem.B.dylib                       0x936ae412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x936ae9a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x936ae5c6 start_wqthread + 30
    Thread 5:
    0   libSystem.B.dylib                       0x936b6aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x936b675e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x936b83f8 pthread_cond_wait$UNIX2003 + 73
    3   ...dia.FlashPlayer-10.6.plugin          0x15c5b2ff unregister_ShockwaveFlash + 47215
    4   ...dia.FlashPlayer-10.6.plugin          0x15814f24 0x157fc000 + 102180
    5   ...dia.FlashPlayer-10.6.plugin          0x15c5b3fe unregister_ShockwaveFlash + 47470
    6   ...dia.FlashPlayer-10.6.plugin          0x15c5b535 unregister_ShockwaveFlash + 47781
    7   libSystem.B.dylib                       0x936b6259 _pthread_start + 345
    8   libSystem.B.dylib                       0x936b60de thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                       0x936b6aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x936b675e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x936b83f8 pthread_cond_wait$UNIX2003 + 73
    3   ...dia.FlashPlayer-10.6.plugin          0x15c5b2ff unregister_ShockwaveFlash + 47215
    4   ...dia.FlashPlayer-10.6.plugin          0x15814f24 0x157fc000 + 102180
    5   ...dia.FlashPlayer-10.6.plugin          0x15c5b3fe unregister_ShockwaveFlash + 47470
    6   ...dia.FlashPlayer-10.6.plugin          0x15c5b535 unregister_ShockwaveFlash + 47781
    7   libSystem.B.dylib                       0x936b6259 _pthread_start + 345
    8   libSystem.B.dylib                       0x936b60de thread_start + 34
    Thread 7:
    0   libSystem.B.dylib                       0x936b6aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x936b675e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x936b83f8 pthread_cond_wait$UNIX2003 + 73
    3   ...dia.FlashPlayer-10.6.plugin          0x15c5b2ff unregister_ShockwaveFlash + 47215
    4   ...dia.FlashPlayer-10.6.plugin          0x15814f24 0x157fc000 + 102180
    5   ...dia.FlashPlayer-10.6.plugin          0x15c5b3fe unregister_ShockwaveFlash + 47470
    6   ...dia.FlashPlayer-10.6.plugin          0x15c5b535 unregister_ShockwaveFlash + 47781
    7   libSystem.B.dylib                       0x936b6259 _pthread_start + 345
    8   libSystem.B.dylib                       0x936b60de thread_start + 34
    Thread 8:
    0   libSystem.B.dylib                       0x936b6aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x936b675e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x936b83f8 pthread_cond_wait$UNIX2003 + 73
    3   ...dia.FlashPlayer-10.6.plugin          0x15c5b2ff unregister_ShockwaveFlash + 47215
    4   ...dia.FlashPlayer-10.6.plugin          0x15814f24 0x157fc000 + 102180
    5   ...dia.FlashPlayer-10.6.plugin          0x15c5b3fe unregister_ShockwaveFlash + 47470
    6   ...dia.FlashPlayer-10.6.plugin          0x15c5b535 unregister_ShockwaveFlash + 47781
    7   libSystem.B.dylib                       0x936b6259 _pthread_start + 345
    8   libSystem.B.dylib                       0x936b60de thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0xbfffe24c  ebx: 0x00000003  ecx: 0xff9666ff  edx: 0x1042c700
      edi: 0x93328f80  esi: 0x0000000b  ebp: 0xbfffe224  esp: 0xbfffe1fc
       ss: 0x0000001f  efl: 0x00010296  eip: 0x00feafb7   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0xff9666ff
    Binary Images:
       0xc7000 -    0xc8ffc +com.yourcompany.ct_loader 1.7.0.2 (1702) <86134AFA-C7FF-3505-D2F5-A6305D56DEA5> /Library/InputManagers/CTLoader/ct_loader.bundle/Contents/MacOS/ct_loader
       0xd3000 -    0xd6ff2 +com.macromedia.Flash Player.plugin 10.3.181.34 (10.3.181.34) <927169A2-6DE7-54AF-C248-94DAF44F4904> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
      0x7dc000 -   0x7e0ff3  com.apple.audio.AudioIPCPlugIn 1.1.6 (1.1.6) <E9CB576C-283B-1DB2-0C69-E7C914BD7922> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
      0x7e5000 -   0x7ebff7  com.apple.audio.AppleHDAHALPlugIn 2.0.5 (2.0.5f13) <76BC9284-582A-EF9A-960D-5CD0801B1917> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
      0x7f0000 -   0x814fe7  GLRendererFloat ??? (???) <AD081A9B-1424-1F17-3C68-9803EBA37E8D> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
      0xf00000 -  0x1079ff7  GLEngine ??? (???) <64C74F67-44B5-7DEF-CCA6-C8A9FF9BB60A> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x11f9000 -  0x1214fe7  com.apple.WebKit.PluginHost 6533.20 (6533.20.20) <C1FEC29E-6726-4743-A1D0-9DC739040F93> /System/Library/Frameworks/WebKit.framework/WebKitPluginHost.app/Contents/MacOS /WebKitPluginHost
    0x121c000 -  0x121cff7  WebKitPluginHostShim.dylib ??? (???) <B8BA43D3-CD90-DBB7-3447-BBC409D25A97> /System/Library/Frameworks/WebKit.framework/WebKitPluginHost.app/Contents/MacOS /WebKitPluginHostShim.dylib
    0x1222000 -  0x1635fef  com.apple.ATIRadeonX2000GLDriver 1.6.36 (6.3.6) <257CAA1D-6573-2932-E344-E96F6C9CDA84> /System/Library/Extensions/ATIRadeonX2000GLDriver.bundle/Contents/MacOS/ATIRade onX2000GLDriver
    0x157fc000 - 0x16277fd3 +com.macromedia.FlashPlayer-10.6.plugin 10.3.181.34 (10.3.181.34) <26406C56-2E6E-09E6-C582-90763471471E> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/MacOS/FlashPlay er-10.6
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <28F0312C-0678-159E-34E2-9A4E3DEADB20> /usr/lib/dyld
    0x90003000 - 0x90056ff7  com.apple.HIServices 1.8.3 (???) <1D3C4587-6318-C339-BD0F-1988F246BE2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x900cf000 - 0x9014ffeb  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
    0x9049c000 - 0x90506fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x90507000 - 0x90599fe7  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
    0x9059a000 - 0x906a6ff7  libGLProgrammability.dylib ??? (???) <04D7E5C3-B0C3-054B-DF49-3B333DCDEE22> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x906a7000 - 0x906c6ff7  com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9070f000 - 0x90891fe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <D5980817-6D19-9636-51C3-E82BAE26776B> /usr/lib/libicucore.A.dylib
    0x90892000 - 0x908d6fe7  com.apple.Metadata 10.6.3 (507.15) <460BEF23-B89F-6F4C-4940-45556C0671B5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x908d7000 - 0x908dbff7  libGIF.dylib ??? (???) <B7BA65AF-681C-F18B-A434-CBEC76A45646> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x908dc000 - 0x908ddff7  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x90a1b000 - 0x90a37fe3  com.apple.openscripting 1.3.1 (???) <DA16DE48-59F4-C94B-EBE3-7FAF772211A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x91a00000 - 0x91a61fe7  com.apple.CoreText 151.10 (???) <5C2DEFBE-D54B-4DC7-D456-9ED02880BE98> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x91aab000 - 0x91aaefe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x91aaf000 - 0x91abaff7  libGL.dylib ??? (???) <3E34468F-E9A7-8EFB-FF66-5204BD5B4E21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x91abb000 - 0x91d2cfef  com.apple.Foundation 6.6.7 (751.62) <5C995C7F-2EA9-50DC-9F2A-30237CDB31B1> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x91d32000 - 0x921edff7  com.apple.VideoToolbox 0.484.52 (484.52) <F7CF9485-A932-1305-9AA6-3F7AC38B8B15> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x921ee000 - 0x92215ff7  com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x92216000 - 0x9223aff7  libJPEG.dylib ??? (???) <0C406884-DAAF-0409-2659-9D1602D752D9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x9223b000 - 0x925a6ff7  com.apple.QuartzCore 1.6.3 (227.37) <E323A5CC-499E-CA9E-9BC3-537231449CAA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x925b5000 - 0x925c2ff7  com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x92612000 - 0x926ecfff  com.apple.DesktopServices 1.5.11 (1.5.11) <800F2040-9211-81A7-B438-7712BF51DEE3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x926ed000 - 0x927b8fef  com.apple.CoreServices.OSServices 359 (359) <EC340F74-8192-C9DD-40B3-AE4E519A38D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x927b9000 - 0x927ecff7  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
    0x927ed000 - 0x928effe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <015563C4-81E2-8C8A-82AC-31B38D904A42> /usr/lib/libcrypto.0.9.8.dylib
    0x928f0000 - 0x92933ff7  libGLU.dylib ??? (???) <FB26DD53-03F4-A7D7-8804-EBC5B3B37FA3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92944000 - 0x9299aff7  com.apple.MeshKitRuntime 1.1 (49.2) <F1EAE9EC-2DA3-BAFD-0A8C-6A3FFC96D728> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x9299b000 - 0x92decfef  com.apple.RawCamera.bundle 3.7.1 (570) <AF94D180-5E0F-10DF-0CB2-FD8EDB110FA2> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x92ded000 - 0x92dedff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x92dee000 - 0x93054ff7  com.apple.security 6.1.2 (55002) <64A20CEB-E614-D35F-7B9F-246BCB25BA23> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x93055000 - 0x93063fe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <3CE8AA79-F077-F1B0-A039-9103A4A02E92> /usr/lib/libz.1.dylib
    0x93064000 - 0x9307cff7  com.apple.CFOpenDirectory 10.6 (10.6) <F9AFC571-3539-6B46-ABF9-46DA2B608819> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x930b0000 - 0x930bcff7  libkxld.dylib ??? (???) <9A441C48-2D18-E716-5F38-CBEAE6A0BB3E> /usr/lib/system/libkxld.dylib
    0x9327e000 - 0x932a4ffb  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
    0x932a5000 - 0x932fdfe7  com.apple.datadetectorscore 2.0 (80.7) <58C659CA-72CC-31D2-9732-09BF1A0CAAF6> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x932fe000 - 0x932ffff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <838E1760-F7D9-3239-B3A8-20E25EFD1379> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x93300000 - 0x93304ff7  IOSurface ??? (???) <D849E1A5-6B0C-2A05-2765-850EC39BA2FF> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x93305000 - 0x93319ffb  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
    0x9331a000 - 0x93328ff7  com.apple.opengl 1.6.13 (1.6.13) <025A905D-C1A3-B24A-1585-37C328D77148> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93329000 - 0x93339ff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x933aa000 - 0x933aaff7  com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x935d8000 - 0x935e3ff7  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
    0x935e4000 - 0x93653ff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <2FC2178F-FEF9-6E3F-3289-A6307B1A154C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9365c000 - 0x9365eff7  com.apple.securityhi 4.0 (36638) <38D36D4D-C798-6ACE-5FA8-5C001993AD6B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x9365f000 - 0x93665fe7  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
    0x93688000 - 0x9382fff7  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    0x93830000 - 0x93931fe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <C75F921C-F027-6372-A0A1-EDB8A6234331> /usr/lib/libxml2.2.dylib
    0x93932000 - 0x93976ff3  com.apple.coreui 2 (114) <29F8F1A4-1C96-6A0F-4CC2-9B85CF83209F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x93a2e000 - 0x93b5cfe7  com.apple.CoreData 102.1 (251) <E6A457F0-A0A3-32CD-6C69-6286E7C0F063> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x93b5d000 - 0x93ba2ff7  com.apple.ImageCaptureCore 1.1 (1.1) <F54F284F-0B81-0AFA-CE47-FF797A6E05B0> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x93ba8000 - 0x93c2affb  SecurityFoundation ??? (???) <006B3166-E7E2-F763-04FC-3DD458C14F5F> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x93d28000 - 0x93d2bff7  libCoreVMClient.dylib ??? (???) <F58BDFC1-7408-53C8-0B08-48BA2F25CA43> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x93d2c000 - 0x93d89ff7  com.apple.framework.IOKit 2.0 (???) <3DABAB9C-4949-F441-B077-0498F8E47A35> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x93d8d000 - 0x93dfbff7  com.apple.QuickLookUIFramework 2.3 (327.6) <74706A08-5399-24FE-00B2-4A702A6B83C1> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x93dfc000 - 0x93e1cfe7  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <751955F3-21FB-A03A-4E92-1F3D4EFB8C5B> /usr/lib/libresolv.9.dylib
    0x93e1d000 - 0x93e24ff7  com.apple.agl 3.0.12 (AGL-3.0.12) <53FFD667-5E3E-4140-6A4B-0D283269DC6D> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x93e25000 - 0x93e68ff7  com.apple.NavigationServices 3.5.4 (182) <753B8906-06C0-3AE0-3D6A-8FF5AC18ED12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x93e89000 - 0x93e8ffff  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
    0x93eac000 - 0x93eb6fe7  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
    0x93eb7000 - 0x93ef4ff7  com.apple.CoreMedia 0.484.52 (484.52) <62B0C876-A931-372F-8947-7CBA0379F427> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x93ef5000 - 0x93f26ff7  libGLImage.dylib ??? (???) <0EE86397-A867-0BBA-E5B1-B800E43FC5CF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x93f27000 - 0x940a2fe7  com.apple.CoreFoundation 6.6.5 (550.43) <10B8470A-88B7-FC74-1C2F-E5CBD966C051> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x940b7000 - 0x940feffb  com.apple.CoreMediaIOServices 140.0 (1496) <DA152F1C-8EF4-4F5E-6D60-82B1DC72EF47> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x9414c000 - 0x941c6fff  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <156A532C-0B60-55B0-EE27-D02B82AA6217> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x941c7000 - 0x942f4ffb  com.apple.MediaToolbox 0.484.52 (484.52) <C9035045-D1B4-1B1F-7354-B00D1094D804> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x9460d000 - 0x9461fff7  com.apple.MultitouchSupport.framework 207.11 (207.11) <6FF4F2D6-B8CD-AE13-56CB-17437EE5B741> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x950cb000 - 0x959aeff7  com.apple.AppKit 6.6.8 (1038.36) <A353465E-CFC9-CB75-949D-786F6F7732F6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x959af000 - 0x959caff7  libPng.dylib ??? (???) <4C105512-6FA8-2AE0-D058-6A8AA00F9DA1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x959cb000 - 0x95a18feb  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <136BFA48-D456-B677-3B5D-40A6946C3A09> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x95a19000 - 0x95a49ff7  com.apple.MeshKit 1.1 (49.2) <ECFBD794-5D36-4405-6184-5568BFF29BF3> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x95a75000 - 0x95ac5ff7  com.apple.framework.familycontrols 2.0.2 (2020) <C96C8A99-A40C-8B9C-1FBA-A0F46AC92F17> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x95ac6000 - 0x95ac6ff7  com.apple.Carbon 150 (152) <B7AA34BE-057A-4A6B-A535-792AC1015F8E> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x95ac7000 - 0x95b09ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <3F0ED200-741B-4E27-B89F-634B131F5E9E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x95b1d000 - 0x95cdffeb  com.apple.ImageIO.framework 3.0.4 (3.0.4) <20E90968-E04B-7B68-DBA2-92C729A8243F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x95ce0000 - 0x95d8dfe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <9F8413A6-736D-37D9-8EB3-7986D4699957> /usr/lib/libobjc.A.dylib
    0x95d8e000 - 0x95d8eff7  com.apple.vecLib 3.6 (vecLib 3.6) <7362077A-890F-3AEF-A8AB-22247B10E106> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x95d8f000 - 0x95dccff7  com.apple.SystemConfiguration 1.10.8 (1.10.2) <50E4D49B-4F61-446F-1C21-1B2BA814713D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x9612e000 - 0x96168ff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <038731B1-CC44-3943-E3DE-4BAAA203EB72> /usr/lib/libcups.2.dylib
    0x96182000 - 0x96189ff3  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
    0x9618a000 - 0x96232ffb  com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x96237000 - 0x96247ff7  com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x96254000 - 0x9630dfe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
    0x9630e000 - 0x96330fef  com.apple.DirectoryService.Framework 3.6 (621.11) <CA979EAC-9537-43B6-CD69-C144ACB75E09> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x96426000 - 0x96427ff7  com.apple.TrustEvaluationAgent 1.1 (1) <FEB55E8C-38A4-CFE9-A737-945F39761B4C> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x96428000 - 0x96439ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <97511CC7-FE23-5AC3-2EE2-B5479FAEB316> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x96547000 - 0x96547ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <1DEC639C-173D-F808-DE0D-4070CC6F5BC7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x96548000 - 0x96551ff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x96558000 - 0x96558ff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x96559000 - 0x9657afe7  com.apple.opencl 12.3.6 (12.3.6) <B4104B80-1CB3-191C-AFD3-697843C6BCFF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x9657b000 - 0x96627fe7  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
    0x96698000 - 0x968c3ff3  com.apple.QuartzComposer 4.2 ({156.30}) <2C88F8C3-7181-6B1D-B278-E0EE3F33A2AF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x968c4000 - 0x968ecff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <315D97C2-4E1F-A95F-A759-4A3FA5639E75> /usr/lib/libxslt.1.dylib
    0x968ed000 - 0x96d03ff7  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
    0x96d04000 - 0x96ffefef  com.apple.QuickTime 7.6.6 (1783) <1EC8DC5E-12E3-1DB8-1F7D-44C6EF193C58> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x97001000 - 0x970e1fe7  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
    0x970e2000 - 0x970e7ff7  com.apple.OpenDirectory 10.6 (10.6) <C1B46982-7D3B-3CC4-3BC2-3E4B595F0231> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x970e8000 - 0x972e6ff3  com.apple.JavaScriptCore 6533.20 (6533.20.20) <C97A479C-FDF9-3F19-2EE0-80288257C477> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x972ea000 - 0x97398ff3  com.apple.ink.framework 1.3.3 (107) <57B54F6F-CE35-D546-C7EC-DBC5FDC79938> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x97399000 - 0x976bdfef  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
    0x976be000 - 0x97759fe7  com.apple.ApplicationServices.ATS 275.16 (???) <873C8B8A-B563-50F7-7628-524EE9E8DF0F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x97817000 - 0x97892fff  com.apple.AppleVAFramework 4.10.26 (4.10.26) <B293EC46-9F71-F448-F0E7-2960DC6DAEF7> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x97893000 - 0x97bb3ff3  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
    0x97bb4000 - 0x97bbeffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <EC0E69C8-A121-70E8-43CF-E6FC4C7779EC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x97bd8000 - 0x97c94fff  com.apple.ColorSync 4.6.6 (4.6.6) <7CD8B191-039A-02C3-EA5E-4194EC59995B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x97c96000 - 0x97cfaffb  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
    0x97cfb000 - 0x97d44fe7  libTIFF.dylib ??? (???) <10F7E21B-EC59-6594-004F-798DA3F37789> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x97d89000 - 0x97de3fe7  com.apple.CorePDF 1.4 (1.4) <78A1DDE1-1609-223C-A532-D282DC5E0CD0> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x97dee000 - 0x97e02fe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x97e5e000 - 0x97e62ff7  libGFXShared.dylib ??? (???) <801B2C2C-1692-475A-BAD6-99F85B6E7C25> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x9852b000 - 0x98569ff7  com.apple.QuickLookFramework 2.3 (327.6) <66955C29-0C99-D02C-DB18-4952AFB4E886> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x98580000 - 0x986c3fef  com.apple.QTKit 7.7 (1783) <0C6814E2-98C2-74F4-770F-BA355CA86F0F> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x98700000 - 0x98779ff7  com.apple.PDFKit 2.5.1 (2.5.1) <CEF13510-F08D-3177-7504-7F8853906DE6> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x9877a000 - 0x9877aff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x98882000 - 0x988c3ff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <80998F66-0AD7-AD12-B9AF-3E8D2CE6DE05> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x98975000 - 0x98978ffb  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
    0x989b2000 - 0x98b94fff  com.apple.imageKit 2.0.3 (1.0) <6E557757-26F7-7941-8AE7-046EC1871F50> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x98b95000 - 0x98baafff  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
    0x98c89000 - 0x98d8bfef  com.apple.MeshKitIO 1.1 (49.2) <34322CDD-E67E-318A-F03A-A3DD05201046> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x98d8c000 - 0x98d8eff7  libRadiance.dylib ??? (???) <47E300B5-DBEF-86C4-29BD-86DBEDD2FBB5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x98dc9000 - 0x98e0fff7  libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
    0x98e10000 - 0x98ec8feb  libFontParser.dylib ??? (???) <D57D3834-9395-FD58-092A-49B3708E8C89> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x98fe2000 - 0x9907ffe3  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
    0x9919a000 - 0x99232fe7  edu.mit.Kerberos 6.5.11 (6.5.11) <F36DB665-A88B-7F5B-6244-6A2E7FFFF668> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x99233000 - 0x9923bff7  com.apple.DisplayServicesFW 2.3.3 (289) <828084B0-9197-14DD-F66A-D634250A212E> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x9923c000 - 0x99379fe7  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <2D31CC6F-32CC-72FF-34EC-AB40CEE496A7> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x993af000 - 0x993afff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <BC501C9F-7C20-961A-B135-0A457667D03C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x993b0000 - 0x99b9f557  com.apple.CoreGraphics 1.545.0 (???) <1D9DC7A5-228B-42CB-7018-66F42C3A9BB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x99ba8000 - 0x99ba8ff7  com.apple.quartzframework 1.5 (1.5) <4EE8095D-5E47-1EB6-3A8A-6ECE3BEC8647> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x99bd0000 - 0x9a005ff7  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
    0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    Model: iMac11,2, BootROM IM112.0057.B00, 2 processors, Intel Core i3, 3.06 GHz, 4 GB, SMC 1.64f5
    Graphics: ATI Radeon HD 4670, ATI Radeon HD 4670, PCIe, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x8F), Atheros 9280: 2.1.14.6
    Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: WDC WD5000AAKS-40V6A0, 465.76 GB
    Serial ATA Device: HL-DT-STDVDRW  GA32N
    USB Device: Hub, 0x0424  (SMSC), 0x2514, 0xfa100000 / 2
    USB Device: HP LaserJet 1022, 0x03f0  (Hewlett Packard), 0x2c17, 0xfa140000 / 5
    USB Device: Internal Memory Card Reader, 0x05ac  (Apple Inc.), 0x8403, 0xfa120000 / 4
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 3
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8215, 0xfa111000 / 6
    USB Device: Hub, 0x0424  (SMSC), 0x2514, 0xfd100000 / 2
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8502, 0xfd110000 / 4
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0xfd120000 / 3
    Photoshop quit unexpectedly
    Process:         Adobe Photoshop CS3 [785] 
    Path:            /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/MacOS/Adobe Photoshop CS3
    Identifier:      com.adobe.Photoshop
    Version:         10.0 (10.0x20070321 [20070321.m.1480 2007/03/21:16:39:00 cutoff; m branch]) (10.0)
    Code Type:       X86 (Native)
    Parent Process:  launchd [307]
    Date/Time:       2011-07-06 08:44:11.579 -0500
    OS Version:      Mac OS X 10.6.8 (10K540)
    Report Version:  6
    Sleep/Wake UUID: 3682858C-2829-42BE-A663-05D1457CAAA2
    Interval Since Last Report:          4545 sec
    Crashes Since Last Report:           71
    Per-App Interval Since Last Report:  108 sec
    Per-App Crashes Since Last Report:   2
    Anonymous UUID:                      FC0435D2-272A-43AB-BE77-FBA3E8303837
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000004
    Crashed Thread:  21
    Thread 0:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib                       0x936b6aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x936b675e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x936b83f8 pthread_cond_wait$UNIX2003 + 73
    3   com.apple.QuartzCore                    0x922918be CAViewEndDraw + 134
    4   com.apple.AppKit                        0x951e1fc3 -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 4122
    5   com.apple.AppKit                        0x9514284b -[NSView displayIfNeeded] + 818
    6   com.apple.AppKit                        0x9510bb64 -[NSWindow displayIfNeeded] + 204
    7   com.apple.AppKit                        0x9513d07e _handleWindowNeedsDisplay + 696
    8   com.apple.CoreFoundation                0x93fa7e02 __CFRunLoopDoObservers + 1186
    9   com.apple.CoreFoundation                0x93f63d1d __CFRunLoopRun + 557
    10  com.apple.CoreFoundation                0x93f633f4 CFRunLoopRunSpecific + 452
    11  com.apple.CoreFoundation                0x93f63221 CFRunLoopRunInMode + 97
    12  com.apple.HIToolbox                     0x973cde04 RunCurrentEventLoopInMode + 392
    13  com.apple.HIToolbox                     0x973cdaf5 ReceiveNextEventCommon + 158
    14  com.apple.HIToolbox                     0x97556084 _AcquireNextEvent + 54
    15  com.apple.HIToolbox                     0x9754c181 _RunAppModalLoop + 143
    16  com.apple.HIToolbox                     0x9754c5eb RunAppModalLoopForWindow + 194
    17  com.apple.AppKit                        0x9538c2ba -[NSApplication _realDoModalLoop:peek:] + 961
    18  com.apple.AppKit                        0x9538b945 -[NSApplication runModalForWindow:] + 273
    19  com.apple.AppKit                        0x9561fad3 -[NSSavePanel runModal] + 420
    20  com.apple.AppKit                        0x957f9fdf -[NSNavOpenPanel run] + 141
    21  com.apple.AppKit                        0x957fbb93 _NSNavDialogRun + 223
    22  com.adobe.versioncueui                  0x2a6253c4 adobe::aws::UIDataInternalMac::PlatformExecuteDialog(adobe::aws::gen::String<un signed short>&) + 296
    23  com.adobe.versioncueui                  0x2a699cfc adobe::aws::UIDataInternal::ExecuteDialog() + 84
    24  com.adobe.versioncueui                  0x2a620f07 AWS_CUI_ExecuteDialog_Internal + 39
    25  com.adobe.Photoshop                     0x00062c9f 0x1000 + 400543
    26  com.adobe.Photoshop                     0x006e448f 0x1000 + 7222415
    27  com.adobe.Photoshop                     0x0006414f 0x1000 + 405839
    28  com.adobe.Photoshop                     0x006e4e66 0x1000 + 7224934
    29  com.adobe.Photoshop                     0x00079171 0x1000 + 491889
    30  com.adobe.Photoshop                     0x000e6eae 0x1000 + 941742
    31  com.adobe.Photoshop                     0x000dde7d 0x1000 + 904829
    32  com.adobe.Photoshop                     0x000ddf1a 0x1000 + 904986
    33  com.adobe.Photoshop                     0x0005e61f 0x1000 + 382495
    34  com.adobe.Photoshop                     0x0005e767 0x1000 + 382823
    35  com.adobe.Photoshop                     0x0006163d 0x1000 + 394813
    36  com.adobe.Photoshop                     0x006e4a63 0x1000 + 7223907
    37  com.adobe.Photoshop                     0x00060cfd 0x1000 + 392445
    38  com.adobe.Photoshop                     0x00078365 0x1000 + 488293
    39  com.adobe.Photoshop                     0x0006004e 0x1000 + 389198
    40  com.adobe.Photoshop                     0x000601bd 0x1000 + 389565
    41  com.adobe.Photoshop                     0x000602d0 0x1000 + 389840
    42  com.adobe.Photoshop                     0x0021998e 0x1000 + 2197902
    43  com.adobe.Photoshop                     0x002199e9 0x1000 + 2197993
    44  com.adobe.Photoshop                     0x00002fd2 0x1000 + 8146
    45  com.adobe.Photoshop                     0x00002ef9 0x1000 + 7929
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x936af382 kevent + 10
    1   libSystem.B.dylib                       0x936afa9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                       0x936aef59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                       0x936aecfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                       0x936ae781 _pthread_wqthread + 390
    5   libSystem.B.dylib                       0x936ae5c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                       0x93688afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x93689267 mach_msg + 68
    2   ...ple.CoreServices.CarbonCore          0x97981ab0 TS_exception_listener_thread + 160
    3   libSystem.B.dylib                       0x936b6259 _pthread_start + 345
    4   libSystem.B.dylib                       0x936b60de thread_start + 34
    Thread 3:
    0   libSystem.B.dylib                       0x93688b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x936b66e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x936e55a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x91b0d95c -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x91ac6451 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x91ac6334 -[NSConditionLock lockWhenCondition:] + 69
    6   com.adobe.Photoshop                     0x00e70209 0x1000 + 15135241
    7   com.adobe.Photoshop                     0x00e0ba65 0x1000 + 14723685
    8   com.adobe.Photoshop                     0x00e6e734 0x1000 + 15128372
    9   com.apple.Foundation                    0x91ad1564 -[NSThread main] + 45
    10  com.apple.Foundation                    0x91ad1514 __NSThread__main__ + 1499
    11  libSystem.B.dylib                       0x936b6259 _pthread_start + 345
    12  libSystem.B.dylib                       0x936b60de thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                       0x93688b4e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore          0x978eb942 MPWaitOnSemaphore + 125
    2   MultiProcessor Support                  0x1afa506b 0x1af6f000 + 221291
    3   ...ple.CoreServices.CarbonCore          0x978b954a PrivateMPEntryPoint + 68
    4   libSystem.B.dylib                       0x936b6259 _pthread_start + 345
    5   libSystem.B.dylib                       0x936b60de thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                       0x93688b4e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore          0x978eb942 MPWaitOnSemaphore + 125
    2   MultiProcessor Support                  0x1afa506b 0x1af6f000 + 221291
    3   ...ple.CoreServices.CarbonCore          0x978b954a PrivateMPEntryPoint + 68
    4   libSystem.B.dylib                       0x936b6259 _pthread_start + 345
    5   libSystem.B.dylib                       0x936b60de thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                       0x93688b4e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore          0x978eb942 MPWaitOnSemaphore + 125
    2   MultiProcessor Support                  0x1afa506b 0x1af6f000 + 221291
    3   ...ple.CoreServices.CarbonCore          0x978b954a PrivateMPEntryPoint + 68
    4   libSystem.B.dylib                       0x936b6259 _pthread_start + 345
    5   libSystem.B.dylib                       0x936b60de thread_start + 34
    Thread 7:
    0   libSystem.B.dylib                       0x936b6aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x936b675e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x936b83f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore          0x978ee21e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore          0x978d9b68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore          0x978d5533 MPWaitOnQueue + 250
    6   AdobeACE                                0x01ef4803 0x1ec4000 + 198659
    7   AdobeACE                                0x01ef4031 0x1ec4000 + 196657
    8   ...ple.CoreServices.CarbonCore          0x978b954a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib                       0x936b6259 _pthread_start + 345
    10  libSystem.B.dylib                       0x936b60de thread_start + 34
    Thread 8:
    0   libSystem.B.dylib                       0x936b6aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x936b675e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x936b83f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore          0x978ee21e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore          0x978d9b68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore          0x978d5533 MPWaitOnQueue + 250
    6   AdobeACE                                0x01ef4803 0x1ec4000 + 198659
    7   AdobeACE                                0x01ef4031 0x1ec4000 + 196657
    8   ...ple.CoreServices.CarbonCore          0x978b954a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib                       0x936b6259 _pthread_start + 345
    10  libSystem.B.dylib                       0x936b60de thread_start + 34
    Thread 9:
    0   libSystem.B.dylib                       0x936b6aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x936b675e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x936b83f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore          0x978ee21e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore          0x978d9b68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore          0x978d5533 MPWaitOnQueue + 250
    6   AdobeACE                                0x01ef4803 0x1ec4000 + 198659
    7   AdobeACE                                0x01ef4031 0x1ec4000 + 196657
    8   ...ple.CoreServices.CarbonCore          0x978b954a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib                       0x936b6259 _pthread_start + 345
    10  libSystem.B.dylib                       0x936b60de thread_start + 34
    Thread 10:
    0   libSystem.B.dylib                       0x93688c0e mach_wait_until + 10
    1   libSystem.B.dylib                       0x93710429 nanosleep + 345
    2   com.adobe.PSAutomate                    0x28e4252b ScObjects::Thread::sleep(unsigned int) + 79
    3   com.adobe.PSAutomate                    0x28e329b5 ScObjects::BridgeTalkThread::run() + 153
    4   com.adobe.PSAutomate                    0x28e42615 ScObjects::Thread::go(void*) + 167
    5   libSystem.B.dylib                       0x936b6259 _pthread_start + 345
    6   libSystem.B.dylib                       0x936b60de thread_start + 34
    Thread 11:
    0   libSystem.B.dylib                       0x93688b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x936b66e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x936e55a8 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore          0x978d9b90 TSWaitOnConditionTimedRelative + 242
    4   ...ple.CoreServices.CarbonCore          0x978d98ce TSWaitOnSemaphoreCommon + 511
    5   ...ple.CoreServices.CarbonCore          0x978d9564 AsyncFileThread(void*) + 102
    6   libSystem.B.dylib                       0x936b6259 _pthread_start + 345
    7   libSystem.B.dylib                       0x936b60de thread_start + 34
    Thread 12:
    0   libSystem.B.dylib                       0x93688afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x93689267 mach_msg + 68
    2   com.apple.CoreFoundation                0x93f6430f __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x93f633f4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x93f69334 CFRunLoopRun + 84
    5   com.apple.DesktopServices               0x92613b3d TSystemNotificationTask::SystemNotificationTaskProc(void*) + 643
    6   ...ple.CoreServices.CarbonCore          0x978b954a PrivateMPEntryPoint + 68
    7   libSystem.B.dylib                       0x936b6259 _pthread_start + 345
    8   libSystem.B.dylib                       0x936b60de thread_start + 34
    Thread 13:
    0   libSystem.B.dylib                       0x936ae412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x936ae9a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x936ae5c6 start_wqthread + 30
    Thread 14:
    0   libSystem.B.dylib                       0x936ae412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x936ae9a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x936ae5c6 start_wqthread + 30
    Thread 15:  com.apple.CFSocket.private
    0   libSystem.B.dylib                       0x936a7ac6 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation                0x93fa3c83 __CFSocketManager + 1091
    2   libSystem.B.dylib                       0x936b6259 _pthread_start + 345
    3   libSystem.B.dylib                       0x936b60de thread_start + 34
    Thread 16:
    0   libSystem.B.dylib                       0x93688b4e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore          0x978eb942 MPWaitOnSemaphore + 125
    2   com.adobe.CameraRaw                     0x2c44e23b 0x2c304000 + 1352251
    3   com.adobe.CameraRaw                     0x2c44dab3 0x2c304000 + 1350323
    4   ...ple.CoreServices.CarbonCore          0x978b954a PrivateMPEntryPoint + 68
    5   libSystem.B.dylib                       0x936b6259 _pthread_start + 345
    6   libSystem.B.dylib                       0x936b60de thread_start + 34
    Thread 17:
    0   libSystem.B.dylib                       0x93688b4e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore          0x978eb942 MPWaitOnSemaphore + 125
    2   com.adobe.CameraRaw                     0x2c44e23b 0x2c304000 + 1352251
    3   com.adobe.CameraRaw                     0x2c44dab3 0x2c304000 + 1350323
    4   ...ple.CoreServices.CarbonCore          0x978b954a PrivateMPEntryPoint + 68
    5   libSystem.B.dylib                       0x936b6259 _pthread_start + 345
    6   libSystem.B.dylib                       0x936b60de thread_start + 34
    Thread 18:
    0   libSystem.B.dylib                       0x93688b4e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore          0x978eb942 MPWaitOnSemaphore + 125
    2   com.adobe.CameraRaw                     0x2c44e23b 0x2c304000 + 1352251
    3   com.adobe.CameraRaw                     0x2c44dab3 0x2c304000 + 1350323
    4   ...ple.CoreServices.CarbonCore          0x978b954a PrivateMPEntryPoint + 68
    5   libSystem.B.dylib                       0x936b6259 _pthread_start + 345
    6   libSystem.B.dylib                       0x936b60de thread_start + 34
    Thread 19:
    0   libSystem.B.dylib                       0x936ae412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x936ae9a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x936ae5c6 start_wqthread + 30
    Thread 20:
    0   libSystem.B.dylib                       0x936b6aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x936b675e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x936b83f8 pthread_cond_wait$UNIX2003 + 73
    3   com.apple.AppKit                        0x950f559e -[NSViewHierarchyLock lockForReadingWithExceptionHandler:] + 357
    4   com.apple.AppKit                        0x951e330e -[NSWindow _copyAcquiredViewHierarchyLock] + 134
    5   com.apple.AppKit                        0x9527ca10 -[NSUIHeartBeat _heartBeatThread:] + 986
    6   com.apple.Foundation                    0x91ad1564 -[NSThread main] + 45
    7   com.apple.Foundation                    0x91ad1514 __NSThread__main__ + 1499
    8   libSystem.B.dylib                       0x936b6259 _pthread_start + 345
    9   libSystem.B.dylib                       0x936b60de thread_start + 34
    Thread 21 Crashed:
    0   GLEngine                                0x2cf97f98 gleAddCommand + 30
    1   GLEngine                                0x2cf1901f glBeginQuery_CompExec + 62
    2   GLEngine                                0x2ceaf6bf gleInitializeContext + 1666
    3   GLEngine                                0x2ceae78e gliCreateContext + 1066
    4   com.apple.opengl                        0x933203a8 CGLRestoreDispatchFunction + 1367
    5   com.apple.opengl                        0x9331b934 CGLCreateContext + 178
    6   com.apple.QuartzCore                    0x9229a159 view_draw(_CAView*, double, CVTimeStamp const*, bool) + 1508
    7   com.apple.QuartzCore                    0x92299b3d view_display_link(double, CVTimeStamp const*, void*) + 61
    8   com.apple.QuartzCore                    0x92299a8f link_callback + 244
    9   com.apple.CoreVideo                     0x906aaa88 CVDisplayLink::performIO(CVTimeStamp*) + 354
    10  com.apple.CoreVideo                     0x906a96bc CVDisplayLink::runIOThread() + 950
    11  com.apple.CoreVideo                     0x906a92ea startIOThread(void*) + 156
    12  libSystem.B.dylib                       0x936b6259 _pthread_start + 345
    13  libSystem.B.dylib                       0x936b60de thread_start + 34
    Thread 21 crashed with X86 Thread State (32-bit):
      eax: 0x00000015  ebx: 0x00000000  ecx: 0x00000000  edx: 0x00000004
      edi: 0x00000015  esi: 0x00000008  ebp: 0xb0a

    NOW I'm getting a "QuickTime Plugin (Safari Internet plug-in) quit unexpectedly.
    Process:         WebKitPluginHost [1066]
    Path:            /System/Library/Frameworks/WebKit.framework/WebKitPluginHost.app/Contents/MacOS /WebKitPluginHost
    Identifier:      com.apple.WebKit.PluginHost
    Version:         6533.20 (6533.20.20)
    Build Info:      WebKitPluginHost-75332020~1
    Code Type:       X86 (Native)
    Parent Process:  WebKitPluginAgent [808]
    Date/Time:       2011-07-06 09:29:20.028 -0500
    OS Version:      Mac OS X 10.6.8 (10K540)
    Report Version:  6
    Sleep/Wake UUID: 3682858C-2829-42BE-A663-05D1457CAAA2
    Interval Since Last Report:          7233 sec
    Crashes Since Last Report:           105
    Per-App Interval Since Last Report:  150 sec
    Per-App Crashes Since Last Report:   101
    Anonymous UUID:                      FC0435D2-272A-43AB-BE77-FBA3E8303837
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000093328f80
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   GLEngine                                0x165c8a13 glBeginQuery_Exec + 0
    1   ...ickTimeComponents.component          0x917fdceb QTVCIsDisplayMaskOnline + 85
    2   ...ickTimeComponents.component          0x917fdd60 QTVCGetOnlineDisplayMask + 30
    3   ...ickTimeComponents.component          0x917ffa29 PixelBufferVC_Initialize + 119
    4   ...ple.CoreServices.CarbonCore          0x97901dcc CallComponentFunctionCommonWithStorage(char**, ComponentParameters*, long (*)(), unsigned long) + 54
    5   ...ickTimeComponents.component          0x917ffca5 PixelBufferVC_ComponentDispatch + 161
    6   ...ple.CoreServices.CarbonCore          0x978fa51f CallComponentDispatch + 29
    7   com.apple.QuickTime                     0x96d5c65d QTVCInitialize + 43
    8   com.apple.QuickTime                     0x96d5c5fc QTVisualContextCreate + 167
    9   com.apple.QuickTime                     0x96d5c50a QTPixelBufferContextCreate + 59
    10  com.apple.QTKit                         0x9865cece -[QTMovieVisualContextRenderHelper _initializeVisualContext] + 135
    11  com.apple.QTKit                         0x9865da45 -[QTMovieVisualContextRenderHelper initForMediaHelper:] + 245
    12  com.apple.QTKit                         0x985ce759 -[QTMovie_QuickTime _createVisualContextRenderHelperIfNecessary] + 99
    13  com.apple.QTKit                         0x985cde94 -[QTMovie_QuickTime addImageConsumerNoNotify:] + 35
    14  com.apple.QTKit                         0x9859c945 -[QTMovieMediaHelper addImageConsumer:] + 131
    15  com.apple.QTKit                         0x9859891b -[QTMovieLayer setMovie:] + 1023
    16  ...ple.QuickTime Plugin.plugin          0x00714487 -[OOPMovieLayer attachMovie:] + 355
    17  ...ple.QuickTime Plugin.plugin          0x00713bf3 -[OOPMoviePluginLayer attachMovie:] + 66
    18  ...ple.QuickTime Plugin.plugin          0x00710ebd oop_attachMovieAndControllerInLayer + 232
    19  ...ple.QuickTime Plugin.plugin          0x0071bcdc MakeMovieController + 2326
    20  ...ple.QuickTime Plugin.plugin          0x0071d008 DoMovieInit + 1717
    21  ...ple.QuickTime Plugin.plugin          0x0071d6fb FinishNewMovieSetup + 122
    22  ...ple.QuickTime Plugin.plugin          0x0071e7c0 instantiateMovieWithQTURLDataHandler + 638
    23  ...ple.QuickTime Plugin.plugin          0x0072b89a LoadMovieURL + 1875
    24  ...ple.QuickTime Plugin.plugin          0x00711959 oop_loadFirstMovieURL + 198
    25  ...ple.QuickTime Plugin.plugin          0x00709239 NPP_GetValue + 91
    26  ...ple.QuickTime Plugin.plugin          0x007106ff WebHelper_Private_GetValue + 61
    27  com.apple.WebKit.PluginHost             0x03284872 0x327c000 + 34930
    28  com.apple.WebKit.PluginHost             0x0328912c 0x327c000 + 53548
    29  com.apple.WebKit.PluginHost             0x0328312d 0x327c000 + 28973
    30  com.apple.WebKit.PluginHost             0x0327e76f 0x327c000 + 10095
    31  com.apple.CoreFoundation                0x93fb4531 __CFRunLoopDoBlocks + 353
    32  com.apple.CoreFoundation                0x93f63e3d __CFRunLoopRun + 845
    33  com.apple.CoreFoundation                0x93f633f4 CFRunLoopRunSpecific + 452
    34  com.apple.CoreFoundation                0x93f63221 CFRunLoopRunInMode + 97
    35  com.apple.HIToolbox                     0x973cde04 RunCurrentEventLoopInMode + 392
    36  com.apple.HIToolbox                     0x973cdbb9 ReceiveNextEventCommon + 354
    37  com.apple.HIToolbox                     0x973cda3e BlockUntilNextEventMatchingListInMode + 81
    38  com.apple.AppKit                        0x95113595 _DPSNextEvent + 847
    39  com.apple.AppKit                        0x95112dd6 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    40  com.apple.AppKit                        0x950d51f3 -[NSApplication run] + 821
    41  com.apple.WebKit.PluginHost             0x0327d40f 0x327c000 + 5135
    42  com.apple.WebKit.PluginHost             0x0327d04d 0x327c000 + 4173
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x936af382 kevent + 10
    1   libSystem.B.dylib                       0x936afa9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                       0x936aef59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                       0x936aecfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                       0x936ae781 _pthread_wqthread + 390
    5   libSystem.B.dylib                       0x936ae5c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                       0x936ae412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x936ae9a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x936ae5c6 start_wqthread + 30
    Thread 3:
    0   libSystem.B.dylib                       0x936ae412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x936ae9a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x936ae5c6 start_wqthread + 30
    Thread 4:
    0   libSystem.B.dylib                       0x936ae412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x936ae9a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x936ae5c6 start_wqthread + 30
    Thread 5:
    0   libSystem.B.dylib                       0x93688afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x93689267 mach_msg + 68
    2   com.apple.CoreFoundation                0x93f6430f __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x93f633f4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x93f69334 CFRunLoopRun + 84
    5   com.apple.QuickTime                     0x96fadc16 QTSNetworkThread_RunThread + 117
    6   libSystem.B.dylib                       0x936b6259 _pthread_start + 345
    7   libSystem.B.dylib                       0x936b60de thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                       0x93688b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x936b66e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x936e55a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.audio.CoreAudio               0x9416c3ab CAGuard::WaitFor(unsigned long long) + 219
    4   com.apple.audio.CoreAudio               0x9416f3dd CAGuard::WaitUntil(unsigned long long) + 289
    5   com.apple.audio.CoreAudio               0x9416ccda HP_IOThread::WorkLoop() + 1892
    6   com.apple.audio.CoreAudio               0x9416c571 HP_IOThread::ThreadEntry(HP_IOThread*) + 17
    7   com.apple.audio.CoreAudio               0x9416c488 CAPThread::Entry(CAPThread*) + 140
    8   libSystem.B.dylib                       0x936b6259 _pthread_start + 345
    9   libSystem.B.dylib                       0x936b60de thread_start + 34
    Thread 7:  QTKit: QTCALayerRendererPendingQWorkLoop
    0   libSystem.B.dylib                       0x93688afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x93689267 mach_msg + 68
    2   com.apple.CoreFoundation                0x93f6430f __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x93f633f4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x93f69334 CFRunLoopRun + 84
    5   com.apple.QTKit                         0x9859c312 QTCALayerRendererPendingQWorkLoop + 600
    6   libSystem.B.dylib                       0x936b6259 _pthread_start + 345
    7   libSystem.B.dylib                       0x936b60de thread_start + 34
    Thread 8:  QTKit: QTVisualContextImageProviderWorkLoop
    0   libSystem.B.dylib                       0x93688afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x93689267 mach_msg + 68
    2   com.apple.CoreFoundation                0x93f6430f __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x93f633f4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x93f69334 CFRunLoopRun + 84
    5   com.apple.QTKit                         0x98652465 QTVisualContextImageProviderWorkLoop + 128
    6   libSystem.B.dylib                       0x936b6259 _pthread_start + 345
    7   libSystem.B.dylib                       0x936b60de thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x93328f80  ebx: 0x9331ae00  ecx: 0x00699900  edx: 0x1042c700
      edi: 0x00000000  esi: 0x9331ae00  ebp: 0xbfffd778  esp: 0xbfffd67c
       ss: 0x0000001f  efl: 0x00010206  eip: 0x165c8a13   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x93328f80
    Binary Images:
       0xc7000 -    0xc8ffc +com.yourcompany.ct_loader 1.7.0.2 (1702) <86134AFA-C7FF-3505-D2F5-A6305D56DEA5> /Library/InputManagers/CTLoader/ct_loader.bundle/Contents/MacOS/ct_loader
      0x700000 -   0x73bfff  com.apple.QuickTime Plugin.plugin 7.6.6 (1783) <4016B66D-A94A-A81D-3E3B-C35832162E92> /Library/Internet Plug-Ins/QuickTime Plugin.plugin/Contents/MacOS/QuickTime Plugin
    0x2e41000 -  0x2e43ff7  com.apple.PDFImporter 2.1 (???) <C78368B0-3712-067C-9467-55932890C979> /System/Library/Components/PDFImporter.component/Contents/MacOS/PDFImporter
    0x2e49000 -  0x2e4dff3  com.apple.audio.AudioIPCPlugIn 1.1.6 (1.1.6) <E9CB576C-283B-1DB2-0C69-E7C914BD7922> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x2e52000 -  0x2e58ff7  com.apple.audio.AppleHDAHALPlugIn 2.0.5 (2.0.5f13) <76BC9284-582A-EF9A-960D-5CD0801B1917> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x309d000 -  0x30c1fe7  GLRendererFloat ??? (???) <AD081A9B-1424-1F17-3C68-9803EBA37E8D> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x327c000 -  0x3297fe7  com.apple.WebKit.PluginHost 6533.20 (6533.20.20) <C1FEC29E-6726-4743-A1D0-9DC739040F93> /System/Library/Frameworks/WebKit.framework/WebKitPluginHost.app/Contents/MacOS /WebKitPluginHost
    0x32a2000 -  0x32a2ff7  WebKitPluginHostShim.dylib ??? (???) <B8BA43D3-CD90-DBB7-3447-BBC409D25A97> /System/Library/Frameworks/WebKit.framework/WebKitPluginHost.app/Contents/MacOS /WebKitPluginHostShim.dylib
    0x16380000 - 0x164f9feb  com.apple.QuickTimeStreaming.component 7.6.6 (1783) <F89202C8-EB50-31C3-E069-A3C8360C10AC> /System/Library/QuickTime/QuickTimeStreaming.component/Contents/MacOS/QuickTime Streaming
    0x1655d000 - 0x166d6ff7  GLEngine ??? (???) <64C74F67-44B5-7DEF-CCA6-C8A9FF9BB60A> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x16708000 - 0x16b1bfef  com.apple.ATIRadeonX2000GLDriver 1.6.36 (6.3.6) <257CAA1D-6573-2932-E344-E96F6C9CDA84> /System/Library/Extensions/ATIRadeonX2000GLDriver.bundle/Contents/MacOS/ATIRade onX2000GLDriver
    0x70000000 - 0x700cbfff  com.apple.audio.units.Components 1.6.5 (1.6.5) <E50D0989-0609-EAF7-3B3B-B10D7847BAA5> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <28F0312C-0678-159E-34E2-9A4E3DEADB20> /usr/lib/dyld
    0x90003000 - 0x90056ff7  com.apple.HIServices 1.8.3 (???) <1D3C4587-6318-C339-BD0F-1988F246BE2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x900cf000 - 0x9014ffeb  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
    0x9049c000 - 0x90506fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x90507000 - 0x90599fe7  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
    0x9059a000 - 0x906a6ff7  libGLProgrammability.dylib ??? (???) <04D7E5C3-B0C3-054B-DF49-3B333DCDEE22> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x906a7000 - 0x906c6ff7  com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9070f000 - 0x90891fe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <D5980817-6D19-9636-51C3-E82BAE26776B> /usr/lib/libicucore.A.dylib
    0x90892000 - 0x908d6fe7  com.apple.Metadata 10.6.3 (507.15) <460BEF23-B89F-6F4C-4940-45556C0671B5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x908d7000 - 0x908dbff7  libGIF.dylib ??? (???) <B7BA65AF-681C-F18B-A434-CBEC76A45646> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x90a1b000 - 0x90a37fe3  com.apple.openscripting 1.3.1 (???) <DA16DE48-59F4-C94B-EBE3-7FAF772211A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x90a38000 - 0x9198aff7  com.apple.QuickTimeComponents.component 7.6.6 (1783) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x91a00000 - 0x91a61fe7  com.apple.CoreText 151.10 (???) <5C2DEFBE-D54B-4DC7-D456-9ED02880BE98> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x91aab000 - 0x91aaefe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x91aaf000 - 0x91abaff7  libGL.dylib ??? (???) <3E34468F-E9A7-8EFB-FF66-5204BD5B4E21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x91abb000 - 0x91d2cfef  com.apple.Foundation 6.6.7 (751.62) <5C995C7F-2EA9-50DC-9F2A-30237CDB31B1> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x91d32000 - 0x921edff7  com.apple.VideoToolbox 0.484.52 (484.52) <F7CF9485-A932-1305-9AA6-3F7AC38B8B15> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x92216000 - 0x9223aff7  libJPEG.dylib ??? (???) <0C406884-DAAF-0409-2659-9D1602D752D9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x9223b000 - 0x925a6ff7  com.apple.QuartzCore 1.6.3 (227.37) <E323A5CC-499E-CA9E-9BC3-537231449CAA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x925b5000 - 0x925c2ff7  com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x92612000 - 0x926ecfff  com.apple.DesktopServices 1.5.11 (1.5.11) <800F2040-9211-81A7-B438-7712BF51DEE3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x926ed000 - 0x927b8fef  com.apple.CoreServices.OSServices 359 (359) <EC340F74-8192-C9DD-40B3-AE4E519A38D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x927b9000 - 0x927ecff7  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
    0x927ed000 - 0x928effe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <015563C4-81E2-8C8A-82AC-31B38D904A42> /usr/lib/libcrypto.0.9.8.dylib
    0x928f0000 - 0x92933ff7  libGLU.dylib ??? (???) <FB26DD53-03F4-A7D7-8804-EBC5B3B37FA3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9299b000 - 0x92decfef  com.apple.RawCamera.bundle 3.7.1 (570) <AF94D180-5E0F-10DF-0CB2-FD8EDB110FA2> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x92ded000 - 0x92dedff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x92dee000 - 0x93054ff7  com.apple.security 6.1.2 (55002) <64A20CEB-E614-D35F-7B9F-246BCB25BA23> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x93055000 - 0x93063fe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <3CE8AA79-F077-F1B0-A039-9103A4A02E92> /usr/lib/libz.1.dylib
    0x93064000 - 0x9307cff7  com.apple.CFOpenDirectory 10.6 (10.6) <F9AFC571-3539-6B46-ABF9-46DA2B608819> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x930b0000 - 0x930bcff7  libkxld.dylib ??? (???) <9A441C48-2D18-E716-5F38-CBEAE6A0BB3E> /usr/lib/system/libkxld.dylib
    0x9327e000 - 0x932a4ffb  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
    0x932fe000 - 0x932ffff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <838E1760-F7D9-3239-B3A8-20E25EFD1379> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x93300000 - 0x93304ff7  IOSurface ??? (???) <D849E1A5-6B0C-2A05-2765-850EC39BA2FF> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x93305000 - 0x93319ffb  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
    0x9331a000 - 0x93328ff7  com.apple.opengl 1.6.13 (1.6.13) <025A905D-C1A3-B24A-1585-37C328D77148> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93329000 - 0x93339ff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x933aa000 - 0x933aaff7  com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x935d8000 - 0x935e3ff7  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
    0x935e4000 - 0x93653ff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <2FC2178F-FEF9-6E3F-3289-A6307B1A154C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9365c000 - 0x9365eff7  com.apple.securityhi 4.0 (36638) <38D36D4D-C798-6ACE-5FA8-5C001993AD6B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x9365f000 - 0x93665fe7  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
    0x93688000 - 0x9382fff7  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    0x93830000 - 0x93931fe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <C75F921C-F027-6372-A0A1-EDB8A6234331> /usr/lib/libxml2.2.dylib
    0x93932000 - 0x93976ff3  com.apple.coreui 2 (114) <29F8F1A4-1C96-6A0F-4CC2-9B85CF83209F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x93a2e000 - 0x93b5cfe7  com.apple.CoreData 102.1 (251) <E6A457F0-A0A3-32CD-6C69-6286E7C0F063> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x93ba8000 - 0x93c2affb  SecurityFoundation ??? (???) <006B3166-E7E2-F763-04FC-3DD458C14F5F> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x93d28000 - 0x93d2bff7  libCoreVMClient.dylib ??? (???) <F58BDFC1-7408-53C8-0B08-48BA2F25CA43> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x93d2c000 - 0x93d89ff7  com.apple.framework.IOKit 2.0 (???) <3DABAB9C-4949-F441-B077-0498F8E47A35> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x93dfc000 - 0x93e1cfe7  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <751955F3-21FB-A03A-4E92-1F3D4EFB8C5B> /usr/lib/libresolv.9.dylib
    0x93e1d000 - 0x93e24ff7  com.apple.agl 3.0.12 (AGL-3.0.12) <53FFD667-5E3E-4140-6A4B-0D283269DC6D> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x93e25000 - 0x93e68ff7  com.apple.NavigationServices 3.5.4 (182) <753B8906-06C0-3AE0-3D6A-8FF5AC18ED12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x93e89000 - 0x93e8ffff  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
    0x93eac000 - 0x93eb6fe7  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
    0x93eb7000 - 0x93ef4ff7  com.apple.CoreMedia 0.484.52 (484.52) <62B0C876-A931-372F-8947-7CBA0379F427> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x93ef5000 - 0x93f26ff7  libGLImage.dylib ??? (???) <0EE86397-A867-0BBA-E5B1-B800E43FC5CF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x93f27000 - 0x940a2fe7  com.apple.CoreFoundation 6.6.5 (550.43) <10B8470A-88B7-FC74-1C2F-E5CBD966C051> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x940b7000 - 0x940feffb  com.apple.CoreMediaIOServices 140.0 (1496) <DA152F1C-8EF4-4F5E-6D60-82B1DC72EF47> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x9414c000 - 0x941c6fff  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <156A532C-0B60-55B0-EE27-D02B82AA6217> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x941c7000 - 0x942f4ffb  com.apple.MediaToolbox 0.484.52 (484.52) <C9035045-D1B4-1B1F-7354-B00D1094D804> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x9460d000 - 0x9461fff7  com.apple.MultitouchSupport.framework 207.11 (207.11) <6FF4F2D6-B8CD-AE13-56CB-17437EE5B741> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x950cb000 - 0x959aeff7  com.apple.AppKit 6.6.8 (1038.36) <A353465E-CFC9-CB75-949D-786F6F7732F6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x959af000 - 0x959caff7  libPng.dylib ??? (???) <4C105512-6FA8-2AE0-D058-6A8AA00F9DA1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x959cb000 - 0x95a18feb  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <136BFA48-D456-B677-3B5D-40A6946C3A09> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x95a75000 - 0x95ac5ff7  com.apple.framework.familycontrols 2.0.2 (2020) <C96C8A99-A40C-8B9C-1FBA-A0F46AC92F17> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x95ac6000 - 0x95ac6ff7  com.apple.Carbon 150 (152) <B7AA34BE-057A-4A6B-A535-792AC1015F8E> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x95ac7000 - 0x95b09ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <3F0ED200-741B-4E27-B89F-634B131F5E9E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x95b1d000 - 0x95cdffeb  com.apple.ImageIO.framework 3.0.4 (3.0.4) <20E90968-E04B-7B68-DBA2-92C729A8243F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x95ce0000 - 0x95d8dfe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <9F8413A6-736D-37D9-8EB3-7986D4699957> /usr/lib/libobjc.A.dylib
    0x95d8e000 - 0x95d8eff7  com.apple.vecLib 3.6 (vecLib 3.6) <7362077A-890F-3AEF-A8AB-22247B10E106> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x95d8f000 - 0x95dccff7  com.apple.SystemConfiguration 1.10.8 (1.10.2) <50E4D49B-4F61-446F-1C21-1B2BA814713D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x9612e000 - 0x96168ff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <038731B1-CC44-3943-E3DE-4BAAA203EB72> /usr/lib/libcups.2.dylib
    0x96182000 - 0x96189ff3  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
    0x9618a000 - 0x96232ffb  com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x96254000 - 0x9630dfe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
    0x9630e000 - 0x96330fef  com.apple.DirectoryService.Framework 3.6 (621.11) <CA979EAC-9537-43B6-CD69-C144ACB75E09> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x96426000 - 0x96427ff7  com.apple.TrustEvaluationAgent 1.1 (1) <FEB55E8C-38A4-CFE9-A737-945F39761B4C> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x96428000 - 0x96439ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <97511CC7-FE23-5AC3-2EE2-B5479FAEB316> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x96547000 - 0x96547ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <1DEC639C-173D-F808-DE0D-4070CC6F5BC7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x96548000 - 0x96551ff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x96558000 - 0x96558ff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x96559000 - 0x9657afe7  com.apple.opencl 12.3.6 (12.3.6) <B4104B80-1CB3-191C-AFD3-697843C6BCFF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x9657b000 - 0x96627fe7  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
    0x968c4000 - 0x968ecff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <315D97C2-4E1F-A95F-A759-4A3FA5639E75> /usr/lib/libxslt.1.dylib
    0x968ed000 - 0x96d03ff7  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
    0x96d04000 - 0x96ffefef  com.apple.QuickTime 7.6.6 (1783) <1EC8DC5E-12E3-1DB8-1F7D-44C6EF193C58> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x97001000 - 0x970e1fe7  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
    0x970e2000 - 0x970e7ff7  com.apple.OpenDirectory 10.6 (10.6) <C1B46982-7D3B-3CC4-3BC2-3E4B595F0231> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x972ea000 - 0x97398ff3  com.apple.ink.framework 1.3.3 (107) <57B54F6F-CE35-D546-C7EC-DBC5FDC79938> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x97399000 - 0x976bdfef  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
    0x976be000 - 0x97759fe7  com.apple.ApplicationServices.ATS 275.16 (???) <873C8B8A-B563-50F7-7628-524EE9E8DF0F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x97817000 - 0x97892fff  com.apple.AppleVAFramework 4.10.26 (4.10.26) <B293EC46-9F71-F448-F0E7-2960DC6DAEF7> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x97893000 - 0x97bb3ff3  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
    0x97bb4000 - 0x97bbeffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <EC0E69C8-A121-70E8-43CF-E6FC4C7779EC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x97bd8000 - 0x97c94fff  com.apple.ColorSync 4.6.6 (4.6.6) <7CD8B191-039A-02C3-EA5E-4194EC59995B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x97c96000 - 0x97cfaffb  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
    0x97cfb000 - 0x97d44fe7  libTIFF.dylib ??? (???) <10F7E21B-EC59-6594-004F-798DA3F37789> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x97dee000 - 0x97e02fe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x97e5e000 - 0x97e62ff7  libGFXShared.dylib ??? (???) <801B2C2C-1692-475A-BAD6-99F85B6E7C25> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x97eaf000 - 0x9852aff7  com.apple.CoreAUC 6.11.03 (6.11.03) <42B31B0F-18F9-29D2-A67C-7B81A47F6D67> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x98580000 - 0x986c3fef  com.apple.QTKit 7.7 (1783) <0C6814E2-98C2-74F4-770F-BA355CA86F0F> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x9877a000 - 0x9877aff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x98882000 - 0x988c3ff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <80998F66-0AD7-AD12-B9AF-3E8D2CE6DE05> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x988c4000 - 0x98974fe3  com.apple.QuickTimeImporters.component 7.6.6 (1783) <E0BF3843-1044-F371-AB6F-423C5E9E417B> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x98975000 - 0x98978ffb  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
    0x98b95000 - 0x98baafff  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
    0x98d8c000 - 0x98d8eff7  libRadiance.dylib ??? (???) <47E300B5-DBEF-86C4-29BD-86DBEDD2FBB5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x98dc9000 - 0x98e0fff7  libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
    0x98e10000 - 0x98ec8feb  libFontParser.dylib ??? (???) <D57D3834-9395-FD58-092A-49B3708E8C89> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x98fe2000 - 0x9907ffe3  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
    0x9919a000 - 0x99232fe7  edu.mit.Kerberos 6.5.11 (6.5.11) <F36DB665-A88B-7F5B-6244-6A2E7FFFF668> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x9923c000 - 0x99379fe7  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <2D31CC6F-32CC-72FF-34EC-AB40CEE496A7> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x993af000 - 0x993afff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <BC501C9F-7C20-961A-B135-0A457667D03C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x993b0000 - 0x99b9f557  com.apple.CoreGraphics 1.545.0 (???) <1D9DC7A5-228B-42CB-7018-66F42C3A9BB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x99bd0000 - 0x9a005ff7  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
    0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    Model: iMac11,2, BootROM IM112.0057.B00, 2 processors, Intel Core i3, 3.06 GHz, 4 GB, SMC 1.64f5
    Graphics: ATI Radeon HD 4670, ATI Radeon HD 4670, PCIe, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x8F), Atheros 9280: 2.1.14.6
    Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: WDC WD5000AAKS-40V6A0, 465.76 GB
    Serial ATA Device: HL-DT-STDVDRW  GA32N
    USB Device: Hub, 0x0424  (SMSC), 0x2514, 0xfa100000 / 2
    USB Device: HP LaserJet 1022, 0x03f0  (Hewlett Packard), 0x2c17, 0xfa140000 / 5
    USB Device: Internal Memory Card Reader, 0x05ac  (Apple Inc.), 0x8403, 0xfa120000 / 4
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 3
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8215, 0xfa111000 / 6
    USB Device: Hub, 0x0424  (SMSC), 0x2514, 0xfd100000 / 2
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8502, 0xfd110000 / 4
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0xfd120000 / 3

  • Can anyone help with isolating the cause of an InDesign CS5 crash?  It's intermittent...

    Hi All,
    I've got a client that's running into an intermittent crashing problem with InDesign.  Ordinarily "intermittent" points to hardware, but we wanted to rule out bad software first, especially as InDesign is the ONLY application that's crashing on this system.   The crashing doesn't seem to correspond to any given task that's executed within InDesign either.  This is an iMac 2.5 GHz Intel Core i5 (mid 2011 model), 8 GB of RAM.  Original this iMac was running Snow Leopard with InDesign CS5 (7.0.4), and crashing fequently then.  For numerous reasons including the crashing we did an erase and install of the OS, this time installing 10.8.2, and a fresh install of CS5 and ran all updates from Adobe (to 7.0.4), and then ran a Disk Permissions repair (we have not updated to 10.8.3 due to reports I've seen of more crashing with InDesign CS5).  Fonts and InDesign application support files from ~/Library were migrated over manually, but no other user data.  The crashing occurs within two user accounts on this fresh OS (one of which was created to troubleshoot with as a clean environment) so isn't likely user account related but due to fonts that may not be confirmed.  Being that it's intermittent it's been quite hard to track down.  Linotype Font Explorer is installed on this system and I have just now disabled the font activation plugins in case that is part of the problem here; haven't had a chance yet to let the system run without those to see if the problem is resolved.  Two recent crash logs (below) show different activity causing the crash (I've included thread 0 only, but can post more if requested; my experience has been that thread 0 will usually give you what you need, but given that we're seeing different cuases here I'm at a loss).  We have tried fresh RAM in the system in case this was related to bad memory, and that made no difference.  Font caches for both applications and the OS have been cleared and fonts showing any missing printer font files have been disabled.  Any help would be greatly apprecaited.  
    Many thanks,
    Mike
    Log 1:
    Process:         Adobe InDesign CS5 [11565]
    Path:            /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Adobe InDesign CS5
    Identifier:      com.adobe.InDesign
    Version:         7.0.4.553 (7040)
    Code Type:       X86 (Native)
    Parent Process:  launchd [238]
    User ID:         501
    Date/Time:       2013-05-02 12:45:38.327 -0700
    OS Version:      Mac OS X 10.8.2 (12C60)
    Report Version:  10
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000004
    VM Regions Near 0x4:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Adobe InDesign CS5
        __TEXT                 0000000000001000-0000000000005000 [   16K] r-x/rwx SM=COW  /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Adobe InDesign CS5
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.adobe.InDesign.Links                0x11da9cfd 0x11d39000 + 462077
    1   com.adobe.InDesign.Links                0x11dad857 0x11d39000 + 477271
    2   com.adobe.InDesign.Links                0x11dabcc0 0x11d39000 + 470208
    3   com.adobe.InDesign.Links                0x11da96b9 0x11d39000 + 460473
    4   DataBaseLib.dylib                       0x010fd89f InterfaceSnapshot::ResetObjectToSnapshot(IDataBase*, IPMUnknown*, IDType<SnapshotID_tag>, ISnapshotCache*, scoped_lastrevinfodataref&) + 575
    5   ObjectModelLib.dylib                    0x01063b80 0x1038000 + 179072
    6   ObjectModelLib.dylib                    0x01070eb8 ShuksanInit(IStartupScreen* (*)(), IPlugIn*) + 23784
    7   DataBaseLib.dylib                       0x010ce158 0x10c9000 + 20824
    8   com.adobe.InDesign.Links                0x11d7b093 0x11d39000 + 270483
    9   com.adobe.InDesign.Links                0x11d7d991 0x11d39000 + 280977
    10  com.adobe.InDesign.Links                0x11d8ee5a 0x11d39000 + 351834
    11  com.adobe.InDesign.Links                0x11d9f17f 0x11d39000 + 418175
    12  com.adobe.InDesign.Links                0x11da016e 0x11d39000 + 422254
    13  com.adobe.InDesign.Links                0x11d78258 0x11d39000 + 258648
    14  com.adobe.InDesign.Links                0x11e05bbc GetPlugIn + 191420
    15  com.adobe.InDesign.Links                0x11e05836 GetPlugIn + 190518
    16  com.adobe.InDesign.Document Framework          0x0d937a85 0xd936000 + 6789
    17  com.adobe.InDesign.Document Framework          0x0d937b75 0xd936000 + 7029
    18  com.adobe.InDesign.AppFramework          0x0bbb60ed GetPlugIn + 201661
    19  com.adobe.InDesign.Links                0x11d71025 0x11d39000 + 229413
    20  com.adobe.InDesign.Links                0x11d70d6c 0x11d39000 + 228716
    21  ObjectModelLib.dylib                    0x01062640 0x1038000 + 173632
    22  ObjectModelLib.dylib                    0x010651bb 0x1038000 + 184763
    23  com.adobe.InDesign.Document Framework          0x0d9d0ed0 0xd936000 + 634576
    24  com.adobe.InDesign.Links                0x11dc53f8 0x11d39000 + 574456
    25  com.adobe.InDesign.Document Framework          0x0d937a85 0xd936000 + 6789
    26  com.adobe.InDesign.Document Framework          0x0d937b75 0xd936000 + 7029
    27  com.adobe.InDesign.AppFramework          0x0bbb60ed GetPlugIn + 201661
    28  PublicLib.dylib                         0x01161d6c UIDList::ReadWrite(IPMStream*, UIDList::EXferType) + 204
    29  PublicLib.dylib                         0x01161f50 UIDList::ReadWriteXferReference(IPMStream*) + 32
    30  com.adobe.InDesign.Links                0x11db2d49 0x11d39000 + 499017
    31  ObjectModelLib.dylib                    0x01062640 0x1038000 + 173632
    32  ObjectModelLib.dylib                    0x01065ab5 0x1038000 + 187061
    33  com.adobe.InDesign.Document Framework          0x0d9d13ec 0xd936000 + 635884
    34  com.adobe.InDesign.Document Framework          0x0d9d0c1e 0xd936000 + 633886
    35  com.adobe.InDesign.Generic Page Item          0x117a0a86 GetPlugIn + 149142
    36  PublicLib.dylib                         0x01164422 Command::DoImmediate(short) + 34
    37  com.adobe.InDesign.Utilities            0x0ce10aa3 0xce0f000 + 6819
    38  com.adobe.InDesign.Utilities            0x0ce10ccc 0xce0f000 + 7372
    39  com.adobe.InDesign.AppFramework          0x0bb7a688 0xbb60000 + 108168
    40  PublicLib.dylib                         0x0116557b CmdUtils::ProcessCommand(ICommand*) + 59
    41  com.adobe.InDesign.Document Framework          0x0d952c6d 0xd936000 + 117869
    42  PublicLib.dylib                         0x01164422 Command::DoImmediate(short) + 34
    43  com.adobe.InDesign.Utilities            0x0ce10aa3 0xce0f000 + 6819
    44  com.adobe.InDesign.Utilities            0x0ce10ccc 0xce0f000 + 7372
    45  com.adobe.InDesign.AppFramework          0x0bb7a688 0xbb60000 + 108168
    46  PublicLib.dylib                         0x0116557b CmdUtils::ProcessCommand(ICommand*) + 59
    47  PublicLib.dylib                         0x01163cd1 CompoundSequenceCmd::Do() + 369
    48  PublicLib.dylib                         0x01164422 Command::DoImmediate(short) + 34
    49  com.adobe.InDesign.Utilities            0x0ce10aa3 0xce0f000 + 6819
    50  com.adobe.InDesign.Utilities            0x0ce10ccc 0xce0f000 + 7372
    51  com.adobe.InDesign.AppFramework          0x0bb7a688 0xbb60000 + 108168
    52  PublicLib.dylib                         0x0116557b CmdUtils::ProcessCommand(ICommand*) + 59
    53  com.adobe.InDesign.AppFramework          0x0bb83bef 0xbb60000 + 146415
    54  PublicLib.dylib                         0x01164422 Command::DoImmediate(short) + 34
    55  com.adobe.InDesign.Utilities            0x0ce10aa3 0xce0f000 + 6819
    56  com.adobe.InDesign.Utilities            0x0ce10ccc 0xce0f000 + 7372
    57  com.adobe.InDesign.AppFramework          0x0bb7a688 0xbb60000 + 108168
    58  PublicLib.dylib                         0x0116557b CmdUtils::ProcessCommand(ICommand*) + 59
    59  com.adobe.InDesign.AppFramework          0x0bb83bef 0xbb60000 + 146415
    60  PublicLib.dylib                         0x01164422 Command::DoImmediate(short) + 34
    61  com.adobe.InDesign.Utilities            0x0ce10aa3 0xce0f000 + 6819
    62  com.adobe.InDesign.Utilities            0x0ce10ccc 0xce0f000 + 7372
    63  com.adobe.InDesign.AppFramework          0x0bb7a688 0xbb60000 + 108168
    64  PublicLib.dylib                         0x0116557b CmdUtils::ProcessCommand(ICommand*) + 59
    65  com.adobe.InDesign.Widgets              0x0e99304b GetPlugIn + 211323
    66  com.adobe.InDesign.Widgets              0x0e996386 GetPlugIn + 224438
    67  com.adobe.InDesign.Widgets              0x0e995fc0 GetPlugIn + 223472
    68  PublicLib.dylib                         0x0117982b CScrapSuite_Extensible::Paste(IClipboardController*, IControlView*, short) + 219
    69  com.adobe.InDesign.Application UI          0x0d3d1ff4 0xd3af000 + 143348
    70  com.adobe.InDesign.Application UI          0x0d3d2f05 0xd3af000 + 147205
    71  com.adobe.InDesign.Application UI          0x0d3d0abc 0xd3af000 + 137916
    72  com.adobe.InDesign.Application UI          0x0d433632 GetPlugIn + 217730
    73  com.adobe.InDesign.Actions              0x13d30de3 GetPlugIn + 11699
    74  com.adobe.InDesign.Actions              0x13d1eccc 0x13d1d000 + 7372
    75  WidgetBinLib.dylib                      0x02880334 MDefaultEH::KeyboardShortcut(IEvent*) + 484
    76  WidgetBinLib.dylib                      0x0287fb34 CDefaultEH::KeyDown(IEvent*) + 148
    77  WidgetBinLib.dylib                      0x02880133 MDefaultEH::KeyDown(IEvent*) + 163
    78  PublicLib.dylib                         0x01184bee CEventDispatcher::DispatchToEventHandlers(IEvent*) + 222
    79  PublicLib.dylib                         0x011846a8 CEventDispatcher::DispatchEvent(IEvent*, IEvent::SystemHandledState) + 24
    80  com.adobe.InDesign.Application UI          0x0d446b99 GetPlugIn + 296937
    81  com.adobe.InDesign.Application UI          0x0d4445dc GetPlugIn + 287276
    82  com.apple.HIToolbox                     0x9995cb6b _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36
    83  com.apple.HIToolbox                     0x997e4594 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1343
    84  com.apple.HIToolbox                     0x997e3980 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 430
    85  com.apple.HIToolbox                     0x997f7855 SendEventToEventTarget + 88
    86  com.apple.HIToolbox                     0x998178b2 ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 2392
    87  com.apple.HIToolbox                     0x997e4a3f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2538
    88  com.apple.HIToolbox                     0x997e3980 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 430
    89  com.apple.HIToolbox                     0x997f7855 SendEventToEventTarget + 88
    90  com.apple.HIToolbox                     0x997d9077 SendTSMEvent + 75
    91  com.apple.HIToolbox                     0x997d8b0b SendUnicodeTextAEToUnicodeDoc + 745
    92  com.apple.HIToolbox                     0x997d8704 TSMKeyEvent + 980
    93  com.apple.HIToolbox                     0x998281e5 TSMProcessRawKeyEvent + 3102
    94  com.apple.HIToolbox                     0x99868ec5 HandleCompatibilityKeyEvent + 323
    95  com.apple.HIToolbox                     0x997e0aba HIApplication::EventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 7318
    96  com.apple.HIToolbox                     0x9995cb6b _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36
    97  com.apple.HIToolbox                     0x997e4594 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1343
    98  com.apple.HIToolbox                     0x997e3980 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 430
    99  com.apple.HIToolbox                     0x997e37ca SendEventToEventTargetWithOptions + 94
    100 com.apple.HIToolbox                     0x9981738c ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1074
    101 com.apple.HIToolbox                     0x997e4a3f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2538
    102 com.apple.HIToolbox                     0x997e3980 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 430
    103 com.apple.HIToolbox                     0x997f7855 SendEventToEventTarget + 88
    104 com.adobe.InDesign.AppFramework          0x0bb62fd5 0xbb60000 + 12245
    105 com.adobe.InDesign.AppFramework          0x0bb884fa GetPlugIn + 14282
    106 com.adobe.InDesign                      0x0000288b main + 187
    107 com.adobe.InDesign                      0x000027a6 start + 54
    Log 2:
    Process:         Adobe InDesign CS5 [745]
    Path:            /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Adobe InDesign CS5
    Identifier:      com.adobe.InDesign
    Version:         7.0.4.553 (7040)
    Code Type:       X86 (Native)
    Parent Process:  launchd [142]
    User ID:         501
    Date/Time:       2013-05-07 15:00:42.593 -0700
    OS Version:      Mac OS X 10.8.2 (12C60)
    Report Version:  10
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    VM Regions Near 0:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Adobe InDesign CS5
        __TEXT                 0000000000001000-0000000000005000 [   16K] r-x/rwx SM=COW  /Applications/Adobe InDesign CS5/Adobe InDesign CS5.app/Contents/MacOS/Adobe InDesign CS5
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.adobe.InDesign.Text                 0x0ff26f59 GetPlugIn + 1072585
    1   com.adobe.InDesign.Text                 0x0ff2c0eb GetPlugIn + 1093467
    2   com.adobe.InDesign.Text                 0x0ff2c1ef GetPlugIn + 1093727
    3   com.adobe.InDesign.Text                 0x0ff2c2c7 GetPlugIn + 1093943
    4   DataBaseLib.dylib                       0x010fd89f InterfaceSnapshot::ResetObjectToSnapshot(IDataBase*, IPMUnknown*, IDType<SnapshotID_tag>, ISnapshotCache*, scoped_lastrevinfodataref&) + 575
    5   ObjectModelLib.dylib                    0x01063b80 0x1038000 + 179072
    6   ObjectModelLib.dylib                    0x01070eb8 ShuksanInit(IStartupScreen* (*)(), IPlugIn*) + 23784
    7   DataBaseLib.dylib                       0x010ce158 0x10c9000 + 20824
    8   com.adobe.InDesign.Text                 0x0ff2e909 GetPlugIn + 1103737
    9   com.adobe.InDesign.Text                 0x1004932e GetPlugIn + 2261406
    10  com.adobe.InDesign.Text                 0x0fe3fcba GetPlugIn + 125738
    11  com.adobe.InDesign.Text                 0x0fe400ff GetPlugIn + 126831
    12  com.adobe.InDesign.Text                 0x0fec3876 GetPlugIn + 665318
    13  PublicLib.dylib                         0x01164422 Command::DoImmediate(short) + 34
    14  com.adobe.InDesign.Utilities            0x0ce3baa3 0xce3a000 + 6819
    15  com.adobe.InDesign.Utilities            0x0ce3bccc 0xce3a000 + 7372
    16  com.adobe.InDesign.AppFramework          0x0bb7a688 0xbb60000 + 108168
    17  com.adobe.InDesign.AppFramework          0x0bb6cf11 0xbb60000 + 53009
    18  com.adobe.InDesign.AppFramework          0x0bb62f0e 0xbb60000 + 12046
    19  com.adobe.InDesign.AppFramework          0x0bb884fa GetPlugIn + 14282
    20  com.adobe.InDesign                      0x0000288b main + 187
    21  com.adobe.InDesign                      0x000027a6 start + 54

    Thanks, Peter. 
    The "link related" and "text related" crashes were what I interpretted here, too, though I'm at a loss on how to proceed given that this is a fresh system and applications.  This is happening with multiple InDesign projects in a design office environment where many others work on the same files and none of the other computers are having problems with these files.  I've removed the same files listed (thank you for those) before and did so effectively with creating the new user account to test with, but it had no effect.  I just tried again though, as these files could easily have becone corrupt again if they were being written to when InDesign crashed.  Will let you know if that makes any difference.  I've also gone through and completely cleaned out the fonts again and once more cleared the font caches.  If need be I'll reboot this system into safe mode and try that way.
    Best,
    Mike

  • Crash on application startup

    Is there any way to symbolicate Adobe AIR crash reports. I'm getting the following from a user of an Adobe AIR application and I've no way of figuring out what particular API is causing the bad access:
    Process: Eye-Fi Center [5031]
    Path: /Applications/Eye-Fi/Eye-Fi Center.app/Contents/MacOS/Eye-Fi Center
    Identifier: fi.eye.center.E430518E652B889A80EC0E8A6E532C09FF36DF62.1
    Version: 3.3.1 (???)
    Code Type: X86 (Native)
    Parent Process: launchd [252]
    Date/Time: 2011-05-14 15:53:29.403 +1000
    OS Version: Mac OS X 10.6.7 (10J869)
    Report Version: 6
    Interval Since Last Report: 9837 sec
    Crashes Since Last Report: 30
    Per-App Interval Since Last Report: 139 sec
    Per-App Crashes Since Last Report: 20
    Anonymous UUID: 1D659D16-E280-499A-8F72-E507554580B8
    Exception Type: EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000004
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 com.adobe.AIR 0x029a0da8 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1131149
    1 com.adobe.AIR 0x02a6a67f r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1956708
    2 ??? 0x155a3651 0 + 358233681
    3 com.adobe.AIR 0x027f1390 XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1798784
    4 com.adobe.AIR 0x027f1ddf XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1801423
    5 com.adobe.AIR 0x0275dff2 XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1195746
    6 com.adobe.AIR 0x02a8f3d1 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 2107574
    7 com.adobe.AIR 0x02a8f40d r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 2107634
    8 com.adobe.AIR 0x02a75bd6 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 2003131
    9 com.adobe.AIR 0x02a75e39 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 2003742
    10 com.adobe.AIR 0x02a761b9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 2004638
    11 com.adobe.AIR 0x02a763df r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 2005188
    12 com.adobe.AIR 0x02b54e05 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 2917098
    13 com.adobe.AIR 0x02b5533d r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 2918434
    14 com.adobe.AIR 0x02b55722 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 2919431
    15 com.adobe.AIR 0x02b689ce r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 2997939
    16 com.adobe.AIR 0x02b68b7e r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 2998371
    17 com.adobe.AIR 0x02beb7d2 shaders_acos_ss + 320242
    18 com.adobe.AIR 0x028e5e2e r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 365331
    19 com.adobe.AIR 0x028e5f73 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 365656
    20 com.adobe.AIR 0x02b7835c r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 3061825
    21 com.adobe.AIR 0x02b784ec r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 3062225
    22 com.adobe.AIR 0x0256dcf4 0x255a000 + 81140
    23 com.adobe.AIR 0x025707d7 0x255a000 + 92119
    24 ??? 0x14cec8fb 0 + 349096187
    25 ??? 0x14ced80c 0 + 349100044
    26 ??? 0x14c70ca8 0 + 348589224
    27 ??? 0x14c75994 0 + 348608916
    28 ??? 0x14c75fc8 0 + 348610504
    29 com.adobe.AIR 0x027f1390 XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1798784
    30 com.adobe.AIR 0x027f1ddf XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1801423
    31 com.adobe.AIR 0x02a71afd r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1986530
    32 com.adobe.AIR 0x02a71c1c r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1986817
    33 com.adobe.AIR 0x02576900 0x255a000 + 116992
    34 com.adobe.AIR 0x02569009 0x255a000 + 61449
    35 com.adobe.AIR 0x02569188 0x255a000 + 61832
    36 com.apple.Foundation 0x90e13a71 __NSFireDelayedPerform + 693
    37 com.apple.CoreFoundation 0x979d2adb __CFRunLoopRun + 8059
    38 com.apple.CoreFoundation 0x979d0464 CFRunLoopRunSpecific + 452
    39 com.apple.CoreFoundation 0x979d0291 CFRunLoopRunInMode + 97
    40 com.apple.HIToolbox 0x997cbe04 RunCurrentEventLoopInMode + 392
    41 com.apple.HIToolbox 0x997cbaf5 ReceiveNextEventCommon + 158
    42 com.apple.HIToolbox 0x997cba3e BlockUntilNextEventMatchingListInMode + 81
    43 com.apple.AppKit 0x94ab978d _DPSNextEvent + 847
    44 com.apple.AppKit 0x94ab8fce -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    45 com.apple.AppKit 0x94a7b247 -[NSApplication run] + 821
    46 com.adobe.AIR 0x0255ec2c 0x255a000 + 19500
    47 com.adobe.AIR 0x0255ef72 0x255a000 + 20338
    48 ...A80EC0E8A6E532C09FF36DF62.1     0x00003101 start + 4213
    49 ...A80EC0E8A6E532C09FF36DF62.1     0x0000218e start + 258
    50 ...A80EC0E8A6E532C09FF36DF62.1     0x000020b5 start + 41
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x93550922 kevent + 10
    1 libSystem.B.dylib 0x9355103c _dispatch_mgr_invoke + 215
    2 libSystem.B.dylib 0x935504f9 _dispatch_queue_invoke + 163
    3 libSystem.B.dylib 0x9355029e _dispatch_worker_thread2 + 240
    4 libSystem.B.dylib 0x9354fd21 _pthread_wqthread + 390
    5 libSystem.B.dylib 0x9354fb66 start_wqthread + 30
    Thread 2:
    0 libSystem.B.dylib 0x9354f9b2 __workq_kernreturn + 10
    1 libSystem.B.dylib 0x9354ff48 _pthread_wqthread + 941
    2 libSystem.B.dylib 0x9354fb66 start_wqthread + 30
    Thread 3:
    0 libSystem.B.dylib 0x9352a0e2 semaphore_wait_signal_trap + 10
    1 libSystem.B.dylib 0x93557c9c _pthread_cond_wait + 1089
    2 libSystem.B.dylib 0x935a045f pthread_cond_wait + 48
    3 com.adobe.AIR 0x02a5e705 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907690
    4 com.adobe.AIR 0x028ad04a r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 132399
    5 com.adobe.AIR 0x02a5e7e9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907918
    6 com.adobe.AIR 0x02a5e863 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908040
    7 com.adobe.AIR 0x02a5e8fe r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908195
    8 libSystem.B.dylib 0x935577fd _pthread_start + 345
    9 libSystem.B.dylib 0x93557682 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x9352a0e2 semaphore_wait_signal_trap + 10
    1 libSystem.B.dylib 0x93557c9c _pthread_cond_wait + 1089
    2 libSystem.B.dylib 0x935a045f pthread_cond_wait + 48
    3 com.adobe.AIR 0x02a5e705 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907690
    4 com.adobe.AIR 0x028ad04a r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 132399
    5 com.adobe.AIR 0x02a5e7e9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907918
    6 com.adobe.AIR 0x02a5e863 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908040
    7 com.adobe.AIR 0x02a5e8fe r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908195
    8 libSystem.B.dylib 0x935577fd _pthread_start + 345
    9 libSystem.B.dylib 0x93557682 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x9352a0fa semaphore_timedwait_signal_trap + 10
    1 libSystem.B.dylib 0x93557c85 _pthread_cond_wait + 1066
    2 libSystem.B.dylib 0x93586aa8 pthread_cond_timedwait_relative_np + 47
    3 com.adobe.AIR 0x02a5e747 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907756
    4 com.adobe.AIR 0x02a716a8 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1985421
    5 com.adobe.AIR 0x02a5e7e9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907918
    6 com.adobe.AIR 0x02a5e863 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908040
    7 com.adobe.AIR 0x02a5e8fe r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908195
    8 libSystem.B.dylib 0x935577fd _pthread_start + 345
    9 libSystem.B.dylib 0x93557682 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x9352a0fa semaphore_timedwait_signal_trap + 10
    1 libSystem.B.dylib 0x93557c85 _pthread_cond_wait + 1066
    2 libSystem.B.dylib 0x93586aa8 pthread_cond_timedwait_relative_np + 47
    3 com.adobe.AIR 0x02a5e747 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907756
    4 com.adobe.AIR 0x02b6e943 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 3022376
    5 com.adobe.AIR 0x02a5e7e9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907918
    6 com.adobe.AIR 0x02a5e863 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908040
    7 com.adobe.AIR 0x02a5e8fe r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908195
    8 libSystem.B.dylib 0x935577fd _pthread_start + 345
    9 libSystem.B.dylib 0x93557682 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x00000000 ebx: 0x029a0d11 ecx: 0x00062280 edx: 0x156a5154
    edi: 0xbfffd17c esi: 0x156a50d0 ebp: 0xbfffd198 esp: 0xbfffd150
    ss: 0x0000001f efl: 0x00010246 eip: 0x029a0da8 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x00000004
    Binary Images:
    0x1000 - 0x6fff +fi.eye.center.E430518E652B889A80EC0E8A6E532C09FF36DF62.1 3.3.1 (???) <B4BF58C3-036B-C7A6-F957-0FA8F79C1B50> /Applications/Eye-Fi/Eye-Fi Center.app/Contents/MacOS/Eye-Fi Center
    0xca000 - 0xd4fff +com.unsanity.smartcrashreports Smart Crash Reports version 1.5b3 (1.5b3) <7E3E7D42-BB62-6D09-E262-0140BA963851> /Library/InputManagers/Smart Crash Reports/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports
    0xe3000 - 0xe4fff +com.cooliris.safariplugin Cooliris Plugin (1.11) <F393AEAA-D988-D0E4-D963-EE2FB2BC9F6C> /Library/InputManagers/Cooliris/Cooliris.bundle/Contents/MacOS/Cooliris
    0x500000 - 0x5b5fe7 libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <0B69B1F5-3440-B0BF-957F-E0ADD49F13CB> /usr/lib/libcrypto.0.9.7.dylib
    0x7ee000 - 0x7f1ff3 +com.divx.divxtoolkit 1.0 (1.0) /Library/Frameworks/DivX Toolkit.framework/Versions/A/DivX Toolkit
    0x7f6000 - 0x7faff3 com.apple.audio.AudioIPCPlugIn 1.1.6 (1.1.6) <F402CF88-D96C-42A0-3207-49759F496AE8> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/C ontents/MacOS/AudioIPCPlugIn
    0x255a000 - 0x31d0ff3 +com.adobe.AIR ??? (2.6.0.19140) <1C6DB0B7-4CC6-0151-37D0-5A70C30E04AE> /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR
    0x1465a000 - 0x14660ffb com.apple.audio.AppleHDAHALPlugIn 1.9.9 (1.9.9f12) <82BFF5E9-2B0E-FE8B-8370-445DD94DA434> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn
    0x14694000 - 0x146e9fdf +com.DivXInc.DivXDecoder 6.8.3.5 (6.8.3.5) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x14717000 - 0x148f9ff3 +com.elgato.mpegsupport EyeTV MPEG Support 1.2 (build 52) (1.2) <35B97927-65D9-4556-1B6A-23CC2834C7FA> /Library/QuickTime/EyeTV MPEG Support.component/Contents/MacOS/EyeTV MPEG Support
    0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <A4F6ADCC-6448-37B4-ED6C-ABB2CD06F448> /usr/lib/dyld
    0x90003000 - 0x9013aff7 com.apple.CoreAUC 6.04.05 (6.04.05) <4A2BEE1A-A74A-746B-EFA6-470CD3354252> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x9013b000 - 0x90178ff7 com.apple.SystemConfiguration 1.10.5 (1.10.2) <362DF639-6E5F-9371-9B99-81C581A8EE41> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x90179000 - 0x901e8ff7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <2FC2178F-FEF9-6E3F-3289-A6307B1A154C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x901e9000 - 0x90315ffb com.apple.MediaToolbox 0.484.20 (484.20) <D67788A2-B772-C5DB-B12B-173B2F8EE40B> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x90340000 - 0x90341ff7 com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
    0x90350000 - 0x903bafe7 libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x903bb000 - 0x90436fff com.apple.AppleVAFramework 4.10.23 (4.10.23) <57B7C626-F344-AB15-8556-00425FA765DE> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x90437000 - 0x90538fe7 libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <C75F921C-F027-6372-A0A1-EDB8A6234331> /usr/lib/libxml2.2.dylib
    0x90545000 - 0x905e0ff7 com.apple.ApplicationServices.ATS 275.15.1 (???) <FD63F92B-8DDE-4DBA-A7A5-0294E3607083> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x905e1000 - 0x905ecff7 libGL.dylib ??? (???) <4425B9AA-B494-A336-EABB-6BBC9FF4EC4F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x9062e000 - 0x906d8fe7 com.apple.CFNetwork 454.11.12 (454.11.12) <BE832CCE-B692-F55F-F5F8-3973649AFEA1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk/Versions/A/CFNetwork
    0x906d9000 - 0x9085bfe7 libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <D375C1CF-C88D-C5F6-3C49-CD429023FBAC> /usr/lib/libicucore.A.dylib
    0x9085c000 - 0x90860ff7 IOSurface ??? (???) <D849E1A5-6B0C-2A05-2765-850EC39BA2FF> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x908c2000 - 0x908cdff7 libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <4560936D-7730-5DD2-BFD7-95270DDC210A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib
    0x908ce000 - 0x908feff7 com.apple.MeshKit 1.1 (49.2) <ECFBD794-5D36-4405-6184-5568BFF29BF3> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x908ff000 - 0x909cafef com.apple.CoreServices.OSServices 359 (359) <EC340F74-8192-C9DD-40B3-AE4E519A38D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x909cb000 - 0x909cbff7 com.apple.quartzframework 1.5 (1.5) <CEB78F00-C5B2-3B3F-BF70-DD6D578719C0> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x90a94000 - 0x90abcff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x90af9000 - 0x90b0dffb com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x90b0e000 - 0x90b11fe7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x90d06000 - 0x90de6fe7 com.apple.vImage 4.1 (4.1) <D029C515-08E1-93A6-3705-DD062A3A672C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0x90de7000 - 0x9105afe7 com.apple.Foundation 6.6.6 (751.53) <C73FDD37-000B-C505-FD8D-80D1C9D17965> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x91090000 - 0x91138ffb com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x91182000 - 0x91286fe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9. <BDEFA030-5E75-7C47-2904-85AB16937F45> /usr/lib/libcrypto.0.9.8.dylib
    0x91287000 - 0x912abff7 libJPEG.dylib ??? (???) <A50127EB-C202-0436-E62D-41E2E893E436> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJPEG.dylib
    0x912ac000 - 0x91386ffb com.apple.DesktopServices 1.5.10 (1.5.10) <2BA08DD4-35A2-A0FF-ADEA-B381F0CEEB81> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x91443000 - 0x91444ff7 com.apple.TrustEvaluationAgent 1.1 (1) <FEB55E8C-38A4-CFE9-A737-945F39761B4C> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
    0x91470000 - 0x91481ff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <97511CC7-FE23-5AC3-2EE2-B5479FAEB316> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x917e0000 - 0x91890fe3 com.apple.QuickTimeImporters.component 7.6.6 (1756.15) <687BB3B8-15F6-47F3-C4A6-C6DC94098BEC> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters
    0x91891000 - 0x91929fe7 edu.mit.Kerberos 6.5.11 (6.5.11) <F36DB665-A88B-7F5B-6244-6A2E7FFFF668> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x9192a000 - 0x919d8ff3 com.apple.ink.framework 1.3.3 (107) <57B54F6F-CE35-D546-C7EC-DBC5FDC79938> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
    0x919d9000 - 0x9292cfe3 com.apple.QuickTimeComponents.component 7.6.6 (1756.15) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponent s
    0x9292d000 - 0x929a7fff com.apple.audio.CoreAudio 3.2.6 (3.2.6) <F7C9B01D-45AD-948B-2D26-9736524C1A33> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x929a8000 - 0x92ab7fe7 com.apple.WebKit 6533.21 (6533.21.1) <4FBCE2F9-84EB-302C-FD1F-DAD2422A219E> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x92d4b000 - 0x92d9bff7 com.apple.framework.familycontrols 2.0.2 (2020) <C96C8A99-A40C-8B9C-1FBA-A0F46AC92F17> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x92d9c000 - 0x92e1effb SecurityFoundation ??? (???) <3670AE8B-06DA-C447-EB14-79423DB9C474> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x92e38000 - 0x92e7aff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <3F0ED200-741B-4E27-B89F-634B131F5E9E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x92ea6000 - 0x93088fff com.apple.imageKit 2.0.3 (1.0) <B4DB05F7-01C5-35EE-7AB9-41BD9D63F075> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Vers ions/A/ImageKit
    0x93089000 - 0x934c0ff3 com.apple.RawCamera.bundle 3.6.4 (561) <DBA5D7C1-CD82-CE7F-5AE5-A0E4E128236F> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x934c1000 - 0x934d9ff7 com.apple.CFOpenDirectory 10.6 (10.6) <F9AFC571-3539-6B46-ABF9-46DA2B608819> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
    0x93529000 - 0x936d0ff7 libSystem.B.dylib 125.2.10 (compatibility 1.0.0) <ADF8138B-2384-2FC0-CCBF-C4721B53568A> /usr/lib/libSystem.B.dylib
    0x937c6000 - 0x937ccfff 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
    0x937cd000 - 0x937d2ff7 com.apple.OpenDirectory 10.6 (10.6) <C1B46982-7D3B-3CC4-3BC2-3E4B595F0231> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x937db000 - 0x9386dfe7 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
    0x9388d000 - 0x93890ff7 libCoreVMClient.dylib ??? (???) <12EF6056-7AC7-6691-75A2-BD0675C56A35> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x939c1000 - 0x93a77ffb libFontParser.dylib ??? (???) <D85C1840-0FA8-27A2-54B7-FF336099EBC0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib
    0x93a78000 - 0x93a78ff7 com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x93a79000 - 0x93addffb 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
    0x93dd8000 - 0x93f92feb com.apple.ImageIO.framework 3.0.4 (3.0.4) <C96F11A7-2569-3037-C4C3-0342708FA3CB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/ImageIO
    0x93f93000 - 0x9404cfe7 libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
    0x9405b000 - 0x940b1ff7 com.apple.MeshKitRuntime 1.1 (49.2) <F1EAE9EC-2DA3-BAFD-0A8C-6A3FFC96D728> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitRuntime. framework/Versions/A/MeshKitRuntime
    0x940b2000 - 0x943d2ff3 com.apple.CoreServices.CarbonCore 861.34 (861.34) <3DA9098F-B71B-4BDE-5DE5-4B76C49158EB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x943d3000 - 0x94424ff7 com.apple.HIServices 1.8.2 (???) <F6EAC2D1-902A-9374-FC4B-43B50E054416> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x944ad000 - 0x944cefe7 com.apple.opencl 12.3.6 (12.3.6) <B4104B80-1CB3-191C-AFD3-697843C6BCFF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x944cf000 - 0x944dfff7 com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
    0x944e0000 - 0x9458dfe7 libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <DF8E4CFA-3719-3415-0BF1-E8C5E561C3B1> /usr/lib/libobjc.A.dylib
    0x9458e000 - 0x9459cfe7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <3CE8AA79-F077-F1B0-A039-9103A4A02E92> /usr/lib/libz.1.dylib
    0x9459d000 - 0x9469ffef com.apple.MeshKitIO 1.1 (49.2) <34322CDD-E67E-318A-F03A-A3DD05201046> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitIO.frame work/Versions/A/MeshKitIO
    0x946a0000 - 0x946a3ff7 libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <B84D7376-EE9C-2B7F-04FA-D622E2C10CA6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXType.A.dylib
    0x946a4000 - 0x9499dfef com.apple.QuickTime 7.6.6 (1756.15) <C2567783-4EAC-6803-522B-D701B95C4DAE> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x9499e000 - 0x9499eff7 liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x94a71000 - 0x95351ff7 com.apple.AppKit 6.6.7 (1038.35) <ABC7783C-E4D5-B848-BED6-99451D94D120> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x95352000 - 0x95385ff7 com.apple.AE 496.4 (496.4) <7F34EC47-8429-3077-8158-54F5EA908C66> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x95386000 - 0x9539afe7 libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x9539b000 - 0x9539bff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x9539c000 - 0x953dfff7 libGLU.dylib ??? (???) <2C7B2727-26F6-F29D-9D15-33044E87359F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x953e0000 - 0x953e4ff7 libGFXShared.dylib ??? (???) <4F2199F0-320F-0B59-0380-D3131D644CBA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x953e7000 - 0x953e9ff7 libRadiance.dylib ??? (???) <B83179D4-E41C-D2BA-1E4C-A64CB45C15E6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libRadiance.dylib
    0x953ea000 - 0x953f6ff7 libkxld.dylib ??? (???) <F0E915AD-6B32-0D5E-D24B-B188447FDD23> /usr/lib/system/libkxld.dylib
    0x953f7000 - 0x9542aff3 libTrueTypeScaler.dylib ??? (???) <E5E16584-870F-CBCD-F861-3BB45324DE16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libTrueTypeScaler.dylib
    0x9543f000 - 0x95449fe7 com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound
    0x9544a000 - 0x95488ff7 com.apple.QuickLookFramework 2.3 (327.6) <66955C29-0C99-D02C-DB18-4952AFB4E886> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x95489000 - 0x954c9ff7 com.apple.ImageCaptureCore 1.0.4 (1.0.4) <CE815114-CEFA-4AF4-7365-7908428AB733> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x954ca000 - 0x956c8ff3 com.apple.JavaScriptCore 6533.20 (6533.20.20) <C97A479C-FDF9-3F19-2EE0-80288257C477> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x956ce000 - 0x957daff7 libGLProgrammability.dylib ??? (???) <2D172B4E-432F-D18E-EA99-3BD56DBE7649> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib
    0x957e8000 - 0x95a13ff3 com.apple.QuartzComposer 4.2 ({156.28}) <08AF01DC-110D-9443-3916-699DBDED0149> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framewor k/Versions/A/QuartzComposer
    0x95a4c000 - 0x95a8fff7 com.apple.NavigationServices 3.5.4 (182) <753B8906-06C0-3AE0-3D6A-8FF5AC18ED12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices
    0x95a90000 - 0x95ea6ff7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
    0x960b2000 - 0x961eeff7 com.apple.audio.toolbox.AudioToolbox 1.6.6 (1.6.6) <781018FB-474B-E09C-D419-5BFF80590A10> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x961ff000 - 0x96243fe7 com.apple.Metadata 10.6.3 (507.15) <A23633F1-E913-66C2-A073-E2B174C09B18> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
    0x96252000 - 0x96264ff7 com.apple.MultitouchSupport.framework 207.10 (207.10) <E1A6F663-570B-CE54-0F8A-BBCCDECE3B42> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
    0x96265000 - 0x962a6ff7 libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <95079B56-0B7B-F114-5C43-5220DBE0FBB1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib
    0x962a7000 - 0x962a7ff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <1DEC639C-173D-F808-DE0D-4070CC6F5BC7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
    0x962a8000 - 0x962a8ff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <BC501C9F-7C20-961A-B135-0A457667D03C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x962a9000 - 0x96346fe3 com.apple.LaunchServices 362.2 (362.2) <F3952CAB-322F-A12F-57AF-8B91B1D76DDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0x96433000 - 0x964acff7 com.apple.PDFKit 2.5.1 (2.5.1) <CEF13510-F08D-3177-7504-7F8853906DE6> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versio ns/A/PDFKit
    0x964ad000 - 0x968e2ff7 libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
    0x96ad2000 - 0x972c1557 com.apple.CoreGraphics 1.545.0 (???) <8A4CB0D9-1001-0F62-4DA4-B8AB3B45E226> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
    0x972c2000 - 0x97330ff7 com.apple.QuickLookUIFramework 2.3 (327.6) <74706A08-5399-24FE-00B2-4A702A6B83C1> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/V ersions/A/QuickLookUI
    0x97331000 - 0x97331ff7 com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x97332000 - 0x9769dff7 com.apple.QuartzCore 1.6.3 (227.36) <8E927524-EB0A-D5BA-C2E4-FA26FE4C428A> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9769e000 - 0x976c4ffb com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x976c5000 - 0x97808fef com.apple.QTKit 7.6.6 (1756.15) <32C49374-14BC-53E7-FBFF-E11B42A41F56> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x97865000 - 0x97993fe7 com.apple.CoreData 102.1 (251) <E6A457F0-A0A3-32CD-6C69-6286E7C0F063> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x97994000 - 0x97b0ffe7 com.apple.CoreFoundation 6.6.4 (550.42) <C78D5079-663E-9734-7AFA-6CE79A0539F1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x97b10000 - 0x97b2cfe3 com.apple.openscripting 1.3.1 (???) <DA16DE48-59F4-C94B-EBE3-7FAF772211A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x97b2d000 - 0x97b7afeb com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <136BFA48-D456-B677-3B5D-40A6946C3A09> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
    0x97b7b000 - 0x97bc2ffb com.apple.CoreMediaIOServices 134.0 (1160) <4CD78557-3CDA-A4B5-33CB-BBB876B4463D> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/CoreMediaIOSer vices
    0x97bf6000 - 0x97c1dff7 com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework /Versions/A/QuartzFilters
    0x97c1e000 - 0x980d7ffb com.apple.VideoToolbox 0.484.20 (484.20) <E7B9F015-2569-43D7-5268-375ED937ECA5> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x980e4000 - 0x98103ff7 com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x98104000 - 0x9814aff7 libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
    0x981c0000 - 0x981caffb com.apple.speech.recognition.framework 3.11.1 (3.11.1) <EC0E69C8-A121-70E8-43CF-E6FC4C7779EC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x981cb000 - 0x981d9ff7 com.apple.opengl 1.6.12 (1.6.12) <81AEF74E-E33A-B021-9CDB-6199104105FF> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x981da000 - 0x981daff7 com.apple.vecLib 3.6 (vecLib 3.6) <7362077A-890F-3AEF-A8AB-22247B10E106> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x981db000 - 0x981e4ff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9821e000 - 0x98276fe7 com.apple.datadetectorscore 2.0 (80.7) <A40AA74A-9D13-2A6C-5440-B50905923251> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor e
    0x98277000 - 0x982d1fe7 com.apple.CorePDF 1.3 (1.3) <696ADD5F-C038-A63B-4732-82E4109379D7> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x982d2000 - 0x982d6ff7 libGIF.dylib ??? (???) <447BC6E8-4C56-3D5D-983B-6BEA0D26F319> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libGIF.dylib
    0x982d7000 - 0x98314ff7 com.apple.CoreMedia 0.484.20 (484.20) <105DDB24-E45F-5473-99E1-B09FDEAE4500> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x98315000 - 0x98359ff3 com.apple.coreui 2 (114) <29F8F1A4-1C96-6A0F-4CC2-9B85CF83209F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9835a000 - 0x98dadff7 com.apple.WebCore 6533.21 (6533.21.1) <09CE6602-4DB5-6E93-8593-4E1C57CB202F> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versi ons/A/WebCore
    0x98dae000 - 0x98e0bff7 com.apple.framework.IOKit 2.0 (???) <A769737F-E0D6-FB06-29B4-915CF4F43420> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x98e0c000 - 0x98e19ff7 com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x98ffa000 - 0x9925ffeb com.apple.security 6.1.2 (55002) <7F00A51B-F22A-0EBC-A321-923472D686BD> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x992fa000 - 0x9933aff3 com.apple.securityinterface 4.0.1 (40418) <26D84A83-F5B9-93CF-71BB-0712698181EE> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x9933b000 - 0x9934bff7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x9934c000 - 0x9934eff7 com.apple.securityhi 4.0 (36638) <38D36D4D-C798-6ACE-5FA8-5C001993AD6B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x99368000 - 0x9936bffb com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
    0x9936c000 - 0x99373ff3 com.apple.print.framework.Print 6.1 (237.1) <F5AAE53D-5530-9004-A9E3-2C1690C5328E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x993b5000 - 0x993b5ff7 com.apple.Carbon 150 (152) <9252D5F2-462D-2C15-80F3-109644D6F704> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x993f0000 - 0x99439fe7 libTIFF.dylib ??? (???) <5CE284EC-F637-EDBB-FDB3-61E86407CBB8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libTIFF.dylib
    0x9943a000 - 0x99440fe7 com.apple.CommerceCore 1.0 (9) <928FCA4F-1366-AE18-CF67-87C79F5DAC21> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCor e.framework/Versions/A/CommerceCore
    0x99441000 - 0x9947cfeb libFontRegistry.dylib ??? (???) <4FB144ED-8AF9-27CF-B315-DCE5575D5231> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
    0x9947d000 - 0x99498ff7 libPng.dylib ??? (???) <65E824F7-523A-CC34-ABDD-2A3B12DE1CA9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libPng.dylib
    0x99499000 - 0x994a0ff7 com.apple.agl 3.0.12 (AGL-3.0.12) <6877F0D8-0DCF-CB98-5304-913667FF50FA> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x994e8000 - 0x995a4fff com.apple.ColorSync 4.6.6 (4.6.6) <D00B95AE-2379-CB8E-B18C-FF5B66741C23> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x995a5000 - 0x995c7fef com.apple.DirectoryService.Framework 3.6 (621.11) <CA979EAC-9537-43B6-CD69-C144ACB75E09> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x995c8000 - 0x995c9ff7 com.apple.audio.units.AudioUnit 1.6.6 (1.6.6) <253E9552-5CEA-0D5A-1EDA-3B8F669B79EA> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x995ca000 - 0x9962bfe7 com.apple.CoreText 3.151.8 (???) <6F5D6C49-4693-B9B7-6612-832E8F155747> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.f ramework/Versions/A/CoreText
    0x9962c000 - 0x9965dff7 libGLImage.dylib ??? (???) <1AF72191-087A-5D75-B3B9-3F537315F635> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x9965e000 - 0x99673fff com.apple.ImageCapture 6.0.2 (6.0.2) <E9F4B952-27A1-5BFC-CA8D-DADA055D30E9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x996bb000 - 0x996f4ff7 libcups.2.dylib 2.8.0 (compatibility 2.0.0) <90C5DE81-1BEF-D807-A898-0FC19BDD14EC> /usr/lib/libcups.2.dylib
    0x996f5000 - 0x99715fe7 libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <751955F3-21FB-A03A-4E92-1F3D4EFB8C5B> /usr/lib/libresolv.9.dylib
    0x99716000 - 0x99796feb com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
    0x99797000 - 0x99abbfef com.apple.HIToolbox 1.6.5 (???) <21164164-41CE-61DE-C567-32E89755CB34> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x99ac2000 - 0x99acaff7 com.apple.DisplayServicesFW 2.3.0 (283) <48D94761-7340-D029-99E3-9BE0262FAF22> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <ADF8138B-2384-2FC0-CCBF-C4721B53568A> /usr/lib/libSystem.B.dylib
    Model: MacBook3,1, BootROM MB31.008E.B02, 2 processors, Intel Core 2 Duo, 2.2 GHz, 4 GB, SMC 1.24f3
    Graphics: Intel GMA X3100, GMA X3100, Built-In, 144 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x88), Broadcom BCM43xx 1.0 (5.10.131.36.9)
    Bluetooth: Version 2.4.0f1, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: ST9320423AS, 298.09 GB
    Parallel ATA Device: MATSHITADVD-R UJ-857E
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8501, 0xfd400000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0x5d100000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x0229, 0x5d200000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8205, 0x1a100000

    Hi Sean,
    Unfortunetly we are still trying to reproduce this locally. Meanwhile I have symbolized the crash log and reported the issue on our internal bug tracking system (#2884573).
    Regards,
    --Catalin

  • Crash Report: Itunes crashes when connecting ipod nano 5th gen

    hi have had my imac since 2011 and never one problem until a week ago.  I connect ipod nano 5th gen and itunes crashes every time. Have tried rebooted, removed plist and other popular things but I get this error message everytime. 
    I am on an iMac running 10.6.8 OS and Itunes 10.6.3. Never happend before but literally tried 20 times and same crash report every time. iPod works fine by the way.
    If anyone can help thank you!
    Path:            /Applications/iTunes.app/Contents/MacOS/iTunes
    Identifier:      com.apple.iTunes
    Version:         10.6.3 (10.6.3)
    Build Info:      iTunes-10632501~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [359]
    Date/Time:       2014-08-02 21:24:41.456 -0400
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          321141 sec
    Crashes Since Last Report:           3
    Per-App Interval Since Last Report:  185 sec
    Per-App Crashes Since Last Report:   2
    Anonymous UUID:                      37A59C6B-96E1-408F-A12F-FD8E9DE95584
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000004
    Crashed Thread:  19
    Thread 0:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib             0x933a1afa mach_msg_trap + 10
    1   libSystem.B.dylib             0x933a2267 mach_msg + 68
    2   com.apple.iTunes               0x0014fd4f 0x1000 + 1371471
    3   com.apple.iTunes               0x000538f5 0x1000 + 338165
    4   com.apple.iTunes               0x0014fcc9 0x1000 + 1371337
    5   com.apple.iTunes               0x0014fb7f 0x1000 + 1371007
    6   com.apple.iTunes               0x0014fb15 0x1000 + 1370901
    7   com.apple.iTunes               0x00053672 0x1000 + 337522
    8   com.apple.iTunes               0x0005355b 0x1000 + 337243
    9   com.apple.iTunes               0x000534d4 0x1000 + 337108
    10  com.apple.CoreFoundation       0x9513e42b __CFRunLoopDoSources0 + 1563
    11  com.apple.CoreFoundation       0x9513beef __CFRunLoopRun + 1071
    12  com.apple.CoreFoundation       0x9513b3c4 CFRunLoopRunSpecific + 452
    13  com.apple.CoreFoundation       0x9513b1f1 CFRunLoopRunInMode + 97
    14  com.apple.HIToolbox           0x94cc3e04 RunCurrentEventLoopInMode + 392
    15  com.apple.HIToolbox           0x94cc3bb9 ReceiveNextEventCommon + 354
    16  com.apple.HIToolbox           0x94cc3a3e BlockUntilNextEventMatchingListInMode + 81
    17  com.apple.AppKit               0x90bdd595 _DPSNextEvent + 847
    18  com.apple.AppKit               0x90bdcdd6 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    19  com.apple.AppKit               0x90b9f1f3 -[NSApplication run] + 821
    20  com.apple.iTunes               0x0000446f 0x1000 + 13423
    21  com.apple.iTunes               0x000042b9 0x1000 + 12985
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib             0x933c8382 kevent + 10
    1   libSystem.B.dylib             0x933c8a9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib             0x933c7f59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib             0x933c7cfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib             0x933c7781 _pthread_wqthread + 390
    5   libSystem.B.dylib             0x933c75c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib             0x933a1afa mach_msg_trap + 10
    1   libSystem.B.dylib             0x933a2267 mach_msg + 68
    2   com.apple.CoreFoundation       0x9513c2df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation       0x9513b3c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation       0x95141304 CFRunLoopRun + 84
    5   com.apple.iTunes               0x0000aac2 0x1000 + 39618
    6   com.apple.iTunes               0x00920d3a 0x1000 + 9567546
    7   libSystem.B.dylib             0x933cf259 _pthread_start + 345
    8   libSystem.B.dylib             0x933cf0de thread_start + 34
    Thread 3:
    0   libSystem.B.dylib             0x933cfaa2 __semwait_signal + 10
    1   libSystem.B.dylib             0x933cf75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x933d13f8 pthread_cond_wait$UNIX2003 + 73
    3   com.apple.iTunes               0x0000ac9d 0x1000 + 40093
    4   com.apple.iTunes               0x000211f7 0x1000 + 131575
    5   com.apple.iTunes               0x00920d3a 0x1000 + 9567546
    6   libSystem.B.dylib             0x933cf259 _pthread_start + 345
    7   libSystem.B.dylib             0x933cf0de thread_start + 34
    Thread 4:
    0   libSystem.B.dylib             0x933a1afa mach_msg_trap + 10
    1   libSystem.B.dylib             0x933a2267 mach_msg + 68
    2   com.apple.CoreFoundation       0x9513c2df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation       0x9513b3c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation       0x95141304 CFRunLoopRun + 84
    5   com.apple.iTunes               0x0003dafc 0x1000 + 248572
    6   com.apple.iTunes               0x00920d3a 0x1000 + 9567546
    7   libSystem.B.dylib             0x933cf259 _pthread_start + 345
    8   libSystem.B.dylib             0x933cf0de thread_start + 34
    Thread 5:
    0   libSystem.B.dylib             0x933c7412 __workq_kernreturn + 10
    1   libSystem.B.dylib             0x933c79a8 _pthread_wqthread + 941
    2   libSystem.B.dylib             0x933c75c6 start_wqthread + 30
    Thread 6:
    0   libSystem.B.dylib             0x933cfaa2 __semwait_signal + 10
    1   libSystem.B.dylib             0x933cf75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x933d13f8 pthread_cond_wait$UNIX2003 + 73
    3   com.apple.iTunes               0x0000ac9d 0x1000 + 40093
    4   com.apple.iTunes               0x0000abb4 0x1000 + 39860
    5   com.apple.iTunes               0x0000aa37 0x1000 + 39479
    6   com.apple.iTunes               0x00a35f39 0x1000 + 10702649
    7   com.apple.iTunes               0x00a35f67 0x1000 + 10702695
    8   com.apple.iTunes               0x00920d3a 0x1000 + 9567546
    9   libSystem.B.dylib             0x933cf259 _pthread_start + 345
    10  libSystem.B.dylib             0x933cf0de thread_start + 34
    Thread 7:
    0   libSystem.B.dylib             0x933a1afa mach_msg_trap + 10
    1   libSystem.B.dylib             0x933a2267 mach_msg + 68
    2   com.apple.iTunes               0x001406a9 0x1000 + 1308329
    3   libSystem.B.dylib             0x933cf259 _pthread_start + 345
    4   libSystem.B.dylib             0x933cf0de thread_start + 34
    Thread 8:  com.apple.CFSocket.private
    0   libSystem.B.dylib             0x933c0ac6 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation       0x9517bc53 __CFSocketManager + 1091
    2   libSystem.B.dylib             0x933cf259 _pthread_start + 345
    3   libSystem.B.dylib             0x933cf0de thread_start + 34
    Thread 9:
    0   libSystem.B.dylib             0x933a1afa mach_msg_trap + 10
    1   libSystem.B.dylib             0x933a2267 mach_msg + 68
    2   com.apple.CoreFoundation       0x9513c2df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation       0x9513b3c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation       0x95141304 CFRunLoopRun + 84
    5   com.apple.iTunes               0x0000aac2 0x1000 + 39618
    6   com.apple.iTunes               0x00920d3a 0x1000 + 9567546
    7   libSystem.B.dylib             0x933cf259 _pthread_start + 345
    8   libSystem.B.dylib             0x933cf0de thread_start + 34
    Thread 10:  WebCore: LocalStorage
    0   libSystem.B.dylib             0x933cfaa2 __semwait_signal + 10
    1   libSystem.B.dylib             0x933cf75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x933d13f8 pthread_cond_wait$UNIX2003 + 73
    3   com.apple.JavaScriptCore       0x95a21fd1 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    4   libSystem.B.dylib             0x933cf259 _pthread_start + 345
    5   libSystem.B.dylib             0x933cf0de thread_start + 34
    Thread 11:
    0   libSystem.B.dylib             0x933a1afa mach_msg_trap + 10
    1   libSystem.B.dylib             0x933a2267 mach_msg + 68
    2   com.apple.CoreFoundation       0x9513c2df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation       0x9513b3c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation       0x9513b1f1 CFRunLoopRunInMode + 97
    5   com.apple.Foundation           0x9959f224 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 329
    6   com.apple.Foundation           0x995664c4 -[NSThread main] + 45
    7   com.apple.Foundation           0x99566474 __NSThread__main__ + 1499
    8   libSystem.B.dylib             0x933cf259 _pthread_start + 345
    9   libSystem.B.dylib             0x933cf0de thread_start + 34
    Thread 12:
    0   libSystem.B.dylib             0x933a1afa mach_msg_trap + 10
    1   libSystem.B.dylib             0x933a2267 mach_msg + 68
    2   com.apple.CoreFoundation       0x9513c2df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation       0x9513b3c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation       0x95141304 CFRunLoopRun + 84
    5   com.apple.iTunes               0x0000aac2 0x1000 + 39618
    6   com.apple.iTunes               0x00920d3a 0x1000 + 9567546
    7   libSystem.B.dylib             0x933cf259 _pthread_start + 345
    8   libSystem.B.dylib             0x933cf0de thread_start + 34
    Thread 13:
    0   libSystem.B.dylib             0x933a1afa mach_msg_trap + 10
    1   libSystem.B.dylib             0x933a2267 mach_msg + 68
    2   com.apple.CoreFoundation       0x9513c2df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation       0x9513b3c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation       0x95141304 CFRunLoopRun + 84
    5   com.apple.iTunes               0x0000aac2 0x1000 + 39618
    6   com.apple.iTunes               0x00920d3a 0x1000 + 9567546
    7   libSystem.B.dylib             0x933cf259 _pthread_start + 345
    8   libSystem.B.dylib             0x933cf0de thread_start + 34
    Thread 14:  JavaScriptCore::Marking
    0   libSystem.B.dylib             0x933cfaa2 __semwait_signal + 10
    1   libSystem.B.dylib             0x933cf75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x933d13f8 pthread_cond_wait$UNIX2003 + 73
    Thread 15:  JavaScriptCore::Marking
    0   libSystem.B.dylib             0x933cfaa2 __semwait_signal + 10
    1   libSystem.B.dylib             0x933cf75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x933d13f8 pthread_cond_wait$UNIX2003 + 73
    Thread 16:  JavaScriptCore::Marking
    0   libSystem.B.dylib             0x933cfaa2 __semwait_signal + 10
    1   libSystem.B.dylib             0x933cf75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x933d13f8 pthread_cond_wait$UNIX2003 + 73
    Thread 17:  JavaScriptCore::BlockFree
    0   libSystem.B.dylib             0x933cfaa2 __semwait_signal + 10
    1   libSystem.B.dylib             0x933cf75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x933cf2b1 pthread_cond_timedwait$UNIX2003 + 72
    3   com.apple.JavaScriptCore       0x95a2201c ***::ThreadCondition::timedWait(***::Mutex&, double) + 156
    Thread 18:  WebCore: LocalStorage
    0   libSystem.B.dylib             0x933cfaa2 __semwait_signal + 10
    1   libSystem.B.dylib             0x933cf75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x933d13f8 pthread_cond_wait$UNIX2003 + 73
    3   com.apple.JavaScriptCore       0x95a21fd1 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    4   libSystem.B.dylib             0x933cf259 _pthread_start + 345
    5   libSystem.B.dylib             0x933cf0de thread_start + 34
    Thread 19 Crashed:
    0   ...thesis.MacinTalkSynthesizer 0x1f703116 MEOWReader::MEOWReader(int, void const*, char) + 44
    1   ...thesis.MacinTalkSynthesizer 0x1f6d0f05 SpeechChannelManager::UseVoice(VoiceSpec*, __CFBundle*) + 471
    2   ...thesis.MacinTalkSynthesizer 0x1f6f9b27 SEUseVoice + 85
    3   ....speech.synthesis.framework 0x99bd6c19 NewSpeechChannel + 730
    4   com.apple.iTunes               0x006d5fc9 0x1000 + 7163849
    5   com.apple.iTunes               0x0079b05e 0x1000 + 7970910
    6   com.apple.iTunes               0x00511cf5 0x1000 + 5311733
    7   com.apple.iTunes               0x00519196 0x1000 + 5341590
    8   com.apple.iTunes               0x003d99bb 0x1000 + 4032955
    9   com.apple.iTunes               0x001406dd 0x1000 + 1308381
    10  libSystem.B.dylib             0x933cf259 _pthread_start + 345
    11  libSystem.B.dylib             0x933cf0de thread_start + 34
    Thread 20:
    0   libSystem.B.dylib             0x933a1afa mach_msg_trap + 10
    1   libSystem.B.dylib             0x933a2267 mach_msg + 68
    2   com.apple.iTunes               0x0014fd4f 0x1000 + 1371471
    3   com.apple.iTunes               0x000538f5 0x1000 + 338165
    4   com.apple.iTunes               0x001508bc 0x1000 + 1374396
    5   com.apple.iTunes               0x008d9700 0x1000 + 9275136
    6   com.apple.iTunes               0x00154c8d 0x1000 + 1391757
    7   com.apple.iTunes               0x003c9f95 0x1000 + 3968917
    8   com.apple.iTunes               0x001406dd 0x1000 + 1308381
    9   libSystem.B.dylib             0x933cf259 _pthread_start + 345
    10  libSystem.B.dylib             0x933cf0de thread_start + 34
    Thread 21:
    0   libSystem.B.dylib             0x933d082e pread$UNIX2003 + 10
    1   com.apple.iTunes               0x00072ba2 0x1000 + 465826
    2   com.apple.iTunes               0x00094060 0x1000 + 602208
    3   com.apple.iTunes               0x0009317f 0x1000 + 598399
    4   com.apple.iTunes               0x00d0ed8b 0x1000 + 13688203
    5   com.apple.iTunes               0x00d0ff60 0x1000 + 13692768
    6   com.apple.iTunes               0x00d174c0 0x1000 + 13722816
    7   com.apple.iTunes               0x00088d70 0x1000 + 556400
    8   com.apple.iTunes               0x000833f7 0x1000 + 533495
    9   com.apple.iTunes               0x008abff0 0x1000 + 9089008
    10  com.apple.iTunes               0x003c59bf 0x1000 + 3951039
    11  com.apple.iTunes               0x00920d3a 0x1000 + 9567546
    12  libSystem.B.dylib             0x933cf259 _pthread_start + 345
    13  libSystem.B.dylib             0x933cf0de thread_start + 34
    Thread 19 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x1f7030f8  ecx: 0x20416200  edx: 0x00000000
      edi: 0x1d6b2620  esi: 0x00000000  ebp: 0xb0100b28  esp: 0xb0100af0
       ss: 0x0000001f  efl: 0x00010286  eip: 0x1f703116   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x0000001f   gs: 0x00000037
      cr2: 0x00000004
    Binary Images:
        0x1000 -  0x1138fdf  com.apple.iTunes 10.6.3 (10.6.3) <307F7FE8-1C94-272C-C31F-42AF69ED30E7> /Applications/iTunes.app/Contents/MacOS/iTunes
    0x138b000 -  0x1406fef  com.apple.iTunes.iPodUpdater 10.4 (10.4) <B29EA882-8874-0E2B-FC30-999F8B209640> /Applications/iTunes.app/Contents/Frameworks/iPodUpdater.framework/Versions/A/i PodUpdater
    0x144b000 -  0x1470ff7  com.apple.avfoundationcf 2.0 (60.1) <2D4DFC71-1195-4549-658B-7295F37AAEC3> /System/Library/PrivateFrameworks/AVFoundationCF.framework/Versions/A/AVFoundat ionCF
    0x1498000 -  0x149dff7  com.apple.iPod 1.6 (17) <4CCD2720-D270-C0D2-1E14-1374779C2401> /System/Library/PrivateFrameworks/iPod.framework/Versions/A/iPod
    0x14a3000 -  0x177ffe7 +libgnsdk_dsp.1.9.5.dylib 1.9.5 (compatibility 1.9.5) <E468D2B0-295A-D520-C02A-5383413B5DDE> /Applications/iTunes.app/Contents/MacOS/libgnsdk_dsp.1.9.5.dylib
    0x17a1000 -  0x17d4fe7 +libgnsdk_musicid.1.9.5.dylib 1.9.5 (compatibility 1.9.5) <F6487E48-3B93-7C89-7734-85600749661D> /Applications/iTunes.app/Contents/MacOS/libgnsdk_musicid.1.9.5.dylib
    0x17e1000 -  0x18abfe7 +libgnsdk_sdkmanager.1.9.5.dylib 1.9.5 (compatibility 1.9.5) <70001144-C144-B6D7-3CA9-836ACD97CE9F> /Applications/iTunes.app/Contents/MacOS/libgnsdk_sdkmanager.1.9.5.dylib
    0x18c2000 -  0x1904fe7 +libgnsdk_submit.1.9.5.dylib 1.9.5 (compatibility 1.9.5) <AB1597CE-FBAC-6C05-330E-879EDD036C94> /Applications/iTunes.app/Contents/MacOS/libgnsdk_submit.1.9.5.dylib
    0x1909000 -  0x194eff7  com.apple.CoreMedia.AVCFSupport 1.0 (705.24.4) <FAEC8CE1-BF17-B566-38E3-98E97C2403CE> /System/Library/PrivateFrameworks/AVFoundationCF.framework/Support/CoreMedia.fr amework/Versions/A/CoreMedia
    0x196d000 -  0x1cd8ff3  com.apple.MediaToolbox.AVCFSupport 1.0 (705.24.4) <B801EFCB-07D9-2A94-9E7A-530AD7E892AA> /System/Library/PrivateFrameworks/AVFoundationCF.framework/Support/MediaToolbox .framework/Versions/A/MediaToolbox
    0x1d3d000 -  0x207dfeb  com.apple.VideoToolbox.AVCFSupport 1.0 (705.24.4) <A4DBF709-3753-2F20-B20D-1D5DB80F3997> /System/Library/PrivateFrameworks/AVFoundationCF.framework/Support/VideoToolbox .framework/Versions/A/VideoToolbox
    0x4866000 -  0x4867ff7  com.apple.textencoding.unicode 2.3 (2.3) <78A61FD5-70EE-19EA-48D4-3481C640B70D> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x4bdf000 -  0x4be3ff3  com.apple.audio.AudioIPCPlugIn 1.1.6 (1.1.6) <E9CB576C-283B-1DB2-0C69-E7C914BD7922> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x4be8000 -  0x4beeff7  com.apple.audio.AppleHDAHALPlugIn 2.0.5 (2.0.5f14) <38E3C1A4-84E4-C105-B55F-8FC4C154036D> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x14e00000 - 0x151dffe7  com.apple.CoreFP 2.1.42 (2.1.42) <FAB85F69-D039-170F-4482-DDAE831651DC> /System/Library/PrivateFrameworks/CoreFP.framework/CoreFP
    0x160a2000 - 0x171d1fe7  com.apple.CoreFP1 1.14.42 (1.14.42) <9A0CE286-6B0F-3DAC-DE0F-66219FDF8036> /System/Library/PrivateFrameworks/CoreFP1.framework/CoreFP1
    0x182bf000 - 0x182e5fff  libssl.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <9203FADE-F4F2-2245-A32E-BD88819D314D> /usr/lib/libssl.0.9.7.dylib
    0x1a837000 - 0x1a8c4fe7  com.apple.mobiledevice 507.11 (507.11) <D0CF942A-141A-A03E-2321-858612F157F2> /System/Library/PrivateFrameworks/MobileDevice.framework/MobileDevice
    0x1a90e000 - 0x1a9c3fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <AACC86C0-86B4-B1A7-003F-2A0AF68973A2> /usr/lib/libcrypto.0.9.7.dylib
    0x1aa09000 - 0x1abeffef  com.apple.audio.codecs.Components 2.0.4 (2.0.4) <5D32DF8D-C577-EB6B-72FA-1ABDF1CED762> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
    0x1cbf4000 - 0x1cbf9ff7  com.apple.QuartzComposer.iTunesPlugIn 1.2 (16) <8511A037-AFDE-5D1A-67DA-1B4837432D85> /Library/iTunes/iTunes Plug-ins/Quartz Composer Visualizer.bundle/Contents/MacOS/Quartz Composer Visualizer
    0x1d120000 - 0x1d125fff  com.apple.iokit.SCSITaskLib 2.6.8 (2.6.8) <1C9D26A0-F8FE-D4F7-93B6-CB7527163A70> /System/Library/Extensions/IOSCSIArchitectureModelFamily.kext/Contents/PlugIns/ SCSITaskUserClient.kext/Contents/PlugIns/SCSITaskLib.plugin/Contents/MacOS/SCSIT askLib
    0x1d12f000 - 0x1d137ff7  com.apple.ipodsynchronization 3.0 (116) <B41B2240-34E9-4A5E-A210-F02D99E3C00E> /System/Library/PrivateFrameworks/iPodSync.framework/iPodSync
    0x1e080000 - 0x1e081ff7 +com.techsmith.SnagitSafariScroller 1.0 (1.0) <E2AE099C-96D6-0542-42EF-FCC1602DA929> /Library/Internet Plug-Ins/SnagitSafariScroller.webplugin/Contents/MacOS/SnagitSafariScroller
    0x1f6c8000 - 0x1f761fe7  com.apple.speech.synthesis.MacinTalkSynthesizer 3.10.35 (3.10.35) <959514F4-250D-8AB4-5E78-BD42BB960DAE> /System/Library/Speech/Synthesizers/MacinTalk.SpeechSynthesizer/Contents/MacOS/ MacinTalk
    0x21240000 - 0x233f0ff7  com.apple.PodSpeechLib 1.4 (1.4) <6ABD6CB2-E1BA-6F00-9144-0E91EF0B02A6> /Library/Application Support/iTunes/iPodVoiceOver.framework/iPodVoiceOver
    0x248e4000 - 0x24907fe7  com.apple.speech.SpeechDictionary 3.10.29 (3.10.29) <9434F3E4-0370-2B12-5103-3C7790EB444D> /System/Library/PrivateFrameworks/SpeechDictionary.framework/Versions/A/SpeechD ictionary
    0x24a44000 - 0x24b5ffe3  com.apple.AppleGVAFramework 1.2.44 (1.2.44) <6595EE22-663F-68BF-D349-15A79D6A9046> /System/Library/PrivateFrameworks/AppleGVA.framework/AppleGVA
    0x70000000 - 0x700cbfff  com.apple.audio.units.Components 1.6.5 (1.6.5) <412DBD1B-E9B5-E67C-99E4-820BF38239AC> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <749D24EE-54BD-D74B-D305-C13F5E6C95D8> /usr/lib/dyld
    0x90022000 - 0x90023ff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <93EC71F1-4D4E-F456-8EFE-32E7EFD7A064> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x90024000 - 0x904dfff7  com.apple.VideoToolbox 0.484.60 (484.60) <B53299EC-E30F-EC04-779D-29B7113CC14A> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x904e0000 - 0x904ffff7  com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x90500000 - 0x90500ff7  com.apple.quartzframework 1.5 (1.5) <4EE8095D-5E47-1EB6-3A8A-6ECE3BEC8647> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x90501000 - 0x90917ff7  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
    0x90918000 - 0x9097cffb  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
    0x9097d000 - 0x90982ff7  com.apple.OpenDirectory 10.6 (10.6) <C1B46982-7D3B-3CC4-3BC2-3E4B595F0231> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x90983000 - 0x909c0ff7  com.apple.CoreMedia 0.484.60 (484.60) <8FAB137D-682C-6DEC-5A15-F0029A5B226F> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x90a35000 - 0x90a73ff7  com.apple.QuickLookFramework 2.3 (327.7) <6387A103-C7EF-D56B-10EF-5ED5FC7F33A5> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x90a74000 - 0x90a7afe7  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
    0x90a7b000 - 0x90af6fff  com.apple.AppleVAFramework 4.10.27 (4.10.27) <BFD2D1CA-535C-F16F-0EB5-04905ABD65CF> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x90af7000 - 0x90b94fe3  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
    0x90b95000 - 0x91478ff7  com.apple.AppKit 6.6.8 (1038.36) <A353465E-CFC9-CB75-949D-786F6F7732F6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x91479000 - 0x91479ff7  com.apple.Carbon 150 (152) <734BDB59-8B13-54FA-0653-AA8623DF9846> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x914b7000 - 0x91530ff7  com.apple.PDFKit 2.5.5 (2.5.5) <85AA9E1C-D946-863A-823E-32F2AAF314CB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x9170b000 - 0x91761ff7  com.apple.MeshKitRuntime 1.1 (49.2) <CB9F38B1-E107-EA62-EDFF-02EE79F6D1A5> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x91762000 - 0x91762ff7  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
    0x91763000 - 0x91793ff7  com.apple.MeshKit 1.1 (49.2) <5A74D1A4-4B97-FE39-4F4D-E0B80F0ADD87> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x91794000 - 0x917ceff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <A6C207E3-7B42-926D-9C93-BE3F50B92496> /usr/lib/libcups.2.dylib
    0x917e1000 - 0x9188dfe7  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
    0x918b0000 - 0x9192afff  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <156A532C-0B60-55B0-EE27-D02B82AA6217> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9192b000 - 0x9192bff7  com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9192c000 - 0x91c97ff7  com.apple.QuartzCore 1.6.3 (227.37) <E323A5CC-499E-CA9E-9BC3-537231449CAA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x91c98000 - 0x91c98ff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x91c99000 - 0x91ca7fe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <33C1B260-ED05-945D-FC33-EF56EC791E2E> /usr/lib/libz.1.dylib
    0x91ca8000 - 0x91ca8ff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x91ca9000 - 0x91cb3fe7  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
    0x91ced000 - 0x91d88fe7  com.apple.ApplicationServices.ATS 275.19 (???) <2E83B3E9-AF39-36FC-5D05-CC1E952098AB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x91d89000 - 0x91f0bfe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <60FF302E-5FAE-749B-BC70-0496DC2FBF2D> /usr/lib/libicucore.A.dylib
    0x91f0c000 - 0x91fc5fe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
    0x91fc6000 - 0x91fe8fef  com.apple.DirectoryService.Framework 3.6 (621.16) <5566E769-6459-78A7-DD2C-1D3068BD3932> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9200b000 - 0x9209dfe7  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
    0x9209e000 - 0x920a5ff7  com.apple.aps.framework 1.2 (1.2) <16A7DB74-F951-D8DB-35D0-5E5673529AB0> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
    0x920a6000 - 0x920a9ff7  libCoreVMClient.dylib ??? (???) <37F56237-4ABA-E5B5-968D-70FFE357E8E0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x920aa000 - 0x920acff7  libRadiance.dylib ??? (???) <090420B3-CB65-9F7B-5349-D42F2F9693B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x920ad000 - 0x92169fff  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
    0x92bb2000 - 0x92c7dfef  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
    0x92c7e000 - 0x930b3ff7  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
    0x930b4000 - 0x9314cfe7  edu.mit.Kerberos 6.5.11 (6.5.11) <F36DB665-A88B-7F5B-6244-6A2E7FFFF668> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x93204000 - 0x9323fffb  libFontRegistry.dylib ??? (???) <19ED5DE0-D3AF-B229-9193-35D58FE377E5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x93240000 - 0x932e8ffb  com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x932e9000 - 0x93397ff3  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
    0x9339f000 - 0x933a0ff7  libScreenReader.dylib ??? (???) <E559E38F-FB36-C1C4-B915-D3A4E4354921> /usr/lib/libScreenReader.dylib
    0x933a1000 - 0x93548ff7  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    0x9355a000 - 0x935c8ff7  com.apple.QuickLookUIFramework 2.3 (327.7) <7F89C0A1-310F-ACF1-AA6E-4ADFA4DC98DC> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x93617000 - 0x9365aff7  libGLU.dylib ??? (???) <6CC3CE6A-7024-C685-EADA-7F9DC27128E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x93665000 - 0x936b2feb  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <136BFA48-D456-B677-3B5D-40A6946C3A09> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x939ad000 - 0x939e0ff7  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
    0x939e1000 - 0x9405cff7  com.apple.CoreAUC 6.11.03 (6.11.03) <42B31B0F-18F9-29D2-A67C-7B81A47F6D67> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x94069000 - 0x94121feb  libFontParser.dylib ??? (???) <D2D0C922-5ED1-3AE9-6F99-707C74DF3E62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x9415b000 - 0x94164ff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x94165000 - 0x943cbff7  com.apple.security 6.1.2 (55002) <E88E133F-5FB3-446F-B753-2B8AD577B46A> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x943e0000 - 0x9450dffb  com.apple.MediaToolbox 0.484.60 (484.60) <A7FE2739-64A7-40EB-A6E7-69FBCE3C87D4> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x9450e000 - 0x9456bff7  com.apple.framework.IOKit 2.0 (???) <3DABAB9C-4949-F441-B077-0498F8E47A35> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x9456c000 - 0x94570ff7  libGFXShared.dylib ??? (???) <09540618-2ED1-72C4-61CB-938B35927568> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x94571000 - 0x945b2ff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <80998F66-0AD7-AD12-B9AF-3E8D2CE6DE05> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x945b3000 - 0x9460dfe7  com.apple.CorePDF 1.4 (1.4) <78A1DDE1-1609-223C-A532-D282DC5E0CD0> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x946af000 - 0x947b1fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <EB34F049-D9E1-BF19-CF03-B26A0352D40C> /usr/lib/libcrypto.0.9.8.dylib
    0x947b2000 - 0x947e3ff7  libGLImage.dylib ??? (???) <D18E2E76-DBF4-6930-039A-F66CA0D120B3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x947e4000 - 0x94c8afeb  com.apple.RawCamera.bundle 3.8.0 (577) <E49AF1AA-A663-9CC9-D015-28968F253339> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x94c8b000 - 0x94c8eff7  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
    0x94c8f000 - 0x94fb3fef  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
    0x94fb4000 - 0x94fb5ff7  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x94fb6000 - 0x950b6fe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <BE7FCD73-03B5-25A4-FCA4-D4980F1488D6> /usr/lib/libxml2.2.dylib
    0x950b7000 - 0x950c4fe7  libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <CC90193E-BDF7-2F0F-6C68-D9567EDDA4B3> /usr/lib/libbz2.1.0.dylib
    0x950c5000 - 0x950fefe7  com.apple.bom 10.0 (164) <CC61CCD7-F76C-45DD-6666-C0E0D07C7343> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x950ff000 - 0x9527afe7  com.apple.CoreFoundation 6.6.6 (550.44) <F88C95CD-1264-782D-A1F5-204739847E93> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x952bc000 - 0x952c8ff7  libkxld.dylib ??? (???) <9A441C48-2D18-E716-5F38-CBEAE6A0BB3E> /usr/lib/system/libkxld.dylib
    0x9530d000 - 0x95310fe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x95311000 - 0x95369fe7  com.apple.datadetectorscore 2.0 (80.7) <58C659CA-72CC-31D2-9732-09BF1A0CAAF6> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x9536a000 - 0x9538bfe7  com.apple.opencl 12.3.6 (12.3.6) <B4104B80-1CB3-191C-AFD3-697843C6BCFF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x9538c000 - 0x953ceff7  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
    0x953cf000 - 0x95415ff7  libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
    0x9568e000 - 0x956a6ff7  com.apple.CFOpenDirectory 10.6 (10.6) <F9AFC571-3539-6B46-ABF9-46DA2B608819> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x956a7000 - 0x95889fff  com.apple.imageKit 2.0.3 (1.0) <6E557757-26F7-7941-8AE7-046EC1871F50> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x9588a000 - 0x9596afe7  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
    0x959a2000 - 0x95a03fe7  com.apple.CoreText 151.13 (???) <23F359DA-D845-5C50-4DF3-19E858CF2B2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x95a04000 - 0x95a16ff7  com.apple.MultitouchSupport.framework 207.11 (207.11) <6FF4F2D6-B8CD-AE13-56CB-17437EE5B741> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x95a17000 - 0x95cc4fff  com.apple.JavaScriptCore 6534.59 (6534.59.11) <7F623AA5-A11B-4C26-D2FD-EB5B9DE73F85> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x95e05000 - 0x95e48ff7  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
    0x95f22000 - 0x95f32ff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x95f33000 - 0x96076fef  com.apple.QTKit 7.7 (1800) <9DD27495-3020-0928-B3F2-D418C336E163> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x96077000 - 0x96077ff7  com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x96078000 - 0x96098fe7  libresolv.9.dylib 41.1.0 (compatibility 1.0.0) <8C2B5FA8-2469-21C7-D297-F95A0FFE5F19> /usr/lib/libresolv.9.dylib
    0x960f5000 - 0x96145ff7  com.apple.framework.familycontrols 2.0.2 (2020) <C96C8A99-A40C-8B9C-1FBA-A0F46AC92F17> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x96171000 - 0x9621efe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <9F8413A6-736D-37D9-8EB3-7986D4699957> /usr/lib/libobjc.A.dylib
    0x962c9000 - 0x962d0ff7  com.apple.agl 3.0.12 (AGL-3.0.12) <61A74CE1-750D-9CAB-B780-306841739EE1> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x962d1000 - 0x962d3fe7  com.apple.ExceptionHandling 1.5 (10) <21F37A49-E63B-121E-D406-1BBC94BEC762> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x962d4000 - 0x965f4ff3  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
    0x965f5000 - 0x96628fff  libTrueTypeScaler.dylib ??? (???) <8ADB7D19-413E-4499-C874-13C383F97685> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x96629000 - 0x96639ff7  com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x96658000 - 0x9675afef  com.apple.MeshKitIO 1.1 (49.2) <D0401AC5-1F92-2BBB-EBAB-58EDD3BA61B9> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x9675b000 - 0x9676ffe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x96770000 - 0x96785fff  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
    0x96786000 - 0x967f5ff7  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
    0x96981000 - 0x9698eff7  com.apple.AppleFSCompression 24.4 (1.0) <ADE29C24-087D-1795-2F46-34CE20A61669> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x9698f000 - 0x96996ff3  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
    0x96997000 - 0x969dcff7  com.apple.ImageCaptureCore 1.1 (1.1) <F54F284F-0B81-0AFA-CE47-FF797A6E05B0> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x969dd000 - 0x96c08ff3  com.apple.QuartzComposer 4.2 ({156.30}) <2C88F8C3-7181-6B1D-B278-E0EE3F33A2AF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x96c09000 - 0x96c09ff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x96c0a000 - 0x96c12ff7  com.apple.DisplayServicesFW 2.3.3 (289) <828084B0-9197-14DD-F66A-D634250A212E> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x96c13000 - 0x96c63fe7  libTIFF.dylib ??? (???) <AB182CEC-188A-F2BC-21E1-0059FD3B2598> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x96c64000 - 0x96ca8ff3  com.apple.coreui 2 (114) <2234855E-3BED-717F-0BFA-D1A289ECDBDA> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x96cbc000 - 0x96cbeff7  com.apple.securityhi 4.0 (36638) <C7DA80C1-DCFD-C321-08DA-5E6946CA66E0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x96ce5000 - 0x97c38ffb  com.apple.QuickTimeComponents.component 7.6.6 (1800) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x97c6e000 - 0x97cd8fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x97cd9000 - 0x97d59feb  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
    0x97d5a000 - 0x97d95fe7  com.apple.DebugSymbols 1.1 (70) <05013716-CFCF-801E-5535-D0643869BDCD> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x97ed6000 - 0x97f13ff7  com.apple.SystemConfiguration 1.10.8 (1.10.2) <50E4D49B-4F61-446F-1C21-1B2BA814713D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x97ff3000 - 0x97ff7ff7  IOSurface ??? (???) <235E7E3D-B6E5-0AAA-C41A-7AC1F54A7EBF> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x97ff8000 - 0x9804bff7  com.apple.HIServices 1.8.3 (???) <1D3C4587-6318-C339-BD0F-1988F246BE2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x9804c000 - 0x98158fe7  libGLProgrammability.dylib ??? (???) <6167CEB0-D8D6-C4D9-DD74-49755ADB540F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x98159000 - 0x98282fe7  com.apple.WebKit 6534.59 (6534.59.10) <73348DE8-9C7D-3BD9-8E9D-86E5BE67B1D1> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x983a1000 - 0x983e8ffb  com.apple.CoreMediaIOServices 140.0 (1496) <DA152F1C-8EF4-4F5E-6D60-82B1DC72EF47> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x983fc000 - 0x9853eff7  com.apple.syncservices 5.2 (578.3) <17A876CF-DAB1-1A88-6811-64AF8BFDE508> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x9854a000 - 0x9859aff7  com.apple.Symbolication 1.1 (67) <E0C94D8B-4F12-49E6-BAA5-3B00441A047B> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x9859b000 - 0x985bfff7  libJPEG.dylib ??? (???) <50E17B4D-63D6-24D3-702F-6A6E912A55EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x985c0000 - 0x98daf557  com.apple.CoreGraphics 1.545.0 (???) <1D9DC7A5-228B-42CB-7018-66F42C3A9BB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x98db0000 - 0x98dbdff7  com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x98e3e000 - 0x98f6cfe7  com.apple.CoreData 102.1 (251) <87FE6861-F2D6-773D-ED45-345272E56463> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x98f6d000 - 0x98f6eff7  com.apple.TrustEvaluationAgent 1.1 (1) <2D970A9B-77E8-EDC0-BEC6-7580D78B2843> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x98f6f000 - 0x99269fef  com.apple.QuickTime 7.6.6 (1800) <D3538A45-5F4B-262A-06AB-64C1EBAC4A33> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x9926a000 - 0x993a7fe7  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <423BDE4D-5082-B6CA-BB2C-E22A037235A4> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x993a8000 - 0x9941cfef  com.apple.CoreSymbolication 2.0 (23) <8A04EA5F-83F8-5E15-B2E0-8A727C9C4E8B> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x99492000 - 0x994b8ffb  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
    0x994be000 - 0x99502fe7  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
    0x99503000 - 0x99514ff7  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
    0x99550000 - 0x997c1fef  com.apple.Foundation 6.6.8 (751.63) <69B3441C-B196-F2AD-07F8-D8DD24E4CD8C> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x997c2000 - 0x9989cfff  com.apple.DesktopServices 1.5.11 (1.5.11) <800F2040-9211-81A7-B438-7712BF51DEE3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x998a9000 - 0x99a6cfeb  com.apple.ImageIO.framework 3.0.6 (3.0.6) <AE641FAD-DF38-AE31-B45B-85AEE7AF3A45> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x99bd0000 - 0x99be4ffb  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
    0x99be5000 - 0x99bf0ff7  libGL.dylib ??? (???) <3E34468F-E9A7-8EFB-FF66-5204BD5B4E21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x99cb4000 - 0x99cbafff  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
    0x99cbb000 - 0x99cc5ffb  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
    0x99cc6000 - 0x99ce2fe3  com.apple.openscripting 1.3.1 (???) <2A748037-D1C0-6D47-2C4A-0562AF799AC9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x99ce3000 - 0x99ceeff7  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
    0x99cef000 - 0x99cf3ff7  libGIF.dylib ??? (???) <2251F789-B187-0837-6E38-A0E5C7C4FA3C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x99cf4000 - 0x99cf7ffb  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
    0x99cf8000 - 0x99dd5fe3  com.apple.DiscRecording 5.0.9 (5090.4.2) <92C85A16-5C80-9F35-13BE-2B312956AA9A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x99dd6000 - 0x9ab4efe7  com.apple.WebCore 6534.59 (6534.59.6) <5C71C61C-0657-1B0E-397F-4D0A81872C93> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x9ab4f000 - 0x9ab77ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <E761F29A-328B-29D9-3DF0-023F2C21E500> /usr/lib/libxslt.1.dylib
    0x9ab78000 - 0x9abfaffb  SecurityFoundation ??? (???) <2E1F1AF0-A258-D215-2600-5DF03896D1F1> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x9abfb000 - 0x9abfbff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9abfc000 - 0x9ac0aff7  com.apple.opengl 1.6.14 (1.6.14) <82622F67-E032-0BF6-A78D-50B346E8D0FD> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x9ac0b000 - 0x9ac32ff7  com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x9ac33000 - 0x9ac51fe7  libPng.dylib ??? (???) <6C0B95D7-9634-E044-0B79-F1DD56961C33> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    Model: iMac11,2, BootROM IM112.0057.B00, 2 processors, Intel Core i3, 3.06 GHz, 4 GB, SMC 1.64f5
    Graphics: ATI Radeon HD 4670, ATI Radeon HD 4670, PCIe, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x8F), Atheros 9280: 2.1.14.6
    Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: SAMSUNG HD502HJ, 465.76 GB
    Serial ATA Device: HL-DT-STDVDRW  GA32N
    USB Device: Hub, 0x0424  (SMSC), 0x2514, 0xfa100000 / 2
    USB Device: USB2.0 Hub, 0x05e3  (Genesys Logic, Inc.), 0x0608, 0xfa130000 / 5
    USB Device: USB2.0 Hub, 0x05e3  (Genesys Logic, Inc.), 0x0608, 0xfa134000 / 7
    USB Device: My Passport 0748, 0x1058  (Western Digital Technologies, Inc.), 0x0748, 0xfa134400 / 9
    USB Device: Flash Disk, 0x1e3d  (Chipsbrand Technologies (HK) Co., Limited), 0x2095, 0xfa134200 / 8
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8215, 0xfa111000 / 6
    USB Device: Internal Memory Card Reader, 0x05ac  (Apple Inc.), 0x8403, 0xfa120000 / 3
    USB Device: Hub, 0x0424  (SMSC), 0x2514, 0xfd100000 / 2
    USB Device: FreeAgent Pro, 0x0bc2  (Seagate LLC), 0x3110, 0xfd140000 / 6
    USB Device: Hub, 0x050d  (Belkin Corporation), 0x0255, 0xfd130000 / 5
    USB Device: iPod, 0x05ac  (Apple Inc.), 0x1265, 0xfd136000 / 10
    USB Device: Dell USB Keyboard Hub, 0x413c  (Dell Inc.), 0x1004, 0xfd135000 / 7
    USB Device: Razer Copperhead Laser Mouse, 0x1532, 0x0101, 0xfd135200 / 9
    USB Device: Dell USB Keyboard Hub, 0x413c  (Dell Inc.), 0x2006, 0xfd135100 / 8
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0xfd120000 / 4
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8502, 0xfd110000 / 3

    Your Mac is running an outdated version of iTunes.
    Disconnect the iPod nano from your Mac.
    Download and and install iTunes 11.3  >  https://www.apple.com/itunes/download/
    It's not necessary to uninstall the current version of iTunes.
    When you're done installing, restart your Mac.
    Then launch iTunes and connect the iPod nano.
    A good way to make sure your OS X software is always up to date. Open System Preferences > App Store then select:  Automatically check for updates

  • Error message when playing Civ 5, optimus?

    get this error message when playing civilization 5. It appears only minutes after launch .

    Process:         Civilization V [529]
    Path:            /Users/USER/Library/Application Support/Steam/*/Civilization V.app/Contents/MacOS/Civilization V
    Identifier:      com.aspyr.civ5xp.steam
    Version:         1.2.0 (109780)
    Code Type:       X86 (Native)
    Parent Process:  launchd [170]
    User ID:         501
    Date/Time:       2013-05-18 17:07:47.841 +0200
    OS Version:      Mac OS X 10.8.3 (12D78)
    Report Version:  10
    Sleep/Wake UUID: 85EA1BDA-DFF2-4694-B04B-620CAF61C35A
    Interval Since Last Report:          17821 sec
    Crashes Since Last Report:           3
    Per-App Interval Since Last Report:  1246 sec
    Per-App Crashes Since Last Report:   3
    Anonymous UUID:                      06AA97E4-B187-96AC-9F25-0FDD0DBA8190
    Crashed Thread:  5
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000004
    VM Regions Near 0x4:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Users/USER/Library/Application Support/Steam/*/Civilization V.app/Contents/MacOS/Civilization V
        __TEXT                 0000000000001000-0000000000b00000 [ 11.0M] r-x/rwx SM=COW  /Users/USER/Library/Application Support/Steam/*/Civilization V.app/Contents/MacOS/Civilization V
    Thread 0:: MainThrd  Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x968028e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x96884280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x9690a095 pthread_cond_wait$UNIX2003 + 71
    3   GLEngine                                0x13571eba gleFinishCommandBufferPTHREAD + 263
    4   GLEngine                                0x134c9e6a glGetIntegerv_ExecThread + 156
    5   libGL.dylib                             0x951c9b5d glGetIntegerv + 38
    6   com.aspyr.civ5xp.steam                  0x000fc028 strncpy_s(char*, unsigned long, char const*, unsigned long) + 252976
    7   com.aspyr.civ5xp.steam                  0x00107340 strncpy_s(char*, unsigned long, char const*, unsigned long) + 298824
    8   com.aspyr.civ5xp.steam                  0x000d6336 strncpy_s(char*, unsigned long, char const*, unsigned long) + 98110
    9   com.aspyr.civ5xp.steam                  0x0008883f __assert_rtn + 24374
    10  com.aspyr.civ5xp.steam                  0x00089286 __assert_rtn + 27005
    11  com.aspyr.civ5xp.steam                  0x000c80e8 strncpy_s(char*, unsigned long, char const*, unsigned long) + 40176
    12  com.aspyr.civ5xp.steam                  0x000cb423 strncpy_s(char*, unsigned long, char const*, unsigned long) + 53291
    13  com.aspyr.civ5xp.steam                  0x001e603e strncpy_s(char*, unsigned long, char const*, unsigned long) + 1211462
    14  com.aspyr.civ5xp.steam                  0x001e8f7e strncpy_s(char*, unsigned long, char const*, unsigned long) + 1223558
    15  com.aspyr.civ5xp.steam                  0x006687c1 FLua::Value::Value(lua_State*, int) + 4134551
    16  com.aspyr.civ5xp.steam                  0x0066ed82 FLua::Value::Value(lua_State*, int) + 4160600
    17  com.aspyr.civ5xp.steam                  0x00269e16 FTimer::Read(long long) + 14810
    18  com.aspyr.civ5xp.steam                  0x00674d01 FLua::Value::Value(lua_State*, int) + 4185047
    19  com.aspyr.civ5xp.steam                  0x000c5d3e strncpy_s(char*, unsigned long, char const*, unsigned long) + 31046
    20  com.apple.HIToolbox                     0x906799bb _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36
    21  com.apple.HIToolbox                     0x90501394 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1343
    22  com.apple.HIToolbox                     0x90500780 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 430
    23  com.apple.HIToolbox                     0x905005ca SendEventToEventTargetWithOptions + 94
    24  com.apple.HIToolbox                     0x9053498e ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 3108
    25  com.apple.HIToolbox                     0x9050183f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2538
    26  com.apple.HIToolbox                     0x90500780 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 430
    27  com.apple.HIToolbox                     0x90514655 SendEventToEventTarget + 88
    28  com.apple.HIToolbox                     0x906790b7 ToolboxEventDispatcher + 82
    29  com.apple.HIToolbox                     0x90678f79 RunApplicationEventLoop + 240
    30  com.aspyr.civ5xp.steam                  0x000c58fd strncpy_s(char*, unsigned long, char const*, unsigned long) + 29957
    31  com.aspyr.civ5xp.steam                  0x000c5ca4 strncpy_s(char*, unsigned long, char const*, unsigned long) + 30892
    32  com.aspyr.civ5xp.steam                  0x00071d79 lua_getinfo + 21000
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x968039ae kevent + 10
    1   libdispatch.dylib                       0x939dbc71 _dispatch_mgr_invoke + 993
    2   libdispatch.dylib                       0x939db7a9 _dispatch_mgr_thread + 53
    Thread 2:: IOPollingHelperThread
    0   libsystem_kernel.dylib                  0x968039ae kevent + 10
    1   steamclient.dylib                       0x0ae07e83 OSXHelpers::CIOPollingHelper::RealRun() + 257
    2   libtier0_s.dylib                        0x06705047 CatchAndWriteContext_t::Invoke() + 159
    3   libtier0_s.dylib                        0x06704bd1 CatchAndWriteMiniDumpExForVoidPtrFn + 86
    4   libtier0_s.dylib                        0x06704bfb CatchAndWriteMiniDumpForVoidPtrFn + 37
    5   steamclient.dylib                       0x0ae07d71 OSXHelpers::CIOPollingHelper::Run() + 41
    6   libtier0_s.dylib                        0x06708c2a SteamThreadTools::CThread::ThreadExceptionWrapper(void*) + 16
    7   libtier0_s.dylib                        0x06705047 CatchAndWriteContext_t::Invoke() + 159
    8   libtier0_s.dylib                        0x06704bd1 CatchAndWriteMiniDumpExForVoidPtrFn + 86
    9   libtier0_s.dylib                        0x06704bfb CatchAndWriteMiniDumpForVoidPtrFn + 37
    10  libtier0_s.dylib                        0x06708ba2 SteamThreadTools::CThread::ThreadProc(void*) + 204
    11  libsystem_c.dylib                       0x9687f5b7 _pthread_start + 344
    12  libsystem_c.dylib                       0x96869d4e thread_start + 34
    Thread 3:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x968007d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x967ffcb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x914def89 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x914e496f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x914e402a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x914e3e9b CFRunLoopRunInMode + 123
    6   com.apple.Foundation                    0x94ee363a +[NSURLConnection(Loader) _resourceLoadLoop:] + 395
    7   com.apple.Foundation                    0x94f477c8 -[NSThread main] + 45
    8   com.apple.Foundation                    0x94f4774b __NSThread__main__ + 1396
    9   libsystem_c.dylib                       0x9687f5b7 _pthread_start + 344
    10  libsystem_c.dylib                       0x96869d4e thread_start + 34
    Thread 4:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x96802be6 __select + 10
    1   com.apple.CoreFoundation                0x91528660 __CFSocketManager + 1632
    2   libsystem_c.dylib                       0x9687f5b7 _pthread_start + 344
    3   libsystem_c.dylib                       0x96869d4e thread_start + 34
    Thread 5 Crashed:
    0   libsystem_c.dylib                       0x9686ad3a bzero$VARIANT$sse42 + 90
    1   libGLProgrammability.dylib              0x1372a47c BitSetSetRangeEqualsInternal + 122
    2   libGLProgrammability.dylib              0x1372a2e1 BitSetNew + 141
    3   libGLProgrammability.dylib              0x137457e4 RegistersInitialize + 37
    4   libGLProgrammability.dylib              0x137545ce glpPPShaderLinearizeStreamMgrEx + 5737
    5   libGLProgrammability.dylib              0x13754746 glpPPShaderLinearizeEx + 81
    6   libGLProgrammability.dylib              0x137546f0 glpPPShaderLinearize + 32
    7   com.apple.GeForceGLDriver               0x8e64af26 0x8e2fb000 + 3473190
    8   com.apple.GeForceGLDriver               0x8e64b50d 0x8e2fb000 + 3474701
    9   com.apple.GeForceGLDriver               0x8e543769 0x8e2fb000 + 2393961
    10  com.apple.GeForceGLDriver               0x8e64aa18 0x8e2fb000 + 3471896
    11  com.apple.GeForceGLDriver               0x8e638ce0 gldUpdateDispatch + 673
    12  GLEngine                                0x1357f548 gleDoDrawDispatchCore + 590
    13  GLEngine                                0x134f7d3d glDrawElementsInstancedBaseVertex_STD_Exec + 309
    14  GLEngine                                0x134f7bfa glDrawElements_UnpackThread + 110
    15  GLEngine                                0x13571c28 gleCmdProcessorPTHREAD + 439
    16  libsystem_c.dylib                       0x9687f5b7 _pthread_start + 344
    17  libsystem_c.dylib                       0x96869d4e thread_start + 34
    Thread 6:
    0   libsystem_kernel.dylib                  0x968028e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x96884280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x9690a095 pthread_cond_wait$UNIX2003 + 71
    3   libtbb.dylib                            0x0626c0ce tbb::internal::rml::private_worker::run() + 478
    4   libtbb.dylib                            0x0626bee1 tbb::internal::rml::private_worker::thread_routine(void*) + 17
    5   libsystem_c.dylib                       0x9687f5b7 _pthread_start + 344
    6   libsystem_c.dylib                       0x96869d4e thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib                  0x968028e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x96884280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x9690a095 pthread_cond_wait$UNIX2003 + 71
    3   libtbb.dylib                            0x0626c0ce tbb::internal::rml::private_worker::run() + 478
    4   libtbb.dylib                            0x0626bee1 tbb::internal::rml::private_worker::thread_routine(void*) + 17
    5   libsystem_c.dylib                       0x9687f5b7 _pthread_start + 344
    6   libsystem_c.dylib                       0x96869d4e thread_start + 34
    Thread 8:
    0   libsystem_kernel.dylib                  0x968028e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x96884280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x9690a095 pthread_cond_wait$UNIX2003 + 71
    3   libtbb.dylib                            0x0626c0ce tbb::internal::rml::private_worker::run() + 478
    4   libtbb.dylib                            0x0626bee1 tbb::internal::rml::private_worker::thread_routine(void*) + 17
    5   libsystem_c.dylib                       0x9687f5b7 _pthread_start + 344
    6   libsystem_c.dylib                       0x96869d4e thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib                  0x968028e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x96884280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x9690a095 pthread_cond_wait$UNIX2003 + 71
    3   libtbb.dylib                            0x0626c0ce tbb::internal::rml::private_worker::run() + 478
    4   libtbb.dylib                            0x0626bee1 tbb::internal::rml::private_worker::thread_routine(void*) + 17
    5   libsystem_c.dylib                       0x9687f5b7 _pthread_start + 344
    6   libsystem_c.dylib                       0x96869d4e thread_start + 34
    Thread 10:
    0   libsystem_kernel.dylib                  0x968028e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x96884280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x9690a095 pthread_cond_wait$UNIX2003 + 71
    3   libtbb.dylib                            0x0626c0ce tbb::internal::rml::private_worker::run() + 478
    4   libtbb.dylib                            0x0626bee1 tbb::internal::rml::private_worker::thread_routine(void*) + 17
    5   libsystem_c.dylib                       0x9687f5b7 _pthread_start + 344
    6   libsystem_c.dylib                       0x96869d4e thread_start + 34
    Thread 11:
    0   libsystem_kernel.dylib                  0x968028e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x96884280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x9690a095 pthread_cond_wait$UNIX2003 + 71
    3   libtbb.dylib                            0x0626c0ce tbb::internal::rml::private_worker::run() + 478
    4   libtbb.dylib                            0x0626bee1 tbb::internal::rml::private_worker::thread_routine(void*) + 17
    5   libsystem_c.dylib                       0x9687f5b7 _pthread_start + 344
    6   libsystem_c.dylib                       0x96869d4e thread_start + 34
    Thread 12:
    0   libsystem_kernel.dylib                  0x968028e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x96884280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x9690a095 pthread_cond_wait$UNIX2003 + 71
    3   libtbb.dylib                            0x0626c0ce tbb::internal::rml::private_worker::run() + 478
    4   libtbb.dylib                            0x0626bee1 tbb::internal::rml::private_worker::thread_routine(void*) + 17
    5   libsystem_c.dylib                       0x9687f5b7 _pthread_start + 344
    6   libsystem_c.dylib                       0x96869d4e thread_start + 34
    Thread 13:
    0   libsystem_kernel.dylib                  0x968028e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x968842e9 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x96884572 pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore          0x94be56ad TSWaitOnConditionTimedRelative + 177
    4   com.apple.CoreServices.CarbonCore          0x94be5184 TSWaitOnSemaphoreCommon + 272
    5   com.apple.CoreServices.CarbonCore          0x94be540d TSWaitOnSemaphoreRelative + 24
    6   com.apple.QuickTimeComponents.component          0x977835ac 0x9718d000 + 6251948
    7   libsystem_c.dylib                       0x9687f5b7 _pthread_start + 344
    8   libsystem_c.dylib                       0x96869d4e thread_start + 34
    Thread 14:
    0   ???                                     0x06da4666 0 + 114968166
    1   ???                                     0x06da4d24 0 + 114969892
    2   ???                                     0xf92d8000 0 + 4180508672
    3   ???                                     0000000000 0 + 0
    4   ???                                     0x06dab0fb 0 + 114995451
    5   ???                                     0x06daa5db 0 + 114992603
    6   libMilesX86.dylib                       0x0620be18 AIL_fetch_CB + 12280
    7   libMilesX86.dylib                       0x06210051 AIL_fetch_CB + 29233
    8   libMilesX86.dylib                       0x062112a4 AIL_fetch_CB + 33924
    9   libMilesX86.dylib                       0x06214c06 AIL_ms_count + 3286
    10  libMilesX86.dylib                       0x061ea366 AIL_Process + 278
    11  libMilesX86.dylib                       0x061e9be7 0x61e9000 + 3047
    12  libsystem_c.dylib                       0x9687f5b7 _pthread_start + 344
    13  libsystem_c.dylib                       0x96869d4e thread_start + 34
    Thread 15:: AQClient
    0   libsystem_kernel.dylib                  0x968007d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x967ffcb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x914def89 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x914e496f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x914e402a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x914e3e9b CFRunLoopRunInMode + 123
    6   com.apple.audio.toolbox.AudioToolbox          0x9131f2e1 GenericRunLoopThread::Entry(void*) + 209
    7   com.apple.audio.toolbox.AudioToolbox          0x9131f20c CAPThread::Entry(CAPThread*) + 196
    8   libsystem_c.dylib                       0x9687f5b7 _pthread_start + 344
    9   libsystem_c.dylib                       0x96869d4e thread_start + 34
    Thread 16:
    0   libsystem_kernel.dylib                  0x968028e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x96884280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x9690a095 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.audio.toolbox.AudioToolbox          0x9132f225 CAGuard::Wait() + 113
    4   com.apple.audio.toolbox.AudioToolbox          0x9132de7d AQConverterManager::AQConverterThread::Run() + 271
    5   com.apple.audio.toolbox.AudioToolbox          0x9132dd06 AQConverterManager::AQConverterThread::ConverterThreadEntry(void*) + 22
    6   com.apple.audio.toolbox.AudioToolbox          0x9131f20c CAPThread::Entry(CAPThread*) + 196
    7   libsystem_c.dylib                       0x9687f5b7 _pthread_start + 344
    8   libsystem_c.dylib                       0x96869d4e thread_start + 34
    Thread 17:: com.apple.audio.IOThread.client
    0   libsystem_kernel.dylib                  0x968007d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x967ffcb0 mach_msg + 68
    2   com.apple.audio.CoreAudio               0x99fdc310 HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned long, unsigned long, mach_msg_header_t*, bool, unsigned int) + 138
    3   com.apple.audio.CoreAudio               0x99fd6e3e HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 70
    4   com.apple.audio.CoreAudio               0x99fd567d HALC_ProxyIOContext::IOWorkLoop() + 1389
    5   com.apple.audio.CoreAudio               0x99fd5061 HALC_ProxyIOContext::IOThreadEntry(void*) + 145
    6   com.apple.audio.CoreAudio               0x99fdf04a ___ZN19HALC_ProxyIOContextC2Emj_block_invoke_0 + 20
    7   com.apple.audio.CoreAudio               0x99fd4f85 HALB_IOThread::Entry(void*) + 69
    8   libsystem_c.dylib                       0x9687f5b7 _pthread_start + 344
    9   libsystem_c.dylib                       0x96869d4e thread_start + 34
    Thread 18:
    0   libsystem_kernel.dylib                  0x96802c72 __semwait_signal + 10
    1   libsystem_c.dylib                       0x96909a55 nanosleep$UNIX2003 + 189
    2   libsystem_c.dylib                       0x9690991e usleep$UNIX2003 + 60
    3   libMilesX86.dylib                       0x061e9bbe 0x61e9000 + 3006
    4   libsystem_c.dylib                       0x9687f5b7 _pthread_start + 344
    5   libsystem_c.dylib                       0x96869d4e thread_start + 34
    Thread 5 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x00000000  ecx: 0x00000000  edx: 0x0000047c
      edi: 0x00000004  esi: 0x0000000f  ebp: 0xb0729998  esp: 0xb0729994
       ss: 0x00000023  efl: 0x00010202  eip: 0x9686ad3a   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000023   gs: 0x0000000f
      cr2: 0x00000004
    Logical CPU: 0
    Binary Images:
        0x1000 -   0xafffe3 +com.aspyr.civ5xp.steam (1.2.0 - 109780) <ABD72F86-5CE4-3E6B-4722-642C9502E97B> /Users/USER/Library/Application Support/Steam/*/Civilization V.app/Contents/MacOS/Civilization V
    0x61b8000 -  0x61cfff3 +gameoverlayrenderer.dylib (1) <F5406725-BE2F-32EA-AF8E-B768E6B5A93C> /Applications/Steam.app/Contents/MacOS/osx32/gameoverlayrenderer.dylib
    0x61e5000 -  0x61e6ff3 +steamloader.dylib (0) <EE606D39-F5A7-32DE-87F9-65F4AD30C598> /Applications/Steam.app/Contents/MacOS/osx32/steamloader.dylib
    0x61e9000 -  0x622cfe2 +libMilesX86.dylib (0) <670EDD99-0C23-3FCC-9407-E59F4CCD269D> /Users/USER/Library/Application Support/Steam/*/Civilization V.app/Contents/MacOS/libMilesX86.dylib
    0x6249000 -  0x624eff7 +libsteam_api.dylib (1) <F6448C63-FE85-A912-D883-F731C0DF2590> /Users/USER/Library/Application Support/Steam/*/Civilization V.app/Contents/MacOS/libsteam_api.dylib
    0x6254000 -  0x6276ff7 +libtbb.dylib (0) <AAA2AFA2-789A-41B8-D03D-C03861305060> /Users/USER/Library/Application Support/Steam/*/Civilization V.app/Contents/MacOS/libtbb.dylib
    0x6289000 -  0x6295fff  com.apple.StoreKit (1.0 - 135.25) <92ADAC41-1755-3080-BAAB-3B3CF796132E> /System/Library/Frameworks/StoreKit.framework/Versions/A/StoreKit
    0x62a1000 -  0x62b4fff  com.apple.AppContainer (2.0 - 1) <A2C97877-F90D-34CB-BAC7-811D62BABDF0> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
    0x62c3000 -  0x62c7ff7  com.apple.SecCodeWrapper (2.0 - 1) <2ADFEC5C-ECC7-3CF5-89B9-0B461E014F12> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
    0x64cd000 -  0x64daff3  com.apple.Librarian (1.1 - 1) <68F8F983-5F16-3BA5-BDA7-1A5451CC02BB> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x64e8000 -  0x64efff3 +com.googlecode.google-breakpad (1.0) <FF2B519C-03ED-3C63-970A-96A4942001B6> /Applications/Steam.app/Contents/MacOS/Frameworks/Breakpad.framework/Versions/A /Breakpad
    0x6700000 -  0x6713ff3 +libtier0_s.dylib (1) <2FB94FD5-5966-357D-B6F9-76E7F6FC511E> /Applications/Steam.app/Contents/MacOS/osx32/libtier0_s.dylib
    0x6730000 -  0x674fff7 +libvstdlib_s.dylib (1) <5B1646B9-22D4-364B-84EF-AFB120EA8074> /Applications/Steam.app/Contents/MacOS/osx32/libvstdlib_s.dylib
    0x6778000 -  0x67a3ff7  com.apple.audio.OpenAL (1.6 - 1.6) <B10D8F86-253D-37C8-BC11-64DEEF81AC45> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
    0x67b3000 -  0x67bdfff +crashhandler.dylib (1) <70603947-F020-358A-BB9A-AD32E6E6A4B8> /Applications/Steam.app/Contents/MacOS/osx32/crashhandler.dylib
    0x67d3000 -  0x67e3ff7 +breakpadUtilities.dylib (1) <8DB51533-FF04-36D1-A870-E657FEBA6B43> /Applications/Steam.app/Contents/MacOS/Frameworks/Breakpad.framework/Versions/A /Resources/breakpadUtilities.dylib
    0xa800000 -  0xb204fe3 +steamclient.dylib (1) <42D0DE4F-D61F-3B47-9CD2-1E6712FBCFED> /Applications/Steam.app/Contents/MacOS/osx32/steamclient.dylib
    0xbb8e000 -  0xbe1aff3 +libsteam.dylib (1) <067C28A5-318E-3D49-89A0-646800C20270> /Applications/Steam.app/Contents/MacOS/osx32/libsteam.dylib
    0xbffd000 -  0xbffdfff +cl_kernels (???) <39BE2B0E-E861-4921-A028-5A12D830C692> cl_kernels
    0xe0ef000 -  0xe0f7ffd  libcldcpuengine.dylib (2.2.16) <0BE2D018-66CC-3F69-B8F1-7A81EEEE09F4> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
    0xe7f9000 -  0xe7f9ff9 +cl_kernels (???) <EBDF75A6-D3AB-4428-BD05-3B53514C84BE> cl_kernels
    0x12700000 - 0x1278ffff  unorm8_rgba.dylib (2.2.16) <0045BE37-9C14-3C10-84DB-D95481C6E754> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_rgba. dylib
    0x127d6000 - 0x127e1fff  libGPUSupport.dylib (8.7.25) <08BED1B3-FD0C-3137-BC0C-39EED6029D84> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
    0x127e8000 - 0x127ebffd  com.apple.IOAccelerator (30.14 - 30.14) <0A58BEF8-4674-3406-86DF-1AC1DACA5024> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelera tor
    0x133a9000 - 0x1343bfff  unorm8_bgra.dylib (2.2.16) <1298D118-0B14-3F3D-B2CA-348A1C67183E> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra. dylib
    0x1344d000 - 0x135e1ffb  GLEngine (8.7.25) <37CEB6BA-0A46-3A34-BE81-7A0ED7DE1830> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x13618000 - 0x13799fff  libGLProgrammability.dylib (8.7.25) <CE1A4DFC-EEB2-37C1-B574-0338666C4017> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x137cb000 - 0x137d5fff  libGPUSupportMercury.dylib (8.7.25) <87F444BD-991C-334E-B000-3B0FB8861D50> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupportMercury.dylib
    0x13900000 - 0x13d4dfff  com.apple.driver.AppleIntelHD4000GraphicsGLDriver (8.10.44 - 8.1.0) <D8B5113F-B3D1-32A3-B79D-2B86A96FF48F> /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD4000GraphicsGLDriver
    0x13ea0000 - 0x13ecbff7  GLRendererFloat (8.7.25) <2173CC9F-3A9A-37EB-BB50-3E60ABF7F5A3> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x15d30000 - 0x15d35fff  com.apple.audio.AppleHDAHALPlugIn (2.3.7 - 2.3.7fc4) <081467DA-1F55-3C0C-8081-062A985F36B7> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x15d3a000 - 0x15d41ffc  com.apple.AppleGVAHW.component (1.1 - 1) <5DB91F15-3FD3-308F-8FC5-662562F3EA78> /System/Library/QuickTime/AppleGVAHW.component/Contents/MacOS/AppleGVAHW
    0x18d56000 - 0x18d5aff7  com.apple.AppleMPEG2Codec (1.0.2 - 220.1) <08137D06-718F-30B1-8BF3-9498BEAFA5C6> /Library/QuickTime/AppleMPEG2Codec.component/Contents/MacOS/AppleMPEG2Codec
    0x1bf6a000 - 0x1c2f9fff  QuickTimeH264.scalar (2599.24) <4C508C26-4A8B-37BE-9A2D-65C0CDD57CE1> /System/Library/QuickTime/QuickTimeH264.component/Contents/Resources/QuickTimeH 264.scalar
    0x1c459000 - 0x1c65efff  com.apple.audio.codecs.Components (3.0 - 3.0) <A6D30893-0D10-3C2D-948B-7E0E2E8CA54F> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
    0x1c8c3000 - 0x1c92bfeb  com.apple.AppleProResDecoder (3.0.2 - 5718) <4442CBCE-7163-3E6A-8511-A52E9F6D8AFC> /System/Library/QuickTime/AppleProResDecoder.component/Contents/MacOS/AppleProR esDecoder
    0x1c95c000 - 0x1c9a5fff  com.apple.AppleVAH264HW.component (3.0 - 3.0) <FDF1C720-ED0E-323E-BA44-21423DE18D61> /System/Library/QuickTime/AppleVAH264HW.component/Contents/MacOS/AppleVAH264HW
    0x1ca69000 - 0x1cbb4fff  com.apple.AppleGVAFramework (5.0.6 - 5.0.6) <103CBDDD-E0C2-3B62-923B-AA46F2AB3CD7> /System/Library/PrivateFrameworks/AppleGVA.framework/Versions/A/AppleGVA
    0x1cbd0000 - 0x1cc0afff  com.apple.QuickTimeFireWireDV.component (7.7.1 - 2599.24) <1E9A8E7C-A9FD-34FD-AB7C-C3784BAB821F> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x1cc16000 - 0x1cc37fff  com.apple.AppleIntermediateCodec (2.0.1 - 5718) <6A70694B-21C7-381B-8DE3-CD6490C70A77> /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0x1cc46000 - 0x1cc5eff2  com.apple.applepixletvideo (1.2.31 - 1.2d31) <B5622D90-ADF3-3DB2-B64B-5F4AF7C274E3> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0x3ce20000 - 0x3d1d8fe7 +libCvGameCoreDLL_DLL.dylib (1) <85095888-6813-0A24-2545-A9EEF0A9655E> /Users/USER/Library/Application Support/Steam/*/Civilization V.app/Contents/MacOS/libCvGameCoreDLL_DLL.dylib
    0x70000000 - 0x7015eff7  com.apple.audio.units.Components (1.8 - 1.8) <F1EA4AF9-517E-3288-9AA4-F20546791B77> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8e2fb000 - 0x8ec49ff3  com.apple.GeForceGLDriver (8.10.44 - 8.1.0) <4B231127-7885-33A3-9FC7-7EF42A066FD7> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
    0x8fef6000 - 0x8ff28e57  dyld (210.2.3) <4D38DEED-9837-3202-B8E9-41272D01EA2C> /usr/lib/dyld
    0x90008000 - 0x90113ff7  libJP2.dylib (849) <B2D0E844-C390-376C-91D9-F3501B5C7A83> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x90114000 - 0x90118ffe  libcache.dylib (57) <834FDCA7-FE3B-33CC-A12A-E11E202477EC> /usr/lib/system/libcache.dylib
    0x90119000 - 0x90330fff  com.apple.CoreData (106.1 - 407.7) <EC4B8297-8E01-3778-A8A4-E8747F91109D> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x90331000 - 0x90334ffc  libpam.2.dylib (20) <FCF74195-A99E-3B07-8E49-688D4A6F1E18> /usr/lib/libpam.2.dylib
    0x90335000 - 0x90337fff  libdyld.dylib (210.2.3) <05D6FF2A-F09B-309D-95F7-7AF10259C707> /usr/lib/system/libdyld.dylib
    0x90338000 - 0x9035afff  libc++abi.dylib (26) <3AAA8D55-F5F6-362B-BA3C-CCAF0D3C8E27> /usr/lib/libc++abi.dylib
    0x9035b000 - 0x903d0ff7  com.apple.ApplicationServices.ATS (332 - 341.1) <BEE998BC-E4A5-3BA0-A6B5-31A1DFA1522C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x903d1000 - 0x903daff9  com.apple.CommonAuth (3.0 - 2.0) <34C4768C-EF8D-3DBA-AFB7-09148C8672DB> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x903db000 - 0x903e8ff7  com.apple.AppleFSCompression (49 - 1.0) <166AA1F8-E50A-3533-A3B5-8737C5118CC3> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x903e9000 - 0x903e9fff  libsystem_blocks.dylib (59) <3A743C5D-CFA5-37D8-80A8-B6795A9DB04F> /usr/lib/system/libsystem_blocks.dylib
    0x903ea000 - 0x9042cffb  com.apple.RemoteViewServices (2.0 - 80.6) <AE962502-4539-3893-A2EB-9D384652AEAC> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x9042d000 - 0x904c8fff  com.apple.CoreSymbolication (3.0 - 117) <F705A8CD-A04A-3A84-970A-7B04BC05DA97> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x904c9000 - 0x904ccff7  com.apple.TCC (1.0 - 1) <437D76CD-6437-3B55-BE2C-A53508858256> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x904cd000 - 0x908b0fff  com.apple.HIToolbox (2.0 - 626.1) <ECC3F04F-C4B7-35BF-B10E-183B749DAB92> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x908b5000 - 0x908b6ffd  com.apple.TrustEvaluationAgent (2.0 - 23) <E42347C0-2D3C-36A4-9200-757FFA61B388> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x9091e000 - 0x9091efff  libSystem.B.dylib (169.3) <0A82D354-A1B4-3F3E-8C7E-5047C38D4668> /usr/lib/libSystem.B.dylib
    0x9091f000 - 0x90929fff  libsystem_notify.dylib (98.5) <7EEE9475-18F8-3099-B0ED-23A3E528ABE0> /usr/lib/system/libsystem_notify.dylib
    0x9092a000 - 0x90934ffe  com.apple.bsd.ServiceManagement (2.0 - 2.0) <9732BA61-D6F6-3644-82DA-FF0D6FEEFC69> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x90935000 - 0x90953ff3  com.apple.openscripting (1.3.6 - 148.3) <F3422C02-5ACB-343A-987B-A2D58EA2F5A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x90954000 - 0x90971fff  libxpc.dylib (140.42) <1E419D55-C5C1-33FF-B52E-6C7FFBEA5E1F> /usr/lib/system/libxpc.dylib
    0x90972000 - 0x909c1ff6  libTIFF.dylib (849) <229EBA67-A2D3-30B7-8177-3CA5503360EC> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91240000 - 0x91244fff  com.apple.IOSurface (86.0.4 - 86.0.4) <6431ACB6-561B-314F-9A2A-FAC1578FCC86> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x91245000 - 0x9127bffb  com.apple.DebugSymbols (98 - 98) <9A9ADA0A-E487-3C8F-9998-286EE04C235A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x9131a000 - 0x91472ffb  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <0D36953C-9897-3E9B-8C70-847E90B203A2> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x914a3000 - 0x914acfff  com.apple.CommerceCore (1.0 - 26.1) <8C28115C-6EC1-316D-9237-F4FBCBB778C5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x914ad000 - 0x91695ffb  com.apple.CoreFoundation (6.8 - 744.18) <68AFEE40-0078-347E-9DEE-32CFE0062A10> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x91696000 - 0x916e4ff3  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <6E858B9F-337A-314E-88B7-24A274ACE568> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x916e5000 - 0x916e9ffc  libGIF.dylib (849) <2F1DE1C6-4779-35A6-8ED5-BBF8ADD5962A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x916ea000 - 0x916eeff7  libmacho.dylib (829) <5280A013-4F74-3F74-BE0C-7F612C49F1DC> /usr/lib/system/libmacho.dylib
    0x916ef000 - 0x91aebfeb  com.apple.VideoToolbox (1.0 - 926.87) <D6460276-E1CF-317D-B32F-80EAE916168C> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x91aec000 - 0x91afefff  libbsm.0.dylib (32) <DADD385E-FE53-3458-94FB-E316A6345108> /usr/lib/libbsm.0.dylib
    0x91b01000 - 0x91b03fff  com.apple.securityhi (4.0 - 55002) <F95F4BF5-2290-3CC4-A37A-4852F0AE6FAE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x91b04000 - 0x91b04ffd  com.apple.audio.units.AudioUnit (1.8 - 1.8) <D35BA73D-1E56-3A1D-9F9F-971F3BF8C136> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x91b05000 - 0x922a0ff3  libclh.dylib (4.0.3 - 4.0.3) <CF4CE94B-D0CE-3E84-9640-5ABFC54378A5> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
    0x922a1000 - 0x92e5dff7  com.apple.AppKit (6.8 - 1187.37) <6FBB3467-04F9-395F-8EA8-C84347C5BE43> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x92e5e000 - 0x92e71ff9  com.apple.MultitouchSupport.framework (235.29 - 235.29) <451701B6-03CE-3F26-9FF0-92D8DA1467EE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x92e72000 - 0x92f53fff  libcrypto.0.9.8.dylib (47) <D4EFFCFB-206D-3E3D-ADB5-CBAF04EB8838> /usr/lib/libcrypto.0.9.8.dylib
    0x92f54000 - 0x92f54fff  com.apple.ApplicationServices (45 - 45) <677C4ACC-9D12-366F-8A87-B898AC806DD9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x92f55000 - 0x92f5efff  com.apple.DiskArbitration (2.5.2 - 2.5.2) <89822A83-B450-3363-8E9C-9B80CB4450B1> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x93054000 - 0x93070fff  libPng.dylib (849) <BF2CB6F5-A2F1-35A4-93F7-ACA6D7F02084> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x93071000 - 0x93077fff  libGFXShared.dylib (8.7.25) <4268BFAF-4529-3B40-A8B9-66F176AC20CF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x93078000 - 0x9309cfff  libJPEG.dylib (849) <CD42C17E-6B13-35BE-B585-9AE69CEA534F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x9309d000 - 0x930a3ffc  libCGXCoreImage.A.dylib (331.0.4) <70A73377-8145-3488-A046-1DB05C6B9D01> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x930a4000 - 0x93178ff3  com.apple.backup.framework (1.4.2 - 1.4.2) <0473EB45-E9BF-3C10-B235-A6E2B960A88F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x931d0000 - 0x9323fffb  com.apple.Heimdal (3.0 - 2.0) <964D9952-B0F2-34F6-8265-1823C0D5EAB8> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x93240000 - 0x93265ff7  com.apple.CoreVideo (1.8 - 99.4) <A26DE896-32E0-3D5E-BA89-02AD23FA96B3> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x93266000 - 0x933efff7  com.apple.vImage (6.0 - 6.0) <1D1F67FE-4F75-3689-BEF6-4A46C8039E70> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x933f0000 - 0x93435ff7  com.apple.NavigationServices (3.7 - 200) <F6531764-6E43-3AF3-ACDD-8A5551EF016A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x93436000 - 0x93471fef  libGLImage.dylib (8.7.25) <6C0B2148-032A-3911-AB21-2E07606E3D9A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x934ec000 - 0x935e4ff9  libsqlite3.dylib (138.1) <AD7C5914-35F0-37A3-9238-A29D2E26C755> /usr/lib/libsqlite3.dylib
    0x93644000 - 0x9369fff7  com.apple.AppleVAFramework (5.0.19 - 5.0.19) <3C43A555-0A22-3D7C-A3FB-CFADDDA43E9B> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x936a2000 - 0x936b0ff7  libz.1.dylib (43) <245F1B61-2276-3BBB-9891-99934116D833> /usr/lib/libz.1.dylib
    0x936b1000 - 0x936ddff7  libsystem_info.dylib (406.17) <AA5611DB-A944-3072-B6BE-ACAB08689547> /usr/lib/system/libsystem_info.dylib
    0x936de000 - 0x93735ff3  com.apple.HIServices (1.20 - 417) <30AA0F48-A397-339E-BC62-24620B2B35BC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x93736000 - 0x9374dff4  com.apple.CoreMediaAuthoring (2.1 - 914) <DE0D100E-96AA-3E85-AFB0-43832E9B4C54> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
    0x9377a000 - 0x937d4ffb  com.apple.AE (645.6 - 645.6) <44556FF7-A869-399A-AEBB-F4E9263D9152> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x937d5000 - 0x93991ffd  libicucore.A.dylib (491.11.2) <59A23F06-16AD-35F8-BA58-D17305232402> /usr/lib/libicucore.A.dylib
    0x93992000 - 0x939d6ff7  libGLU.dylib (8.7.25) <0CC1A4D8-C095-3F2B-B55C-FDEBEA0E9CFE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x939d7000 - 0x939e9ff7  libdispatch.dylib (228.23) <86EF7D45-2D97-3465-A449-95038AE5DABA> /usr/lib/system/libdispatch.dylib
    0x939ea000 - 0x93c5bffb  com.apple.RawCamera.bundle (4.05 - 690) <1824B471-9CEB-3E45-BEF2-133DACDC2BAC> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x93c5c000 - 0x93c9bff7  com.apple.bom (12.0 - 192) <0637E52C-D151-37B3-904F-8656B2FD44DD> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x93c9c000 - 0x93ca8ff7  com.apple.NetAuth (4.0 - 4.0) <4983C4B8-9D95-3C4D-897E-07743326487E> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x93ca9000 - 0x93cb7ff3  libsystem_network.dylib (77.10) <7FBF5A15-97BA-3721-943E-E77F0C40DBE1> /usr/lib/system/libsystem_network.dylib
    0x93cb8000 - 0x93ccffff  com.apple.GenerationalStorage (1.1 - 132.3) <DD0AA3DB-376D-37F3-AC5B-17AC9B9E0A63> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x93cd0000 - 0x93d8eff3  com.apple.ColorSync (4.8.0 - 4.8.0) <EFEDCB37-4F20-3CEC-A185-5D2976E11BAC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x93d8f000 - 0x94032ff3  com.apple.CoreImage (8.2.4 - 1.0.1) <BA4EE8D7-FE72-3CC3-801F-B69D8A8B426F> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x94033000 - 0x9416eff7  libBLAS.dylib (1073.4) <FF74A147-05E1-37C4-BC10-7DEB57FE5326> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9416f000 - 0x94502ff3  com.apple.MediaToolbox (1.0 - 926.87) <F3623474-03AD-3A7F-8BD1-46A44A12E74E> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x94503000 - 0x94610057  libobjc.A.dylib (532.2) <FA455371-7395-3D58-A89B-D1520612D1BC> /usr/lib/libobjc.A.dylib
    0x94611000 - 0x946bbfff  com.apple.LaunchServices (539.7 - 539.7) <AF33EBD3-BC0B-30B5-B7DA-5CCCF12D7EDD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x946bc000 - 0x946fcfff  com.apple.MediaKit (14 - 687) <8735A76E-7766-33F5-B3D2-86630070A1BA> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x946fd000 - 0x946fdfff  com.apple.vecLib (3.8 - vecLib 3.8) <83160DD1-5614-3E34-80EB-97041016EF1F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x946fe000 - 0x9472bffb  com.apple.CoreServicesInternal (154.2 - 154.2) <DCCF604B-1DB8-3F09-8122-545E2E7F466D> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x9472c000 - 0x947beffb  libvMisc.dylib (380.6) <6DA3A03F-20BE-300D-A664-B50A7B4E4B1A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x947bf000 - 0x947d4fff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <DE68CEB5-4959-3652-83B8-D2B00D3B932D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x947d5000 - 0x947e1ff8  libbz2.1.0.dylib (29) <7031A4C0-784A-3EAA-93DF-EA1F26CC9264> /usr/lib/libbz2.1.0.dylib
    0x947e2000 - 0x947e4ffd  libCVMSPluginSupport.dylib (8.7.25) <C8FC6227-5209-3138-89CD-03CAD11F3EC3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x947e5000 - 0x947e9fff  com.apple.CommonPanels (1.2.5 - 94) <6B3E7E53-7708-3DA2-8C50-59C2B4735DE1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x947ea000 - 0x947ebfff  libremovefile.dylib (23.2) <9813B2DB-2374-3AA2-99B6-AA2E9897B249> /usr/lib/system/libremovefile.dylib
    0x947ec000 - 0x947eeffc  com.apple.QuickTimeH264.component (7.7.1 - 2599.24) <54598D54-DBFC-3EA1-9712-05F4052A79E2> /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x94aea000 - 0x94aeafff  com.apple.Cocoa (6.7 - 19) <354094F0-F36B-36F9-BF5F-FD60590FBEB9> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x94b1a000 - 0x94b21ffb  libunwind.dylib (35.1) <E1E8D8B3-3C78-3AB1-B398-C180DC6DCF05> /usr/lib/system/libunwind.dylib
    0x94b22000 - 0x94e27ff7  com.apple.CoreServices.CarbonCore (1037.5 - 1037.5) <356AE2DF-ABB0-319C-8B5B-2F33D693889F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x94e28000 - 0x94e34ffe  libkxld.dylib (2050.22.13) <ED37AAAA-B1C0-3ADF-A897-3D580A845843> /usr/lib/system/libkxld.dylib
    0x94e35000 - 0x94e3cffe  com.apple.agl (3.2.1 - AGL-3.2.1) <F13F8669-5FC5-386C-9100-523D2BBF23CE> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x94ea9000 - 0x951c7ff3  com.apple.Foundation (6.8 - 945.16) <C4D95341-B4FF-30AC-815A-A23C019C57A3> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x951c8000 - 0x951d7fff  libGL.dylib (8.7.25) <818E3E6B-9B00-3117-8157-9E95CB59A47B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x951d8000 - 0x95219ff7  com.apple.framework.CoreWiFi (1.2.2 - 122.12) <D9479FFE-2D79-373C-9F73-E746664ACD5C> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x9521a000 - 0x95264ff7  com.apple.framework.CoreWLAN (3.0.2 - 302.12) <1D7CB11D-C28C-3A25-865A-4AD6EE40D493> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x952bd000 - 0x952cdff7  libsasl2.2.dylib (166) <D9080BA2-A365-351E-9FF2-7E0D4E8B1339> /usr/lib/libsasl2.2.dylib
    0x952ce000 - 0x952cefff  libkeymgr.dylib (25) <D5E93F7F-9315-3AD6-92C7-941F7B54C490> /usr/lib/system/libkeymgr.dylib
    0x952cf000 - 0x952f4ffb  com.apple.framework.familycontrols (4.1 - 410) <B1755756-BEA2-3205-ADAA-68FCC32E60BD> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x952f5000 - 0x95359ff3  libstdc++.6.dylib (56) <F8FA490A-8F3C-3645-ABF5-78926CE9C62C> /usr/lib/libstdc++.6.dylib
    0x9535a000 - 0x95362fff  libcopyfile.dylib (89) <4963541B-0254-371B-B29A-B6806888949B> /usr/lib/system/libcopyfile.dylib
    0x953b9000 - 0x95531ff5  com.apple.QuartzCore (1.8 - 304.2) <FB737C74-C460-32A3-9107-D2112BAE6EBC> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x95532000 - 0x95532ffd  libOpenScriptingUtil.dylib (148.3) <87895E27-88E2-3249-8D0E-B17E76FB00C1> /usr/lib/libOpenScriptingUtil.dylib
    0x95533000 - 0x958ebffa  libLAPACK.dylib (1073.4) <9A6E5EAD-F2F2-3D5C-B655-2B536DB477F2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x958ec000 - 0x959f9ff3  com.apple.ImageIO.framework (3.2.0 - 849) <B34C2380-51F6-38B1-BB6C-C2E5185D90EF> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x95a68000 - 0x95a91ff7  libRIP.A.dylib (331.0.4) <FE496AFC-420A-3712-BC79-FC8C63ADB73D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x95a92000 - 0x95b68fff  com.apple.DiscRecording (7.0 - 7000.2.4) <4C51CD9C-0E0E-3836-BA7F-62B1076FB974> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x95b69000 - 0x95b88ff3  com.apple.Ubiquity (1.2 - 243.15) <E10A2937-D671-3D14-AF8D-BA25E601F458> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x95b89000 - 0x95ca5ffb  com.apple.desktopservices (1.7.3 - 1.7.3) <7157C51D-C695-3C9E-B532-F551E7E55B56> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x95ca6000 - 0x95ca6fff  com.apple.Carbon (154 - 155) <17F1B675-E054-3D2C-900B-C9CE69F1FC31> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x95ca7000 - 0x95df5fff  com.apple.CFNetwork (596.3.3 - 596.3.3) <EC7EF37B-B00E-374D-9E8F-E4E22D741059> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x95df6000 - 0x95df9fff  com.apple.help (1.3.2 - 42) <AD7EB1F0-A068-3A2C-9D59-38E59CEC0D96> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x95dfa000 - 0x95e0aff2  com.apple.LangAnalysis (1.7.0 - 1.7.0) <875363E7-6D02-3229-A9DD-E5A5568A7D61> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x95e0b000 - 0x95e0bfff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <908B8D40-3FB5-3047-B482-3DF95025ECFC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x95e0c000 - 0x95e74fe7  libvDSP.dylib (380.6) <55780308-4DCA-3B10-9703-EAFC3E13A3FA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x95e75000 - 0x95e8bfff  com.apple.CFOpenDirectory (10.8 - 151.10) <CDA91E5D-6F99-3001-BD31-82585FCF5CA2> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x95e8c000 - 0x95eb5fff  libxslt.1.dylib (11.3) <0DE17DAA-66FF-3195-AADB-347BEB5E2EFA> /usr/lib/libxslt.1.dylib
    0x95eb6000 - 0x96132ff7  com.apple.QuickTime (7.7.1 - 2599.24) <5B1CA228-A6B3-39DF-A5CC-F981E59DAD1D> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x96133000 - 0x96133fff  com.apple.CoreServices (57 - 57) <956C6C6D-A5DD-314F-9C57-4A61D41F30CE> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x96134000 - 0x96135fff  libdnsinfo.dylib (453.19) <3B523729-84A8-3D0B-B58C-3FC185060E67> /usr/lib/system/libdnsinfo.dylib
    0x96136000 - 0x9613fffd  com.apple.audio.SoundManager (4.0 - 4.0) <ABC5FE40-B222-36EB-9905-5C8C4BFD8C87> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x96140000 - 0x961a6fff  com.apple.print.framework.PrintCore (8.3 - 387.2) <0F7665F5-33F0-3661-9BE2-7DD2890E304B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x961a7000 - 0x961a8fff  libsystem_sandbox.dylib (220.2) <61A79095-1978-3AAA-B0E0-658BC8E5F045> /usr/lib/system/libsystem_sandbox.dylib
    0x961a9000 - 0x96249ff7  com.apple.QD (3.42 - 285) <1B8307C6-AFA8-312E-BA5B-679070EF2CA1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x962ec000 - 0x963e9ff7  com.apple.DiskImagesFramework (10.8.3 - 345) <26D0C7F8-E87E-3511-8388-8EE616A39D6D> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x963ea000 - 0x96432ff5  com.apple.opencl (2.2.18 - 2.2.18) <004A1DE4-49C6-3938-8B54-CD1DC23BDBE5> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x9643f000 - 0x96442ffc  libCoreVMClient.dylib (32.3) <35B63A60-DF0A-3FB3-ABB8-164B246A43CC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x96443000 - 0x96444fff  libquarantine.dylib (52) <D526310F-DC77-37EA-8F5F-83928EFA3262> /usr/lib/system/libquarantine.dylib
    0x96445000 - 0x9644cfff  liblaunch.dylib (442.26.2) <310C99F8-0811-314D-9BB9-D0ED6DFA024B> /usr/lib/system/liblaunch.dylib
    0x9644d000 - 0x9670dff3  com.apple.security (7.0 - 55179.11) <165A3105-9ADF-329B-93FC-3C8EFAEDDD13> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x9670e000 - 0x9673bffe  libsystem_m.dylib (3022.6) <9975D9C3-3B71-38E3-AA21-C5C5F9D9C431> /usr/lib/system/libsystem_m.dylib
    0x9673c000 - 0x96793ff7  com.apple.ScalableUserInterface (1.0 - 1) <2B5E454B-BC49-3E85-B54D-1950397C448C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x967ee000 - 0x96808ffc  libsystem_kernel.dylib (2050.22.13) <70C520E8-0394-3DFB-823B-FE8C251C169A> /usr/lib/system/libsystem_kernel.dylib
    0x96809000 - 0x9680ffff  com.apple.print.framework.Print (8.0 - 258) <12AEAD24-6924-3923-9E4A-C5D21231E639> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x96810000 - 0x96857ff3  com.apple.CoreMedia (1.0 - 926.87) <713B7213-D695-3162-9852-DBC114C26178> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x96858000 - 0x96866fff  libxar.1.dylib (105) <343E4A3B-1D04-34A3-94C2-8C7C9A8F736B> /usr/lib/libxar.1.dylib
    0x96869000 - 0x96926feb  libsystem_c.dylib (825.26) <6E35A83F-1A5B-3AF9-8C6D-D7B57B25FB63> /usr/lib/system/libsystem_c.dylib
    0x969d5000 - 0x969e3fff  com.apple.opengl (1.8.7 - 1.8.7) <0631EC1D-833B-39D2-A907-A9F7617E5504> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x969e4000 - 0x969ebff3  com.apple.NetFS (5.0 - 4.0) <1F7041F2-4E97-368C-8F5D-24153D81BBDB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x969ec000 - 0x96a1fff5  libssl.0.9.8.dylib (47) <3224FBB3-3074-3022-AD9A-187703680C03> /usr/lib/libssl.0.9.8.dylib
    0x96a20000 - 0x96a3dfff  libCRFSuite.dylib (33) <C9D72D0C-871A-39A2-8AFB-682D11AE7D0D> /usr/lib/libCRFSuite.dylib
    0x96a3e000 - 0x96ad6fff  com.apple.CoreServices.OSServices (557.6 - 557.6) <E1600639-3EEC-3DF8-BD40-747BB2117988> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x96ad7000 - 0x96b31fff  com.apple.Symbolication (1.3 - 93) <227F64A9-FC28-3680-BE92-FFAE86FD4866> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x96b32000 - 0x96b3cfff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <B855E8B4-2EE3-3BFF-8547-98A0F084F9AF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x96b40000 - 0x96bf7ff3  com.apple.QuickTimeMPEG4.component (7.7.1 - 2599.24) <E79C5B16-E004-33C2-B5C0-17AD66F283E3> /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG 4
    0x96bf8000 - 0x96bf8fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <4EC0548E-3A3F-310D-A366-47B51D5B6398> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x96bfb000 - 0x96bfcfff  liblangid.dylib (116) <E13CC8C5-5034-320A-A210-41A2BDE4F846> /usr/lib/liblangid.dylib
    0x96bfd000 - 0x96c49fff  libcorecrypto.dylib (106.2) <20EBADBA-D6D6-36F0-AE80-168E9AF13DB6> /usr/lib/system/libcorecrypto.dylib
    0x96c4a000 - 0x96c7dffb  com.apple.GSS (3.0 - 2.0) <9566A96D-C296-3ABD-A12A-E274C81C0B25> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x96c7e000 - 0x96cc0fff  libcurl.4.dylib (69.2) <8CC566A0-0B25-37E8-A6EC-30074C3CDB8C> /usr/lib/libcurl.4.dylib
    0x96cc1000 - 0x96cf8ffa  com.apple.LDAPFramework (2.4.28 - 194.5) <B7BAC5B9-ABA9-3799-B8B5-D2DED9383C24> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x96cf9000 - 0x96d5dfff  com.apple.datadetectorscore (4.1 - 269.2) <B4D53047-C613-32F8-9E08-0154EA81B487> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x96d5e000 - 0x96d68fff  libCSync.A.dylib (331.0.4) <71A7B331-C8A2-322C-AFB0-062EE9C3B848> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x96d69000 - 0x96e5affc  libiconv.2.dylib (34) <B096A9B7-83A6-31B3-8D2F-87D91910BF4C> /usr/lib/libiconv.2.dylib
    0x96e5b000 - 0x96e9dff7  libcups.2.dylib (327.3) <C7A4A315-FA15-354B-8BC9-BE824C4EFF6D> /usr/lib/libcups.2.dylib
    0x96eea000 - 0x96f2cff7  libauto.dylib (185.1) <B2B5B639-6778-352A-828D-FD8B64A3E8B3> /usr/lib/libauto.dylib
    0x96f2d000 - 0x96f34fff  libsystem_dnssd.dylib (379.37) <49A44FB3-559D-3C7E-AA40-23F5A8E612AC> /usr/lib/system/libsystem_dnssd.dylib
    0x96f35000 - 0x96f4afff  com.apple.ImageCapture (8.0 - 8.0) <B8BD421F-D5A9-3FB4-8E89-AD5CFC0D4030> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x9718a000 - 0x9718cffb  libRadiance.dylib (849) <EAF7C74F-2A71-3A07-82E1-4FADEAFCF201> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
    0x9718d000 - 0x97ec5fff  com.apple.QuickTimeComponents.component (7.7.1 - 2599.24) <51BE2DF8-7B3B-36F5-8860-50071A8702E4> /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x97ec6000 - 0x97fc4ff7  libFontParser.dylib (84.6) <7D3EB3CC-527E-3A74-816A-59CAFD2260A4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x9813d000 - 0x9857fff3  com.apple.CoreGraphics (1.600.0 - 331.0.4) <BC041647-FB5A-3D07-A253-F3D34E25BF6C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x98580000 - 0x98581ffd  libunc.dylib (25) <58599CBF-E262-3CEA-AFE1-35560E0177DC> /usr/lib/system/libunc.dylib
    0x98582000 - 0x98619ff7  com.apple.ink.framework (10.8.2 - 150) <A9C3B735-7D5F-3D7D-AA70-2CC852D09CDE> /System/Lib

  • Why does CS5 crash so often

    Hi All,
    CS5 (which I nought in a bundle with Adobe After Effects etc) crashed on me 7 times yesterday and twice today for no reason that I can think of. All the crashes have happened when I am performing different tasks and sometimes even when I'm saving.
    I have also noticed that sometimes, after I have flicked through the display options using the 'F' key, the bounding window isn't displayed properly (ie the border that displays the image name and image size etc). I've found that when I make the image 'Fit On Screen' it doesn't draw the image unless I flick through all the display options. This has only started to happen in the last couple of weeks and, if I do it enough times, will cause a crash.
    Also, when I use Liquify, I ALWAYS get an error saying that 'The operation could not be completed. There is not enough memory.' However, if I click ok, I can carry on using the tool but very very slowly. (I'll give my system spec at the end which will show you why this is un-warrented.)
    I also find that the brushes can sometimes crash CS5 as well as transforming.
    What's going on here? Is there a specific way to set CS5 up that I don't know about? I'm freelance and each crash costs me time, money and could make me miss deadlines!
    I've installed the recent CS5 update but this has had no positive effect on the number of crashes I get.
    My system spec is:
    Mac Pro
    OSX 10.6.8
    6-Core Intel Xeon (duel)
    2.93 GHz
    16GB RAM
    I have a 1TB hard drive dedicated as a scratch disk
    ATI Radeon HD 5870 card
    Please could someone guide me as why this is happening and how I can resolve this problem.
    Thank you kindly,
    V
    >>>>>>>>>>>>EDIT<<<<<<<<<<<<<
    Just crashed again! Here's the crash report. Cheers,
    V
    Process:         Adobe Photoshop CS5 [751]
    Path:            /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/MacOS/Adobe Photoshop CS5
    Identifier:      com.adobe.Photoshop
    Version:         12.0.4 (12.0.4x20110407.r.1265) (12.0.4)
    Code Type:       X86 (Native)
    Parent Process:  launchd [103]
    Date/Time:       2011-06-27 17:21:19.726 +0100
    OS Version:      Mac OS X 10.6.8 (10K540)
    Report Version:  6
    Interval Since Last Report:          75257 sec
    Crashes Since Last Report:           12
    Per-App Interval Since Last Report:  44543 sec
    Per-App Crashes Since Last Report:   9
    Anonymous UUID:                      ED60FF60-689E-453B-87B1-37084698AE69
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000004
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Error Formulating Crash Report:
    *** -[NSCFDictionary setObject:forKey:]: attempt to insert nil value (key: Identifier)
    0x815e9796
    0x866cef03
    0x815e95d7
    0x815e9564
    0x80621dde
    0x00005572
    0x891c1917
    0x0000541c
    0x00007fb4
    0x00008aa0
    0x0000ad72
    0x0000ab4f
    0x893924c0
    0x0000a256
    0x89385fd6
    0x89385e89
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   libGLProgrammability.dylib    0x91e7a19d mem_Alloc + 18
    1   libGLProgrammability.dylib    0x91e7a11e NewScopeInPool + 40
    2   libGLProgrammability.dylib    0x91e7a068 InitCPP + 490
    3   libGLProgrammability.dylib    0x91e79e35 InitScanner + 27
    4   libGLProgrammability.dylib    0x91e797bf InitPreprocessor + 113
    5   libGLProgrammability.dylib    0x91e78a97 ShCompile + 537
    6   ???                           0x40311cd6 gleShaderParse + 152
    7   ???                           0x4026cc28 glCompileShaderARB_Exec + 199
    8   libGL.dylib                   0x9699343a glCompileShaderARB + 30
    9   aif_ogl                       0x044d6c82 AIF::OGL::Shader::compile(bool) + 56
    10  aif_ogl                       0x044d08a8 AIF::OGL::Program::loadFragmentShader(unsigned int, char const**, int*) + 178
    11  image_runtime                 0x0431466d AIF::ShaderManagerOGL::RegisterShaderProgram(AIF::ShaderProgramProxyOGL*) + 641
    12  image_flow                    0x042198ff AIF::ACEDataAdapter::buildAndPopulateGLObjects() + 1525
    13  image_flow                    0x04219b42 AIF::ACEFilterGPU::preProcess() + 496
    14  data_flow                     0x041e473c AIF::DataFlow::Node::process() + 18
    15  data_flow                     0x041e02e0 AIF::DataFlow::Controller::processRecursive(AIF::DataFlow::Node*) + 396
    16  data_flow                     0x041e0265 AIF::DataFlow::Controller::processRecursive(AIF::DataFlow::Node*) + 273
    17  data_flow                     0x041e03dd AIF::DataFlow::Controller::process() + 141
    18  image_flow                    0x04212994 AIF::ImageFlowController::process() + 58
    19  image_flow                    0x0426afcc AIF::PSFilterStackFacade::process(AIF::BoundingRegion const&) + 724
    20  image_flow                    0x04268ac3 AIF::PSBlitPipe::process(AIF::BoundingRegion const&, AIF::OGL::Texture2D*, AIF::BoundingRegion const&, AIF::OGL::Texture2D*) + 783
    21  com.adobe.Photoshop           0x00539a2d AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 2325505
    22  com.adobe.Photoshop           0x0053a0a1 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 2327157
    23  com.adobe.Photoshop           0x0059ba6f AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 2726979
    24  com.adobe.Photoshop           0x0059ce44 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 2732056
    25  com.adobe.Photoshop           0x0059dd2a AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 2735870
    26  com.adobe.Photoshop           0x00ec155f AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 12318515
    27  com.adobe.Photoshop           0x000d27d3 0x1000 + 858067
    28  com.adobe.Photoshop           0x000d2d5a 0x1000 + 859482
    29  com.adobe.Photoshop           0x0056262a AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 2492414
    30  com.adobe.Photoshop           0x00562b26 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 2493690
    31  com.adobe.Photoshop           0x004eafc4 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 2003352
    32  com.adobe.Photoshop           0x004e708a AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 1987166
    33  com.adobe.Photoshop           0x00e2eeac AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 11718784
    34  com.adobe.Photoshop           0x004ebaf5 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 2006217
    35  com.adobe.Photoshop           0x0059a730 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 2722052
    36  com.adobe.Photoshop           0x000813de 0x1000 + 525278
    37  com.adobe.Photoshop           0x000e4157 0x1000 + 930135
    38  com.adobe.Photoshop           0x000e4182 0x1000 + 930178
    39  com.adobe.Photoshop           0x0006c86c 0x1000 + 440428
    40  com.adobe.Photoshop           0x0006ca4c 0x1000 + 440908
    41  com.adobe.Photoshop           0x000773fa 0x1000 + 484346
    42  com.adobe.Photoshop           0x000762fc 0x1000 + 479996
    43  com.adobe.Photoshop           0x0006cb0c 0x1000 + 441100
    44  com.adobe.Photoshop           0x0006cba8 0x1000 + 441256
    45  com.adobe.Photoshop           0x013cf01e AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 17617394
    46  com.apple.AppKit              0x90cb5253 -[NSApplication run] + 917
    47  com.adobe.Photoshop           0x013cd458 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 17610284
    48  com.adobe.Photoshop           0x013cdf20 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 17613044
    49  com.adobe.Photoshop           0x0006e85e 0x1000 + 448606
    50  com.adobe.Photoshop           0x002569df 0x1000 + 2447839
    51  com.adobe.Photoshop           0x00256a88 0x1000 + 2448008
    52  com.adobe.Photoshop           0x00003976 0x1000 + 10614
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib             0x96d3a382 kevent + 10
    1   libSystem.B.dylib             0x96d3aa9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib             0x96d39f59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib             0x96d39cfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib             0x96d39781 _pthread_wqthread + 390
    5   libSystem.B.dylib             0x96d395c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib             0x96d13b42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x96d416f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x96d8a05f pthread_cond_wait + 48
    3   com.adobe.amt.services        0x08725126 AMTConditionLock::LockWhenCondition(int) + 46
    4   com.adobe.amt.services        0x0871ddb0 _AMTThreadedPCDService::PCDThreadWorker(_AMTThreadedPCDService*) + 116
    5   com.adobe.amt.services        0x0872518c AMTThread::Worker(void*) + 24
    6   libSystem.B.dylib             0x96d41259 _pthread_start + 345
    7   libSystem.B.dylib             0x96d410de thread_start + 34
    Thread 3:
    0   libSystem.B.dylib             0x96d13b4e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x90200942 MPWaitOnSemaphore + 125
    2   MultiProcessor Support        0x21c180ec ThreadFunction(void*) + 78
    3   ...ple.CoreServices.CarbonCore 0x901ce54a PrivateMPEntryPoint + 68
    4   libSystem.B.dylib             0x96d41259 _pthread_start + 345
    5   libSystem.B.dylib             0x96d410de thread_start + 34
    Thread 4:
    0   libSystem.B.dylib             0x96d13b4e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x90200942 MPWaitOnSemaphore + 125
    2   MultiProcessor Support        0x21c180ec ThreadFunction(void*) + 78
    3   ...ple.CoreServices.CarbonCore 0x901ce54a PrivateMPEntryPoint + 68
    4   libSystem.B.dylib             0x96d41259 _pthread_start + 345
    5   libSystem.B.dylib             0x96d410de thread_start + 34
    Thread 5:
    0   libSystem.B.dylib             0x96d13b4e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x90200942 MPWaitOnSemaphore + 125
    2   MultiProcessor Support        0x21c180ec ThreadFunction(void*) + 78
    3   ...ple.CoreServices.CarbonCore 0x901ce54a PrivateMPEntryPoint + 68
    4   libSystem.B.dylib             0x96d41259 _pthread_start + 345
    5   libSystem.B.dylib             0x96d410de thread_start + 34
    Thread 6:
    0   libSystem.B.dylib             0x96d13b4e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x90200942 MPWaitOnSemaphore + 125
    2   MultiProcessor Support        0x21c180ec ThreadFunction(void*) + 78
    3   ...ple.CoreServices.CarbonCore 0x901ce54a PrivateMPEntryPoint + 68
    4   libSystem.B.dylib             0x96d41259 _pthread_start + 345
    5   libSystem.B.dylib             0x96d410de thread_start + 34
    Thread 7:
    0   libSystem.B.dylib             0x96d13b4e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x90200942 MPWaitOnSemaphore + 125
    2   MultiProcessor Support        0x21c180ec ThreadFunction(void*) + 78
    3   ...ple.CoreServices.CarbonCore 0x901ce54a PrivateMPEntryPoint + 68
    4   libSystem.B.dylib             0x96d41259 _pthread_start + 345
    5   libSystem.B.dylib             0x96d410de thread_start + 34
    Thread 8:
    0   libSystem.B.dylib             0x96d13b4e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x90200942 MPWaitOnSemaphore + 125
    2   MultiProcessor Support        0x21c180ec ThreadFunction(void*) + 78
    3   ...ple.CoreServices.CarbonCore 0x901ce54a PrivateMPEntryPoint + 68
    4   libSystem.B.dylib             0x96d41259 _pthread_start + 345
    5   libSystem.B.dylib             0x96d410de thread_start + 34
    Thread 9:
    0   libSystem.B.dylib             0x96d13b4e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x90200942 MPWaitOnSemaphore + 125
    2   MultiProcessor Support        0x21c180ec ThreadFunction(void*) + 78
    3   ...ple.CoreServices.CarbonCore 0x901ce54a PrivateMPEntryPoint + 68
    4   libSystem.B.dylib             0x96d41259 _pthread_start + 345
    5   libSystem.B.dylib             0x96d410de thread_start + 34
    Thread 10:
    0   libSystem.B.dylib             0x96d13b4e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x90200942 MPWaitOnSemaphore + 125
    2   MultiProcessor Support        0x21c180ec ThreadFunction(void*) + 78
    3   ...ple.CoreServices.CarbonCore 0x901ce54a PrivateMPEntryPoint + 68
    4   libSystem.B.dylib             0x96d41259 _pthread_start + 345
    5   libSystem.B.dylib             0x96d410de thread_start + 34
    Thread 11:
    0   libSystem.B.dylib             0x96d13b4e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x90200942 MPWaitOnSemaphore + 125
    2   MultiProcessor Support        0x21c180ec ThreadFunction(void*) + 78
    3   ...ple.CoreServices.CarbonCore 0x901ce54a PrivateMPEntryPoint + 68
    4   libSystem.B.dylib             0x96d41259 _pthread_start + 345
    5   libSystem.B.dylib             0x96d410de thread_start + 34
    Thread 12:
    0   libSystem.B.dylib             0x96d13b4e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x90200942 MPWaitOnSemaphore + 125
    2   MultiProcessor Support        0x21c180ec ThreadFunction(void*) + 78
    3   ...ple.CoreServices.CarbonCore 0x901ce54a PrivateMPEntryPoint + 68
    4   libSystem.B.dylib             0x96d41259 _pthread_start + 345
    5   libSystem.B.dylib             0x96d410de thread_start + 34
    Thread 13:
    0   libSystem.B.dylib             0x96d13b4e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x90200942 MPWaitOnSemaphore + 125
    2   MultiProcessor Support        0x21c180ec ThreadFunction(void*) + 78
    3   ...ple.CoreServices.CarbonCore 0x901ce54a PrivateMPEntryPoint + 68
    4   libSystem.B.dylib             0x96d41259 _pthread_start + 345
    5   libSystem.B.dylib             0x96d410de thread_start + 34
    Thread 14:
    0   libSystem.B.dylib             0x96d41aa2 __semwait_signal + 10
    1   libSystem.B.dylib             0x96d4175e _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x96d433f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore 0x9020321e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore 0x901eeb68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore 0x901ea533 MPWaitOnQueue + 250
    6   AdobeACE                      0x0525b579 0x5221000 + 238969
    7   AdobeACE                      0x0525af71 0x5221000 + 237425
    8   ...ple.CoreServices.CarbonCore 0x901ce54a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib             0x96d41259 _pthread_start + 345
    10  libSystem.B.dylib             0x96d410de thread_start + 34
    Thread 15:
    0   libSystem.B.dylib             0x96d41aa2 __semwait_signal + 10
    1   libSystem.B.dylib             0x96d4175e _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x96d433f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore 0x9020321e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore 0x901eeb68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore 0x901ea533 MPWaitOnQueue + 250
    6   AdobeACE                      0x0525b579 0x5221000 + 238969
    7   AdobeACE                      0x0525af71 0x5221000 + 237425
    8   ...ple.CoreServices.CarbonCore 0x901ce54a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib             0x96d41259 _pthread_start + 345
    10  libSystem.B.dylib             0x96d410de thread_start + 34
    Thread 16:
    0   libSystem.B.dylib             0x96d41aa2 __semwait_signal + 10
    1   libSystem.B.dylib             0x96d4175e _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x96d433f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore 0x9020321e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore 0x901eeb68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore 0x901ea533 MPWaitOnQueue + 250
    6   AdobeACE                      0x0525b579 0x5221000 + 238969
    7   AdobeACE                      0x0525af71 0x5221000 + 237425
    8   ...ple.CoreServices.CarbonCore 0x901ce54a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib             0x96d41259 _pthread_start + 345
    10  libSystem.B.dylib             0x96d410de thread_start + 34
    Thread 17:
    0   libSystem.B.dylib             0x96d41aa2 __semwait_signal + 10
    1   libSystem.B.dylib             0x96d4175e _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x96d433f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore 0x9020321e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore 0x901eeb68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore 0x901ea533 MPWaitOnQueue + 250
    6   AdobeACE                      0x0525b579 0x5221000 + 238969
    7   AdobeACE                      0x0525af71 0x5221000 + 237425
    8   ...ple.CoreServices.CarbonCore 0x901ce54a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib             0x96d41259 _pthread_start + 345
    10  libSystem.B.dylib             0x96d410de thread_start + 34
    Thread 18:
    0   libSystem.B.dylib             0x96d41aa2 __semwait_signal + 10
    1   libSystem.B.dylib             0x96d4175e _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x96d433f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore 0x9020321e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore 0x901eeb68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore 0x901ea533 MPWaitOnQueue + 250
    6   AdobeACE                      0x0525b579 0x5221000 + 238969
    7   AdobeACE                      0x0525af71 0x5221000 + 237425
    8   ...ple.CoreServices.CarbonCore 0x901ce54a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib             0x96d41259 _pthread_start + 345
    10  libSystem.B.dylib             0x96d410de thread_start + 34
    Thread 19:
    0   libSystem.B.dylib             0x96d41aa2 __semwait_signal + 10
    1   libSystem.B.dylib             0x96d4175e _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x96d433f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore 0x9020321e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore 0x901eeb68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore 0x901ea533 MPWaitOnQueue + 250
    6   AdobeACE                      0x0525b579 0x5221000 + 238969
    7   AdobeACE                      0x0525af71 0x5221000 + 237425
    8   ...ple.CoreServices.CarbonCore 0x901ce54a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib             0x96d41259 _pthread_start + 345
    10  libSystem.B.dylib             0x96d410de thread_start + 34
    Thread 20:
    0   libSystem.B.dylib             0x96d41aa2 __semwait_signal + 10
    1   libSystem.B.dylib             0x96d4175e _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x96d433f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore 0x9020321e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore 0x901eeb68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore 0x901ea533 MPWaitOnQueue + 250
    6   AdobeACE                      0x0525b579 0x5221000 + 238969
    7   AdobeACE                      0x0525af71 0x5221000 + 237425
    8   ...ple.CoreServices.CarbonCore 0x901ce54a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib             0x96d41259 _pthread_start + 345
    10  libSystem.B.dylib             0x96d410de thread_start + 34
    Thread 21:
    0   libSystem.B.dylib             0x96d41aa2 __semwait_signal + 10
    1   libSystem.B.dylib             0x96d4175e _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x96d433f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore 0x9020321e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore 0x901eeb68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore 0x901ea533 MPWaitOnQueue + 250
    6   AdobeACE                      0x0525b579 0x5221000 + 238969
    7   AdobeACE                      0x0525af71 0x5221000 + 237425
    8   ...ple.CoreServices.CarbonCore 0x901ce54a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib             0x96d41259 _pthread_start + 345
    10  libSystem.B.dylib             0x96d410de thread_start + 34
    Thread 22:
    0   libSystem.B.dylib             0x96d41aa2 __semwait_signal + 10
    1   libSystem.B.dylib             0x96d4175e _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x96d433f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore 0x9020321e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore 0x901eeb68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore 0x901ea533 MPWaitOnQueue + 250
    6   AdobeACE                      0x0525b579 0x5221000 + 238969
    7   AdobeACE                      0x0525af71 0x5221000 + 237425
    8   ...ple.CoreServices.CarbonCore 0x901ce54a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib             0x96d41259 _pthread_start + 345
    10  libSystem.B.dylib             0x96d410de thread_start + 34
    Thread 23:
    0   libSystem.B.dylib             0x96d41aa2 __semwait_signal + 10
    1   libSystem.B.dylib             0x96d4175e _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x96d433f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore 0x9020321e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore 0x901eeb68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore 0x901ea533 MPWaitOnQueue + 250
    6   AdobeACE                      0x0525b579 0x5221000 + 238969
    7   AdobeACE                      0x0525af71 0x5221000 + 237425
    8   ...ple.CoreServices.CarbonCore 0x901ce54a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib             0x96d41259 _pthread_start + 345
    10  libSystem.B.dylib             0x96d410de thread_start + 34
    Thread 24:
    0   libSystem.B.dylib             0x96d41aa2 __semwait_signal + 10
    1   libSystem.B.dylib             0x96d4175e _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x96d433f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore 0x9020321e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore 0x901eeb68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore 0x901ea533 MPWaitOnQueue + 250
    6   AdobeACE                      0x0525b579 0x5221000 + 238969
    7   AdobeACE                      0x0525af71 0x5221000 + 237425
    8   ...ple.CoreServices.CarbonCore 0x901ce54a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib             0x96d41259 _pthread_start + 345
    10  libSystem.B.dylib             0x96d410de thread_start + 34
    Thread 25:
    0   libSystem.B.dylib             0x96d41aa2 __semwait_signal + 10
    1   libSystem.B.dylib             0x96d4175e _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x96d433f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore 0x9020321e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore 0x901eeb68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore 0x901ea533 MPWaitOnQueue + 250
    6   AdobeACE                      0x0525b579 0x5221000 + 238969
    7   AdobeACE                      0x0525af71 0x5221000 + 237425
    8   ...ple.CoreServices.CarbonCore 0x901ce54a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib             0x96d41259 _pthread_start + 345
    10  libSystem.B.dylib             0x96d410de thread_start + 34
    Thread 26:
    0   libSystem.B.dylib             0x96d41aa2 __semwait_signal + 10
    1   libSystem.B.dylib             0x96d4175e _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x96d433f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore 0x9020321e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore 0x901eeb68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore 0x901ea533 MPWaitOnQueue + 250
    6   AdobeACE                      0x0525b579 0x5221000 + 238969
    7   AdobeACE                      0x0525af71 0x5221000 + 237425
    8   ...ple.CoreServices.CarbonCore 0x901ce54a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib             0x96d41259 _pthread_start + 345
    10  libSystem.B.dylib             0x96d410de thread_start + 34
    Thread 27:
    0   libSystem.B.dylib             0x96d41aa2 __semwait_signal + 10
    1   libSystem.B.dylib             0x96d4175e _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x96d433f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore 0x9020321e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore 0x901eeb68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore 0x901ea533 MPWaitOnQueue + 250
    6   AdobeACE                      0x0525b579 0x5221000 + 238969
    7   AdobeACE                      0x0525af71 0x5221000 + 237425
    8   ...ple.CoreServices.CarbonCore 0x901ce54a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib             0x96d41259 _pthread_start + 345
    10  libSystem.B.dylib             0x96d410de thread_start + 34
    Thread 28:
    0   libSystem.B.dylib             0x96d41aa2 __semwait_signal + 10
    1   libSystem.B.dylib             0x96d4175e _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x96d433f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore 0x9020321e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore 0x901eeb68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore 0x901ea533 MPWaitOnQueue + 250
    6   AdobeACE                      0x0525b579 0x5221000 + 238969
    7   AdobeACE                      0x0525af71 0x5221000 + 237425
    8   ...ple.CoreServices.CarbonCore 0x901ce54a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib             0x96d41259 _pthread_start + 345
    10  libSystem.B.dylib             0x96d410de thread_start + 34
    Thread 29:
    0   libSystem.B.dylib             0x96d41aa2 __semwait_signal + 10
    1   libSystem.B.dylib             0x96d6d9c5 nanosleep$UNIX2003 + 188
    2   com.adobe.PSAutomate          0x3ba9c63b ScObjects::Thread::sleep(unsigned int) + 59
    3   com.adobe.PSAutomate          0x3ba7c483 ScObjects::BridgeTalkThread::run() + 163
    4   com.adobe.PSAutomate          0x3ba9c748 ScObjects::Thread::go(void*) + 168
    5   libSystem.B.dylib             0x96d41259 _pthread_start + 345
    6   libSystem.B.dylib             0x96d410de thread_start + 34
    Thread 30:
    0   libSystem.B.dylib             0x96d13b42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x96d416f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x96d8a05f pthread_cond_wait + 48
    3   com.adobe.adobeswfl           0x3cdab1af APXGetHostAPI + 2599055
    4   com.adobe.adobeswfl           0x3cb44b0f APXGetHostAPI + 82415
    5   com.adobe.adobeswfl           0x3cdab29c APXGetHostAPI + 2599292
    6   com.adobe.adobeswfl           0x3cdab307 APXGetHostAPI + 2599399
    7   com.adobe.adobeswfl           0x3cdab426 APXGetHostAPI + 2599686
    8   libSystem.B.dylib             0x96d41259 _pthread_start + 345
    9   libSystem.B.dylib             0x96d410de thread_start + 34
    Thread 31:
    0   libSystem.B.dylib             0x96d13b42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x96d416f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x96d8a05f pthread_cond_wait + 48
    3   com.adobe.adobeswfl           0x3cdab1af APXGetHostAPI + 2599055
    4   com.adobe.adobeswfl           0x3cb44b0f APXGetHostAPI + 82415
    5   com.adobe.adobeswfl           0x3cdab29c APXGetHostAPI + 2599292
    6   com.adobe.adobeswfl           0x3cdab307 APXGetHostAPI + 2599399
    7   com.adobe.adobeswfl           0x3cdab426 APXGetHostAPI + 2599686
    8   libSystem.B.dylib             0x96d41259 _pthread_start + 345
    9   libSystem.B.dylib             0x96d410de thread_start + 34
    Thread 32:
    0   libSystem.B.dylib             0x96d13b42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x96d416f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x96d8a05f pthread_cond_wait + 48
    3   com.adobe.adobeswfl           0x3cdab1af APXGetHostAPI + 2599055
    4   com.adobe.adobeswfl           0x3cb44b0f APXGetHostAPI + 82415
    5   com.adobe.adobeswfl           0x3cdab29c APXGetHostAPI + 2599292
    6   com.adobe.adobeswfl           0x3cdab307 APXGetHostAPI + 2599399
    7   com.adobe.adobeswfl           0x3cdab426 APXGetHostAPI + 2599686
    8   libSystem.B.dylib             0x96d41259 _pthread_start + 345
    9   libSystem.B.dylib             0x96d410de thread_start + 34
    Thread 33:
    0   libSystem.B.dylib             0x96d13b42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x96d416f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x96d8a05f pthread_cond_wait + 48
    3   com.adobe.adobeswfl           0x3cdab1af APXGetHostAPI + 2599055
    4   com.adobe.adobeswfl           0x3cb44b0f APXGetHostAPI + 82415
    5   com.adobe.adobeswfl           0x3cdab29c APXGetHostAPI + 2599292
    6   com.adobe.adobeswfl           0x3cdab307 APXGetHostAPI + 2599399
    7   com.adobe.adobeswfl           0x3cdab426 APXGetHostAPI + 2599686
    8   libSystem.B.dylib             0x96d41259 _pthread_start + 345
    9   libSystem.B.dylib             0x96d410de thread_start + 34
    Thread 34:
    0   libSystem.B.dylib             0x96d13b42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x96d416f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x96d8a05f pthread_cond_wait + 48
    3   com.adobe.adobeswfl           0x3cdab1af APXGetHostAPI + 2599055
    4   com.adobe.adobeswfl           0x3cb44b0f APXGetHostAPI + 82415
    5   com.adobe.adobeswfl           0x3cdab29c APXGetHostAPI + 2599292
    6   com.adobe.adobeswfl           0x3cdab307 APXGetHostAPI + 2599399
    7   com.adobe.adobeswfl           0x3cdab426 APXGetHostAPI + 2599686
    8   libSystem.B.dylib             0x96d41259 _pthread_start + 345
    9   libSystem.B.dylib             0x96d410de thread_start + 34
    Thread 35:
    0   libSystem.B.dylib             0x96d13b42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x96d416f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x96d8a05f pthread_cond_wait + 48
    3   com.adobe.adobeswfl           0x3cdab1af APXGetHostAPI + 2599055
    4   com.adobe.adobeswfl           0x3cb44b0f APXGetHostAPI + 82415
    5   com.adobe.adobeswfl           0x3cdab29c APXGetHostAPI + 2599292
    6   com.adobe.adobeswfl           0x3cdab307 APXGetHostAPI + 2599399
    7   com.adobe.adobeswfl           0x3cdab426 APXGetHostAPI + 2599686
    8   libSystem.B.dylib             0x96d41259 _pthread_start + 345
    9   libSystem.B.dylib             0x96d410de thread_start + 34
    Thread 36:
    0   libSystem.B.dylib             0x96d13b42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x96d416f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x96d8a05f pthread_cond_wait + 48
    3   com.adobe.adobeswfl           0x3cdab1af APXGetHostAPI + 2599055
    4   com.adobe.adobeswfl           0x3cb44b0f APXGetHostAPI + 82415
    5   com.adobe.adobeswfl           0x3cdab29c APXGetHostAPI + 2599292
    6   com.adobe.adobeswfl           0x3cdab307 APXGetHostAPI + 2599399
    7   com.adobe.adobeswfl           0x3cdab426 APXGetHostAPI + 2599686
    8   libSystem.B.dylib             0x96d41259 _pthread_start + 345
    9   libSystem.B.dylib             0x96d410de thread_start + 34
    Thread 37:
    0   libSystem.B.dylib             0x96d13b42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x96d416f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x96d8a05f pthread_cond_wait + 48
    3   com.adobe.adobeswfl           0x3cdab1af APXGetHostAPI + 2599055
    4   com.adobe.adobeswfl           0x3cb44b0f APXGetHostAPI + 82415
    5   com.adobe.adobeswfl           0x3cdab29c APXGetHostAPI + 2599292
    6   com.adobe.adobeswfl           0x3cdab307 APXGetHostAPI + 2599399
    7   com.adobe.adobeswfl           0x3cdab426 APXGetHostAPI + 2599686
    8   libSystem.B.dylib             0x96d41259 _pthread_start + 345
    9   libSystem.B.dylib             0x96d410de thread_start + 34
    Thread 38:
    0   libSystem.B.dylib             0x96d13b42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x96d416f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x96d8a05f pthread_cond_wait + 48
    3   com.adobe.adobeswfl           0x3cdab1af APXGetHostAPI + 2599055
    4   com.adobe.adobeswfl           0x3cb44b0f APXGetHostAPI + 82415
    5   com.adobe.adobeswfl           0x3cdab29c APXGetHostAPI + 2599292
    6   com.adobe.adobeswfl           0x3cdab307 APXGetHostAPI + 2599399
    7   com.adobe.adobeswfl           0x3cdab426 APXGetHostAPI + 2599686
    8   libSystem.B.dylib             0x96d41259 _pthread_start + 345
    9   libSystem.B.dylib             0x96d410de thread_start + 34
    Thread 39:
    0   libSystem.B.dylib             0x96d13b42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x96d416f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x96d8a05f pthread_cond_wait + 48
    3   com.adobe.adobeswfl           0x3cdab1af APXGetHostAPI + 2599055
    4   com.adobe.adobeswfl           0x3cb44b0f APXGetHostAPI + 82415
    5   com.adobe.adobeswfl           0x3cdab29c APXGetHostAPI + 2599292
    6   com.adobe.adobeswfl           0x3cdab307 APXGetHostAPI + 2599399
    7   com.adobe.adobeswfl           0x3cdab426 APXGetHostAPI + 2599686
    8   libSystem.B.dylib             0x96d41259 _pthread_start + 345
    9   libSystem.B.dylib             0x96d410de thread_start + 34
    Thread 40:
    0   libSystem.B.dylib             0x96d13b42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x96d416f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x96d8a05f pthread_cond_wait + 48
    3   com.adobe.adobeswfl           0x3cdab1af APXGetHostAPI + 2599055
    4   com.adobe.adobeswfl           0x3cb44b0f APXGetHostAPI + 82415
    5   com.adobe.adobeswfl           0x3cdab29c APXGetHostAPI + 2599292
    6   com.adobe.adobeswfl           0x3cdab307 APXGetHostAPI + 2599399
    7   com.adobe.adobeswfl           0x3cdab426 APXGetHostAPI + 2599686
    8   libSystem.B.dylib             0x96d41259 _pthread_start + 345
    9   libSystem.B.dylib             0x96d410de thread_start + 34
    Thread 41:
    0   libSystem.B.dylib             0x96d13b42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x96d416f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x96d8a05f pthread_cond_wait + 48
    3   com.adobe.adobeswfl           0x3cdab1af APXGetHostAPI + 2599055
    4   com.adobe.adobeswfl           0x3cb44b0f APXGetHostAPI + 82415
    5   com.adobe.adobeswfl           0x3cdab29c APXGetHostAPI + 2599292
    6   com.adobe.adobeswfl           0x3cdab307 APXGetHostAPI + 2599399
    7   com.adobe.adobeswfl           0x3cdab426 APXGetHostAPI + 2599686
    8   libSystem.B.dylib             0x96d41259 _pthread_start + 345
    9   libSystem.B.dylib             0x96d410de thread_start + 34
    Thread 42:
    0   libSystem.B.dylib             0x96d13b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib             0x96d416e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib             0x96d705a8 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.adobeswfl           0x3cdab177 APXGetHostAPI + 2598999
    4   com.adobe.adobeswfl           0x3cdc60ee APXGetHostAPI + 2709454
    5   com.adobe.adobeswfl           0x3cdab29c APXGetHostAPI + 2599292
    6   com.adobe.adobeswfl           0x3cdab307 APXGetHostAPI + 2599399
    7   com.adobe.adobeswfl           0x3cdab426 APXGetHostAPI + 2599686
    8   libSystem.B.dylib             0x96d41259 _pthread_start + 345
    9   libSystem.B.dylib             0x96d410de thread_start + 34
    Thread 43:
    0   libSystem.B.dylib             0x96d13b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib             0x96d416e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib             0x96d705a8 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.adobeswfl           0x3cdab177 APXGetHostAPI + 2598999
    4   com.adobe.adobeswfl           0x3cf224b8 APXGetHostAPI + 4135832
    5   com.adobe.adobeswfl           0x3cdab29c APXGetHostAPI + 2599292
    6   com.adobe.adobeswfl           0x3cdab307 APXGetHostAPI + 2599399
    7   com.adobe.adobeswfl           0x3cdab426 APXGetHostAPI + 2599686
    8   libSystem.B.dylib             0x96d41259 _pthread_start + 345
    9   libSystem.B.dylib             0x96d410de thread_start + 34
    Thread 44:
    0   libSystem.B.dylib             0x96d510d6 recvfrom$UNIX2003 + 10
    1   libSystem.B.dylib             0x96d70eab recv$UNIX2003 + 54
    2   ServiceManager-Launcher.dylib 0x242476cf Invoke + 54887
    3   ServiceManager-Launcher.dylib 0x2424676e Invoke + 50950
    4   ServiceManager-Launcher.dylib 0x2424561f Invoke + 46519
    5   ServiceManager-Launcher.dylib 0x24245671 Invoke + 46601
    6   ServiceManager-Launcher.dylib 0x242456fb Invoke + 46739
    7   ServiceManager-Launcher.dylib 0x2423fafe Invoke + 23190
    8   ServiceManager-Launcher.dylib 0x2423fce7 Invoke + 23679
    9   ServiceManager-Launcher.dylib 0x242408c7 Invoke + 26719
    10  ServiceManager-Launcher.dylib 0x242409c5 Invoke + 26973
    11  ServiceManager-Launcher.dylib 0x24243db0 Invoke + 40264
    12  ServiceManager-Launcher.dylib 0x24244059 Invoke + 40945
    13  ServiceManager-Launcher.dylib 0x24244687 Invoke + 42527
    14  ServiceManager-Launcher.dylib 0x24244884 Invoke + 43036
    15  ServiceManager-Launcher.dylib 0x24236826 Login + 1654
    16  ServiceManager-Launcher.dylib 0x24237c71 Login + 6849
    17  ServiceManager-Launcher.dylib 0x24244df3 Invoke + 44427
    18  ServiceManager-Launcher.dylib 0x24247341 Invoke + 53977
    19  libSystem.B.dylib             0x96d41259 _pthread_start + 345
    20  libSystem.B.dylib             0x96d410de thread_start + 34
    Thread 45:
    0   libSystem.B.dylib             0x96d41aa2 __semwait_signal + 10
    1   libSystem.B.dylib             0x96d4175e _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x96d433f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore 0x9020321e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore 0x901eeb68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore 0x901ea533 MPWaitOnQueue + 250
    6   com.adobe.CameraRaw           0x3ee3db26 0x3ebef000 + 2419494
    7   com.adobe.CameraRaw           0x3ee3cd27 0x3ebef000 + 2415911
    8   ...ple.CoreServices.CarbonCore 0x901ce54a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib             0x96d41259 _pthread_start + 345
    10  libSystem.B.dylib             0x96d410de thread_start + 34
    Thread 46:
    0   libSystem.B.dylib             0x96d41aa2 __semwait_signal + 10
    1   libSystem.B.dylib             0x96d4175e _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x96d433f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore 0x9020321e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore 0x901eeb68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore 0x901ea533 MPWaitOnQueue + 250
    6   com.adobe.CameraRaw           0x3ee3db26 0x3ebef000 + 2419494
    7   com.adobe.CameraRaw           0x3ee3cd27 0x3ebef000 + 2415911
    8   ...ple.CoreServices.CarbonCore 0x901ce54a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib             0x96d41259 _pthread_start + 345
    10  libSystem.B.dylib             0x96d410de thread_start + 34
    Thread 47:
    0   libSystem.B.dylib             0x96d41aa2 __semwait_signal + 10
    1   libSystem.B.dylib             0x96d4175e _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x96d433f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore 0x9020321e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore 0x901eeb68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore 0x901ea533 MPWaitOnQueue + 250
    6   com.adobe.CameraRaw           0x3ee3db26 0x3ebef000 + 2419494
    7   com.adobe.CameraRaw           0x3ee3cd27 0x3ebef000 + 2415911
    8   ...ple.CoreServices.CarbonCore 0x901ce54a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib             0x96d41259 _pthread_start + 345
    10  libSystem.B.dylib             0x96d410de thread_start + 34
    Thread 48:
    0   libSystem.B.dylib             0x96d41aa2 __semwait_signal + 10
    1   libSystem.B.dylib             0x96d4175e _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x96d433f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore 0x9020321e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore 0x901eeb68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore 0x901ea533 MPWaitOnQueue + 250
    6   com.adobe.CameraRaw           0x3ee3db26 0x3ebef000 + 2419494
    7   com.adobe.CameraRaw           0x3ee3cd27 0x3ebef000 + 2415911
    8   ...ple.CoreServices.CarbonCore 0x901ce54a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib             0x96d41259 _pthread_start + 345
    10  libSystem.B.dylib             0x96d410de thread_start + 34
    Thread 49:
    0   libSystem.B.dylib             0x96d41aa2 __semwait_signal + 10
    1   libSystem.B.dylib             0x96d4175e _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x96d433f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore 0x9020321e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore 0x901eeb68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore 0x901ea533 MPWaitOnQueue + 250
    6   com.adobe.CameraRaw           0x3ee3db26 0x3ebef000 + 2419494
    7   com.adobe.CameraRaw           0x3ee3cd27 0x3ebef000 + 2415911
    8   ...ple.CoreServices.CarbonCore 0x901ce54a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib             0x96d41259 _pthread_start + 345
    10  libSystem.B.dylib             0x96d410de thread_start + 34
    Thread 50:
    0   libSystem.B.dylib             0x96d41aa2 __semwait_signal + 10
    1   libSystem.B.dylib             0x96d4175e _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x96d433f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore 0x9020321e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore 0x901eeb68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore 0x901ea533 MPWaitOnQueue + 250
    6   com.adobe.CameraRaw           0x3ee3db26 0x3ebef000 + 2419494
    7   com.adobe.CameraRaw           0x3ee3cd27 0x3ebef000 + 2415911
    8   ...ple.CoreServices.CarbonCore 0x901ce54a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib             0x96d41259 _pthread_start + 345
    10  libSystem.B.dylib             0x96d410de thread_start + 34
    Thread 51:
    0   libSystem.B.dylib             0x96d41aa2 __semwait_signal + 10
    1   libSystem.B.dylib             0x96d4175e _pthread_cond_wait + 1191
    2   libSystem.B.dylib             0x96d433f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore 0x9020321e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore 0x901eeb68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore 0x901ea533 MPWaitOnQueue + 250
    6   com.adobe.CameraRaw           0x3ee3db26 0x3ebef000 + 2419494
    7   com.adobe.CameraRaw           0x3ee3cd27 0x3ebef000 + 2415911
    8   ...ple.CoreServices.CarbonCore 0x901ce54a PrivateMPEntryPoint + 68
    9   libSys

    Hi Chris,
    Thanks for getting back to me on this. It's been very frustrating recently because I've got mad deadlines to meet. Sorry, I should have stuck a 'my' in the subject title! I know CS5 is powerful and relatively bug free.
    So the report I pated above was from the dialog box that pops up after the crash. Do you need more specific info about my video card? I've pated that info below.
    So what do you think, how do I start to fix this?
    ATI Radeon HD 5870:
      Chipset Model: ATI Radeon HD 5870
      Type: GPU
      Bus: PCIe
      Slot: Slot-1
      PCIe Lane Width: x16
      VRAM (Total): 1024 MB
      Vendor: ATI (0x1002)
      Device ID: 0x6898
      Revision ID: 0x0000
      ROM Revision: 113-C0780C-194
      EFI Driver Version: 01.00.436
      Displays:
    PA271W:
      Resolution: 2560 x 1440 @ 60 Hz
      Pixel Depth: 32-Bit Color (ARGB8888)
      Display Serial Number: 0X101760UB 
      Main Display: Yes
      Mirror: Off
      Online: Yes
      Rotation: Supported
    Display Connector:
      Status: No Display Connected
    Display Connector:
      Status: No Display Connected
    Cheers

  • Automator crashes in OS 10.6.8

    Running OS 10.6.8 on my late 2006, 13 in macbook2,1. Last few weeks have had multiple applications crash unexpectedly. Have verified and repaired disk permissions numerous times, verified hard drive a few times too. Took macbook to Genius Bar where they said may be because of RAM hungry applications but when they tested it said something wrong with the hard drive. Initially they talked about needing a new hard drive, then they decided to erase the HD and re-install the OS and I used Time Machine to restore applications and documents. I still had the same problems. Thinking some conflict with some application, I deleted the HD, re-installed the OS once again and this time did not restore from Time Machine. Same problem.
    Finally decided to go for the SSD that I have had my eye on for a long time. Replaced the HD with the SSD and wow, amazed with the rate apps open. However today which two days after installed new SSD, other random apps and Automator crashes unexpectedly. the 32 bit box in the information panel for Automator was unchecked. I have tried it with it checked and still no help.
    In the last 5 years I have never had any trouble with my macbook until now. All updates current. All firmware upto date.
    Below is the crash report and any help will be gratefully received. As can be seen from the report have already suffered 32 crashes in the last two days with new HD.
    Thank you.
    Process:         Automator [581]
    Path:            /Applications/Automator.app/Contents/MacOS/Automator
    Identifier:      com.apple.Automator
    Version:         2.1.1 (247.1)
    Build Info:      Automator-2470100~2
    Code Type:       X86 (Native)
    Parent Process:  launchd [97]
    PlugIn Path:       /Library/Automator/INTERNET-Website Popup.action/Contents/MacOS/Website Popup
    PlugIn Identifier: com.Automator.Website_Popup
    PlugIn Version:    1.0 (1.0)
    Date/Time:       2012-02-02 22:18:59.039 +0000
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          85310 sec
    Crashes Since Last Report:           36
    Per-App Interval Since Last Report:  1276 sec
    Per-App Crashes Since Last Report:   2
    Anonymous UUID:                      38D73DA1-439E-43C1-B0DF-D2DD0DBFB4BF
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000004
    Crashed Thread:  6  Dispatch queue: com.apple.root.default-priority
    Thread 0:  Dispatch queue: com.apple.main-thread
    0   com.apple.AppKit                        0x91a8e5fb -[NSTableView preparedCellAtColumn:row:] + 1392
    1   com.apple.AppKit                        0x91aa86bc -[NSTableView _drawContentsAtRow:column:withCellFrame:] + 56
    2   com.apple.AppKit                        0x91aa772a -[NSTableView drawRow:clipRect:] + 1131
    3   com.apple.AppKit                        0x91aa7162 -[NSTableView drawRowIndexes:clipRect:] + 360
    4   com.apple.AppKit                        0x91aa5b3b -[NSTableView drawRect:] + 1144
    5   com.apple.AppKit                        0x91a9b61e -[NSView _drawRect:clip:] + 3510
    6   com.apple.AppKit                        0x91a9a2bc -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1600
    7   com.apple.AppKit                        0x91a9a5f1 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2421
    8   com.apple.AppKit                        0x91a9a5f1 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2421
    9   com.apple.AppKit                        0x91a987db -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 711
    10  com.apple.AppKit                        0x91a99750 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4668
    11  com.apple.AppKit                        0x91a99750 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4668
    12  com.apple.AppKit                        0x91a99750 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4668
    13  com.apple.AppKit                        0x91a99750 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4668
    14  com.apple.AppKit                        0x91a99750 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4668
    15  com.apple.AppKit                        0x91a99750 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4668
    16  com.apple.AppKit                        0x91a99750 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4668
    17  com.apple.AppKit                        0x91a99750 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4668
    18  com.apple.AppKit                        0x91a99750 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4668
    19  com.apple.AppKit                        0x91a9834f -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 265
    20  com.apple.AppKit                        0x91a94c96 -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 3309
    21  com.apple.AppKit                        0x919f584b -[NSView displayIfNeeded] + 818
    22  com.apple.AppKit                        0x919beb64 -[NSWindow displayIfNeeded] + 204
    23  com.apple.AppKit                        0x919f007e _handleWindowNeedsDisplay + 696
    24  com.apple.Foundation                    0x93d82484 __NSFireTimer + 141
    25  com.apple.CoreFoundation                0x9503da3b __CFRunLoopRun + 8059
    26  com.apple.CoreFoundation                0x9503b3c4 CFRunLoopRunSpecific + 452
    27  com.apple.CoreFoundation                0x9503b1f1 CFRunLoopRunInMode + 97
    28  com.apple.HIToolbox                     0x93257e04 RunCurrentEventLoopInMode + 392
    29  com.apple.HIToolbox                     0x93257bb9 ReceiveNextEventCommon + 354
    30  com.apple.HIToolbox                     0x93257a3e BlockUntilNextEventMatchingListInMode + 81
    31  com.apple.AppKit                        0x919c6595 _DPSNextEvent + 847
    32  com.apple.AppKit                        0x919c5dd6 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    33  com.apple.AppKit                        0x919881f3 -[NSApplication run] + 821
    34  com.apple.AppKit                        0x91980289 NSApplicationMain + 574
    35  com.apple.Automator                     0x0000268b main + 187
    36  com.apple.Automator                     0x000025c5 start + 53
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x93070382 kevent + 10
    1   libSystem.B.dylib                       0x93070a9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                       0x9306ff59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                       0x9306fcfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                       0x9306f781 _pthread_wqthread + 390
    5   libSystem.B.dylib                       0x9306f5c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                       0x9306f412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x9306f9a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x9306f5c6 start_wqthread + 30
    Thread 3:
    0   libSystem.B.dylib                       0x9306f412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x9306f9a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x9306f5c6 start_wqthread + 30
    Thread 4:  Dispatch queue: com.apple.CFURLCACHE_work_queue
    0   libSystem.B.dylib                       0x9307eb26 fsync$UNIX2003 + 10
    1   libsqlite3.dylib                        0x952d4f3c unixSync + 76
    2   libsqlite3.dylib                        0x952d8123 syncJournal + 611
    3   libsqlite3.dylib                        0x952ed019 sqlite3PagerCommitPhaseOne + 1337
    4   libsqlite3.dylib                        0x952ed8af sqlite3BtreeCommitPhaseOne + 607
    5   libsqlite3.dylib                        0x95322962 sqlite3VdbeHalt + 3394
    6   libsqlite3.dylib                        0x9535bde8 sqlite3VdbeExec + 12184
    7   libsqlite3.dylib                        0x95365867 sqlite3_step + 1639
    8   libsqlite3.dylib                        0x95366378 sqlite3_exec + 312
    9   com.apple.CFNetwork                     0x98e7217d __CFURLCache::CreateTablesAndIndexes(sqlite3*) + 427
    10  com.apple.CFNetwork                     0x98e7392e __CFURLCache::RecreateEmptyPersistentStoreOnDiskAndOpen_NoLock() + 188
    11  com.apple.CFNetwork                     0x98e73a3e __CFURLCache::RecreateEmptyPersistentStoreOnDiskAndOpen() + 56
    12  com.apple.CFNetwork                     0x98e23ff1 __CFURLCache::OpenDatabase() + 201
    13  com.apple.CFNetwork                     0x98e239fb ProcessCacheTasks(__CFURLCache*) + 629
    14  com.apple.CFNetwork                     0x98e23226 _CFURLCacheTimerCallback(void*) + 403
    15  libSystem.B.dylib                       0x9307da24 _dispatch_call_block_and_release + 16
    16  libSystem.B.dylib                       0x9307048c _dispatch_queue_drain + 249
    17  libSystem.B.dylib                       0x9306fee8 _dispatch_queue_invoke + 50
    18  libSystem.B.dylib                       0x9306fcfe _dispatch_worker_thread2 + 240
    19  libSystem.B.dylib                       0x9306f781 _pthread_wqthread + 390
    20  libSystem.B.dylib                       0x9306f5c6 start_wqthread + 30
    Thread 5:
    0   libSystem.B.dylib                       0x93077aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x930a39c5 nanosleep$UNIX2003 + 188
    2   libSystem.B.dylib                       0x930a3903 usleep$UNIX2003 + 61
    3   com.apple.AppKit                        0x91b2fe2d -[NSUIHeartBeat _heartBeatThread:] + 2039
    4   com.apple.Foundation                    0x93d544c4 -[NSThread main] + 45
    5   com.apple.Foundation                    0x93d54474 __NSThread__main__ + 1499
    6   libSystem.B.dylib                       0x93077259 _pthread_start + 345
    7   libSystem.B.dylib                       0x930770de thread_start + 34
    Thread 6 Crashed:  Dispatch queue: com.apple.root.default-priority
    0   com.apple.WebCore                       0x9767ec68 WebCore::TimerBase::heapDecreaseKey() + 24
    1   com.apple.WebCore                       0x969d6806 WebCore::TimerBase::setNextFireTime(double) + 470
    2   com.apple.WebCore                       0x969e966b WebCore::TimerBase::stop() + 27
    3   com.apple.WebCore                       0x96a6ef1d WebCore::FrameView::layout(bool) + 109
    4   com.apple.WebKit                        0x968adaa4 -[WebHTMLView layoutToMinimumPageWidth:height:maximumPageWidth:adjustingViewSize:] + 308
    5   com.apple.WebKit                        0x968ad968 -[WebHTMLView layout] + 56
    6   com.apple.WebKit                        0x968a5dfe -[WebDynamicScrollBarsView(WebInternal) updateScrollers] + 1054
    7   com.apple.WebKit                        0x968a59bc -[WebDynamicScrollBarsView(WebInternal) reflectScrolledClipView:] + 220
    8   com.apple.AppKit                        0x919eb931 -[NSClipView _selfBoundsChanged] + 740
    9   com.apple.AppKit                        0x91a34547 -[NSClipView setFrameSize:] + 208
    10  com.apple.AppKit                        0x919a2331 -[NSView setFrame:] + 284
    11  com.apple.AppKit                        0x91a52c04 -[NSScrollView _applyContentAreaLayout:] + 132
    12  com.apple.AppKit                        0x91a51e53 -[NSScrollView tile] + 1879
    13  com.apple.WebKit                        0x968a25e9 -[WebDynamicScrollBarsView(WebInternal) tile] + 57
    14  com.apple.AppKit                        0x91a516ed -[NSScrollView _tileWithoutRecursing] + 46
    15  com.apple.AppKit                        0x91a5ba0b -[NSScrollView _update] + 39
    16  com.apple.AppKit                        0x919a2886 -[NSView setFrameSize:] + 713
    17  com.apple.AppKit                        0x919e916b -[NSScrollView setFrameSize:] + 1097
    18  com.apple.AppKit                        0x919a2331 -[NSView setFrame:] + 284
    19  com.apple.AppKit                        0x91a327df -[NSView resizeWithOldSuperviewSize:] + 414
    20  com.apple.AppKit                        0x919a8418 -[NSView resizeSubviewsWithOldSize:] + 177
    21  com.apple.AppKit                        0x919a2886 -[NSView setFrameSize:] + 713
    22  com.apple.WebKit                        0x968c01ed -[WebFrameView setFrameSize:] + 141
    23  com.apple.AppKit                        0x919a2331 -[NSView setFrame:] + 284
    24  com.apple.AppKit                        0x91a327df -[NSView resizeWithOldSuperviewSize:] + 414
    25  com.apple.AppKit                        0x919a8418 -[NSView resizeSubviewsWithOldSize:] + 177
    26  com.apple.AppKit                        0x919a2886 -[NSView setFrameSize:] + 713
    27  com.apple.WebKit                        0x968c7bc3 -[WebView(WebPrivate) setFrameSize:] + 83
    28  com.apple.AppKit                        0x919a2331 -[NSView setFrame:] + 284
    29  com.apple.AppKit                        0x91a327df -[NSView resizeWithOldSuperviewSize:] + 414
    30  com.apple.AppKit                        0x919a8418 -[NSView resizeSubviewsWithOldSize:] + 177
    31  com.apple.AppKit                        0x919a2886 -[NSView setFrameSize:] + 713
    32  com.apple.AppKit                        0x919a6851 -[NSWindow _oldPlaceWindow:] + 1638
    33  com.apple.AppKit                        0x919a5a10 -[NSWindow _setFrameCommon:display:stashSize:] + 1790
    34  com.apple.AppKit                        0x919a530b -[NSWindow setFrame:display:] + 78
    35  com.apple.AppKit                        0x920142bc -[NSWindow setContentSize:] + 225
    36  com.Automator.Website_Popup             0x15bee3ec -[WPWindowController windowDidLoad] + 86
    37  com.apple.AppKit                        0x91a1bf23 -[NSWindowController _windowDidLoad] + 525
    38  com.apple.AppKit                        0x919a9f44 -[NSWindowController window] + 123
    39  com.apple.AppKit                        0x91c0edbc -[NSWindowController showWindow:] + 36
    40  com.Automator.Website_Popup             0x15bee2a3 -[WPWindowController go] + 38
    41  com.apple.AutomatorFramework            0x00071a3b -[AMAction runWithInput:loopParent:] + 603
    42  com.apple.AutomatorFramework            0x00070e5f -[AMWorkflowRunner runAction:withInput:loopParent:] + 1407
    43  com.apple.AutomatorFramework            0x000c6068 -[AMWorkflowRunner runAction:] + 72
    44  com.apple.AutomatorFramework            0x0013261d -[AMRunActionOperation main] + 109
    45  com.apple.AutomatorFramework            0x0013289b -[AMRunActionAsyncOperation am_main] + 107
    46  com.apple.AutomatorFramework            0x0013281f -[AMRunActionAsyncOperation start] + 255
    47  com.apple.Foundation                    0x93e6c0bb ____NSOQSchedule_block_invoke_2 + 119
    48  libSystem.B.dylib                       0x9307da24 _dispatch_call_block_and_release + 16
    49  libSystem.B.dylib                       0x9306fcf2 _dispatch_worker_thread2 + 228
    50  libSystem.B.dylib                       0x9306f781 _pthread_wqthread + 390
    51  libSystem.B.dylib                       0x9306f5c6 start_wqthread + 30
    Thread 7:  WebCore: LocalStorage
    0   libSystem.B.dylib                       0x93077aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9307775e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x930793f8 pthread_cond_wait$UNIX2003 + 73
    3   com.apple.JavaScriptCore                0x96009551 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    4   libSystem.B.dylib                       0x93077259 _pthread_start + 345
    5   libSystem.B.dylib                       0x930770de thread_start + 34
    Thread 6 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x969d6644  ecx: 0x00000008  edx: 0x1627a0f8
      edi: 0x00000001  esi: 0x00000001  ebp: 0xb0312a48  esp: 0xb0312a20
       ss: 0x0000001f  efl: 0x00010286  eip: 0x9767ec68   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x0000001f   gs: 0x00000037
      cr2: 0x00000004
    Binary Images:
        0x1000 -    0x2eff7  com.apple.Automator 2.1.1 (247.1) <8959B750-88A9-A4F3-B645-598AFA74F4C8> /Applications/Automator.app/Contents/MacOS/Automator
       0x43000 -   0x1a4ff3  com.apple.AutomatorFramework 1.2.2 (247.1) <D376C547-E1E9-8EF2-3533-C9DB652846FD> /System/Library/Frameworks/Automator.framework/Versions/A/Automator
      0x24e000 -   0x28aff7  com.apple.OSAKit 1.2.1 (76) <1D4D69CA-EABA-F514-A488-EB0F1E1BB96E> /System/Library/Frameworks/OSAKit.framework/Versions/A/OSAKit
      0x2ae000 -   0x2f4ff7  com.apple.AppleScriptKit 1.5.1 (82.1) <CFCB7516-7CF2-9AB0-4B11-4A3768BCC536> /System/Library/Frameworks/AppleScriptKit.framework/Versions/A/AppleScriptKit
      0x337000 -   0x344ffb  com.apple.AppleScriptObjC 1.0.2 (???) <89FB9BCB-C2DF-1854-E468-3FE9A93189AD> /System/Library/Frameworks/AppleScriptObjC.framework/Versions/A/AppleScriptObjC
      0x34d000 -   0x359fe7  libexslt.0.dylib 9.13.0 (compatibility 9.0.0) <AC82059F-7F88-6399-9323-57553E2ECDA9> /usr/lib/libexslt.0.dylib
      0x76d000 -   0x76dff7  com.apple.Automator.FindItems 1.0 (1.0) <07208622-AE12-E81C-1DC3-A8C4DB3F0DC3> /System/Library/Automator/Find Items.action/Contents/MacOS/Find Items
      0x772000 -   0x772ff7  com.apple.Automator.FilterItems 1.0 (1.0) <8968066E-9AA0-B2CB-0E13-ECC11BE52A93> /System/Library/Automator/Filter Items.action/Contents/MacOS/Filter Items
      0x776000 -   0x776ff7  com.apple.Automator.GetSelectedItems 1.0 (1.0) <205584FB-D784-D0FF-0935-382F61C389E1> /System/Library/Automator/Get Selected Items.action/Contents/MacOS/Get Selected Items
    0x15aea000 - 0x15aeaff7  com.apple.applescript.component 2.1.2 (2.1.2) <C753B747-FBB7-EF99-32C9-133CA88FD5C4> /System/Library/Components/AppleScript.component/Contents/MacOS/AppleScript
    0x15aee000 - 0x15b86fff  com.apple.applescript 2.1.2 (2.1.2) <E4A816FB-C4A5-DE64-963B-3DCF031124CF> /System/Library/PrivateFrameworks/AppleScript.framework/Versions/A/AppleScript
    0x15be5000 - 0x15be5ff7  com.apple.Automator.URLList 1.1 (1.1) <DE25AC61-48EE-8D38-8324-FEB2A163484D> /System/Library/Automator/Get Specified URLs.action/Contents/MacOS/Get Specified URLs
    0x15bec000 - 0x15befff7 +com.Automator.Website_Popup 1.0 (1.0) <EA44085B-B638-4E2D-1762-B36A6EA7136D> /Library/Automator/INTERNET-Website Popup.action/Contents/MacOS/Website Popup
    0x15c1e000 - 0x15c22ff3  com.apple.audio.AudioIPCPlugIn 1.1.6 (1.1.6) <E9CB576C-283B-1DB2-0C69-E7C914BD7922> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x160eb000 - 0x160f1ff7  com.apple.audio.AppleHDAHALPlugIn 2.0.5 (2.0.5f14) <38E3C1A4-84E4-C105-B55F-8FC4C154036D> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x70000000 - 0x700cbfff  com.apple.audio.units.Components 1.6.5 (1.6.5) <E50D0989-0609-EAF7-3B3B-B10D7847BAA5> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe4163b  dyld 132.1 (???) <4CDE4F04-0DD6-224E-ACE5-3C06E169A801> /usr/lib/dyld
    0x900b4000 - 0x900f4fe7  com.apple.DAVKit 4.0.3 (732.2) <EF9AA2D1-718F-40BE-4DB7-E62A767801AF> /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit
    0x900f5000 - 0x900f5ff7  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
    0x900f6000 - 0x90120ff7  com.apple.shortcut 1.1 (1.1) <B0514FA9-7CAE-AD94-93CA-7B2A2C5F7B8A> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x90121000 - 0x90121ff7  com.apple.Carbon 150 (152) <8F767518-AD3C-5CA0-7613-674CD2B509C4> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x90122000 - 0x90202fe7  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
    0x90203000 - 0x90211fe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <33C1B260-ED05-945D-FC33-EF56EC791E2E> /usr/lib/libz.1.dylib
    0x903f1000 - 0x90431ff3  com.apple.securityinterface 4.0.1 (40418) <FED0C1B5-469E-ADFF-308E-C10B6A68AE45> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x90432000 - 0x904a1ff7  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
    0x904a2000 - 0x9051cfff  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <156A532C-0B60-55B0-EE27-D02B82AA6217> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9051d000 - 0x90527ffb  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
    0x90528000 - 0x906aafe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <D5980817-6D19-9636-51C3-E82BAE26776B> /usr/lib/libicucore.A.dylib
    0x906ab000 - 0x90753ffb  com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x90754000 - 0x90770fe3  com.apple.openscripting 1.3.1 (???) <2A748037-D1C0-6D47-2C4A-0562AF799AC9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x90771000 - 0x907aeff7  com.apple.CoreMedia 0.484.60 (484.60) <8FAB137D-682C-6DEC-5A15-F0029A5B226F> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x907af000 - 0x907c1ff7  com.apple.syncservices.syncservicesui 5.2 (578.3) <2E6EA5E4-EAEE-EF00-A565-0F9513AF9E27> /System/Library/PrivateFrameworks/SyncServicesUI.framework/Versions/A/SyncServi cesUI
    0x907c2000 - 0x9081fff7  com.apple.framework.IOKit 2.0 (???) <3DABAB9C-4949-F441-B077-0498F8E47A35> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90820000 - 0x90863ff7  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
    0x90864000 - 0x908a9ff7  com.apple.ImageCaptureCore 1.1 (1.1) <F54F284F-0B81-0AFA-CE47-FF797A6E05B0> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x908aa000 - 0x9090effb  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
    0x9090f000 - 0x90962ff7  com.apple.HIServices 1.8.3 (???) <1D3C4587-6318-C339-BD0F-1988F246BE2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x90a6a000 - 0x90d8aff3  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
    0x90d8b000 - 0x90d90ff7  com.apple.AOSNotification 1.2.0 (124) <3CDBCEB8-1078-7152-10CE-001B772AF04F> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x90d91000 - 0x90debfe7  com.apple.CorePDF 1.4 (1.4) <78A1DDE1-1609-223C-A532-D282DC5E0CD0> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x90dec000 - 0x90df0ff7  libGFXShared.dylib ??? (???) <801B2C2C-1692-475A-BAD6-99F85B6E7C25> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x90ef9000 - 0x90efaff7  libScreenReader.dylib ??? (???) <E559E38F-FB36-C1C4-B915-D3A4E4354921> /usr/lib/libScreenReader.dylib
    0x90fa5000 - 0x90fdefe7  com.apple.bom 10.0 (164) <CC61CCD7-F76C-45DD-6666-C0E0D07C7343> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x90fe6000 - 0x91066feb  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
    0x910da000 - 0x91114fe7  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <C62A7753-99A2-6782-92E7-6628A6190A90> /usr/lib/libssl.0.9.8.dylib
    0x9114e000 - 0x91206feb  libFontParser.dylib ??? (???) <D57D3834-9395-FD58-092A-49B3708E8C89> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x912cb000 - 0x912feff7  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
    0x91304000 - 0x9130cff7  com.apple.DisplayServicesFW 2.3.3 (289) <828084B0-9197-14DD-F66A-D634250A212E> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x9130d000 - 0x91353ff7  libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
    0x9137e000 - 0x916e9ff7  com.apple.QuartzCore 1.6.3 (227.37) <E323A5CC-499E-CA9E-9BC3-537231449CAA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x916ea000 - 0x91712ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <315D97C2-4E1F-A95F-A759-4A3FA5639E75> /usr/lib/libxslt.1.dylib
    0x91713000 - 0x91855ff7  com.apple.syncservices 5.2 (578.3) <17A876CF-DAB1-1A88-6811-64AF8BFDE508> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x91856000 - 0x91868ff7  com.apple.MultitouchSupport.framework 207.11 (207.11) <6FF4F2D6-B8CD-AE13-56CB-17437EE5B741> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x91869000 - 0x91869ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9186a000 - 0x91917fe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <9F8413A6-736D-37D9-8EB3-7986D4699957> /usr/lib/libobjc.A.dylib
    0x9197e000 - 0x92261ff7  com.apple.AppKit 6.6.8 (1038.36) <A353465E-CFC9-CB75-949D-786F6F7732F6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x92262000 - 0x92295fff  libTrueTypeScaler.dylib ??? (???) <0F04DAC3-829A-FA1B-E9D0-1E9505713C5C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x922b5000 - 0x922beff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x922bf000 - 0x922c3ff7  libGIF.dylib ??? (???) <2123645B-AC89-C4E2-8757-85834CAE3DD2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x92979000 - 0x92a11fe7  edu.mit.Kerberos 6.5.11 (6.5.11) <F36DB665-A88B-7F5B-6244-6A2E7FFFF668> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x92a12000 - 0x92a18fff  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
    0x92a45000 - 0x92a80fe7  com.apple.DebugSymbols 1.1 (70) <05013716-CFCF-801E-5535-D0643869BDCD> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x92a91000 - 0x92a97fe7  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
    0x92b77000 - 0x92b9bff7  libJPEG.dylib ??? (???) <EA97DEC5-6E16-B51C-BF55-F6E8D23526AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x92b9c000 - 0x92becff7  com.apple.framework.familycontrols 2.0.2 (2020) <596ADD85-79F5-A613-537B-F83B6E19013C> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x92bed000 - 0x92bedff7  com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x92c32000 - 0x93048ff7  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
    0x93049000 - 0x931f0ff7  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    0x931f1000 - 0x93222ff7  libGLImage.dylib ??? (???) <0EE86397-A867-0BBA-E5B1-B800E43FC5CF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x93223000 - 0x93547fef  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
    0x93548000 - 0x93560ff7  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
    0x93561000 - 0x93a1cff7  com.apple.VideoToolbox 0.484.60 (484.60) <B53299EC-E30F-EC04-779D-29B7113CC14A> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x93d3e000 - 0x93faffef  com.apple.Foundation 6.6.8 (751.63) <69B3441C-B196-F2AD-07F8-D8DD24E4CD8C> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x93fb0000 - 0x93fb7ff7  com.apple.aps.framework 1.2 (1.2) <79AFAF6A-319E-C55D-92D8-69284EC663E5> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
    0x93fb8000 - 0x94022fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x94023000 - 0x9409aff3  com.apple.backup.framework 1.2.2 (1.2.2) <D65F2FCA-15EB-C200-A08F-7DC4089DA6A2> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x9409b000 - 0x94300feb  com.apple.security 6.1.2 (55002) <7F00A51B-F22A-0EBC-A321-923472D686BD> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x94301000 - 0x94359fe7  com.apple.datadetectorscore 2.0 (80.7) <ADDE04FB-90A7-2132-75AF-C6B19DD0D97E> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x9435a000 - 0x943c8ff7  com.apple.QuickLookUIFramework 2.3 (327.6) <74706A08-5399-24FE-00B2-4A702A6B83C1> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x943c9000 - 0x94438ff7  com.apple.ISSupport 1.9.7 (55) <77905553-740D-90E8-6B2E-ABF5B3D40CBF> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x94a99000 - 0x94ae0ffb  com.apple.CoreMediaIOServices 140.0 (1496) <DA152F1C-8EF4-4F5E-6D60-82B1DC72EF47> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x94ae1000 - 0x94b7cfe7  com.apple.ApplicationServices.ATS 275.19 (???) <9FA31967-CF14-B033-EB8D-570561D12A13> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x94b7d000 - 0x94b88ff7  com.apple.NSServerNotificationCenter 3.0 (3.0) <0803C7DC-A7C5-03D5-4C84-4D4097542BE0> /System/Library/Frameworks/ServerNotification.framework/Versions/A/ServerNotifi cation
    0x94b89000 - 0x94c95ff7  libGLProgrammability.dylib ??? (???) <04D7E5C3-B0C3-054B-DF49-3B333DCDEE22> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x94c96000 - 0x94ca1ff7  libGL.dylib ??? (???) <3E34468F-E9A7-8EFB-FF66-5204BD5B4E21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x94ca2000 - 0x94caeff7  libkxld.dylib ??? (???) <9A441C48-2D18-E716-5F38-CBEAE6A0BB3E> /usr/lib/system/libkxld.dylib
    0x94caf000 - 0x94cd5ffb  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
    0x94ce0000 - 0x94cf5fff  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
    0x94cf6000 - 0x94d01ff7  com.apple.CrashReporterSupport 10.6.7 (258) <8F3E7415-1FFF-0C20-2EAB-6A23B9728728> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x94d02000 - 0x94d0cff7  com.apple.HelpData 2.0.5 (34.1.1) <A9CF754F-B254-5D40-B8B5-F35414DFD875> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x94d0d000 - 0x94e3bfe7  com.apple.CoreData 102.1 (251) <87FE6861-F2D6-773D-ED45-345272E56463> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x94e3c000 - 0x94ffefeb  com.apple.ImageIO.framework 3.0.4 (3.0.4) <027F55DF-7E4E-2310-1536-3F470CB8847B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x94fff000 - 0x9517afe7  com.apple.CoreFoundation 6.6.6 (550.44) <F88C95CD-1264-782D-A1F5-204739847E93> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9517b000 - 0x95185fe7  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
    0x95264000 - 0x9528bff7  com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x952c5000 - 0x952cfff7  com.apple.dotMacLegacy 3.2 (266) <6F2588BA-E801-1664-E60C-5BEC2AF924D0> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x952d0000 - 0x95389fe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
    0x9538a000 - 0x95397fe7  libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <828CCEAB-F193-90F1-F48C-54E3C88B29BC> /usr/lib/libbz2.1.0.dylib
    0x95398000 - 0x953d0ff7  com.apple.LDAPFramework 2.0 (120.1) <131ED804-DD88-D84F-13F8-D48E0012B96F> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x95404000 - 0x95426fef  com.apple.DirectoryService.Framework 3.6 (621.12) <A4A47C88-138C-A237-88A5-877E5CAB4494> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x95427000 - 0x95429fe7  com.apple.ExceptionHandling 1.5 (10) <21F37A49-E63B-121E-D406-1BBC94BEC762> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x954cb000 - 0x95900ff7  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
    0x95901000 - 0x95903ff7  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
    0x95904000 - 0x95907fe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x95a04000 - 0x95a48fe7  com.apple.Metadata 10.6.3 (507.15) <460BEF23-B89F-6F4C-4940-45556C0671B5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x95a49000 - 0x95a49ff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x95bf3000 - 0x95bf9ff7  libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <6EE825E7-CBA5-2AD2-0336-244D45A1A834> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x95bfa000 - 0x95c7cffb  SecurityFoundation ??? (???) <C4506287-1AE2-5380-675D-95B0291AA425> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x95c7d000 - 0x95c9afe7  com.apple.DotMacSyncManager 2.0.3 (446.9) <CFC4888B-BDAE-C977-804B-76ABFA8B489F> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x95c9b000 - 0x95d9cfe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <C75F921C-F027-6372-A0A1-EDB8A6234331> /usr/lib/libxml2.2.dylib
    0x95d9d000 - 0x95deaff7  com.apple.ExchangeWebServices 1.3 (61) <B3705083-4186-5A27-6003-58E7264CAA3E> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
    0x95deb000 - 0x95f18ffb  com.apple.MediaToolbox 0.484.60 (484.60) <A7FE2739-64A7-40EB-A6E7-69FBCE3C87D4> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x95f19000 - 0x95f1cffb  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
    0x95f1d000 - 0x95f28ff7  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
    0x95f29000 - 0x95f37ff7  com.apple.opengl 1.6.13 (1.6.13) <025A905D-C1A3-B24A-1585-37C328D77148> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x95f38000 - 0x95f7bff7  libGLU.dylib ??? (???) <FB26DD53-03F4-A7D7-8804-EBC5B3B37FA3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x95f7c000 - 0x95f83ff7  com.apple.KerberosHelper 2.1 (1.0) <E29B37C3-467E-ACCB-3C72-FA3CC5C4030D> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x95f84000 - 0x95ffdff7  com.apple.PDFKit 2.5.1 (2.5.1) <A068BF37-03E0-A231-2791-561C60C3ED2B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x95ffe000 - 0x96248fef  com.apple.JavaScriptCore 6534.52 (6534.52.7) <AF71FCC7-B8BF-2DA6-C538-6B7C47F95B2D> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x96249000 - 0x962dbfe7  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
    0x962dc000 - 0x963defe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <015563C4-81E2-8C8A-82AC-31B38D904A42> /usr/lib/libcrypto.0.9.8.dylib
    0x963df000 - 0x963e0ff7  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x963e1000 - 0x963e5ff7  IOSurface ??? (???) <89D859B7-A26A-A5AB-8401-FC1E01AC7A60> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x963e6000 - 0x963f3ff7  com.apple.AppleFSCompression 24.4 (1.0) <09E7FA6D-4BE8-5CA6-732F-D70EDF0E3910> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x963f4000 - 0x96401ff7  com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x96420000 - 0x96441fe7  com.apple.opencl 12.3.6 (12.3.6) <B4104B80-1CB3-191C-AFD3-697843C6BCFF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x96442000 - 0x964bfff7  com.apple.iLifeMediaBrowser 2.5.5 (468.2.2) <459C8983-EAC4-7067-3355-5299D111D339> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x964c0000 - 0x964d0ff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x964fb000 - 0x964fcff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <838E1760-F7D9-3239-B3A8-20E25EFD1379> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x964fd000 - 0x96640fef  com.apple.QTKit 7.7 (1787) <3B47A1A0-7AB5-C1C9-42DE-5993D1012D47> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x96663000 - 0x96663ff7  com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x96664000 - 0x96664ffb  libffi.dylib ??? (???) <58985323-6EC6-9AD2-B9F0-8787C0B2791C> /usr/lib/libffi.dylib
    0x96665000 - 0x96666ff7  com.apple.TrustEvaluationAgent 1.1 (1) <2D970A9B-77E8-EDC0-BEC6-7580D78B2843> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x96667000 - 0x96892ff3  com.apple.QuartzComposer 4.2 ({156.30}) <2C88F8C3-7181-6B1D-B278-E0EE3F33A2AF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x96893000 - 0x96893ff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x96894000 - 0x969bafe7  com.apple.WebKit 6534.52 (6534.52.7) <A2FC4307-01BE-DC9E-82FE-68B13F3839A9> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x969bb000 - 0x97723fe7  com.apple.WebCore 6534.52 (6534.52.11) <28DB69F5-ACE5-2A67-4DC1-39EED479B56B> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x97724000 - 0x97734ff7  com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x97776000 - 0x97779ff7  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
    0x977af000 - 0x97810fe7  com.apple.CoreText 151.10 (???) <5C2DEFBE-D54B-4DC7-D456-9ED02880BE98> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x97811000 - 0x97822ff7  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
    0x97823000 - 0x97828ff7  com.apple.OpenDirectory 10.6 (10.6) <0603680A-A002-D294-DE83-0D028C6BE884> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x97829000 - 0x97903fff  com.apple.DesktopServices 1.5.11 (1.5.11) <800F2040-9211-81A7-B438-7712BF51DEE3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x97a01000 - 0x97a3bff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <6875335E-0993-0D77-4E80-41763A8477CF> /usr/lib/libcups.2.dylib
    0x97a3c000 - 0x97a7aff7  com.apple.QuickLookFramework 2.3 (327.6) <66955C29-0C99-D02C-DB18-4952AFB4E886> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x97a7b000 - 0x97b7dfef  com.apple.MeshKitIO 1.1 (49.2) <D0401AC5-1F92-2BBB-EBAB-58EDD3BA61B9> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x97b7e000 - 0x97b99ff7  libPng.dylib ??? (???) <25DF2360-BFD3-0165-51AC-0BDAF7899DEC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x97b9a000 - 0x97b9aff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x97b9b000 - 0x97bf1ff7  com.apple.MeshKitRuntime 1.1 (49.2) <CB9F38B1-E107-EA62-EDFF-02EE79F6D1A5> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x97bf2000 - 0x97c42ff7  com.apple.Symbolication 1.1 (67) <E0C94D8B-4F12-49E6-BAA5-3B00441A047B> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x97c43000 - 0x97c46ff7  libCoreVMClient.dylib ??? (???) <F58BDFC1-7408-53C8-0B08-48BA2F25CA43> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x97c4c000 - 0x97c99feb  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <00A1A83B-0E7D-D0F4-A643-8C5675C2BB21> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x97cbc000 - 0x97e98fe7  com.apple.CalendarStore 4.0.4 (997.7) <F0077132-B7E4-A612-7D76-46EB1DE9C80E> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x97e99000 - 0x97eb9fe7  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <BF7FF2F6-5FD3-D78F-77BC-9E2CB2A5E309> /usr/lib/libresolv.9.dylib
    0x97eba000 - 0x97ef7ff7  com.apple.SystemConfiguration 1.10.8 (1.10.2) <50E4D49B-4F61-446F-1C21-1B2BA814713D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x97ef8000 - 0x97f0cfe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x97f0d000 - 0x97f0dff7  com.apple.quartzframework 1.5 (1.5) <4EE8095D-5E47-1EB6-3A8A-6ECE3BEC8647> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x97f0e000 - 0x97f49feb  libFontRegistry.dylib ??? (???) <AD45365E-A3EA-62B8-A288-1E13DBA22B1B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x97f4a000 - 0x98015fef  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
    0x98016000 - 0x980c4ff3  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
    0x980c5000 - 0x98109ff3  com.apple.coreui 2 (114) <2234855E-3BED-717F-0BFA-D1A289ECDBDA> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9810a000 - 0x9810cff7  libRadiance.dylib ??? (???) <5920EB69-8D7F-5EFD-70AD-590FCB5C9E6C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x9810d000 - 0x9824afe7  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <2D31CC6F-32CC-72FF-34EC-AB40CEE496A7> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9824b000 - 0x9842dfff  com.apple.imageKit 2.0.3 (1.0) <6E557757-26F7-7941-8AE7-046EC1871F50> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x9842e000 - 0x984a9fff  com.apple.AppleVAFramework 4.10.27 (4.10.27) <BFD2D1CA-535C-F16F-0EB5-04905ABD65CF> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x984aa000 - 0x984ebff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <80998F66-0AD7-AD12-B9AF-3E8D2CE6DE05> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x984ec000 - 0x98534fff  com.apple.iCalendar 1.0.3 (54) <65B75654-CBFE-BDE7-E914-84683881B408> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
    0x98673000 - 0x9867aff3  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
    0x9867b000 - 0x98693ff3  com.apple.ScriptingBridge 1.1.2 (???) <A3FA73CC-0628-49E3-23AC-768BFA1C7DBE> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
    0x98694000 - 0x98702ff7  com.apple.WhitePagesFramework 10.6.0 (140.0) <132A7CF8-D073-0F35-E9A4-777E5EBAC1EE> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x98703000 - 0x98722ff7  com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x98723000 - 0x98759fff  libtidy.A.dylib ??? (???) <0FD72C68-4803-4C5B-3A63-05D7394BFD71> /usr/lib/libtidy.A.dylib
    0x9875a000 - 0x98816fff  com.apple.ColorSync 4.6.6 (4.6.6) <7CD8B191-039A-02C3-EA5E-4194EC59995B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x98817000 - 0x98859ff7  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
    0x9885d000 - 0x98b57fef  com.apple.QuickTime 7.6.6 (1787) <AC48EAD9-7201-7CE6-C826-41B12963FECF> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x98b58000 - 0x98b6cffb  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
    0x98b6d000 - 0x98d74feb  com.apple.AddressBook.framework 5.0.4 (883) <E26855A0-8CEF-8C81-F963-A2BF9E47F5C8> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x98d75000 - 0x98e12fe3  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
    0x98e1f000 - 0x98ecbfe7  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
    0x98ecc000 - 0x98f40fef  com.apple.CoreSymbolication 2.0 (23) <8A04EA5F-83F8-5E15-B2E0-8A727C9C4E8B> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x98f41000 - 0x98f8afe7  libTIFF.dylib ??? (???) <579DC328-567D-A74C-4BCE-1D1C729E3F6D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x98f9e000 - 0x9978d557  com.apple.CoreGraphics 1.545.0 (???) <1D9DC7A5-228B-42CB-7018-66F42C3A9BB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9a6e4000 - 0x9a714ff7  com.apple.MeshKit 1.1 (49.2) <5A74D1A4-4B97-FE39-4F4D-E0B80F0ADD87> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x9a715000 - 0x9ab66fef  com.apple.RawCamera.bundle 3.7.1 (570) <AF94D180-5E0F-10DF-0CB2-FD8EDB110FA2> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    Model: MacBook2,1, BootROM MB21.00A5.B07, 2 processors, Intel Core 2 Duo, 2 GHz, 2 GB, SMC 1.13f3
    Graphics: Intel GMA 950, GMA 950, Built-In, spdisplays_integrated_vram
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x87), Atheros 5416: 2.1.14.6
    Bluetooth: Version 2.4.5f3, 2 service, 12 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: M4-CT128M4SSD2, 119.24 GB
    Parallel ATA Device: HL-DT-ST DVDRW GWA4080MA
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8501, 0xfd400000 / 2
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8240, 0x5d200000 / 2
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8205, 0x7d100000 / 2
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x021b, 0x1d200000 / 2

    Try troubleshooting third party plug ins >  Safari: Unsupported third-party add-ons may cause Safari to unexpectedly quit or have performance issues
    If you can't resolve the issue, post a crash report in your reply. The entire report.

  • Cisco Anyconnect Secure Mobility Client crashes on Mac 10.8.5

    Hi,
    I have a Macbook Pro with Mountain Lion 10.8.5 OS installed. I am using Cisco Anyconnect Secure Mobility Client as a VPN to access my company's network (Intranet). Had been using this software for more than 2 Months and all of a sudden now when I use this Secure Mobility Client, the application is crashing and I get the following error message:
    Process:         Cisco AnyConnect Secure Mobility Client [1340]
    Path: /Applications/Cisco/Cisco AnyConnect Secure Mobility Client.app/Contents/MacOS/Cisco AnyConnect Secure Mobility Client
    Identifier: com.cisco.vpn
    Version:         3.0.10055
    Code Type:       X86 (Native)
    Parent Process: launchd [152]
    Date/Time: 2013-11-10 11:18:57.739 +0530
    OS Version:      Mac OS X 10.8.5 (12F45)
    Report Version:  10
    Interval Since Last Report:          6277 sec
    Crashes Since Last Report:           2
    Per-App Crashes Since Last Report:   2
    Crashed Thread:  6
    Exception Type: EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000004
    VM Regions Near 0x4:
    --> __PAGEZERO 0000000000000000-0000000000001000 [ 4K] ---/--- SM=NUL /Applications/Cisco/Cisco AnyConnect Secure Mobility Client.app/Contents/MacOS/Cisco AnyConnect Secure Mobility Client
        __TEXT                 0000000000001000-0000000000025000 [  144K] r-x/rwx SM=COW  /Applications/Cisco/Cisco AnyConnect Secure Mobility Client.app/Contents/MacOS/Cisco AnyConnect Secure Mobility Client
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                 0x96fcf7ce mach_msg_trap + 10
    1 libsystem_kernel.dylib                 0x96fcecac mach_msg + 68
    2 com.apple.CoreFoundation         0x990e1f79 __CFRunLoopServiceMachPort + 185
    3 com.apple.CoreFoundation         0x990e795f __CFRunLoopRun + 1247
    4 com.apple.CoreFoundation         0x990e701a CFRunLoopRunSpecific + 378
    5 com.apple.CoreFoundation         0x990e6e8b CFRunLoopRunInMode + 123
    6 com.apple.HIToolbox                   0x97821f5a RunCurrentEventLoopInMode + 242
    7 com.apple.HIToolbox                   0x97821cc9 ReceiveNextEventCommon + 374
    8 com.apple.HIToolbox                   0x97821b44 BlockUntilNextEventMatchingListInMode + 88
    9 com.apple.AppKit                         0x91d9193a _DPSNextEvent + 724
    10 com.apple.AppKit                       0x91d9116c -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    11 com.apple.AppKit                       0x91d875cc -[NSApplication run] + 855

    I have identical problem on 10.7.5 OS and AnyConnect 3.1.04074
    Just started happening yesterday.
    Please post if you find a solution.

  • Crash in loadlocale()

    I am porting a C++ app from Windows to OSX (10.6.8) and I'm getting a seemingly
    thread related crash in std::ostream::operator<<(). The function loadlocale crashes with
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000004
    Any ideas why this might be happening?
    Here are the relevant stack traces.
    Thread 5 Crashed:
    0   libSystem.B.dylib                 0x9824ab85 __numeric_load_locale + 133
    1   libSystem.B.dylib                 0x98178599 loadlocale + 308
    2   libstdc++.6.dylib                 0x9aa14205 std::__convert_from_v(int* const&, char*, int, char const*, ...) + 143
    3   libstdc++.6.dylib                 0x9aa0db5e std::ostreambuf_iterator<char, std::char_traits<char> > std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::_M_insert_float<double>(std::ostreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, char, char, double) const + 192
    4   libstdc++.6.dylib                 0x9aa0ddb4 std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::do_put(std::ostreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, char, double) const + 64
    5   libstdc++.6.dylib                 0x9aa08583 std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::put(std::ostreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, char, double) const + 59
    6   libstdc++.6.dylib                 0x9aa169dd std::ostream& std::ostream::_M_insert<double>(double) + 181
    7   libstdc++.6.dylib                 0x9aa16a76 std::ostream::operator<<(float) + 28
    Thread 6:
    0   libSystem.B.dylib                 0x98148e0a open$NOCANCEL$UNIX2003 + 10
    1   libSystem.B.dylib                 0x9824b46b __part_load_locale + 204
    2   libSystem.B.dylib                 0x9824acf0 __numeric_load_locale + 496
    3   libSystem.B.dylib                 0x98178599 loadlocale + 308
    4   libstdc++.6.dylib                 0x9aa1423e std::__convert_from_v(int* const&, char*, int, char const*, ...) + 200
    5   libstdc++.6.dylib                 0x9aa0db5e std::ostreambuf_iterator<char, std::char_traits<char> > std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::_M_insert_float<double>(std::ostreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, char, char, double) const + 192
    6   libstdc++.6.dylib                 0x9aa0ddb4 std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::do_put(std::ostreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, char, double) const + 64
    7   libstdc++.6.dylib                 0x9aa08583 std::num_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::put(std::ostreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, char, double) const + 59
    8   libstdc++.6.dylib                 0x9aa169dd std::ostream& std::ostream::_M_insert<double>(double) + 181
    Glenn

    A Google search led me to this discussion. I am encountering a similar problem under similar circumstances: I have C++ code that originated on Windows that I am trying to make run on the Mac. I am getting intermittent crashes in __numeric_load_locale, apparently when two separate threads try invoking std::ostream::operator <<(double) at the same time. (The call stacks above indicate that the original poster is also outputting a double value to a standard stream. In my case the stream in question is a std::wstringstream and we are trying to convert the double to a wide string.)
    I believe, based largely on circumstantial evidence, that the crash is due to a bug in the GNU C++ library (libstdc++). I experimentally updated a version of my project to use the LLVM C++ library (libc++) and could not reproduce the crash. Unfortunately, my project is still targeting Snow Leopard, on which libc++ is not supported, so we are stuck with libstdc++ for the time being.  As a workaround, I'm going to try protecting our string conversion function with a critical section (it's part of a custom logging package built on an open source JSON library) to avoid the problem.

  • An application "causes excessive wakeups," then crashes

    Description of the problem:
    The game "Team Fortress 2" crashes consistently after about a half hour of gameplay. It seems almost random when the crashes occur, but always during gameplay, never in the game menu. Frequently the application will freeze, then close itself after a few seconds. From what I can tell from other people's screens during a multiplayer game, when my application freezes, it will not close itself until my character dies from standing still and exposed. When the game is hosted on a specific map or play area, sometimes the sound will stop and the frames per second rate will lower before before the application freezes.
    Console reports frequently state that an element of the program is causing excessive wakeups, then a wave of memory errors for the application occur, and it finally crashes. This has been a problem for about 1 year. I hope that someone here will be able to help me.
    Here's some system data and application information:
    21.5-inch iMac from mid-2011
    OSX 10.9.3 (13D65)
    2.7 GHz Intel Core i5 processor
    12 GB 1333 MHz DDR3 RAM
    AMD Radeon HD 6770M 512 MB graphics card
    TF2 is a game that runs off of Steam, a game store and community similar to iTunes by Valve Inc. All games bought through Steam must be run with Steam open.
    Here's a recent diagnostic report:
    In this case, the game crashes in less than 10 minutes. That's what spurred me to finally come here for help. I've been debating it for a couple of weeks.
    Diagnostic report
    Process:         hl2_osx [19235]
    Path:            /Users/USER/Library/Application Support/Steam/*/hl2_osx
    Identifier:      hl2_osx
    Version:         ???
    Code Type:       X86 (Native)
    Parent Process:  steam [18750]
    Responsible:     bash [18743]
    User ID:         503
    Date/Time:       2014-07-08 20:47:43.886 -0700
    OS Version:      Mac OS X 10.9.3 (13D65)
    Report Version:  11
    Anonymous UUID:  6EF811EE-09ED-9279-CC4C-2691D40FCCBF
    Sleep/Wake UUID: 2CED885D-E238-4591-91CE-7CA403DACC2F
    Crashed Thread:  46  Dispatch queue: OpenGLMT
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000004
    VM Regions Near 0x4:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Users/USER/Library/Application Support/Steam/*
        __TEXT                 0000000000001000-0000000000002000 [    4K] r-x/rwx SM=COW  /Users/USER/Library/Application Support/Steam/*
    Thread 0:: MainThrd  Dispatch queue: com.apple.main-thread
    0   libsystem_platform.dylib       0x937dcf26 _platform_memcmp + 38
    1   client.dylib                   0x2a36d8d1 CInterpolatedVarArrayBase<float, true>::NoteChanged(float, bool) + 49
    2   client.dylib                   0x2a37cd0d C_BaseEntity::OnLatchInterpolatedVariables(int) + 189
    3   client.dylib                   0x2a369f8f C_BaseAnimating::UpdateClientSideAnimation() + 47
    4   client.dylib                   0x2a36bf0d C_BaseAnimating::UpdateClientSideAnimations() + 189
    5   client.dylib                   0x2a326d35 OnRenderStart() + 533
    6   client.dylib                   0x2a327639 CHLClient::FrameStageNotify(ClientFrameStage_t) + 985
    7   engine.dylib                   0x098b4938 ClientDLL_FrameStageNotify(ClientFrameStage_t) + 40
    8   engine.dylib                   0x0998772f SCR_UpdateScreen() + 223
    9   engine.dylib                   0x09999e18 _Host_RunFrame_Render() + 408
    10  engine.dylib                   0x0999b57f _Host_RunFrame(float) + 3423
    11  engine.dylib                   0x099b4e98 CHostState::State_Run(float) + 328
    12  engine.dylib                   0x099b424c CHostState::FrameUpdate(float) + 684
    13  engine.dylib                   0x099b3f95 HostState_Frame(float) + 37
    14  engine.dylib                   0x09aa07e2 CEngine::Frame() + 1090
    15  engine.dylib                   0x09a9d91e CEngineAPI::MainLoop() + 462
    16  engine.dylib                   0x09a9e48e CModAppSystemGroup::Main() + 206
    17  engine.dylib                   0x09b8cf52 CAppSystemGroup::Run() + 98
    18  engine.dylib                   0x09a9dc46 CEngineAPI::RunListenServer() + 102
    19  launcher.dylib                 0x0024402a CSourceAppSystemGroup::Main() + 26
    20  launcher.dylib                 0x00250942 CAppSystemGroup::Run() + 98
    21  launcher.dylib                 0x00253d6b CSteamApplication::Main() + 43
    22  launcher.dylib                 0x00250942 CAppSystemGroup::Run() + 98
    23  launcher.dylib                 0x00244680 LauncherMain + 960
    24  hl2_osx                       0x00001de5 start + 53
    Thread 1:
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libtier0.dylib                 0x00505130 CThreadSyncObject::Wait(unsigned int) + 352
    4   libvstdlib.dylib               0x005b2ce9 CJobThread::Run() + 137
    5   libtier0.dylib                 0x005066a6 CThread::ThreadProc(void*) + 214
    6   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    7   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    8   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x91be6992 kevent64 + 10
    1   libdispatch.dylib             0x9a29c899 _dispatch_mgr_invoke + 238
    2   libdispatch.dylib             0x9a29c532 _dispatch_mgr_thread + 52
    Thread 3:: Event Tap Loop
    0   libsystem_kernel.dylib         0x91be0f7a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x91be016c mach_msg + 68
    2   com.apple.CoreFoundation       0x927a1c09 __CFRunLoopServiceMachPort + 169
    3   com.apple.CoreFoundation       0x927a11e1 __CFRunLoopRun + 1393
    4   com.apple.CoreFoundation       0x927a09fa CFRunLoopRunSpecific + 394
    5   com.apple.CoreFoundation       0x92863221 CFRunLoopRun + 129
    6   libSDL2-2.0.0.dylib           0x0037e37b Cocoa_MouseTapThread + 523
    7   libSDL2-2.0.0.dylib           0x0030f66e SDL_RunThread + 110
    8   libSDL2-2.0.0.dylib           0x00385e67 RunThread + 23
    9   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    10  libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    11  libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 4:
    0   libsystem_kernel.dylib         0x91be0f7a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x91be016c mach_msg + 68
    2   com.googlecode.google-breakpad 0x0fa3632d google_breakpad::ExceptionHandler::WaitForMessage(void*) + 399
    3   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    4   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    5   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 5:: IOPollingHelperThread
    0   libsystem_kernel.dylib         0x91be6976 kevent + 10
    1   steamclient.dylib             0x0ea72999 OSXHelpers::CIOPollingHelper::RealRun() + 257
    2   libtier0_s.dylib               0x080cbe29 CatchAndWriteContext_t::Invoke() + 159
    3   libtier0_s.dylib               0x080cb842 CatchAndWriteMiniDump_Impl(CatchAndWriteContext_t&) + 214
    4   libtier0_s.dylib               0x080cb929 CatchAndWriteMiniDumpExForVoidPtrFn + 87
    5   libtier0_s.dylib               0x080cb952 CatchAndWriteMiniDumpForVoidPtrFn + 35
    6   steamclient.dylib             0x0ea72887 OSXHelpers::CIOPollingHelper::Run() + 41
    7   libtier0_s.dylib               0x080d01a6 SteamThreadTools::CThread::ThreadExceptionWrapper(void*) + 16
    8   libtier0_s.dylib               0x080cbe29 CatchAndWriteContext_t::Invoke() + 159
    9   libtier0_s.dylib               0x080cb842 CatchAndWriteMiniDump_Impl(CatchAndWriteContext_t&) + 214
    10  libtier0_s.dylib               0x080cb929 CatchAndWriteMiniDumpExForVoidPtrFn + 87
    11  libtier0_s.dylib               0x080cb952 CatchAndWriteMiniDumpForVoidPtrFn + 35
    12  libtier0_s.dylib               0x080d011a SteamThreadTools::CThread::ThreadProc(void*) + 222
    13  libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    14  libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    15  libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 6:
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libtier0.dylib                 0x00505130 CThreadSyncObject::Wait(unsigned int) + 352
    4   filesystem_stdio.dylib         0x01c8d9fc CFileTracker2::ThreadedProcessMD5Requests() + 268
    5   filesystem_stdio.dylib         0x01c8d8e1 ThreadStubProcessMD5Requests(void*) + 17
    6   libtier0.dylib                 0x00504cb1 ThreadProcConvert(void*) + 33
    7   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    8   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    9   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libtier0.dylib                 0x00505130 CThreadSyncObject::Wait(unsigned int) + 352
    4   chromehtml.dylib               0x14be02ca CCEFThread::Run() + 4442
    5   libtier0.dylib                 0x005066a6 CThread::ThreadProc(void*) + 214
    6   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    7   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    8   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 8:: BrowserDBThread
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4bd9 pthread_cond_wait$UNIX2003 + 71
    3   libcef.dylib                   0x0bf0eaa3 0xbe9d000 + 465571
    4   libcef.dylib                   0x0bf0f76b 0xbe9d000 + 468843
    5   libcef.dylib                   0x0bf0f592 0xbe9d000 + 468370
    6   libcef.dylib                   0x0befb36b 0xbe9d000 + 385899
    7   libcef.dylib                   0x0bef70c3 0xbe9d000 + 368835
    8   libcef.dylib                   0x0bef6add 0xbe9d000 + 367325
    9   libcef.dylib                   0x0bf12001 0xbe9d000 + 479233
    10  libcef.dylib                   0x0bf12088 0xbe9d000 + 479368
    11  libcef.dylib                   0x0bf1144a 0xbe9d000 + 476234
    12  libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    13  libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    14  libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 9:: SamplerThread
    0   libsystem_kernel.dylib         0x91be0fb6 semaphore_wait_trap + 10
    1   libcef.dylib                   0x0c95c924 0xbe9d000 + 11270436
    2   libcef.dylib                   0x0c89a918 0xbe9d000 + 10475800
    3   libcef.dylib                   0x0c95c9db 0xbe9d000 + 11270619
    4   libcef.dylib                   0x0c95c2b5 0xbe9d000 + 11268789
    5   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    6   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    7   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 10:: NetworkConfigWatcher
    0   libsystem_kernel.dylib         0x91be0f7a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x91be016c mach_msg + 68
    2   com.apple.CoreFoundation       0x927a1c09 __CFRunLoopServiceMachPort + 169
    3   com.apple.CoreFoundation       0x927a11e1 __CFRunLoopRun + 1393
    4   com.apple.CoreFoundation       0x927a09fa CFRunLoopRunSpecific + 394
    5   com.apple.CoreFoundation       0x927a085b CFRunLoopRunInMode + 123
    6   com.apple.Foundation           0x913c52f9 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 277
    7   libcef.dylib                   0x0bed957f 0xbe9d000 + 247167
    8   libcef.dylib                   0x0bed912c 0xbe9d000 + 246060
    9   libcef.dylib                   0x0bef70c3 0xbe9d000 + 368835
    10  libcef.dylib                   0x0bef6add 0xbe9d000 + 367325
    11  libcef.dylib                   0x0bf12001 0xbe9d000 + 479233
    12  libcef.dylib                   0x0bf12088 0xbe9d000 + 479368
    13  libcef.dylib                   0x0bf1144a 0xbe9d000 + 476234
    14  libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    15  libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    16  libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 11:: Cef_FileThread
    0   libsystem_kernel.dylib         0x91be6976 kevent + 10
    1   libcef.dylib                   0x0c5711e9 0xbe9d000 + 7160297
    2   libcef.dylib                   0x0c56f0f3 0xbe9d000 + 7151859
    3   libcef.dylib                   0x0bed84c2 0xbe9d000 + 242882
    4   libcef.dylib                   0x0bef70c3 0xbe9d000 + 368835
    5   libcef.dylib                   0x0bef6add 0xbe9d000 + 367325
    6   libcef.dylib                   0x0bf12001 0xbe9d000 + 479233
    7   libcef.dylib                   0x0bf12088 0xbe9d000 + 479368
    8   libcef.dylib                   0x0bf1144a 0xbe9d000 + 476234
    9   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    10  libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    11  libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 12:: Cef_IOThread
    0   libsystem_kernel.dylib         0x91be6976 kevent + 10
    1   libcef.dylib                   0x0c5711e9 0xbe9d000 + 7160297
    2   libcef.dylib                   0x0c56f0f3 0xbe9d000 + 7151859
    3   libcef.dylib                   0x0bed84c2 0xbe9d000 + 242882
    4   libcef.dylib                   0x0bef70c3 0xbe9d000 + 368835
    5   libcef.dylib                   0x0bef6add 0xbe9d000 + 367325
    6   libcef.dylib                   0x0bf12001 0xbe9d000 + 479233
    7   libcef.dylib                   0x0bf12088 0xbe9d000 + 479368
    8   libcef.dylib                   0x0bf1144a 0xbe9d000 + 476234
    9   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    10  libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    11  libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 13:: NetworkConfigWatcher
    0   libsystem_kernel.dylib         0x91be0f7a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x91be016c mach_msg + 68
    2   com.apple.CoreFoundation       0x927a1c09 __CFRunLoopServiceMachPort + 169
    3   com.apple.CoreFoundation       0x927a11e1 __CFRunLoopRun + 1393
    4   com.apple.CoreFoundation       0x927a09fa CFRunLoopRunSpecific + 394
    5   com.apple.CoreFoundation       0x927a085b CFRunLoopRunInMode + 123
    6   com.apple.Foundation           0x913c52f9 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 277
    7   libcef.dylib                   0x0bed957f 0xbe9d000 + 247167
    8   libcef.dylib                   0x0bed912c 0xbe9d000 + 246060
    9   libcef.dylib                   0x0bef70c3 0xbe9d000 + 368835
    10  libcef.dylib                   0x0bef6add 0xbe9d000 + 367325
    11  libcef.dylib                   0x0bf12001 0xbe9d000 + 479233
    12  libcef.dylib                   0x0bf12088 0xbe9d000 + 479368
    13  libcef.dylib                   0x0bf1144a 0xbe9d000 + 476234
    14  libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    15  libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    16  libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 14:: AppCacheDBThread
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4bd9 pthread_cond_wait$UNIX2003 + 71
    3   libcef.dylib                   0x0bf0eaa3 0xbe9d000 + 465571
    4   libcef.dylib                   0x0bf0f76b 0xbe9d000 + 468843
    5   libcef.dylib                   0x0bf0f592 0xbe9d000 + 468370
    6   libcef.dylib                   0x0befb36b 0xbe9d000 + 385899
    7   libcef.dylib                   0x0bef70c3 0xbe9d000 + 368835
    8   libcef.dylib                   0x0bef6add 0xbe9d000 + 367325
    9   libcef.dylib                   0x0bf12001 0xbe9d000 + 479233
    10  libcef.dylib                   0x0bf12088 0xbe9d000 + 479368
    11  libcef.dylib                   0x0bf1144a 0xbe9d000 + 476234
    12  libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    13  libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    14  libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 15:
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d8a _pthread_cond_wait + 837
    2   libsystem_pthread.dylib       0x976c3042 pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore 0x92ccf88d TSWaitOnConditionTimedRelative + 161
    4   com.apple.CoreServices.CarbonCore 0x92ccf44a TSWaitOnSemaphoreCommon + 531
    5   com.apple.CoreServices.CarbonCore 0x92ccf5fd TSWaitOnSemaphoreRelative + 24
    6   com.apple.QuickTimeComponents.component 0x99aa1091 0x99834000 + 2543761
    7   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    8   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    9   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 16:
    0   libsystem_kernel.dylib         0x91be0f7a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x91be016c mach_msg + 68
    2   com.apple.CoreFoundation       0x927a1c09 __CFRunLoopServiceMachPort + 169
    3   com.apple.CoreFoundation       0x927a11e1 __CFRunLoopRun + 1393
    4   com.apple.CoreFoundation       0x927a09fa CFRunLoopRunSpecific + 394
    5   com.apple.CoreFoundation       0x927a085b CFRunLoopRunInMode + 123
    6   com.apple.AppKit               0x908f9b88 _NSEventThread + 283
    7   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    8   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    9   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 17:
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libtier0.dylib                 0x00505130 CThreadSyncObject::Wait(unsigned int) + 352
    4   libvstdlib.dylib               0x005b2ce9 CJobThread::Run() + 137
    5   libtier0.dylib                 0x005066a6 CThread::ThreadProc(void*) + 214
    6   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    7   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    8   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 18:
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libtier0.dylib                 0x00505130 CThreadSyncObject::Wait(unsigned int) + 352
    4   libvstdlib.dylib               0x005b2ce9 CJobThread::Run() + 137
    5   libtier0.dylib                 0x005066a6 CThread::ThreadProc(void*) + 214
    6   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    7   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    8   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 19:
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libtier0.dylib                 0x00505130 CThreadSyncObject::Wait(unsigned int) + 352
    4   libvstdlib.dylib               0x005b2ce9 CJobThread::Run() + 137
    5   libtier0.dylib                 0x005066a6 CThread::ThreadProc(void*) + 214
    6   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    7   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    8   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 20:
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libtier0.dylib                 0x00505130 CThreadSyncObject::Wait(unsigned int) + 352
    4   engine.dylib                   0x09a133ef CQueuedPacketSender::Run() + 95
    5   libtier0.dylib                 0x005066a6 CThread::ThreadProc(void*) + 214
    6   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    7   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    8   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 21:
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libtier0.dylib                 0x00505130 CThreadSyncObject::Wait(unsigned int) + 352
    4   libvstdlib.dylib               0x005b2ce9 CJobThread::Run() + 137
    5   libtier0.dylib                 0x005066a6 CThread::ThreadProc(void*) + 214
    6   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    7   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    8   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 22:
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libtier0.dylib                 0x00505130 CThreadSyncObject::Wait(unsigned int) + 352
    4   libvstdlib.dylib               0x005b2ce9 CJobThread::Run() + 137
    5   libtier0.dylib                 0x005066a6 CThread::ThreadProc(void*) + 214
    6   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    7   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    8   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 23:
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libtier0.dylib                 0x00505130 CThreadSyncObject::Wait(unsigned int) + 352
    4   libvstdlib.dylib               0x005b2ce9 CJobThread::Run() + 137
    5   libtier0.dylib                 0x005066a6 CThread::ThreadProc(void*) + 214
    6   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    7   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    8   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 24:
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libtier0.dylib                 0x00505130 CThreadSyncObject::Wait(unsigned int) + 352
    4   libvstdlib.dylib               0x005b2ce9 CJobThread::Run() + 137
    5   libtier0.dylib                 0x005066a6 CThread::ThreadProc(void*) + 214
    6   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    7   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    8   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 25:
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libtier0.dylib                 0x00505130 CThreadSyncObject::Wait(unsigned int) + 352
    4   libvstdlib.dylib               0x005b2ce9 CJobThread::Run() + 137
    5   libtier0.dylib                 0x005066a6 CThread::ThreadProc(void*) + 214
    6   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    7   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    8   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 26:
    0   libsystem_kernel.dylib         0x91be0fce semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore 0x92c9c071 MPWaitOnSemaphore + 104
    2   libMilesX86.dylib             0x417d7816 MilesGetBankFunctions + 4406
    3   libMilesX86.dylib             0x417bee3e MilesAsyncSetPaused + 6222
    4   libMilesX86.dylib             0x417d7f7f MilesGetBankFunctions + 6303
    5   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    Thread 27:: com.apple.coreaudio.AQClient
    0   libsystem_kernel.dylib         0x91be0f7a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x91be016c mach_msg + 68
    2   com.apple.CoreFoundation       0x927a1c09 __CFRunLoopServiceMachPort + 169
    3   com.apple.CoreFoundation       0x927a11e1 __CFRunLoopRun + 1393
    4   com.apple.CoreFoundation       0x927a09fa CFRunLoopRunSpecific + 394
    5   com.apple.CoreFoundation       0x927a085b CFRunLoopRunInMode + 123
    6   com.apple.audio.toolbox.AudioToolbox 0x95cf02a8 GenericRunLoopThread::Entry(void*) + 194
    7   com.apple.audio.toolbox.AudioToolbox 0x95ca0910 CAPThread::Entry(CAPThread*) + 134
    8   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    9   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    10  libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 28:
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libtier0.dylib                 0x00505130 CThreadSyncObject::Wait(unsigned int) + 352
    4   libtier0.dylib                 0x00506c74 CWorkerThread::WaitForCall(unsigned int*) + 36
    5   client.dylib                   0x2a03b535 CAchievementSaveThread::Run() + 85
    6   libtier0.dylib                 0x005066a6 CThread::ThreadProc(void*) + 214
    7   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    8   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    9   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 29:: SocketThread
    0   libsystem_kernel.dylib         0x91be6cf6 __poll + 10
    1   steamclient.dylib             0x0eaa7a49 CSocketThread::CSocketRunThread::Run() + 291
    2   libtier0_s.dylib               0x080d01a6 SteamThreadTools::CThread::ThreadExceptionWrapper(void*) + 16
    3   libtier0_s.dylib               0x080cbe29 CatchAndWriteContext_t::Invoke() + 159
    4   libtier0_s.dylib               0x080cb842 CatchAndWriteMiniDump_Impl(CatchAndWriteContext_t&) + 214
    5   libtier0_s.dylib               0x080cb929 CatchAndWriteMiniDumpExForVoidPtrFn + 87
    6   libtier0_s.dylib               0x080cb952 CatchAndWriteMiniDumpForVoidPtrFn + 35
    7   libtier0_s.dylib               0x080d011a SteamThreadTools::CThread::ThreadProc(void*) + 222
    8   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    9   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    10  libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 30:: WorkerPool/-876519424
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libcef.dylib                   0x0bf0ec99 0xbe9d000 + 466073
    4   libcef.dylib                   0x0bf12e93 0xbe9d000 + 482963
    5   libcef.dylib                   0x0bf13364 0xbe9d000 + 484196
    6   libcef.dylib                   0x0bf1144a 0xbe9d000 + 476234
    7   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    8   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    9   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 31:: WorkerPool/-876380160
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libcef.dylib                   0x0bf0ec99 0xbe9d000 + 466073
    4   libcef.dylib                   0x0bf12e93 0xbe9d000 + 482963
    5   libcef.dylib                   0x0bf13364 0xbe9d000 + 484196
    6   libcef.dylib                   0x0bf1144a 0xbe9d000 + 476234
    7   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    8   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    9   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 32:: WorkerPool/-876101632
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libcef.dylib                   0x0bf0ec99 0xbe9d000 + 466073
    4   libcef.dylib                   0x0bf12e93 0xbe9d000 + 482963
    5   libcef.dylib                   0x0bf13364 0xbe9d000 + 484196
    6   libcef.dylib                   0x0bf1144a 0xbe9d000 + 476234
    7   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    8   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    9   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 33:
    0   libtogl.dylib                 0x00551361 GLMContext::FlushStates(bool) + 689
    1   libtogl.dylib                 0x005504dc GLMContext::FlushDrawStates(bool) + 332
    2   libtogl.dylib                 0x00544a05 IDirect3DDevice9::DrawIndexedPrimitive(_D3DPRIMITIVETYPE, int, unsigned int, unsigned int, unsigned int, unsigned int) + 117
    3   shaderapidx9.dylib             0x0e1c8006 CMeshDX8::RenderPass() + 1030
    4   shaderapidx9.dylib             0x0e1de8d2 non-virtual thunk to CShaderAPIDx8::RenderPass(int, int) + 98
    5   materialsystem.dylib           0x0a502fba non-virtual thunk to CShaderSystem::DrawSnapshot(bool) + 90
    6   stdshader_dx9.dylib           0x10581be5 CBaseShader::Draw(bool) + 133
    7   stdshader_dx9.dylib           0x105507b2 DrawSkin_DX9_Internal(CBaseVSShader*, IMaterialVar**, IShaderDynamicAPI*, IShaderShadow*, bool, VertexLitGeneric_DX9_Vars_t&, VertexCompressionType_t, CBasePerMaterialContextData**) + 13170
    8   stdshader_dx9.dylib           0x10550999 DrawSkin_DX9(CBaseVSShader*, IMaterialVar**, IShaderDynamicAPI*, IShaderShadow*, VertexLitGeneric_DX9_Vars_t&, VertexCompressionType_t, CBasePerMaterialContextData**) + 201
    9   stdshader_dx9.dylib           0x10565391 DrawVertexLitGeneric_DX9(CBaseVSShader*, IMaterialVar**, IShaderDynamicAPI*, IShaderShadow*, bool, VertexLitGeneric_DX9_Vars_t&, VertexCompressionType_t, CBasePerMaterialContextData**) + 305
    10  stdshader_dx9.dylib           0x1055f7bb VertexLitGeneric::CShader::OnDrawElements(IMaterialVar**, IShaderShadow*, IShaderDynamicAPI*, VertexCompressionType_t, CBasePerMaterialContextData**) + 283
    11  stdshader_dx9.dylib           0x1058192a CBaseShader::DrawElements(IMaterialVar**, int, IShaderShadow*, IShaderDynamicAPI*, VertexCompressionType_t, CBasePerMaterialContextData**) + 250
    12  materialsystem.dylib           0x0a502972 CShaderSystem::DrawElements(IShader*, IMaterialVar**, ShaderRenderState_t*, VertexCompressionType_t, unsigned int) + 562
    13  materialsystem.dylib           0x0a4ae76e CMaterial::DrawMesh(VertexCompressionType_t) + 110
    14  shaderapidx9.dylib             0x0e1d40ce CShaderAPIDx8::DrawMesh(CMeshBase*) + 318
    15  shaderapidx9.dylib             0x0e1d43ed non-virtual thunk to CShaderAPIDx8::DrawMesh(CMeshBase*) + 29
    16  shaderapidx9.dylib             0x0e1c7aee CMeshDX8::Draw(int, int) + 254
    17  studiorender.dylib             0x0b678e64 CStudioRender::R_StudioDrawGroupHWSkin(IMatRenderContext*, studiomeshgroup_t*, IMesh*, ColorMeshInfo_t*) + 404
    18  studiorender.dylib             0x0b6792c4 CStudioRender::R_StudioDrawStaticMesh(IMatRenderContext*, mstudiomesh_t*, studiomeshgroup_t*, StudioModelLighting_t, float, IMaterial*, int, ColorMeshInfo_t*) + 644
    19  studiorender.dylib             0x0b67c6fc CStudioRender::R_StudioDrawMesh(IMatRenderContext*, mstudiomesh_t*, studiomeshdata_t*, StudioModelLighting_t, IMaterial*, ColorMeshInfo_t*, int) + 348
    20  studiorender.dylib             0x0b675b3b CStudioRender::R_StudioDrawPoints(IMatRenderContext*, int, void*, IMaterial**, int*, int, int, ColorMeshInfo_t*) + 571
    21  studiorender.dylib             0x0b675254 CStudioRender::R_StudioRenderFinal(IMatRenderContext*, int, int, CStudioRender::BodyPartInfo_t*, void*, IMaterial**, int*, int, int, ColorMeshInfo_t*) + 404
    22  studiorender.dylib             0x0b674f22 CStudioRender::R_StudioRenderModel(IMatRenderContext*, int, int, int, void*, IMaterial**, int*, int, int, int, ColorMeshInfo_t*) + 514
    23  studiorender.dylib             0x0b6da3d1 CStudioRender::DrawModelStaticProp(DrawModelInfo_t const&, StudioRenderContext_t const&, matrix3x4_t const&, int) + 577
    24  studiorender.dylib             0x0b6e2e20 CMemberFunctor4<CStudioRender*, void (CStudioRender::*)(DrawModelInfo_t const&, StudioRenderContext_t const&, matrix3x4_t const&, int), DrawModelInfo_t, StudioRenderContext_t, matrix3x4_t, int, CRefCounted1<CFunctor, CRefCountServiceBase<true, CRefMT> >, CFuncMemPolicyNone>::operator()() + 80
    25  materialsystem.dylib           0x0a4d410b CMatQueuedRenderContext::CallQueued(bool) + 187
    26  materialsystem.dylib           0x0a4d3f82 CMatQueuedRenderContext::EndQueue(bool) + 34
    27  materialsystem.dylib           0x0a4bd1a2 CMaterialSystem::ThreadExecuteQueuedContext(CMatQueuedRenderContext*) + 66
    28  materialsystem.dylib           0x0a4c2ca9 CMemberFunctor1<CMaterialSystem*, void (CMaterialSystem::*)(CMatQueuedRenderContext*), CMatQueuedRenderContext*, CRefCounted1<CFunctor, CRefCountServiceBase<true, CRefMT> >, CFuncMemPolicyNone>::operator()() + 41
    29  materialsystem.dylib           0x0a4c3797 CFunctorJob::DoExecute() + 23
    30  libvstdlib.dylib               0x005b1a40 CJob::Execute() + 80
    31  libvstdlib.dylib               0x005b2e37 CJobThread::Run() + 471
    32  libtier0.dylib                 0x005066a6 CThread::ThreadProc(void*) + 214
    33  libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    34  libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    35  libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 34:: com.apple.audio.IOThread.client
    0   libsystem_kernel.dylib         0x91be0f7a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x91be016c mach_msg + 68
    2   com.apple.audio.CoreAudio     0x922c9e9a HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned long, unsigned long, mach_msg_header_t*, bool, unsigned int) + 138
    3   com.apple.audio.CoreAudio     0x922c434e HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 68
    4   com.apple.audio.CoreAudio     0x922c2b27 HALC_ProxyIOContext::IOWorkLoop() + 1111
    5   com.apple.audio.CoreAudio     0x922c25ff HALC_ProxyIOContext::IOThreadEntry(void*) + 167
    6   com.apple.audio.CoreAudio     0x922ccf52 ___ZN19HALC_ProxyIOContextC2Emj_block_invoke + 20
    7   com.apple.audio.CoreAudio     0x922c24fb HALB_IOThread::Entry(void*) + 69
    8   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    9   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    10  libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 35:: WorkerPool/-754667520
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libcef.dylib                   0x0bf0ec99 0xbe9d000 + 466073
    4   libcef.dylib                   0x0bf12e93 0xbe9d000 + 482963
    5   libcef.dylib                   0x0bf13364 0xbe9d000 + 484196
    6   libcef.dylib                   0x0bf1144a 0xbe9d000 + 476234
    7   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    8   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    9   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 36:: WorkerPool/-754528256
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libcef.dylib                   0x0bf0ec99 0xbe9d000 + 466073
    4   libcef.dylib                   0x0bf12e93 0xbe9d000 + 482963
    5   libcef.dylib                   0x0bf13364 0xbe9d000 + 484196
    6   libcef.dylib                   0x0bf1144a 0xbe9d000 + 476234
    7   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    8   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    9   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 37:: WorkerPool/-754388992
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libcef.dylib                   0x0bf0ec99 0xbe9d000 + 466073
    4   libcef.dylib                   0x0bf12e93 0xbe9d000 + 482963
    5   libcef.dylib                   0x0bf13364 0xbe9d000 + 484196
    6   libcef.dylib                   0x0bf1144a 0xbe9d000 + 476234
    7   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    8   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    9   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 38:: WorkerPool/-754249728
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libcef.dylib                   0x0bf0ec99 0xbe9d000 + 466073
    4   libcef.dylib                   0x0bf12e93 0xbe9d000 + 482963
    5   libcef.dylib                   0x0bf13364 0xbe9d000 + 484196
    6   libcef.dylib                   0x0bf1144a 0xbe9d000 + 476234
    7   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    8   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    9   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 39:: WorkerPool/-754110464
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libcef.dylib                   0x0bf0ec99 0xbe9d000 + 466073
    4   libcef.dylib                   0x0bf12e93 0xbe9d000 + 482963
    5   libcef.dylib                   0x0bf13364 0xbe9d000 + 484196
    6   libcef.dylib                   0x0bf1144a 0xbe9d000 + 476234
    7   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    8   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    9   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 40:: WorkerPool/-753971200
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libcef.dylib                   0x0bf0ec99 0xbe9d000 + 466073
    4   libcef.dylib                   0x0bf12e93 0xbe9d000 + 482963
    5   libcef.dylib                   0x0bf13364 0xbe9d000 + 484196
    6   libcef.dylib                   0x0bf1144a 0xbe9d000 + 476234
    7   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    8   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    9   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 41:: WorkerPool/-753692672
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libcef.dylib                   0x0bf0ec99 0xbe9d000 + 466073
    4   libcef.dylib                   0x0bf12e93 0xbe9d000 + 482963
    5   libcef.dylib                   0x0bf13364 0xbe9d000 + 484196
    6   libcef.dylib                   0x0bf1144a 0xbe9d000 + 476234
    7   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    8   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    9   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 42:: WorkerPool/-753553408
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libcef.dylib                   0x0bf0ec99 0xbe9d000 + 466073
    4   libcef.dylib                   0x0bf12e93 0xbe9d000 + 482963
    5   libcef.dylib                   0x0bf13364 0xbe9d000 + 484196
    6   libcef.dylib                   0x0bf1144a 0xbe9d000 + 476234
    7   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    8   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    9   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 43:: WorkerPool/-876240896
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libcef.dylib                   0x0bf0ec99 0xbe9d000 + 466073
    4   libcef.dylib                   0x0bf12e93 0xbe9d000 + 482963
    5   libcef.dylib                   0x0bf13364 0xbe9d000 + 484196
    6   libcef.dylib                   0x0bf1144a 0xbe9d000 + 476234
    7   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    8   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    9   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 44:: WorkerPool/-753831936
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libcef.dylib                   0x0bf0ec99 0xbe9d000 + 466073
    4   libcef.dylib                   0x0bf12e93 0xbe9d000 + 482963
    5   libcef.dylib                   0x0bf13364 0xbe9d000 + 484196
    6   libcef.dylib                   0x0bf1144a 0xbe9d000 + 476234
    7   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    8   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    9   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 45:: WorkerPool/-715182080
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4c25 pthread_cond_timedwait$UNIX2003 + 71
    3   libcef.dylib                   0x0bf0ec99 0xbe9d000 + 466073
    4   libcef.dylib                   0x0bf12e93 0xbe9d000 + 482963
    5   libcef.dylib                   0x0bf13364 0xbe9d000 + 484196
    6   libcef.dylib                   0x0bf1144a 0xbe9d000 + 476234
    7   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    8   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    9   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 46 Crashed:: Dispatch queue: OpenGLMT
    0   libsystem_platform.dylib       0x937dd25a _platform_bzero$VARIANT$sse42 + 90
    1   libGLProgrammability.dylib     0x97809b7a BitSetSetRangeEqualsInternal + 119
    2   libGLProgrammability.dylib     0x978099e3 BitSetNew + 140
    3   libGLProgrammability.dylib     0x97816a34 RegistersInitialize + 37
    4   libGLProgrammability.dylib     0x978214d7 glpPPShaderLinearizeStreamMgrEx + 6398
    5   libGLProgrammability.dylib     0x9782164c glpPPShaderLinearizeEx + 79
    6   libGLProgrammability.dylib     0x978215f8 glpPPShaderLinearize + 32
    7   GLRendererFloat               0x9b6c1be4 gldLoadPipelineProgram + 380
    8   GLRendererFloat               0x9b6baae1 gldUpdateDispatch + 2112
    9   GLEngine                       0x91a8ff79 gleFallbackBegin + 459
    10  GLEngine                       0x919901e0 gleUpdateDispatchCodeChange + 184
    11  GLEngine                       0x91a814d6 gleDoDrawDispatchCore + 618
    12  GLEngine                       0x91a2a1d6 glDrawElementsInstancedBaseVertex_STD_Exec + 289
    13  GLEngine                       0x91a2a0a7 glDrawElements_UnpackThread + 154
    14  GLEngine                       0x91a7c73d gleCmdProcessor + 75
    15  libdispatch.dylib             0x9a29caf3 _dispatch_queue_drain + 410
    16  libdispatch.dylib             0x9a29dfcf _dispatch_queue_invoke + 126
    17  libdispatch.dylib             0x9a29c38a _dispatch_root_queue_drain + 72
    18  libdispatch.dylib             0x9a29d70e _dispatch_worker_thread2 + 39
    19  libsystem_pthread.dylib       0x976c1dab _pthread_wqthread + 336
    20  libsystem_pthread.dylib       0x976c5cce start_wqthread + 30
    Thread 47:: AQConverterThread
    0   libsystem_kernel.dylib         0x91be57ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x976c2d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib       0x976c4bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.audio.toolbox.AudioToolbox 0x95ca012f CAGuard::Wait() + 67
    4   com.apple.audio.toolbox.AudioToolbox 0x95cc4d58 AQConverterManager::AQConverterThread::Run() + 602
    5   com.apple.audio.toolbox.AudioToolbox 0x95cc4af6 AQConverterManager::AQConverterThread::ConverterThreadEntry(void*) + 22
    6   com.apple.audio.toolbox.AudioToolbox 0x95ca0910 CAPThread::Entry(CAPThread*) + 134
    7   libsystem_pthread.dylib       0x976c05fb _pthread_body + 144
    8   libsystem_pthread.dylib       0x976c0485 _pthread_start + 130
    9   libsystem_pthread.dylib       0x976c5cf2 thread_start + 34
    Thread 48:
    0   libsystem_kernel.dylib         0x91be6046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x976c1dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib       0x976c5cce start_wqthread + 30
    Thread 46 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x00000000  ecx: 0x00000004  edx: 0x00000078
      edi: 0x00000004  esi: 0x20b00030  ebp: 0xcd72ba68  esp: 0xcd72ba64
       ss: 0x00000023  efl: 0x00010202  eip: 0x937dd25a   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000023   gs: 0x0000000f
      cr2: 0x00000004
    Logical CPU:     2
    Error Code:      0x00000006
    Trap Number:     14
    Binary Images:
        0x1000 -     0x1ff3 +hl2_osx (???) <3DF7D040-00B2-3A31-B557-1ED1D0BDE08E> /Users/USER/Library/Application Support/Steam/*/hl2_osx
        0x4000 -    0x26ffb +gameoverlayrenderer.dylib (1) <145DB247-7DB3-3DF9-BB30-874DE77A41F1> /Applications/Steam.app/Contents/MacOS/osx32/gameoverlayrenderer.dylib
       0x47000 -    0x48ff3 +steamloader.dylib (0) <B203BC3A-0BB3-3693-B6EE-1CAD86A1BFDE> /Applications/Steam.app/Contents/MacOS/osx32/steamloader.dylib
       0xec000 -    0xf2fff +libsteam_api.dylib (1) <0AF869ED-EA89-39D3-A8C1-41CC63883393> /Users/USER/Library/Application Support/Steam/*/libsteam_api.dylib
      0x240000 -   0x25dff7 +launcher.d

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It won’t solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of this test is to determine whether the problem is localized to your user account. Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your documents or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this behavior; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault in OS X 10.7 or later, then you can’t enable the Guest account. The "Guest User" login created by "Find My Mac" is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.

  • Error when running Air apps on Mac

    Hey everyone,
    There is a person I am working with who keeps running into this issue where the Air application she is running crashes immediately. I have the error logs below. Anyone have the slightest idea what might be causing this?
    Error report:
    Model: iMac5,1, BootROM IM51.0090.B09, 2 processors, Intel Core 2 Duo, 2.16 GHz, 3 GB, SMC 1.9f4
    Graphics: ATI Radeon X1600, ATY,RadeonX1600, PCIe, 128 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x87), Broadcom BCM43xx 1.0 (5.10.131.36.9)
    Bluetooth: Version 2.4.0f1, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: WDC WD2500JS-40TGB0, 232.89 GB
    Parallel ATA Device: MATSHITADVD-R   UJ-85J
    USB Device: Keyboard Hub, 0x05ac  (Apple Inc.), 0x1006, 0xfd500000
    USB Device: Microsoft 5-Button Mouse with IntelliEye(TM), 0x045e  (Microsoft Corporation), 0x0039, 0xfd530000
    USB Device: Apple Keyboard, 0x05ac  (Apple Inc.), 0x0220, 0xfd520000
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8501, 0xfd400000
    USB Device: Mass Storage Device, 0x058f  (Alcor Micro, Corp.), 0x6366, 0xfd100000
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8206, 0x7d100000
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8240, 0x7d200000
    Process:         Picaboo X [11446]
    Path:            /Applications/Picaboo X.app/Contents/MacOS/Picaboo X
    Identifier:      com.picaboo.Picaboo.A382D4714709B456C4E0088DFC1F7243AF9EBF75.1
    Version:         10.136P (???)
    Code Type:       X86 (Native)
    Parent Process:  launchd [94]
    Date/Time:       2011-03-23 17:27:20.054 -0400
    OS Version:      Mac OS X 10.6.7 (10J869)
    Report Version:  6
    Interval Since Last Report:          1161 sec
    Crashes Since Last Report:           4
    Per-App Interval Since Last Report:  5 sec
    Per-App Crashes Since Last Report:   4
    Anonymous UUID:                      5A6F278B-732B-496F-8A19-3A1807BB9BAD
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000004
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   com.adobe.AIR                     0x029a0ea8 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1131149
    1   com.adobe.AIR                     0x02a6a77f r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1956708
    2   ???                               0x0be6da23 0 + 199678499
    3   ???                               0x115c83fa 0 + 291275770
    4   com.adobe.AIR                     0x027f1490 XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1798784
    5   com.adobe.AIR                     0x027f1edf XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1801423
    6   com.adobe.AIR                     0x0275e0f2 XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1195746
    7   ???                               0x115c8663 0 + 291276387
    8   ???                               0x115c97e3 0 + 291280867
    9   ???                               0x0eca1c38 0 + 248126520
    10  ???                               0x0ec490bf 0 + 247763135
    11  ???                               0x0ed4834c 0 + 248808268
    12  ???                               0x0ed48d13 0 + 248810771
    13  ???                               0x0ed48ea8 0 + 248811176
    14  ???                               0x0ed4768a 0 + 248805002
    15  ???                               0x0ec9f35b 0 + 248116059
    16  ???                               0x0eca1a0a 0 + 248125962
    17  ???                               0x0eca1c38 0 + 248126520
    18  ???                               0x0eca2095 0 + 248127637
    19  ???                               0x115cb4e3 0 + 291288291
    20  ???                               0x0ec490bf 0 + 247763135
    21  ???                               0x0ed4834c 0 + 248808268
    22  ???                               0x0ed48d13 0 + 248810771
    23  ???                               0x0ed48ea8 0 + 248811176
    24  ???                               0x0ed4768a 0 + 248805002
    25  ???                               0x0ec9f35b 0 + 248116059
    26  ???                               0x0eca1a0a 0 + 248125962
    27  ???                               0x0eca1c38 0 + 248126520
    28  ???                               0x0eca2095 0 + 248127637
    29  ???                               0x0ed47edb 0 + 248807131
    30  ???                               0x0ec490bf 0 + 247763135
    31  ???                               0x0ed4834c 0 + 248808268
    32  ???                               0x0ed48d13 0 + 248810771
    33  ???                               0x0ed48ea8 0 + 248811176
    34  ???                               0x0ed4ad02 0 + 248818946
    35  ???                               0x0ed4b91c 0 + 248822044
    36  com.adobe.AIR                     0x027f1490 XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1798784
    37  com.adobe.AIR                     0x027f1edf XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1801423
    38  com.adobe.AIR                     0x02943522 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 747783
    39  com.adobe.AIR                     0x02940458 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 735293
    40  com.adobe.AIR                     0x02943263 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 747080
    41  com.adobe.AIR                     0x02a698f1 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1952982
    42  ???                               0x0be7a485 0 + 199730309
    43  ???                               0x0be7108e 0 + 199692430
    44  ???                               0x0be70d48 0 + 199691592
    45  com.adobe.AIR                     0x0274a8a9 XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1115801
    46  com.adobe.AIR                     0x027bb13f XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1576751
    47  ???                               0x0b451c4f 0 + 189078607
    48  ???                               0x0be71545 0 + 199693637
    49  ???                               0x0be70d8d 0 + 199691661
    50  com.adobe.AIR                     0x02943522 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 747783
    51  com.adobe.AIR                     0x02940458 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 735293
    52  com.adobe.AIR                     0x0293f963 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 732488
    53  com.adobe.AIR                     0x02943d73 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 749912
    54  com.adobe.AIR                     0x0294600e r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 758771
    55  com.adobe.AIR                     0x02be328b shaders_acos_ss + 286123
    56  com.adobe.AIR                     0x02a69a2a r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1953295
    57  ???                               0x0be77e67 0 + 199720551
    58  ???                               0x0be7170c 0 + 199694092
    59  com.adobe.AIR                     0x02be34fe shaders_acos_ss + 286750
    60  com.adobe.AIR                     0x029cde3c r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1315361
    61  com.adobe.AIR                     0x02998fbf r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1098660
    62  com.adobe.AIR                     0x029ce454 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1316921
    63  com.adobe.AIR                     0x02b826f9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 3103454
    64  com.adobe.AIR                     0x02b8551e r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 3115267
    65  com.adobe.AIR                     0x029fd0b7 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1508508
    66  com.adobe.AIR                     0x029fe457 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1513532
    67  com.apple.CoreFoundation          0x900cd4cb __CFRunLoopDoSources0 + 1563
    68  com.apple.CoreFoundation          0x900caf8f __CFRunLoopRun + 1071
    69  com.apple.CoreFoundation          0x900ca464 CFRunLoopRunSpecific + 452
    70  com.apple.CoreFoundation          0x900ca291 CFRunLoopRunInMode + 97
    71  com.apple.HIToolbox               0x911d2e04 RunCurrentEventLoopInMode + 392
    72  com.apple.HIToolbox               0x911d2bb9 ReceiveNextEventCommon + 354
    73  com.apple.HIToolbox               0x911d2a3e BlockUntilNextEventMatchingListInMode + 81
    74  com.apple.AppKit                  0x9086b78d _DPSNextEvent + 847
    75  com.apple.AppKit                  0x9086afce -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    76  com.apple.AppKit                  0x9082d247 -[NSApplication run] + 821
    77  com.adobe.AIR                     0x0255ed2c 0x255a000 + 19756
    78  com.adobe.AIR                     0x0255f072 0x255a000 + 20594
    79  ...6C4E0088DFC1F7243AF9EBF75.1    0x00002ff7 start + 4363
    80  ...6C4E0088DFC1F7243AF9EBF75.1    0x00001fe7 start + 251
    81  ...6C4E0088DFC1F7243AF9EBF75.1    0x00001f15 start + 41
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                 0x92af1922 kevent + 10
    1   libSystem.B.dylib                 0x92af203c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                 0x92af14f9 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                 0x92af129e _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                 0x92af0d21 _pthread_wqthread + 390
    5   libSystem.B.dylib                 0x92af0b66 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                 0x92af09b2 __workq_kernreturn + 10
    1   libSystem.B.dylib                 0x92af0f48 _pthread_wqthread + 941
    2   libSystem.B.dylib                 0x92af0b66 start_wqthread + 30
    Thread 3:
    0   libSystem.B.dylib                 0x92acb0e2 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                 0x92af8c9c _pthread_cond_wait + 1089
    2   libSystem.B.dylib                 0x92b4145f pthread_cond_wait + 48
    3   com.adobe.AIR                     0x02a5e805 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907690
    4   com.adobe.AIR                     0x028ad14a r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 132399
    5   com.adobe.AIR                     0x02a5e8e9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907918
    6   com.adobe.AIR                     0x02a5e963 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908040
    7   com.adobe.AIR                     0x02a5e9fe r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908195
    8   libSystem.B.dylib                 0x92af87fd _pthread_start + 345
    9   libSystem.B.dylib                 0x92af8682 thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                 0x92acb0e2 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                 0x92af8c9c _pthread_cond_wait + 1089
    2   libSystem.B.dylib                 0x92b4145f pthread_cond_wait + 48
    3   com.adobe.AIR                     0x02a5e805 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907690
    4   com.adobe.AIR                     0x028ad14a r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 132399
    5   com.adobe.AIR                     0x02a5e8e9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907918
    6   com.adobe.AIR                     0x02a5e963 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908040
    7   com.adobe.AIR                     0x02a5e9fe r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908195
    8   libSystem.B.dylib                 0x92af87fd _pthread_start + 345
    9   libSystem.B.dylib                 0x92af8682 thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                 0x92acb0fa semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                 0x92af8c85 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                 0x92b27aa8 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.AIR                     0x02a5e847 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907756
    4   com.adobe.AIR                     0x02a717a8 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1985421
    5   com.adobe.AIR                     0x02a5e8e9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907918
    6   com.adobe.AIR                     0x02a5e963 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908040
    7   com.adobe.AIR                     0x02a5e9fe r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908195
    8   libSystem.B.dylib                 0x92af87fd _pthread_start + 345
    9   libSystem.B.dylib                 0x92af8682 thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                 0x92acb0fa semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                 0x92af8c85 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                 0x92b27aa8 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.AIR                     0x02a5e847 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907756
    4   com.adobe.AIR                     0x02b6e93b r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 3022112
    5   com.adobe.AIR                     0x02a5e8e9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907918
    6   com.adobe.AIR                     0x02a5e963 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908040
    7   com.adobe.AIR                     0x02a5e9fe r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908195
    8   libSystem.B.dylib                 0x92af87fd _pthread_start + 345
    9   libSystem.B.dylib                 0x92af8682 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
       eax: 0x00000000  ebx: 0x029a0e11  ecx: 0x000d2bf0  edx: 0x11707154
       edi: 0xbfffc88c  esi: 0x117070d0  ebp: 0xbfffc8a8  esp: 0xbfffc860
        ss: 0x0000001f  efl: 0x00010246  eip: 0x029a0ea8   cs: 0x00000017
        ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
       cr2: 0x00000004
    Binary Images:
         0x1000 -     0x6ff7 +com.picaboo.Picaboo.A382D4714709B456C4E0088DFC1F7243AF9EBF75.1 10.136P (???) <61ACEB56-50C0-4195-7C4F-7AADFF5984AB> /Applications/Picaboo X.app/Contents/MacOS/Picaboo X
       0x500000 -   0x5b5fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <AACC86C0-86B4-B1A7-003F-2A0AF68973A2> /usr/lib/libcrypto.0.9.7.dylib
      0x255a000 -  0x31d0ff3 +com.adobe.AIR ??? (2.6.0.19120) <DF482B2D-E5BD-CEB1-E40E-0F2C7394FBED> /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR
      0xb42b000 -  0xb42fff3  com.apple.audio.AudioIPCPlugIn 1.1.6 (1.1.6) <6A211097-72ED-1461-4050-72C9101D79E4> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/C ontents/MacOS/AudioIPCPlugIn
      0xb434000 -  0xb43affb  com.apple.audio.AppleHDAHALPlugIn 1.9.9 (1.9.9f12) <404165FF-1BA0-706B-F48A-10AC997162B1> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn
    0x10e3a000 - 0x10e48fe7  libSimplifiedChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <AFA4C3C8-D752-EC96-FF56-6E2F8ABB391B> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x10e4c000 - 0x10e5eff7  libTraditionalChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <08801444-00D2-E55B-AE80-B807B99BB0C6> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <749D24EE-54BD-D74B-D305-C13F5E6C95D8> /usr/lib/dyld
    0x90003000 - 0x9003cff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <90C5DE81-1BEF-D807-A898-0FC19BDD14EC> /usr/lib/libcups.2.dylib
    0x9003d000 - 0x9008dff7  com.apple.framework.familycontrols 2.0.2 (2020) <C96C8A99-A40C-8B9C-1FBA-A0F46AC92F17> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x9008e000 - 0x90209fe7  com.apple.CoreFoundation 6.6.4 (550.42) <C78D5079-663E-9734-7AFA-6CE79A0539F1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9025b000 - 0x9026bff7  com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
    0x90273000 - 0x90287ffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x90288000 - 0x90289ff7  com.apple.TrustEvaluationAgent 1.1 (1) <2D970A9B-77E8-EDC0-BEC6-7580D78B2843> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
    0x902d3000 - 0x90353feb  com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
    0x90354000 - 0x90397ff7  com.apple.NavigationServices 3.5.4 (182) <8DC6FD4A-6C74-9C23-A4C3-715B44A8D28C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices
    0x90398000 - 0x90406ff7  com.apple.QuickLookUIFramework 2.3 (327.6) <74706A08-5399-24FE-00B2-4A702A6B83C1> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/V ersions/A/QuickLookUI
    0x90407000 - 0x90482fff  com.apple.AppleVAFramework 4.10.23 (4.10.23) <57B7C626-F344-AB15-8556-00425FA765DE> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x90483000 - 0x904b6ffb  libTrueTypeScaler.dylib ??? (???) <574C2C51-65EC-7D2A-086D-C9312287DE22> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libTrueTypeScaler.dylib
    0x904b7000 - 0x90573fff  com.apple.ColorSync 4.6.6 (4.6.6) <D00B95AE-2379-CB8E-B18C-FF5B66741C23> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x90574000 - 0x905a4ff7  com.apple.MeshKit 1.1 (49.2) <5A74D1A4-4B97-FE39-4F4D-E0B80F0ADD87> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x905a5000 - 0x905ecffb  com.apple.CoreMediaIOServices 134.0 (1160) <4CD78557-3CDA-A4B5-33CB-BBB876B4463D> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/CoreMediaIOSer vices
    0x905ed000 - 0x90608ff7  libPng.dylib ??? (???) <65E824F7-523A-CC34-ABDD-2A3B12DE1CA9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libPng.dylib
    0x9079f000 - 0x907f7fe7  com.apple.datadetectorscore 2.0 (80.7) <ADDE04FB-90A7-2132-75AF-C6B19DD0D97E> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor e
    0x90823000 - 0x91103ff7  com.apple.AppKit 6.6.7 (1038.35) <ABC7783C-E4D5-B848-BED6-99451D94D120> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x91104000 - 0x9110bff3  com.apple.print.framework.Print 6.1 (237.1) <F5AAE53D-5530-9004-A9E3-2C1690C5328E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x9110c000 - 0x91117ff7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <4560936D-7730-5DD2-BFD7-95270DDC210A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib
    0x91196000 - 0x9119dff7  com.apple.agl 3.0.12 (AGL-3.0.12) <61A74CE1-750D-9CAB-B780-306841739EE1> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x9119e000 - 0x914c2fef  com.apple.HIToolbox 1.6.5 (???) <21164164-41CE-61DE-C567-32E89755CB34> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x914c3000 - 0x914d3ff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x91692000 - 0x91695fe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x91696000 - 0x916d3ff7  com.apple.CoreMedia 0.484.20 (484.20) <105DDB24-E45F-5473-99E1-B09FDEAE4500> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x916d4000 - 0x916deffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <7486003F-8FDB-BD6C-CB34-DE45315BD82C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x916df000 - 0x91a4aff7  com.apple.QuartzCore 1.6.3 (227.36) <8E927524-EB0A-D5BA-C2E4-FA26FE4C428A> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x91d60000 - 0x91e40fe7  com.apple.vImage 4.1 (4.1) <D029C515-08E1-93A6-3705-DD062A3A672C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0x91e5a000 - 0x91f11feb  libFontParser.dylib ??? (???) <DDBBB503-5289-2E2B-AD35-F3BA00D00D5F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib
    0x91ff6000 - 0x92007ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <3036AD83-4F1D-1028-54EE-54165E562650> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x92008000 - 0x92136fe7  com.apple.CoreData 102.1 (251) <87FE6861-F2D6-773D-ED45-345272E56463> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x92163000 - 0x92163ff7  com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x92164000 - 0x9261dffb  com.apple.VideoToolbox 0.484.20 (484.20) <E7B9F015-2569-43D7-5268-375ED937ECA5> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x9261e000 - 0x92629ff7  libGL.dylib ??? (???) <4425B9AA-B494-A336-EABB-6BBC9FF4EC4F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x9262a000 - 0x9262aff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x9262b000 - 0x9266ffe7  com.apple.Metadata 10.6.3 (507.15) <A23633F1-E913-66C2-A073-E2B174C09B18> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
    0x92670000 - 0x92990ff3  com.apple.CoreServices.CarbonCore 861.34 (861.34) <3DA9098F-B71B-4BDE-5DE5-4B76C49158EB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x92991000 - 0x92a0aff7  com.apple.PDFKit 2.5.1 (2.5.1) <A068BF37-03E0-A231-2791-561C60C3ED2B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versio ns/A/PDFKit
    0x92a0b000 - 0x92a46feb  libFontRegistry.dylib ??? (???) <4FB144ED-8AF9-27CF-B315-DCE5575D5231> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
    0x92a88000 - 0x92ac9ff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <95079B56-0B7B-F114-5C43-5220DBE0FBB1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib
    0x92aca000 - 0x92c71ff7  libSystem.B.dylib 125.2.10 (compatibility 1.0.0) <ADF8138B-2384-2FC0-CCBF-C4721B53568A> /usr/lib/libSystem.B.dylib
    0x92da9000 - 0x92ed5ffb  com.apple.MediaToolbox 0.484.20 (484.20) <D67788A2-B772-C5DB-B12B-173B2F8EE40B> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x92ed6000 - 0x92f1aff3  com.apple.coreui 2 (114) <2234855E-3BED-717F-0BFA-D1A289ECDBDA> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x92f1b000 - 0x92f6cff7  com.apple.HIServices 1.8.2 (???) <F6EAC2D1-902A-9374-FC4B-43B50E054416> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x92f6d000 - 0x92f70ff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <B84D7376-EE9C-2B7F-04FA-D622E2C10CA6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXType.A.dylib
    0x92f71000 - 0x92f71ff7  com.apple.Carbon 150 (152) <734BDB59-8B13-54FA-0653-AA8623DF9846> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x939e8000 - 0x93a83ff7  com.apple.ApplicationServices.ATS 4.4 (???) <FD63F92B-8DDE-4DBA-A7A5-0294E3607083> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x93a84000 - 0x93a99fff  com.apple.ImageCapture 6.0.2 (6.0.2) <E9F4B952-27A1-5BFC-CA8D-DADA055D30E9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x93c7a000 - 0x93cadff7  com.apple.AE 496.4 (496.4) <C73D124C-C722-41D8-3465-4CE0D0BA9307> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x93d5f000 - 0x93d90ff7  libGLImage.dylib ??? (???) <1AF72191-087A-5D75-B3B9-3F537315F635> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x93d91000 - 0x93dadfe3  com.apple.openscripting 1.3.1 (???) <2A748037-D1C0-6D47-2C4A-0562AF799AC9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x93dae000 - 0x93e5bfe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <C8925910-B927-968B-4B71-D83A4CEF8646> /usr/lib/libobjc.A.dylib
    0x93eab000 - 0x93ed3ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x93ed4000 - 0x93edafe7  com.apple.CommerceCore 1.0 (9) <928FCA4F-1366-AE18-CF67-87C79F5DAC21> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCor e.framework/Versions/A/CommerceCore
    0x93edb000 - 0x93edbff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x93edc000 - 0x93efefef  com.apple.DirectoryService.Framework 3.6 (621.11) <CA979EAC-9537-43B6-CD69-C144ACB75E09> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x93f6f000 - 0x93fd9fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x93fda000 - 0x9403effb  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
    0x9403f000 - 0x9403fff7  com.apple.quartzframework 1.5 (1.5) <4EE8095D-5E47-1EB6-3A8A-6ECE3BEC8647> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x94059000 - 0x9415afe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <C75F921C-F027-6372-A0A1-EDB8A6234331> /usr/lib/libxml2.2.dylib
    0x9415b000 - 0x942ddfe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <D375C1CF-C88D-C5F6-3C49-CD429023FBAC> /usr/lib/libicucore.A.dylib
    0x942e3000 - 0x94365ffb  SecurityFoundation ??? (???) <2E1F1AF0-A258-D215-2600-5DF03896D1F1> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x9456e000 - 0x9460bfe3  com.apple.LaunchServices 362.2 (362.2) <F3952CAB-322F-A12F-57AF-8B91B1D76DDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0x94744000 - 0x94765fe7  com.apple.opencl 12.3.6 (12.3.6) <B4104B80-1CB3-191C-AFD3-697843C6BCFF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x94766000 - 0x94774fe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <33C1B260-ED05-945D-FC33-EF56EC791E2E> /usr/lib/libz.1.dylib
    0x94775000 - 0x947cbff7  com.apple.MeshKitRuntime 1.1 (49.2) <CB9F38B1-E107-EA62-EDFF-02EE79F6D1A5> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitRuntime. framework/Versions/A/MeshKitRuntime
    0x947cc000 - 0x94ac5fef  com.apple.QuickTime 7.6.6 (1756.15) <C2567783-4EAC-6803-522B-D701B95C4DAE> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94ac6000 - 0x94cf1ff3  com.apple.QuartzComposer 4.2 ({156.28}) <62E864AD-3155-59B8-BA1F-8197360C8587> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framewor k/Versions/A/QuartzComposer
    0x94cf2000 - 0x94cfcfe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound
    0x9516e000 - 0x951b7fe7  libTIFF.dylib ??? (???) <5CE284EC-F637-EDBB-FDB3-61E86407CBB8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libTIFF.dylib
    0x951da000 - 0x955f0ff7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
    0x9569b000 - 0x956a4ff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x957dd000 - 0x95fcc557  com.apple.CoreGraphics 1.545.0 (???) <8A4CB0D9-1001-0F62-4DA4-B8AB3B45E226> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
    0x95fcd000 - 0x96232feb  com.apple.security 6.1.1 (37594) <251BA05D-6F3D-F687-77C2-15E52539F308> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x96233000 - 0x962c5fe7  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
    0x962c6000 - 0x962ccfff  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
    0x962cd000 - 0x9630fff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <8A4721DE-25C4-C8AA-EA90-9DA7812E3EBA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x964d9000 - 0x964e5ff7  libkxld.dylib ??? (???) <9D8378E0-1C58-EED8-EA00-F4515B8BE7A3> /usr/lib/system/libkxld.dylib
    0x964e6000 - 0x9691bff7  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
    0x9691c000 - 0x96943ff7  com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework /Versions/A/QuartzFilters
    0x96944000 - 0x96afefeb  com.apple.ImageIO.framework 3.0.4 (3.0.4) <C96F11A7-2569-3037-C4C3-0342708FA3CB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/ImageIO
    0x96aff000 - 0x96b25ffb  com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x96b26000 - 0x96b27ff7  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
    0x96b28000 - 0x96b6eff7  libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
    0x96bf6000 - 0x96c0afe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x96c17000 - 0x96c1bff7  libGIF.dylib ??? (???) <447BC6E8-4C56-3D5D-983B-6BEA0D26F319> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libGIF.dylib
    0x96c1c000 - 0x96d5ffef  com.apple.QTKit 7.6.6 (1756.15) <32C49374-14BC-53E7-FBFF-E11B42A41F56> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x96d73000 - 0x96d73ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x96db1000 - 0x96e0bfe7  com.apple.CorePDF 1.3 (1.3) <EA168671-F44F-BFE4-AA7D-3801DA29A650> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x96e0c000 - 0x96e14ff7  com.apple.DisplayServicesFW 2.3.0 (283) <305F9514-2404-5CF7-AFB4-00BB4D2EA69E> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x96e15000 - 0x96e19ff7  libGFXShared.dylib ??? (???) <4F2199F0-320F-0B59-0380-D3131D644CBA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x96e52000 - 0x970c5fe7  com.apple.Foundation 6.6.6 (751.53) <C73FDD37-000B-C505-FD8D-80D1C9D17965> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x970fb000 - 0x971d5ffb  com.apple.DesktopServices 1.5.10 (1.5.10) <2BA08DD4-35A2-A0FF-ADEA-B381F0CEEB81> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x971d6000 - 0x97284ff3  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
    0x97285000 - 0x972e2ff7  com.apple.framework.IOKit 2.0 (???) <A769737F-E0D6-FB06-29B4-915CF4F43420> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x972e3000 - 0x972e3ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <ABF97DA4-3BDF-6FFD-6239-B023CA1F7974> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
    0x97327000 - 0x97327ff7  com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x97328000 - 0x9750afff  com.apple.imageKit 2.0.3 (1.0) <B4DB05F7-01C5-35EE-7AB9-41BD9D63F075> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Vers ions/A/ImageKit
    0x9750b000 - 0x9754bff3  com.apple.securityinterface 4.0.1 (40418) <26D84A83-F5B9-93CF-71BB-0712698181EE> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x975a8000 - 0x975c0ff7  com.apple.CFOpenDirectory 10.6 (10.6) <F9AFC571-3539-6B46-ABF9-46DA2B608819> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
    0x975fd000 - 0x976b6fe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
    0x976b9000 - 0x976bdff7  IOSurface ??? (???) <235E7E3D-B6E5-0AAA-C41A-7AC1F54A7EBF> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x976dd000 - 0x9772afeb  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <136BFA48-D456-B677-3B5D-40A6946C3A09> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
    0x97735000 - 0x97735ff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x97736000 - 0x97743ff7  com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x97821000 - 0x978cbfe7  com.apple.CFNetwork 454.11.12 (454.11.12) <BE832CCE-B692-F55F-F5F8-3973649AFEA1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk/Versions/A/CFNetwork
    0x978df000 - 0x97940fe7  com.apple.CoreText 3.151.8 (???) <6F5D6C49-4693-B9B7-6612-832E8F155747> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.f ramework/Versions/A/CoreText
    0x97941000 - 0x97a12fe3  ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <41417F73-42C5-FFC3-E7A1-EF94602CDCD6> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/V ersions/A/Resources/ColorSyncDeprecated.dylib
    0x97ba2000 - 0x97c1cfff  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <A02CEAE9-943A-CBE2-2350-4631C1E7B0A7> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x97c1d000 - 0x97c60ff7  libGLU.dylib ??? (???) <2C7B2727-26F6-F29D-9D15-33044E87359F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x97c7f000 - 0x97c8dff7  com.apple.opengl 1.6.12 (1.6.12) <81AEF74E-E33A-B021-9CDB-6199104105FF> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x97c8e000 - 0x97c90ff7  libRadiance.dylib ??? (???) <B83179D4-E41C-D2BA-1E4C-A64CB45C15E6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libRadiance.dylib
    0x98c5d000 - 0x98cf5fe7  edu.mit.Kerberos 6.5.11 (6.5.11) <F36DB665-A88B-7F5B-6244-6A2E7FFFF668> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x98cf6000 - 0x98e02ff7  libGLProgrammability.dylib ??? (???) <2D172B4E-432F-D18E-EA99-3BD56DBE7649> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib
    0x98e3d000 - 0x99019ffb  libType1Scaler.dylib ??? (???) <494D1BE1-8395-9A53-1224-1CFD4236D40E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libType1Scaler.dylib
    0x9901a000 - 0x99156ff7  com.apple.audio.toolbox.AudioToolbox 1.6.6 (1.6.6) <781018FB-474B-E09C-D419-5BFF80590A10> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x99157000 - 0x9915aff7  libCoreVMClient.dylib ??? (???) <12EF6056-7AC7-6691-75A2-BD0675C56A35> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x9918e000 - 0x99290fef  com.apple.MeshKitIO 1.1 (49.2) <D0401AC5-1F92-2BBB-EBAB-58EDD3BA61B9> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitIO.frame work/Versions/A/MeshKitIO
    0x99291000 - 0x9935cfef  com.apple.CoreServices.OSServices 359 (359) <EC340F74-8192-C9DD-40B3-AE4E519A38D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x9935d000 - 0x9935eff7  com.apple.audio.units.AudioUnit 1.6.6 (1.6.6) <253E9552-5CEA-0D5A-1EDA-3B8F669B79EA> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9935f000 - 0x9937eff7  com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9937f000 - 0x99382ffb  com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
    0x99399000 - 0x993d7ff7  com.apple.QuickLookFramework 2.3 (327.6) <66955C29-0C99-D02C-DB18-4952AFB4E886> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x993de000 - 0x994e2fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <BDEFA030-5E75-7C47-2904-85AB16937F45> /usr/lib/libcrypto.0.9.8.dylib
    0x9950e000 - 0x9957dff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <595A5539-9F54-63E6-7AAC-C04E1574B050> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x9957e000 - 0x99583ff7  com.apple.OpenDirectory 10.6 (10.6) <C1B46982-7D3B-3CC4-3BC2-3E4B595F0231> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x99705000 - 0x99745ff7  com.apple.ImageCaptureCore 1.0.4 (1.0.4) <CE815114-CEFA-4AF4-7365-7908428AB733> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x9977e000 - 0x99790ff7  com.apple.MultitouchSupport.framework 207.10 (207.10) <32CE2895-DAF0-2137-F9BE-8150359F43A1> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
    0x9979d000 - 0x997daff7  com.apple.SystemConfiguration 1.10.5 (1.10.2) <362DF639-6E5F-9371-9B99-81C581A8EE41> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x997db000 - 0x997fbfe7  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <BF7FF2F6-5FD3-D78F-77BC-9E2CB2A5E309> /usr/lib/libresolv.9.dylib
    0x997fc000 - 0x999faff3  com.apple.JavaScriptCore 6533.20 (6533.20.20) <C97A479C-FDF9-3F19-2EE0-80288257C477> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x999fb000 - 0x99aa3ffb  com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x99aa4000 - 0x99ac8ff7  libJPEG.dylib ??? (???) <A50127EB-C202-0436-E62D-41E2E893E436> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJPEG.dylib
    0x99ac9000 - 0x99acbff7  com.apple.securityhi 4.0 (36638) <C7DA80C1-DCFD-C321-08DA-5E6946CA66E0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0xba900000 - 0xba916ff7  libJapaneseConverter.dylib 49.0.0 (compatibility 1.0.0) <02CCC192-2AC9-73DF-4A40-0B3AF87B6372> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21fe7  libKoreanConverter.dylib 49.0.0 (compatibility 1.0.0) <8697CB9C-AC3B-301B-F1BD-382E30FA5642> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <ADF8138B-2384-2FC0-CCBF-C4721B53568A> /usr/lib/libSystem.B.dylib
    Model: iMac5,1, BootROM IM51.0090.B09, 2 processors, Intel Core 2 Duo, 2.16 GHz, 3 GB, SMC 1.9f4
    Graphics: ATI Radeon X1600, ATY,RadeonX1600, PCIe, 128 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x87), Broadcom BCM43xx 1.0 (5.10.131.36.9)
    Bluetooth: Version 2.4.0f1, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: WDC WD2500JS-40TGB0, 232.89 GB
    Parallel ATA Device: MATSHITADVD-R   UJ-85J
    USB Device: Keyboard Hub, 0x05ac  (Apple Inc.), 0x1006, 0xfd500000
    USB Device: Microsoft 5-Button Mouse with IntelliEye(TM), 0x045e  (Microsoft Corporation), 0x0039, 0xfd530000
    USB Device: Apple Keyboard, 0x05ac  (Apple Inc.), 0x0220, 0xfd520000
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8501, 0xfd400000
    USB Device: Mass Storage Device, 0x058f  (Alcor Micro, Corp.), 0x6366, 0xfd100000
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8206, 0x7d100000
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8240, 0x7d200000
    Process:         Picaboo X [11446]
    Path:            /Applications/Picaboo X.app/Contents/MacOS/Picaboo X
    Identifier:      com.picaboo.Picaboo.A382D4714709B456C4E0088DFC1F7243AF9EBF75.1
    Version:         10.136P (???)
    Code Type:       X86 (Native)
    Parent Process:  launchd [94]
    Date/Time:       2011-03-23 17:27:20.054 -0400
    OS Version:      Mac OS X 10.6.7 (10J869)
    Report Version:  6
    Interval Since Last Report:          1161 sec
    Crashes Since Last Report:           4
    Per-App Interval Since Last Report:  5 sec
    Per-App Crashes Since Last Report:   4
    Anonymous UUID:                      5A6F278B-732B-496F-8A19-3A1807BB9BAD
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000004
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   com.adobe.AIR                     0x029a0ea8 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1131149
    1   com.adobe.AIR                     0x02a6a77f r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1956708
    2   ???                               0x0be6da23 0 + 199678499
    3   ???                               0x115c83fa 0 + 291275770
    4   com.adobe.AIR                     0x027f1490 XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1798784
    5   com.adobe.AIR                     0x027f1edf XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1801423
    6   com.adobe.AIR                     0x0275e0f2 XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1195746
    7   ???                               0x115c8663 0 + 291276387
    8   ???                               0x115c97e3 0 + 291280867
    9   ???                               0x0eca1c38 0 + 248126520
    10  ???                               0x0ec490bf 0 + 247763135
    11  ???                               0x0ed4834c 0 + 248808268
    12  ???                               0x0ed48d13 0 + 248810771
    13  ???                               0x0ed48ea8 0 + 248811176
    14  ???                               0x0ed4768a 0 + 248805002
    15  ???                               0x0ec9f35b 0 + 248116059
    16  ???                               0x0eca1a0a 0 + 248125962
    17  ???                               0x0eca1c38 0 + 248126520
    18  ???                               0x0eca2095 0 + 248127637
    19  ???                               0x115cb4e3 0 + 291288291
    20  ???                               0x0ec490bf 0 + 247763135
    21  ???                               0x0ed4834c 0 + 248808268
    22  ???                               0x0ed48d13 0 + 248810771
    23  ???                               0x0ed48ea8 0 + 248811176
    24  ???                               0x0ed4768a 0 + 248805002
    25  ???                               0x0ec9f35b 0 + 248116059
    26  ???                               0x0eca1a0a 0 + 248125962
    27  ???                               0x0eca1c38 0 + 248126520
    28  ???                               0x0eca2095 0 + 248127637
    29  ???                               0x0ed47edb 0 + 248807131
    30  ???                               0x0ec490bf 0 + 247763135
    31  ???                               0x0ed4834c 0 + 248808268
    32  ???                               0x0ed48d13 0 + 248810771
    33  ???                               0x0ed48ea8 0 + 248811176
    34  ???                               0x0ed4ad02 0 + 248818946
    35  ???                               0x0ed4b91c 0 + 248822044
    36  com.adobe.AIR                     0x027f1490 XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1798784
    37  com.adobe.AIR                     0x027f1edf XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1801423
    38  com.adobe.AIR                     0x02943522 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 747783
    39  com.adobe.AIR                     0x02940458 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 735293
    40  com.adobe.AIR                     0x02943263 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 747080
    41  com.adobe.AIR                     0x02a698f1 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1952982
    42  ???                               0x0be7a485 0 + 199730309
    43  ???                               0x0be7108e 0 + 199692430
    44  ???                               0x0be70d48 0 + 199691592
    45  com.adobe.AIR                     0x0274a8a9 XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1115801
    46  com.adobe.AIR                     0x027bb13f XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1576751
    47  ???                               0x0b451c4f 0 + 189078607
    48  ???                               0x0be71545 0 + 199693637
    49  ???                               0x0be70d8d 0 + 199691661
    50  com.adobe.AIR                     0x02943522 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 747783
    51  com.adobe.AIR                     0x02940458 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 735293
    52  com.adobe.AIR                     0x0293f963 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 732488
    53  com.adobe.AIR                     0x02943d73 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 749912
    54  com.adobe.AIR                     0x0294600e r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 758771
    55  com.adobe.AIR                     0x02be328b shaders_acos_ss + 286123
    56  com.adobe.AIR                     0x02a69a2a r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1953295
    57  ???                               0x0be77e67 0 + 199720551
    58  ???                               0x0be7170c 0 + 199694092
    59  com.adobe.AIR                     0x02be34fe shaders_acos_ss + 286750
    60  com.adobe.AIR                     0x029cde3c r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1315361
    61  com.adobe.AIR                     0x02998fbf r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1098660
    62  com.adobe.AIR                     0x029ce454 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1316921
    63  com.adobe.AIR                     0x02b826f9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 3103454
    64  com.adobe.AIR                     0x02b8551e r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 3115267
    65  com.adobe.AIR                     0x029fd0b7 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1508508
    66  com.adobe.AIR                     0x029fe457 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1513532
    67  com.apple.CoreFoundation          0x900cd4cb __CFRunLoopDoSources0 + 1563
    68  com.apple.CoreFoundation          0x900caf8f __CFRunLoopRun + 1071
    69  com.apple.CoreFoundation          0x900ca464 CFRunLoopRunSpecific + 452
    70  com.apple.CoreFoundation          0x900ca291 CFRunLoopRunInMode + 97
    71  com.apple.HIToolbox               0x911d2e04 RunCurrentEventLoopInMode + 392
    72  com.apple.HIToolbox               0x911d2bb9 ReceiveNextEventCommon + 354
    73  com.apple.HIToolbox               0x911d2a3e BlockUntilNextEventMatchingListInMode + 81
    74  com.apple.AppKit                  0x9086b78d _DPSNextEvent + 847
    75  com.apple.AppKit                  0x9086afce -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    76  com.apple.AppKit                  0x9082d247 -[NSApplication run] + 821
    77  com.adobe.AIR                     0x0255ed2c 0x255a000 + 19756
    78  com.adobe.AIR                     0x0255f072 0x255a000 + 20594
    79  ...6C4E0088DFC1F7243AF9EBF75.1    0x00002ff7 start + 4363
    80  ...6C4E0088DFC1F7243AF9EBF75.1    0x00001fe7 start + 251
    81  ...6C4E0088DFC1F7243AF9EBF75.1    0x00001f15 start + 41
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                 0x92af1922 kevent + 10
    1   libSystem.B.dylib                 0x92af203c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                 0x92af14f9 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                 0x92af129e _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                 0x92af0d21 _pthread_wqthread + 390
    5   libSystem.B.dylib                 0x92af0b66 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                 0x92af09b2 __workq_kernreturn + 10
    1   libSystem.B.dylib                 0x92af0f48 _pthread_wqthread + 941
    2   libSystem.B.dylib                 0x92af0b66 start_wqthread + 30
    Thread 3:
    0   libSystem.B.dylib                 0x92acb0e2 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                 0x92af8c9c _pthread_cond_wait + 1089
    2   libSystem.B.dylib                 0x92b4145f pthread_cond_wait + 48
    3   com.adobe.AIR                     0x02a5e805 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907690
    4   com.adobe.AIR                     0x028ad14a r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 132399
    5   com.adobe.AIR                     0x02a5e8e9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907918
    6   com.adobe.AIR                     0x02a5e963 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908040
    7   com.adobe.AIR                     0x02a5e9fe r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908195
    8   libSystem.B.dylib                 0x92af87fd _pthread_start + 345
    9   libSystem.B.dylib                 0x92af8682 thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                 0x92acb0e2 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                 0x92af8c9c _pthread_cond_wait + 1089
    2   libSystem.B.dylib                 0x92b4145f pthread_cond_wait + 48
    3   com.adobe.AIR                     0x02a5e805 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907690
    4   com.adobe.AIR                     0x028ad14a r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 132399
    5   com.adobe.AIR                     0x02a5e8e9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907918
    6   com.adobe.AIR                     0x02a5e963 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908040
    7   com.adobe.AIR                     0x02a5e9fe r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908195
    8   libSystem.B.dylib                 0x92af87fd _pthread_start + 345
    9   libSystem.B.dylib                 0x92af8682 thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                 0x92acb0fa semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                 0x92af8c85 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                 0x92b27aa8 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.AIR                     0x02a5e847 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907756
    4   com.adobe.AIR                     0x02a717a8 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1985421
    5   com.adobe.AIR                     0x02a5e8e9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907918
    6   com.adobe.AIR                     0x02a5e963 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908040
    7   com.adobe.AIR                     0x02a5e9fe r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908195
    8   libSystem.B.dylib                 0x92af87fd _pthread_start + 345
    9   libSystem.B.dylib                 0x92af8682 thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                 0x92acb0fa semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                 0x92af8c85 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                 0x92b27aa8 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.AIR                     0x02a5e847 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907756
    4   com.adobe.AIR                     0x02b6e93b r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 3022112
    5   com.adobe.AIR                     0x02a5e8e9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907918
    6   com.adobe.AIR                     0x02a5e963 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908040
    7   com.adobe.AIR                     0x02a5e9fe r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908195
    8   libSystem.B.dylib                 0x92af87fd _pthread_start + 345
    9   libSystem.B.dylib                 0x92af8682 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
       eax: 0x00000000  ebx: 0x029a0e11  ecx: 0x000d2bf0  edx: 0x11707154
       edi: 0xbfffc88c  esi: 0x117070d0  ebp: 0xbfffc8a8  esp: 0xbfffc860
        ss: 0x0000001f  efl: 0x00010246  eip: 0x029a0ea8   cs: 0x00000017
        ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
       cr2: 0x00000004
    Binary Images:
         0x1000 -     0x6ff7 +com.picaboo.Picaboo.A382D4714709B456C4E0088DFC1F7243AF9EBF75.1 10.136P (???) <61ACEB56-50C0-4195-7C4F-7AADFF5984AB> /Applications/Picaboo X.app/Contents/MacOS/Picaboo X
       0x500000 -   0x5b5fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <AACC86C0-86B4-B1A7-003F-2A0AF68973A2> /usr/lib/libcrypto.0.9.7.dylib
      0x255a000 -  0x31d0ff3 +com.adobe.AIR ??? (2.6.0.19120) <DF482B2D-E5BD-CEB1-E40E-0F2C7394FBED> /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR
      0xb42b000 -  0xb42fff3  com.apple.audio.AudioIPCPlugIn 1.1.6 (1.1.6) <6A211097-72ED-1461-4050-72C9101D79E4> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/C ontents/MacOS/AudioIPCPlugIn
      0xb434000 -  0xb43affb  com.apple.audio.AppleHDAHALPlugIn 1.9.9 (1.9.9f12) <404165FF-1BA0-706B-F48A-10AC997162B1> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn
    0x10e3a000 - 0x10e48fe7  libSimplifiedChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <AFA4C3C8-D752-EC96-FF56-6E2F8ABB391B> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x10e4c000 - 0x10e5eff7  libTraditionalChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <08801444-00D2-E55B-AE80-B807B99BB0C6> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <749D24EE-54BD-D74B-D305-C13F5E6C95D8> /usr/lib/dyld
    0x90003000 - 0x9003cff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <90C5DE81-1BEF-D807-A898-0FC19BDD14EC> /usr/lib/libcups.2.dylib
    0x9003d000 - 0x9008dff7  com.apple.framework.familycontrols 2.0.2 (2020) <C96C8A99-A40C-8B9C-1FBA-A0F46AC92F17> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x9008e000 - 0x90209fe7  com.apple.CoreFoundation 6.6.4 (550.42) <C78D5079-663E-9734-7AFA-6CE79A0539F1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9025b000 - 0x9026bff7  com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
    0x90273000 - 0x90287ffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x90288000 - 0x90289ff7  com.apple.TrustEvaluationAgent 1.1 (1) <2D970A9B-77E8-EDC0-BEC6-7580D78B2843> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
    0x902d3000 - 0x90353feb  com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818

    Hey Chris,
    This shouldn't be a influence hopefully. We also had her remove any leftover files for the Picaboo client and Air, for Picaboo that would be under User > Library > Preferences.
    For Air we had her go under Library > Frameworks, and delete Adobe Air.framework.
    Do you have another location in mind for Air we should look at?
    Thanks.

  • Endless crashes with Photoshop Elements 10

    Can one of you very smart people help me with this?  I've had a ton of trouble with installing and running Photoshop Elements 10.  Now when I quit the application, I get this error message.  Can someone help me out here?  It's been extremely frustrating.  I have a 2010 MacBook Pro running Lion 10.7.2.  Thank you!
    Process:         Adobe Photoshop Elements Editor [217]
    Path:            /Applications/Adobe Photoshop Elements 10/*/Adobe Photoshop Elements Editor.app/Contents/MacOS/Adobe Photoshop Elements Editor
    Identifier:      com.adobe.PhotoshopElements
    Version:         10.0 [20110831.m.17215] (10)
    Code Type:       X86 (Native)
    Parent Process:  launchd [123]
    Date/Time:       2011-11-26 14:53:18.542 -0500
    OS Version:      Mac OS X 10.7.2 (11C74)
    Report Version:  9
    Interval Since Last Report:          185334 sec
    Crashes Since Last Report:           110
    Per-App Interval Since Last Report:  94609 sec
    Per-App Crashes Since Last Report:   5
    Anonymous UUID:                      E366834E-C27F-448C-8616-27451FDBCF93
    Crashed Thread:  3
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000004
    VM Regions Near 0x4:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Applications/Adobe Photoshop Elements 10/*/Adobe Photoshop Elements Editor.app/Contents/MacOS/Adobe Photoshop Elements Editor
        __TEXT                 0000000000001000-0000000002228000 [ 34.2M] r-x/rwx SM=COW  /Applications/Adobe Photoshop Elements 10/*/Adobe Photoshop Elements Editor.app/Contents/MacOS/Adobe Photoshop Elements Editor
    Application Specific Information:
    objc[217]: garbage collection is OFF
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   com.adobe.PhotoshopElements             0x0002c6c7 0x1000 + 177863
    1   com.adobe.PhotoshopElements             0x000342a0 0x1000 + 209568
    2   com.adobe.PhotoshopElements             0x000342ba 0x1000 + 209594
    3   com.adobe.PhotoshopElements             0x001c4f81 0x1000 + 1851265
    4   com.adobe.PhotoshopElements             0x000aaaf6 0x1000 + 695030
    5   libsystem_c.dylib                       0x93a23944 __cxa_finalize + 243
    6   libsystem_c.dylib                       0x93a237f2 exit + 25
    7   com.adobe.PhotoshopElements             0x003b79ee start + 266
    8   com.adobe.PhotoshopElements             0x003b790d start + 41
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x9c27890a kevent + 10
    1   libdispatch.dylib                       0x93e07c58 _dispatch_mgr_invoke + 969
    2   libdispatch.dylib                       0x93e066a7 _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib                  0x9c27783e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x93a34e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x939dc82a pthread_cond_wait + 48
    3   com.adobe.amt.services                  0x07f65900 C_AMTUISwitchSuppressUpdates + 16864
    4   com.adobe.amt.services                  0x07f5e650 C_EULA_SetState + 2164
    5   com.adobe.amt.services                  0x07f65966 C_AMTUISwitchSuppressUpdates + 16966
    6   libsystem_c.dylib                       0x93a30ed9 _pthread_start + 335
    7   libsystem_c.dylib                       0x93a346de thread_start + 34
    Thread 3 Crashed:
    0   com.adobe.PhotoshopElements             0x00034450 0x1000 + 210000
    1   com.adobe.PhotoshopElements             0x004b4d8a start + 1037478
    2   com.adobe.PhotoshopElements             0x01249e40 start + 15279452
    3   com.adobe.PhotoshopElements             0x0124aff4 start + 15283984
    4   com.adobe.PhotoshopElements             0x0124b14a start + 15284326
    5   com.adobe.PhotoshopElements             0x01638421 Pt::ThreadStartInternal(void*) + 29
    6   libsystem_c.dylib                       0x93a30ed9 _pthread_start + 335
    7   libsystem_c.dylib                       0x93a346de thread_start + 34
    Thread 4:
    0   libsystem_kernel.dylib                  0x9c27802e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x93a32ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x93a346fe start_wqthread + 30
    Thread 5:
    0   libsystem_kernel.dylib                  0x9c27802e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x93a32ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x93a346fe start_wqthread + 30
    Thread 6:
    0   libsystem_kernel.dylib                  0x9c27802e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x93a32ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x93a346fe start_wqthread + 30
    Thread 7:
    0   libsystem_kernel.dylib                  0x9c27783e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x93a34e78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x93a34f7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore          0x9afbd5a3 TSWaitOnConditionTimedRelative + 178
    4   com.apple.CoreServices.CarbonCore          0x9afbd319 TSWaitOnSemaphoreCommon + 490
    5   com.apple.CoreServices.CarbonCore          0x9afbd12a TSWaitOnSemaphoreRelative + 24
    6   com.apple.CoreServices.CarbonCore          0x9b0017b5 AsyncFileThread(void*) + 248
    7   libsystem_c.dylib                       0x93a30ed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x93a346de thread_start + 34
    Thread 3 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0xb01a1dbc  ecx: 0x0000001f  edx: 0xb01a1dbc
      edi: 0xb01a1e98  esi: 0xb01a1dbc  ebp: 0xb01a1c98  esp: 0xb01a1c80
       ss: 0x00000023  efl: 0x00010282  eip: 0x00034450   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000023   gs: 0x0000000f
      cr2: 0x00000004
    Logical CPU: 0
    Binary Images:
        0x1000 -  0x2227fe3 +com.adobe.PhotoshopElements (10.0 [20110831.m.17215] - 10) <1B04ADC3-E3D8-A190-822F-969CC9559AB2> /Applications/Adobe Photoshop Elements 10/*/Adobe Photoshop Elements Editor.app/Contents/MacOS/Adobe Photoshop Elements Editor
    0x2a6b000 -  0x2a71fff  org.twain.dsm (1.9.4 - 1.9.4) <C0CCCE50-2929-3853-BE08-0DAE14CA29B8> /System/Library/Frameworks/TWAIN.framework/Versions/A/TWAIN
    0x2a78000 -  0x2e5201f +com.adobe.linguistic.LinguisticManager (4.0.0 - 7863) /Applications/Adobe Photoshop Elements 10/*/Adobe Photoshop Elements Editor.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLingui stic
    0x2f0d000 -  0x30adfe7 +com.adobe.owl (AdobeOwl version 3.1.12 - 3.1.12) <CDEF4B02-FC22-7D48-3FE3-61BA27E7B770> /Applications/Adobe Photoshop Elements 10/*/Adobe Photoshop Elements Editor.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0x311b000 -  0x323cfeb +AdobeACE (??? - ???) <4ED19D67-5FCE-653F-FE47-63F2642FFD3C> /Applications/Adobe Photoshop Elements 10/*/Adobe Photoshop Elements Editor.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x3263000 -  0x365effb +AdobeMPS (??? - ???) <746FBFB2-5AFA-B27F-51B1-949B3CE65FCE> /Applications/Adobe Photoshop Elements 10/*/Adobe Photoshop Elements Editor.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
    0x36dd000 -  0x3a02ff7 +AdobeAGM (??? - ???) <B4C93913-5929-0DD9-B6AA-F31898A40579> /Applications/Adobe Photoshop Elements 10/*/Adobe Photoshop Elements Editor.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x3a78000 -  0x3d97ff7 +com.adobe.CoolType (AdobeCoolType 5.08.104.14136 - 5.08.104.14136) <C8D029C6-B48A-A2B9-79E3-6022A22A6E32> /Applications/Adobe Photoshop Elements 10/*/Adobe Photoshop Elements Editor.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x3dee000 -  0x3e09ff3 +AdobeBIB (??? - ???) <CF6D168F-10ED-7B79-9346-4607F3064DB9> /Applications/Adobe Photoshop Elements 10/*/Adobe Photoshop Elements Editor.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x3e11000 -  0x3e37ff3 +AdobeBIBUtils (??? - ???) <185B4EA9-AF0A-0D6C-1E12-709827408B54> /Applications/Adobe Photoshop Elements 10/*/Adobe Photoshop Elements Editor.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
    0x3e3f000 -  0x3e62ff6 +AdobeAXE8SharedExpat (??? - ???) /Applications/Adobe Photoshop Elements 10/*/Adobe Photoshop Elements Editor.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeA XE8SharedExpat
    0x3e76000 -  0x3f032cb +libicucnv.dylib.36.0 (36.0.0 - compatibility 36.0.0) /Applications/Adobe Photoshop Elements 10/*/Adobe Photoshop Elements Editor.app/Contents/Frameworks/ICUConverter.framework/Versions/3.6/libicucnv.dy lib.36.0
    0x3f33000 -  0x3f4e80f +libicudata.dylib.36.0 (36.0.0 - compatibility 36.0.0) /Applications/Adobe Photoshop Elements 10/*/Adobe Photoshop Elements Editor.app/Contents/Frameworks/ICUData.framework/Versions/3.6/libicudata.dylib. 36.0
    0x3f52000 -  0x3fc0ffb +com.adobe.amtlib (amtlib 4.2.0.4 - 4.2.0.4) <997A56A4-498F-BBB1-189F-DF28DCDF9440> /Applications/Adobe Photoshop Elements 10/*/Adobe Photoshop Elements Editor.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x3fd7000 -  0x4067fc3 +WRServices (??? - ???) /Applications/Adobe Photoshop Elements 10/*/Adobe Photoshop Elements Editor.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
    0x41ec000 -  0x4243fff +aif_core (??? - ???) <B4DCB439-E1EE-ABE3-BD12-2C42E980366B> /Applications/Adobe Photoshop Elements 10/*/Adobe Photoshop Elements Editor.app/Contents/Frameworks/aif_core.framework/Versions/A/aif_core
    0x425e000 -  0x427bffd +data_flow (??? - ???) <8E452B6F-8032-39D8-EB5C-49A4E31CB988> /Applications/Adobe Photoshop Elements 10/*/Adobe Photoshop Elements Editor.app/Contents/Frameworks/data_flow.framework/Versions/A/data_flow
    0x42a9000 -  0x4322fff +image_flow (??? - ???) <498A857D-F8C6-F9E0-C92F-BC3EC8680ED0> /Applications/Adobe Photoshop Elements 10/*/Adobe Photoshop Elements Editor.app/Contents/Frameworks/image_flow.framework/Versions/A/image_flow
    0x438b000 -  0x439bfff +image_runtime (??? - ???) <F379A952-2983-1E44-676D-BBD8259F131A> /Applications/Adobe Photoshop Elements 10/*/Adobe Photoshop Elements Editor.app/Contents/Frameworks/image_runtime.framework/Versions/A/image_runtime
    0x43b2000 -  0x4571ffe +aif_ogl (??? - ???) /Applications/Adobe Photoshop Elements 10/*/Adobe Photoshop Elements Editor.app/Contents/Frameworks/aif_ogl.framework/Versions/A/aif_ogl
    0x4627000 -  0x46f8fef +AdobeAXEDOMCore (??? - ???) /Applications/Adobe Photoshop Elements 10/*/Adobe Photoshop Elements Editor.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOM Core
    0x47af000 -  0x486cfff +AdobeAXSLE (??? - ???) /Applications/Adobe Photoshop Elements 10/*/Adobe Photoshop Elements Editor.app/Contents/Frameworks/AdobeAXSLE.framework/Versions/A/AdobeAXSLE
    0x4917000 -  0x491bffc +AdobeOperaMgr (??? - ???) /Applications/Adobe Photoshop Elements 10/*/Adobe Photoshop Elements Editor.app/Contents/Frameworks/AdobeOperaMgr.framework/Versions/A/AdobeOperaMgr
    0x4927000 -  0x4952ff3  com.apple.DiscRecordingUI (6.0 - 6000.4.1) <06C371CB-E783-3051-9608-BFEC2218E915> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
    0x496a000 -  0x49d7fef +FileInfo (??? - ???) <4A4C74F9-CA83-B174-F56D-F7671DC61389> /Applications/Adobe Photoshop Elements 10/*/Adobe Photoshop Elements Editor.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
    0x49f4000 -  0x4a51fff +AdobeXMP (??? - ???) <7577D84C-17DF-E00C-F720-AE40E88F29A6> /Applications/Adobe Photoshop Elements 10/*/Adobe Photoshop Elements Editor.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0x4a5c000 -  0x4ae8fef +AdobeXMPFiles (??? - ???) <03DDE52B-E9AB-EFDD-CA13-C8DF1DB345D0> /Applications/Adobe Photoshop Elements 10/*/Adobe Photoshop Elements Editor.app/Contents/Frameworks/AdobeXMPFiles.framework/Versions/A/AdobeXMPFiles
    0x4b22000 -  0x4bc1ff7 +com.adobe.AdobeExtendScript (ExtendScript 4.13.2 - 4.13.2.13472) <5E71AEDA-B617-EC2A-A131-3780B4C904AA> /Applications/Adobe Photoshop Elements 10/*/Adobe Photoshop Elements Editor.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExte ndScript
    0x4c2b000 -  0x4cbdfe3 +com.adobe.AdobeScCore (ScCore 4.13.2 - 4.13.2.13472) <4D01E91C-F2D4-CC20-EBC6-6EA099AE2CF9> /Applications/Adobe Photoshop Elements 10/*/Adobe Photoshop Elements Editor.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
    0x4d0d000 -  0x4d28ff9 +AdobePDFSettings (??? - ???) /Applications/Adobe Photoshop Elements 10/*/Adobe Photoshop Elements Editor.app/Contents/Frameworks/AdobePDFSettings.framework/Versions/A/AdobePDFSe ttings
    0x4d42000 -  0x4dbffff +AdobeOwlCanvas (??? - ???) <7AA102E0-B244-9265-38B9-9831AE50388A> /Applications/Adobe Photoshop Elements 10/*/Adobe Photoshop Elements Editor.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanv as
    0x4dde000 -  0x5126fe7 +com.adobe.dvaadameve.framework (dvaadameve version 5.0.0 - 5.0.0.0) <909D96B9-E5EA-57C2-77F6-4485D4B65108> /Applications/Adobe Photoshop Elements 10/*/Adobe Photoshop Elements Editor.app/Contents/Frameworks/dvaadameve.framework/Versions/A/dvaadameve
    0x562a000 -  0x57a6fe7 +com.adobe.dvacore.framework (dvacore version 5.0.0 - 5.0.0.0) <C69521DA-0A39-8FE2-1F02-240209E2FD8E> /Applications/Adobe Photoshop Elements 10/*/Adobe Photoshop Elements Editor.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
    0x5920000 -  0x5c06fff +com.adobe.dvaui.framework (dvaui version 5.0.0 - 5.0.0.0) <E469635D-2271-EB2C-F96A-5BFE77FC16BB> /Applications/Adobe Photoshop Elements 10/*/Adobe Photoshop Elements Editor.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
    0x5f25000 -  0x5f28ffc +com.adobe.ape.shim (adbeape version 3.1.74.12761 - 3.1.74.12761) <FE2ABE8A-1D3F-7AF5-297C-D22FC3E0FBDA> /Applications/Adobe Photoshop Elements 10/*/Adobe Photoshop Elements Editor.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape
    0x5f2f000 -  0x5f36ff2 +com.adobe.boost_threads.framework (boost_threads version 5.0.0 - 5.0.0.0) <6D2E0799-9E36-6F46-33B5-7F8C91D4C1DD> /Applications/Adobe Photoshop Elements 10/*/Adobe Photoshop Elements Editor.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
    0x5f47000 -  0x5f9affb +com.adobe.headlights.LogSessionFramework (??? - 2.0.1.011) <4F2BFF03-01D2-A07D-E5E2-7F88D4C2DEC4> /Applications/Adobe Photoshop Elements 10/*/Adobe Photoshop Elements Editor.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
    0x5fe2000 -  0x6087ffb +FaceDetector (??? - ???) <1275F007-B8A7-CA23-8F89-570E182FCBA8> /Applications/Adobe Photoshop Elements 10/*/Adobe Photoshop Elements Editor.app/Contents/Frameworks/FaceDetector.framework/Versions/A/FaceDetector
    0x61aa000 -  0x6257ff7  libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <7B6DB792-C9E5-3772-8734-8D0052757B8C> /usr/lib/libcrypto.0.9.7.dylib
    0x629c000 -  0x62bfffc  libssl.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <EAD01EC4-D8D7-3462-84E5-A74BEB52B456> /usr/lib/libssl.0.9.7.dylib
    0x62cd000 -  0x62d1ffc +com.adobe.AdobeCrashReporter (3.0 - 5.5.20101001) <EA9B7B55-7FE5-14D2-FBAE-817121F94086> /Applications/Adobe Photoshop Elements 10/*/Adobe Photoshop Elements Editor.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCra shReporter
    0x62d8000 -  0x62faff7 +libtbb.dylib (??? - ???) <AAA2AFA2-789A-41B8-D03D-C03861305060> /Applications/Adobe Photoshop Elements 10/*/Adobe Photoshop Elements Editor.app/Contents/Frameworks/libtbb.dylib
    0x630f000 -  0x630ffff  libmx.A.dylib (2026.0.0 - compatibility 1.0.0) <859B5BCC-B5D9-370F-8B6C-1E2B242D5DCD> /usr/lib/libmx.A.dylib
    0x6312000 -  0x634ffff  com.apple.vmutils (4.2.1 - 107) <43B3BFA5-8362-3EBD-B44B-32DCE9885082> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x7ef8000 -  0x7ef9ff1  com.apple.textencoding.unicode (2.4 - 2.4) <4E55D4B9-4E67-3FC9-9407-3E99D1D50F15> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x7f40000 -  0x7facfe7 +com.adobe.amt.services (AMTServices 4.2.0.4 [BuildVersion: 4.2; BuildDate: Wed Apr 27 2011 21:49:00] - 4.2.0.4) <4AB06004-C6E0-593E-912C-821526F14DF9> /Applications/Adobe Photoshop Elements 10/*/Adobe Photoshop Elements Editor.app/Contents/Frameworks/amtservices.framework/Versions/A/amtservices
    0xd0c3000 -  0xd0d1ffb  libSimplifiedChineseConverter.dylib (54.0.0 - compatibility 1.0.0) <D3F1CC34-55EB-3D33-A7C2-025D5C8025D0> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0xd0d5000 -  0xd0e7fff  libTraditionalChineseConverter.dylib (54.0.0 - compatibility 1.0.0) <ADEB72F9-0048-3C87-AD9B-71AA57D523E9> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0xd0eb000 -  0xd0ecffc  ATSHI.dylib (??? - ???) <B244624E-E09E-34B2-A185-EB30AF08A95D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0xd918000 -  0xd988feb +com.adobe.adobe_caps (adobe_caps 4.0.42.0 - 4.0.42.0) <55D7D2EA-D21E-98B1-77C6-58C0A0E07051> /Applications/Adobe Photoshop Elements 10/*/Adobe Photoshop Elements Editor.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
    0xd996000 -  0xd99efff +com.adobe.asneu.framework (asneu version 1.7.0.1 - 1.7.0.1) <80195B5C-2C67-D841-232C-74FCAB79D304> /Applications/Adobe Photoshop Elements 10/*/Adobe Photoshop Elements Editor.app/Contents/Frameworks/asneu.framework/Versions/A/asneu
    0x175e1000 - 0x1761affb +com.adobe.AAM.AdobeUpdaterNotificationFramework (UpdaterNotifications 2.0.0.15 - 2.0.0.15) <3A9CF871-6678-90BB-3770-CDBF56AF21D5> /Applications/Adobe Photoshop Elements 10/*/Adobe Photoshop Elements Editor.app/Contents/Frameworks/UpdaterNotifications.framework/Versions/A/Update rNotifications
    0x1767a000 - 0x176a3fef +com.adobe.ape (adbeapecore version 3.1.74.12761 - 3.1.74.12761) <21548488-E9C3-4638-D7FC-895EE0F8EE30> /Library/Application Support/Adobe/*/adbeapecore.framework/adbeapecore
    0x178b2000 - 0x17a04fc7 +com.adobe.coretech.adm (3.10x16 - 3.1) /Applications/Adobe Photoshop Elements 10/*/AdobeADM.bundle/Contents/MacOS/AdobeADM
    0x17cbe000 - 0x17cc2ffb  com.apple.audio.AudioIPCPlugIn (1.2.1 - 1.2.1) <B8333059-00BE-33A6-AEC0-0C8F285E6E07> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x17df5000 - 0x17dfbffb  com.apple.audio.AppleHDAHALPlugIn (2.1.3 - 2.1.3f7) <C2DD672D-46CE-34BB-8456-129C65DDE583> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x18336000 - 0x1833bff7 +com.srslabs.iwow (??? - 3.3) <D710AA27-8935-D12E-A848-2742170C2A1F> /Library/Audio/Plug-Ins/HAL/iWow.plugin/Contents/MacOS/iTea
    0x1859e000 - 0x185cbff3 +libcurl (??? - ???) /Applications/Adobe Photoshop Elements 10/*/Adobe Photoshop Elements Editor.app/Contents/Frameworks/libcurl.framework/Versions/A/libcurl
    0x1ac00000 - 0x1acf8fef +com.yourcompany.ems (1.0 - 1) <D0C54C8B-59B4-04D7-E441-4EB71F36D173> /Applications/Adobe Photoshop Elements 10/*/Adobe Photoshop Elements Editor.app/Contents/Frameworks/ems.framework/ems
    0x1ad81000 - 0x1bbdefeb +com.adobe.adobeswfl (??? - 2.0.0.11360) <3E243C12-18DB-469A-DFA9-B0AE4A1C620F> /Library/Application Support/Adobe/*/adbeapecore.framework/Resources/AdobeSWFL.bundle/Contents/MacOS /AdobeSWFL
    0x40000000 - 0x400c7ff3 +AdobeJP2K (??? - ???) <88B283E5-7E2A-693F-C2D0-0398430A2933> /Applications/Adobe Photoshop Elements 10/*/Adobe Photoshop Elements Editor.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
    0x8fe70000 - 0x8fea29c7  dyld (195.5 - ???) <134323A7-49DC-3A9D-ACFD-32FAD0FD6BA2> /usr/lib/dyld
    0x90005000 - 0x90005ffe  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <7F0E8EE2-9E8F-366F-9988-E2F119DB9A82> /usr/lib/system/libkeymgr.dylib
    0x90006000 - 0x9000bff7  libmacho.dylib (800.0.0 - compatibility 1.0.0) <56A34E97-518E-307E-8218-C5D43A33EE34> /usr/lib/system/libmacho.dylib
    0x9000c000 - 0x9005cff4  libTIFF.dylib (??? - ???) <E86EA22A-82C0-3E77-9EAF-739F385790D9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x9013f000 - 0x90140ff0  libunc.dylib (24.0.0 - compatibility 1.0.0) <BCD277D0-4271-3E96-A4A2-85669DBEE2E2> /usr/lib/system/libunc.dylib
    0x90141000 - 0x90222fff  com.apple.DiscRecording (6.0 - 6000.4.1) <DA12E1A4-063B-3319-996B-AFF9B361561C> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x90260000 - 0x90294ff3  libTrueTypeScaler.dylib (??? - ???) <A3A9D11A-74C6-3E0F-99D9-B57FE56C6646> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x90295000 - 0x90311fff  libType1Scaler.dylib (??? - ???) <DFBB3B4F-31F4-3ED0-B57C-713493CA2756> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libType1Scaler.dylib
    0x90312000 - 0x9031bffb  com.apple.DisplayServicesFW (2.5.2 - 317) <DF4FCE9C-A4EE-3590-B079-495AC83836EA> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x9031c000 - 0x904f2fe3  com.apple.CoreFoundation (6.7.1 - 635.15) <AC9F6462-6315-3D89-8075-D048DB4DBF7E> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9053d000 - 0x9053dfff  com.apple.quartzframework (1.5 - 1.5) <EF66BF08-620E-3D11-87D4-35D0B0CD1F6D> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x9053e000 - 0x9056cff7  com.apple.DictionaryServices (1.2.1 - 158.2) <DA16A8B2-F359-345A-BAF7-8E6A5A0741A1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x9056d000 - 0x9056efff  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <B04592B1-0924-3422-82FF-976B339DF567> /usr/lib/system/libsystem_blocks.dylib
    0x90649000 - 0x90868ff7  com.apple.imageKit (2.1.1 - 1.0) <9AF0A882-BEAD-3AEC-8A72-497A7C3C2358> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x90869000 - 0x90f12eeb  com.apple.CoreGraphics (1.600.0 - ???) <322FC806-0B9F-3A58-8C88-D477E32A50F8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x90f13000 - 0x90f14fff  libDiagnosticMessagesClient.dylib (??? - ???) <DB3889C2-2FC2-3087-A2A2-4C319455E35C> /usr/lib/libDiagnosticMessagesClient.dylib
    0x90f15000 - 0x90f18ffb  com.apple.help (1.3.2 - 42) <DDCEBA10-5CDE-3ED2-A52F-5CD5A0632CA2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x90f19000 - 0x90f1cffd  libCoreVMClient.dylib (??? - ???) <2D135537-F9A6-33B1-9B01-6ECE7E929C00> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x90f1d000 - 0x9100dff1  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <9E5F86A3-8405-3774-9E0C-3A074273C96D> /usr/lib/libiconv.2.dylib
    0x9100e000 - 0x91017fff  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <FEB5330E-AD5D-37A0-8AB2-0820F311A2C8> /usr/lib/libc++abi.dylib
    0x910bb000 - 0x910befff  com.apple.AppleSystemInfo (1.0 - 1) <D2F60873-ECB1-30A8-A02E-E772F969116E> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
    0x910bf000 - 0x91221fff  com.apple.QTKit (7.7.1 - 2306) <5A7E5ED0-C4DC-3CEC-ABE0-24899134ACE1> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x91222000 - 0x91265ffd  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <4BA1F5F1-F0A2-3FEB-BB62-F514DCBB3725> /usr/lib/system/libcommonCrypto.dylib
    0x91266000 - 0x912f0ffb  com.apple.SearchKit (1.4.0 - 1.4.0) <CF074082-64AB-3A1F-831E-582DF1667827> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x91300000 - 0x9139bff3  com.apple.ink.framework (1.3.2 - 110) <9F6F37F9-999E-30C5-93D0-E48D4B5E20CD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x9139c000 - 0x915c5ffb  com.apple.QuartzComposer (5.0 - 236) <7BD138F0-C748-3013-98C0-4D5F5E10B9AB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x9161e000 - 0x9165eff7  libauto.dylib (??? - ???) <984C81BE-FA1C-3228-8F7E-2965E7E5EB85> /usr/lib/libauto.dylib
    0x9165f000 - 0x9165ffff  com.apple.audio.units.AudioUnit (1.7.1 - 1.7.1) <2E71E880-25D1-3210-8D26-21EC47ED810C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x91678000 - 0x9167fff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <47DB9E1B-A7D1-3818-A747-382B2C5D9E1B> /usr/lib/system/libsystem_notify.dylib
    0x91680000 - 0x91680fff  com.apple.Accelerate (1.7 - Accelerate 1.7) <4192CE7A-BCE0-3D3C-AAF7-6F1B3C607386> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91685000 - 0x91745ff3  com.apple.ColorSync (4.7.0 - 4.7.0) <A39EA668-D042-377F-BC81-26748CD57ADC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91746000 - 0x9175bfff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <92AADDB0-BADF-3B00-8941-B8390EDC931B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x91782000 - 0x91785ff9  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <B9344DE6-B84D-352C-95AD-EF73A68B8A10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x91789000 - 0x91796fff  libGL.dylib (??? - ???) <30E6DED6-0213-3A3B-B2B3-310E33301CCB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x91797000 - 0x91797fff  libdnsinfo.dylib (395.6.0 - compatibility 1.0.0) <959E5139-EB23-3529-8881-2BCB5724D1A9> /usr/lib/system/libdnsinfo.dylib
    0x91798000 - 0x917bbfff  com.apple.CoreVideo (1.7 - 70.1) <3520F013-DF91-364E-88CF-ED252A7BD0AE> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x917bc000 - 0x917c7ffc  com.apple.NetAuth (1.0 - 3.0) <C07853C0-AF32-3633-9CEF-2480860C12C5> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x918f5000 - 0x9194dfff  com.apple.HIServices (1.10 - ???) <76B50B43-6CFD-3067-A085-11420FD4FAA6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x9194e000 - 0x91950ff7  libdyld.dylib (195.5.0 - compatibility 1.0.0) <637660EA-8D12-3B79-B644-041FEADC9C33> /usr/lib/system/libdyld.dylib
    0x91951000 - 0x91957ffb  com.apple.print.framework.Print (7.1 - 247.1) <5D7ADC17-D8EF-3958-9C0C-AA45B7717FBA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x91958000 - 0x91c62ff3  com.apple.Foundation (6.7.1 - 833.20) <B5092554-485A-3A7D-904B-B04B1EE5C50C> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x91f8e000 - 0x91f8fff7  libquarantine.dylib (36.0.0 - compatibility 1.0.0) <70782AEC-8933-3EB4-91CA-E44C0E768C90> /usr/lib/system/libquarantine.dylib
    0x91f90000 - 0x92034fff  com.apple.QD (3.12 - ???) <68CBE425-43BA-3E6D-8668-A4A67396E20D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x92058000 - 0x92063ff3  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <11726E50-E6FC-3AB0-8750-DDDCCF2B8534> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x92064000 - 0x92067ff7  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <69357047-7BE0-3360-A36D-000F55E39336> /usr/lib/system/libmathCommon.A.dylib
    0x92a7d000 - 0x92a8dfff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <6D6F0C9D-2EEA-3578-AF3D-E2A09BCECAF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x92a8e000 - 0x92a8fff5  libremovefile.dylib (21.0.0 - compatibility 1.0.0) <9A1E12B7-F822-3544-8E1D-A6DC81E1F2E6> /usr/lib/system/libremovefile.dylib
    0x92a90000 - 0x92b0cffd  com.apple.PDFKit (2.6.1 - 2.6.1) <7BC3186B-80B7-3E68-AFDD-2734164BCCFB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x92b0d000 - 0x92b5bff3  com.apple.ImageCaptureCore (3.0.1 - 3.0.1) <DB40F137-4519-339B-81DC-7375B2FE8FD2> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x92b7d000 - 0x92bccffb  com.apple.AppleVAFramework (5.0.14 - 5.0.14) <71C9D388-E607-3DB4-9FD3-FC918EB4A835> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x92bcd000 - 0x92bd2ffd  libGFXShared.dylib (??? - ???) <820D744C-C641-3918-A72A-AC2E5276BCB6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x92c44000 - 0x92c94fff  libFontRegistry.dylib (??? - ???) <81E03B82-1F31-3702-97DC-BE20298E326F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x92ce1000 - 0x92d03ff1  com.apple.PerformanceAnalysis (1.10 - 10) <45B10D4C-9B3B-37A6-982D-687A6F9EEA28> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x92e35000 - 0x938c3ffe  com.apple.AppKit (6.7.2 - 1138.23) <ADFA8D70-601E-3B5C-96FD-F45F52055CC8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x938c4000 - 0x939d3ff7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <90D36793-04A5-3BFF-BE83-EEEDCBEDC756> /usr/lib/libsqlite3.dylib
    0x939d4000 - 0x93a9ffff  libsystem_c.dylib (763.12.0 - compatibility 1.0.0) <1B0A12B3-DAFA-31E2-8F82-E98D620E4D72> /usr/lib/system/libsystem_c.dylib
    0x93aa0000 - 0x93aa1ffd  com.apple.MonitorPanelFramework (1.4.0 - 1.4.0) <45AC1CB9-2A81-3FEA-9BA4-E9BBA2582A28> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x93aa2000 - 0x93aa4ffb  libRadiance.dylib (??? - ???) <4721057E-5A1F-3083-911B-200ED1CE7678> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x93aa5000 - 0x93bb6ff7  libJP2.dylib (??? - ???) <35D120D4-3304-3A02-9259-EB933E74E63A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x93bb7000 - 0x93c1efff  libc++.1.dylib (19.0.0 - compatibility 1.0.0) <3AFF3CE8-14AE-300F-8F63-8B7FB9D4DA96> /usr/lib/libc++.1.dylib
    0x93c25000 - 0x93c29ff3  libsystem_network.dylib (??? - ???) <62EBADDA-FC72-3275-AAB3-5EDD949FEFAF> /usr/lib/system/libsystem_network.dylib
    0x93c2a000 - 0x93c49fff  com.apple.RemoteViewServices (1.2 - 39) <C7B638D2-2F8B-3A45-916A-73103FADC822> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x93d77000 - 0x93e04fe7  libvMisc.dylib (325.4.0 - compatibility 1.0.0) <F2A8BBA3-6431-3CED-8CD3-0953410B6F96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x93e05000 - 0x93e13fff  libdispatch.dylib (187.7.0 - compatibility 1.0.0) <B50C62AD-0B5B-34C3-A491-ECFD72ED505E> /usr/lib/system/libdispatch.dylib
    0x93e14000 - 0x93e42fe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <07D9A827-9567-34C2-9022-AF4BF975C9A7> /usr/lib/libSystem.B.dylib
    0x93e43000 - 0x93e4efff  libkxld.dylib (??? - ???) <088640F2-429D-3368-AEDA-3C308C4EB80C> /usr/lib/system/libkxld.dylib
    0x9410c000 - 0x94204ff7  libFontParser.dylib (??? - ???) <83E7E71E-D217-3DEE-B288-F5BAE7E118C5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x94205000 - 0x942dcffb  com.apple.avfoundation (2.0 - 180.30) <6788562E-A9A8-3898-A0F4-66D9BBAE3430> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x942dd000 - 0x942f3ffe  libxpc.dylib (77.17.0 - compatibility 1.0.0) <E01E0074-0830-3F20-8703-EA7722BFD358> /usr/lib/system/libxpc.dylib
    0x942f4000 - 0x942f4fff  com.apple.Carbon (153 - 153) <6FF98F0F-2CDE-3888-A304-4ED447D24CE3> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x942f5000 - 0x94346ff3  com.apple.CoreMediaIO (210.0 - 3180) <79AA7CA8-FC39-375D-9485-855D302DF7AA> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x9434f000 - 0x9435affb  com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <17C11291-5B27-3BE2-8614-7A806745EE8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x9436b000 - 0x946abffb  com.apple.HIToolbox (1.8 - ???) <DFED9BD0-E142-397B-BE16-16EBCF3CE1EB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x94abd000 - 0x94ac1ff7  com.apple.OpenDirectory (10.7 - 146) <3D3D30CE-6D82-3681-AA98-4E3AEFFA4229> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x94b17000 - 0x94b28fff  libbsm.0.dylib (??? - ???) <54ACF696-87C6-3652-808A-17BE7275C230> /usr/lib/libbsm.0.dylib
    0x94b29000 - 0x94b93ff3  com.apple.CoreSymbolication (2.1 - 66) <B11C9057-1611-36A5-81F6-2C97A7047321> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x94b94000 - 0x94b97ffc  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <6FFDBD60-5EC6-3EFA-996B-EE030443C16C> /usr/lib/libpam.2.dylib
    0x94bb2000 - 0x95027ff7  FaceCoreLight (1.4.7 - compatibility 1.0.0) <312D0F58-B8E7-3F61-8A83-30C95F2EBEAA> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
    0x95028000 - 0x950bcff7  com.apple.LaunchServices (480.21 - 480.21) <E3621817-B627-3EEC-A7F9-0D45583B7FE8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x9512c000 - 0x9512dffd  libCVMSPluginSupport.dylib (??? - ???) <96F2F2F4-E7A9-36C8-B1CF-D58AA3DB2B44> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x9512e000 - 0x95204a5b  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <A0EDB351-4B9D-3AA2-9D1A-0C22204FCCD3> /usr/lib/libobjc.A.dylib
    0x95205000 - 0x9522dff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <FCAC685A-724F-3FE7-8416-146108DF75FB> /usr/lib/libxslt.1.dylib
    0x9522e000 - 0x9528bffb  com.apple.htmlrendering (76 - 1.1.4) <743C2943-40BC-36FB-A45C-3421A394F081> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x9528c000 - 0x952cafff  com.apple.NavigationServices (3.6 - 192) <CB7AE807-9292-3EBA-A5F5-D7DCEE28A5B7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x952cb000 - 0x952d8fff  com.apple.HelpData (2.1.0 - 70) <0145664A-4AD4-3CD3-AAF9-73B9EE906B9D> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x952f2000 - 0x95309ff8  com.apple.CoreMediaAuthoring (2.0 - 889) <49B55753-BD7E-3889-BA60-15294DA49CB7> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
    0x9530a000 - 0x955bcff7  com.apple.security (7.0 - 55010) <BE0350C5-5221-3BFF-B674-646AB1BA0F2E> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x95a5c000 - 0x95e16ffb  com.apple.SceneKit (2.1 - 125.1) <7BFC0028-18AC-3B49-8DDC-CB7A7359D4F7> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
    0x95e17000 - 0x95f26ffb  com.apple.DesktopServices (1.6.1 - 1.6.1) <9F02752A-617B-3AC7-BCA1-F040C105EDDE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x95f27000 - 0x95f63ffd  libGLImage.dylib (??? - ???) <8251242B-E04E-3467-BD0F-834578B18AC0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x95f64000 - 0x96084fec  com.apple.vImage (5.1 - 5.1) <008B989F-F080-398E-ACB1-FBF5BA107D6D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x96085000 - 0x960b9ff8  libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <567E922C-E64F-321B-9A47-6B18BF481625> /usr/lib/libssl.0.9.8.dylib
    0x9616a000 - 0x9616efff  libGIF.dylib (??? - ???) <06E85451-F51C-31C4-B5A6-180819BD9738> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x9616f000 - 0x9619afff  com.apple.GSS (2.1 - 2.0) <05A0171B-76EA-3E4C-8A36-65D1A978AF4B> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x9619b000 - 0x961aeffb  com.apple.MultitouchSupport.framework (220.62.1 - 220.62.1) <3D94520B-C976-370F-AF56-278002BCF11D> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x961af000 - 0x961b7fff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <28D5D8B5-14E8-3DA1-9085-B9BC96835ACF> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x961ef000 - 0x961f7ff3  libunwind.dylib (30.0.0 - compatibility 1.0.0) <E8DA8CEC-12D6-3C8D-B2E2-5D567C8F3CB5> /usr/lib/system/libunwind.dylib
    0x96237000 - 0x96389fff  com.apple.audio.toolbox.AudioToolbox (1.7.1 - 1.7.1) <7646E131-08EE-3D72-ADA2-4A61C562B36E> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9638a000 - 0x963b4ff0  libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <5CAA1478-97E0-31EA-8F50-BF09D665DD84> /usr/lib/libpcre.0.dylib
    0x963b5000 - 0x963b5fff  com.apple.vecLib (3.7 - vecLib 3.7) <8CCF99BF-A4B7-3C01-9219-B83D2AE5F82A> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x963b6000 - 0x963bdff5  libsystem_dnssd.dylib (??? - ???) <B3217FA8-A7D6-3C90-ABFC-2E54AEF33547> /usr/lib/system/libsystem_dnssd.dylib
    0x963be000 - 0x963ccfff  com.apple.opengl (1.7.5 - 1.7.5) <81166D23-DE8E-3938-AAD3-29B1FA5E446E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x963cd000 - 0x96431fff  com.apple.framework.IOKit (2.0 - ???) <D14460ED-2B6C-375D-B3A4-B8C82E922666> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x96432000 - 0x96432ff2  com.apple.CoreServices (53 - 53) <7CB7AA95-D5A7-366A-BB8A-035AA9E582F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x96697000 - 0x96b73ff6  libBLAS.dylib (??? - ???) <134ABFC6-F29E-3DC5-8E57-E13CB6EF7B41> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x96b7f000 - 0x96b9cff3  com.apple.openscripting (1.3.3 - ???) <31A51238-0CA1-38C7-9F0E-8A6676EE3241> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x96b9d000 - 0x96be6ff7  libGLU.dylib (??? - ???) <AEA2AD9A-EEDD-39B8-9B28-4C7C1BACB594> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x96c2d000 - 0x96cbaff7  com.apple.CoreText (220.11.0 - ???) <4F98D709-75AC-35F0-AD88-8F2C4BD744C0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x96cf7000 - 0x96f3ffff  com.apple.JavaScriptCore (7534.51 - 7534.51.21) <FEDF4D88-FB61-3A3F-ABE2-72BE2234DDF4> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x96f79000 - 0x96f96fff  libresolv.9.dylib (46.0.0 - compatibility 1.0.0) <95AE43ED-6C52-3B39-89B6-54C81C62F1FF> /usr/lib/libresolv.9.dylib
    0x96f97000 - 0x96fdefff  com.apple.SystemConfiguration (1.11.1 - 1.11) <CA6CE2B6-DC18-31FF-9668-70BB2FD8D7BB> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x96fdf000 - 0x96fe5ffd  com.apple.CommerceCore (1.0 - 17) <71641C17-1CA7-3AC9-974E-AAC9EB641035> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x97194000 - 0x971caff4  com.apple.LDAPFramework (3.0 - 120.1) <EA92FCA5-7A7E-328F-8C7F-4250FCC45879> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x971cb000 - 0x971f4ffe  com.apple.opencl (1.50.63 - 1.50.63) <C4EC60D6-9A7C-3CE9-AA80-2F81D9BB4465> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x971fb000 - 0x972e3fff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <ED3F5E83-8C76-3D46-B2FF-0D5BDF8970C5> /usr/lib/libxml2.2.dylib
    0x972e4000 - 0x973b3fff  com.apple.ImageIO.framework (3.1.1 - 3.1.1) <8B8A3DD3-BB3D-33FC-A714-81E1B883B155> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x973c0000 - 0x974a3ff7  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <BD913D3B-388D-33AE-AA5E-4810C743C28F> /usr/lib/libcrypto.0.9.8.dylib
    0x974a4000 - 0x9752bfff  com.apple.print.framework.PrintCore (7.1 - 366.1) <BD9120A6-BFB0-3796-A903-05F627F696DF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9752c000 - 0x97588ff3  com.apple.Symbolication (1.2 - 83.1) <E651A2F1-CC13-3DDD-9B0A-09180014966B> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x97839000 - 0x9786fff7  com.apple.AE (527.7 - 527.7) <7BAFBF18-3997-3656-9823-FD3B455056A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x97870000 - 0x97892ffe  com.apple.framework.familycontrols (3.0 - 300) <F87D87EF-553A-3165-9C9A-6E117C537FE9> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x97893000 - 0x97893ff0  com.apple.ApplicationServices (41 - 41) <BED33E1D-C95C-3654-9A3A-0CB3607F9F10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x97913000 - 0x97975ffb  com.apple.datadetectorscore (3.0 - 179.4) <12EF80E0-35CC-30A7-942F-2F9E87C4C98C> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x97976000 - 0x9799fffe  com.apple.shortcut (2.0 - 2.0) <7F289D05-DDEC-3993-9F86-0DB896E1E686> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x979a0000 - 0x979a3ff7  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <7F6C14CC-0169-3F1B-B89C-372F67F1F3B5> /usr/lib/system/libcompiler_rt.dylib
    0x979af000 - 0x979ebfff  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <AA56493C-D7C6-3D4F-8DC8-855405AFF57B> /usr/lib/libcups.2.dylib
    0x979ec000 - 0x979fcff7  libCRFSuite.dylib (??? - ???) <CE616EF3-756A-355A-95AD-3472A876BEB9> /usr/lib/libCRFSuite.dylib
    0x979fd000 - 0x97abdfff  com.apple.CoreServices.OSServices (478.29 - 478.29) <EAAAAC1B-2599-3875-9068-DF7E6B5760A8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x97abe000 - 0x97acefff  libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <D6F728DA-990A-32A3-86FA-4A3F4D88E309> /usr/lib/libsasl2.2.dylib
    0x97acf000 - 0x97cb8ff7  com.apple.CoreData (104 - 358.12) <F8AD7990-2C30-31A4-8E78-FA8DD5CF03CC> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x97cb9000 - 0x97e6dff3  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <6AD14A51-AEA8-3732-B07B-DEA37577E13A> /usr/lib/libicucore.A.dylib
    0x97e6e000 - 0x97eacfff  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <0AE59D4F-FFA7-3539-8B86-AD8993894AA0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x97ead000 - 0x97eb5ff5  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <A1BFC320-616A-30AA-A41E-29D7904FC4C7> /usr/lib/system/libcopyfile.dylib
    0x97eb6000 - 0x97f17ffb  com.apple.audio.CoreAudio (4.0.1 - 4.0.1) <089D78E0-46A6-38DB-9545-7F35CC815939> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x97f18000 - 0x97f8dfff  com.apple.Metadata (10.7.0 - 627.20) <1E7C8194-8CE4-3103-A3D1-8913238AF923> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x97f8e000 - 0x97fa7fff  libPng.dylib (??? - ???) <A83B66DC-302C-3A4C-8107-0E5560708024> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x97fa8000 - 0x97fbdff7  com.apple.ImageCapture (7.0 - 7.0) <116BC0CA-428E-396F-85DF-52793034D2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x98343000 - 0x98343fff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <22997C20-BEB7-301D-86C5-5BFB3B06D212> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x98344000 - 0x98371ff7  com.apple.securityinterface (5.0 - 55004) <93C0285A-A266-3F21-82C9-434CBD3FA712> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x98372000 - 0x9842fff3  ColorSyncDeprecated.dylib (4.6.0 - compatibility 1.0.0) <ADBA42F5-0130-315B-880C-70AA70666474> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x98530000 - 0x98595ff7  libvDSP.dylib (325.4.0 - compatibility 1.0.0) <4B4B32D2-4F66-3B0D-BD61-FA8429FF8507> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x985a7000 - 0x98609ff3  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD> /usr/lib/libstdc++.6.dylib
    0x9860a000 - 0x9865aff9  com.apple.QuickLookFramework (3.1 - 500.1) <28CB604E-2426-3491-BF16-2CDFD4C392B0> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x9865b000 - 0x986d3ff2  com.apple.CorePDF (3.0 - 3.0) <A0EC8F60-A622-347E-979A-F71939C45E5F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x986d4000 - 0x98a16fff  com.apple.MediaToolbox (1.0 - 705.42) <5AEFD5BE-6FA3-38F8-966A-B0AB56C472B8> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x98a86000 - 0x98a90ff2  com.apple.audio.SoundManager (3.9.4 - 3.9.4) <D23C4761-6492-3974-B4D2-495082B8B7A6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x98af2000 - 0x98b6dffb  com.apple.ApplicationServices.ATS (317.5.0 - ???) <D5AC5C21-CE1E-333D-94F7-F0F534FD4DC7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x98b6e000 - 0x98b72ffd  IOSurface (??? - ???) <97E875C2-9F1A-3FBA-B80C-594892A02621> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x98b73000 - 0x991eefe5  com.apple.CoreAUC (6.11.04 - 6.11.04) <B06D52C9-9F59-3EF2-B2BA-11E93C573572> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x992c2000 - 0x992e8ffb  com.apple.quartzfilters (1.7.0 - 1.7.0) <9C8F1F3D-D570-3F5C-9B31-5B5B82161CDE> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x99320000 - 0x993b7ff3  com.apple.securityfoundation (5.0 - 55005) <F5A98CC2-11C6-34F3-8F72-75B642627630> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x993b8000 - 0x993ddff9  libJPEG.dylib (??? - ???) <743578F6-8C0C-39CC-9F15-3A01E1616EAE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x994f7000 - 0x99550ffb  com.apple.coreui (1.2.1 - 164.1) <890E0BE9-3360-3B56-BE46-5A2421875A40> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x99551000 - 0x99551fff  com.apple.Cocoa (6.6 - ???) <650273EF-1ABC-334E-B745-B75AF028F9F4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x995c2000 - 0x995c3ff7  libsystem_sandbox.dylib (??? - ???) <BC0A04E9-4F28-3BC8-AA7B-63C3451E9212> /usr/lib/system/libsystem_sandbox.dylib
    0x995c4000 - 0x995defff  com.apple.Kerberos (1.0 - 1) <D7920A1C-FEC4-3460-8DD0-D02491578CBB> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x995df000 - 0x99864fe3  com.apple.QuickTime (7.7.1 - 2306) <F8C64DC4-3FE4-3A06-B10B-59E7F3BA6FDD> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x9a592000 - 0x9a6beff9  com.apple.CFNetwork (520.2.5 - 520.2.5) <02193949-50A8-3CBC-9920-5FCDB8EBE17A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x9a715000 - 0x9a71cffd  com.apple.NetFS (4.0 - 4.0) <D0D59145-D211-3E7C-9062-35A2833FA99B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x9a743000 - 0x9a8a4ffb  com.apple.QuartzCore (1.7 - 270.0) <0916DA83-6400-3FEA-BC53-5F4BA4D126EC> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9a8a6000 - 0x9a97cff6  com.apple.QuickLookUIFramework (3.1 - 500.1) <4E259D94-6081-32D7-AD60-565E57B11EBA> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x9a982000 - 0x9ad84ff6  libLAPACK.dylib (??? - ???) <00BE0221-8564-3F87-9F6B-8A910CF2F141> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9adc0000 - 0x9adc4fff  com.apple.CommonPanels (1.2.5 - 94) <3A988595-DE53-34ED-9367-C9A737E2AF38> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x9adc7000 - 0x9addbff7  com.apple.CFOpenDirectory (10.7 - 144) <665CDF77-F0C9-3AFF-8CF8-64257268B7DD> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x9addc000 - 0x9addeff9  com.apple.securityhi (4.0 - 1) <BD367302-73C3-32F4-8080-E389AE89E434> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x9aebd000 - 0x9aebefff  com.apple.TrustEvaluationAgent (2.0 - 1) <4BB39578-2F5E-3A50-AD59-9C0AB99472EB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x9aebf000 - 0x9af00ff7  com.apple.CoreMedia (1.0 - 705.42) <B45070F1-4097-3BAD-AA7C-0F7AFD6EAC27> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x9af7f000 - 0x9b281fff  com.apple.CoreServices.CarbonCore (960.18 - 960.18) <8094724D-591D-3CC2-81DE-4E3029624E11> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x9b282000 - 0x9b283fff  liblangid.dylib (??? - ???) <C8C204E9-1785-3785-BBD7-22D59493B98B> /usr/lib/liblangid.dylib
    0x9b35f000 - 0x9b366fff  com.apple.agl (3.1.4 - AGL-3.1.4) <CCCE2A89-026B-3185-ABEA-68D268353164> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x9b36d000 - 0x9b3dcfff  com.apple.Heimdal (2.1 - 2.0) <DE626683-DF32-341B-8997-AE63309590C7> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x9b3e8000 - 0x9b404ff5  com.apple.GenerationalStorage (1.0 - 125) <F1D67293-9192-367D-AE74-2732B23E7E77> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x9b405000 - 0x9b413fff  libz.1.dylib (1.2.5 - compatibility 1.0.0) <E73A4025-835C-3F73-9853-B08606E892DB> /usr/lib/libz.1.dylib
    0x9b414000 - 0x9b43cff0  com.apple.CoreServicesInternal (113.8 - 113.8) <9930695C-1C48-329F-93FD-5AEEE2EF942C> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x9b43d000 - 0x9b441ffa  libcache.dylib (47.0.0 - compatibility 1.0.0) <98A82BC5-0DD9-3212-9CAE-35A77278EEB6> /usr/lib/system/libcache.dylib
    0x9b442000 - 0x9b478fff  com.apple.DebugSymbols (2.1 - 85) <0F996A4A-16A7-3C90-8037-0E2958D1FB16> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x9b479000 - 0x9b482ff3  com.apple.CommonAuth (2.1 - 2.0) <D49B41B1-A5DD-366A-8C30-49E9B875AA13> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x9b483000 - 0x9b4b2ff7  libsystem_info.dylib (??? - ???) <B86A363D-6EA2-3A69-A6CB-18B7F98FC61A> /usr/lib/system/libsystem_info.dylib
    0x9b4b3000 - 0x9b4bbff3  liblaunch.dylib (392.18.0 - compatibility 1.0.0) <CD470A1E-0147-3CB1-B44D-0B61F9061826> /usr/lib/system/liblaunch.dylib
    0x9b4bc000 - 0x9b50dff9  com.apple.ScalableUserInterface (1.0 - 1) <C3FA7E40-0213-3ABC-A006-2CB00B6A7EAB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x9c25f000 - 0x9c27dff7  libsystem_kernel.dylib (1699.22.73 - compatibility 1.0.0) <D32C2E9C-8184-3FAF-8694-99FC619FC71B> /usr/lib/system/libsystem_kernel.dylib
    0x9c27e000 - 0x9c4f1fff  com.apple.CoreImage (7.82 - 1.0.1) <6C99F458-E83A-3538-9B71-2C8BD0C9DCD5> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x9c4f2000 - 0x9c8e5feb  com.apple.VideoToolbox (1.0 - 705.42) <3F12F8A3-ED41-3EAD-A887-B7805353122C> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x9cb07000 - 0x9cb3afef  libtidy.A.dylib (??? - ???) <E962D8EC-6B9D-35B7-B586-F07D92302ADD> /usr/lib/libtidy.A.dylib
    0xb0000000 - 0xb000fff8 +com.adobe.ahclientframework (1.5.0.30 - 1.5.0.30) <24B39C2F-79B0-BDE3-C6D0-1F0E943070C7> /Applications/Adobe Photoshop Elements 10/*/Adobe Photoshop Elements Editor.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
    0xba900000 - 0xba91bffd  libJapaneseConverter.dylib (54.0.0 - compatibility 1.0.0) <5635DF40-8D8E-3B8C-B075-7B3FC0F184A4> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21ff6  libKoreanConverter.dylib (54.0.0 - compatibility 1.0.0) <17226124-8E8A-34EB-A2C4-D4A0469CF45B> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 3
        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: 226
        thread_create: 0
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=272.1M resident=164.2M(60%) swapped_out_or_unallocated=107.9M(40%)
    Writable regions: Total=156.7M written=33.4M(21%) resident=45.6M(29%) swapped_out=0K(0%) unallocated=111.1M(71%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    ATS (font support)                 32.9M
    CG backing stores                   840K
    CG raster data                      192K
    CG shared images                   3416K
    CoreGraphics                          8K
    CoreServices                       1972K
    MALLOC                             91.0M
    MALLOC guard page                    48K
    Memory tag=240                        4K
    Memory tag=242                       12K
    Memory tag=243                        4K
    Memory tag=249                      156K
    Stack                              67.6M
    VM_ALLOCATE                        16.2M
    __CI_BITMAP                          80K
    __DATA                             22.0M
    __DATA/__OBJC                       304K
    __IMAGE                            1256K
    __IMPORT                            236K
    __LINKEDIT                         61.3M
    __OBJC                             2520K
    __OBJC/__DATA                        76K
    __PAGEZERO                            4K
    __TEXT                            210.8M
    __UNICODE                           544K
    mapped file                       266.2M
    shared memory                       312K
    shared pmap                        8124K
    ===========                      =======
    TOTAL                             787.6M
    Model: MacBookPro6,2, BootROM MBP61.0057.B0C, 2 processors, Intel Core i7, 2.8 GHz, 4 GB, SMC 1.58f16
    Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 512 MB
    Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80CE, 0x4D34373142353637334648302D4346382020
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80CE, 0x4D34373142353637334648302D4346382020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.100.98.75.18)
    Bluetooth: Version 4.0.1f4, 2 service, 11 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS545050B9SA02, 500.11 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfa100000 / 2
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 5
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8218, 0xfa113000 / 8
    USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0xfa130000 / 4
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0236, 0xfa120000 / 3
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfd100000 / 2
    USB Device: Built-in iSight, apple_vendor_id, 0x8507, 0xfd110000 / 4
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd120000 / 3

    Ken, The problem is: The buttons don't work. So I cannot use Edit...
    But:
    I reïnstalled Adobe Elements 10 for the 4th time
    Cleaned my register again.
    restarted my computer
    Did a computer reset to an earlier date
    Installed Elements 10 again but .......not the try version of Premiere Elements.
    Now Elements 10 has a normal screen.
    This was a try and error sollution. I hope it will last.
    Jan

Maybe you are looking for

  • The process to pay vendors by CC and pay AMEX for charges

    I have looked in the forums a bit but could not find this answer. We pay a lot of the POs using AMEX credit card. As such we need to process the POs belonging to the different vendors to say we paid by AMEX credit card. At the same time, we need to r

  • Field which calculates the Quarter

    Hi, Currently the reports use the date on each opportunity product to calculate the quarter, and the close dates on the opportunity products are not updated if you change the overall opportunity close date. I need to either be able to automatically u

  • Mac OSX lion issue sound [Audio Stops Work]

    Hi. I have a mac book pro with mac os x lion, and something make my sound stops WORK! i unninstal the mac keeper but the problem was nor solved [I read this in another forum] When I play some sound a red light on the mini-jack port is turned on. The

  • Why can't i tap the wifi button on my ipod touch 4g?

    When i go to "Settings" the wifi button is greyed out and i can't tap it. Help me please!!

  • Can you animate an arrow in Keynote???

    I just saw Al Gore's movie on DVD "An Inconvenient Truth" and was floored by the presentation, animated graphics etc. (1) Where all those animated graphics done in Keynote? (2) Can I animate an arrow in Keynote if I want to show an army moving across