Understanding a Mac crash report

Started by
3 comments, last by Oogst 10 years, 4 months ago

A user sent me a crash report on Mac and this one includes stack info, which is really useful for us since we have been getting some more crash reports in our game recently and I would like to find, fix and patch those.

However, I don't really understand what I am seeing here. It seems to me like the crash log is saying that the game crashed in thread 0 inside the native sleep function. Which seems like an extremely odd place to crash, especially since several of the game's threads call sleep every frame and this crash happened after the user had been playing for a while. So am I misunderstanding this report?

I also tried looking up the error codes in there (EXC_CRASH, SIGBUS, 0x0000014e), but I only found posts from users having crashes in random programs, not actual descriptions of what these things technically mean or how sleep could cause them.

Thanks in advance! smile.png


Process:         Awesomenauts [1528]
 
Path:            /Volumes/VOLUME/*/Awesomenauts.app/Contents/MacOS/Awesomenauts
Identifier:      com.yourcompany.Awesomenauts
Version:         Awesomenauts version 0.1 (1.0)
Code Type:       X86 (Native)
Parent Process:  steam [1413]
Responsible:     bash [1406]
User ID:         501
Date/Time:       2013-12-14 23:04:10.451 +0200
 
OS Version:      Mac OS X 10.9.1 (13B40)
Report Version:  11
Anonymous UUID:  26D86053-D6B7-09DA-7B27-09BC6D6FC559
 
Crashed Thread:  0  Dispatch queue: com.apple.main-thread
Exception Type:  EXC_CRASH (SIGBUS)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib         0x99789b76 __semwait_signal + 10
1   libsystem_c.dylib              0x9180405b nanosleep$UNIX2003 + 219
2   libsystem_c.dylib              0x91803f06 usleep$UNIX2003 + 60
3   com.yourcompany.Awesomenauts   0x00400b31 SDLWindowAndEventManager::run() + 321
4   com.yourcompany.Awesomenauts   0x00235733 SDL_main + 51
5   com.yourcompany.Awesomenauts   0x003ae7d2 -[SDLMain applicationDidFinishLaunching:] + 66
 
6   com.apple.Foundation           0x91450692 __57-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke + 49
7   com.apple.CoreFoundation       0x912d37e4 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 20
8   com.apple.CoreFoundation       0x911b53fb _CFXNotificationPost + 3435
9   com.apple.Foundation           0x9143eebf -[NSNotificationCenter postNotificationName:object:userInfo:] + 92
10  com.apple.AppKit               0x903497d5 -[NSApplication _postDidFinishNotification] + 367
11  com.apple.AppKit               0x90349475 -[NSApplication _sendFinishLaunchingNotification] + 239
12  com.apple.AppKit               0x90345da4 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 840
13  com.apple.AppKit               0x90345691 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 277
14  libobjc.A.dylib                0x9aa8b304 -[NSObject performSelector:withObject:withObject:] + 77
15  com.apple.Foundation           0x9145f3fa __76-[NSAppleEventManager setEventHandler:andSelector:forEventClass:andEventID:]_block_invoke + 121
16  com.apple.Foundation           0x9145ef31 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 430
17  com.apple.Foundation           0x9145ed3b _NSAppleEventManagerGenericHandler + 218
18  com.apple.AE                   0x9388bb15 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 387
19  com.apple.AE                   0x9385aed6 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 44
20  com.apple.AE                   0x9385adce aeProcessAppleEvent + 318
21  com.apple.HIToolbox            0x92a907c1 AEProcessAppleEvent + 55
22  com.apple.AppKit               0x903413a8 _DPSNextEvent + 1089
23  com.apple.AppKit               0x90340ad0 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
24  com.apple.AppKit               0x9033335c -[NSApplication run] + 727
25  com.yourcompany.Awesomenauts   0x003aef45 main + 1576
26  com.yourcompany.Awesomenauts   0x00007186 start + 54
 
Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib         0x9978a992 kevent64 + 10
1   libdispatch.dylib              0x99c0a8bd _dispatch_mgr_invoke + 238
2   libdispatch.dylib              0x99c0a556 _dispatch_mgr_thread + 52
Thread 2:: MainThrd
0   com.yourcompany.Awesomenauts   0x0043d98c StagedAnimation::end() + 10
1   com.yourcompany.Awesomenauts   0x0037c07d TouchableOverlay::end() + 21
2   com.yourcompany.Awesomenauts   0x0037d03f TouchableOverlayManager::handleMessage(TouchableOverlayMessage const*, unsigned int) + 233
3   com.yourcompany.Awesomenauts   0x0017b7f3 GameMessageHandler::handleMessage(unsigned char, unsigned char const*, int, bool) + 7131
4   com.yourcompany.Awesomenauts   0x0014273f DependentGameMessageBuffer::update(float) + 133
5   com.yourcompany.Awesomenauts   0x00177301 GameManager::updateGameRunning(float, bool) + 127
6   com.yourcompany.Awesomenauts   0x00177d8a GameManager::update(float, bool) + 152
7   com.yourcompany.Awesomenauts   0x001977c9 GameState::handleFrame(float) + 53
8   com.yourcompany.Awesomenauts   0x0016d352 FrameHandler::handleFrame(float) + 734
9   com.yourcompany.Awesomenauts   0x00173fda GameLoop::run() + 326
10  com.yourcompany.Awesomenauts   0x003ffc7d SDLWindowAndEventManager::gameThreadFunction(void*) + 117
11  com.yourcompany.Awesomenauts   0x0036960b Thread::wrapperFunction(void*) + 19
 
12  libsystem_pthread.dylib        0x99c465fb _pthread_body + 144
13  libsystem_pthread.dylib        0x99c46485 _pthread_start + 130
14  libsystem_pthread.dylib        0x99c4bcf2 thread_start + 34
Thread 3:
0   libsystem_kernel.dylib         0x99784f7a mach_msg_trap + 10
1   libsystem_kernel.dylib         0x9978416c mach_msg + 68
2   com.apple.CoreFoundation       0x9121bf69 __CFRunLoopServiceMachPort + 169
3   com.apple.CoreFoundation       0x9121b541 __CFRunLoopRun + 1393
4   com.apple.CoreFoundation       0x9121ad5a CFRunLoopRunSpecific + 394
5   com.apple.CoreFoundation       0x9121abbb CFRunLoopRunInMode + 123
6   com.apple.AppKit               0x904eaf18 _NSEventThread + 283
7   libsystem_pthread.dylib        0x99c465fb _pthread_body + 144
8   libsystem_pthread.dylib        0x99c46485 _pthread_start + 130
9   libsystem_pthread.dylib        0x99c4bcf2 thread_start + 34
Thread 4:
0   libsystem_pthread.dylib        0x99c4772f _pthread_testcancel + 1
1   libsystem_pthread.dylib        0x99c48124 pthread_testcancel$UNIX2003 + 52
2   libsystem_c.dylib              0x91803fa8 nanosleep$UNIX2003 + 40
 
3   libsystem_c.dylib              0x91803f06 usleep$UNIX2003 + 60
4   com.yourcompany.Awesomenauts   0x002df0f0 RenderThreadManager::executeRenderThread(void*) + 456
5   com.yourcompany.Awesomenauts   0x0036960b Thread::wrapperFunction(void*) + 19
 
6   libsystem_pthread.dylib        0x99c465fb _pthread_body + 144
7   libsystem_pthread.dylib        0x99c46485 _pthread_start + 130
8   libsystem_pthread.dylib        0x99c4bcf2 thread_start + 34
Thread 5:: com.apple.audio.IOThread.client
0   libsystem_kernel.dylib         0x99784f7a mach_msg_trap + 10
1   libsystem_kernel.dylib         0x9978416c mach_msg + 68
2   com.apple.audio.CoreAudio      0x99805e9a HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned long, unsigned long, mach_msg_header_t*, bool, unsigned int) + 138
3   com.apple.audio.CoreAudio      0x9980034e HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 68
4   com.apple.audio.CoreAudio      0x997feb27 HALC_ProxyIOContext::IOWorkLoop() + 1111
5   com.apple.audio.CoreAudio      0x997fe5ff HALC_ProxyIOContext::IOThreadEntry(void*) + 167
6   com.apple.audio.CoreAudio      0x99808f52 ___ZN19HALC_ProxyIOContextC2Emj_block_invoke + 20
7   com.apple.audio.CoreAudio      0x997fe4fb HALB_IOThread::Entry(void*) + 69
8   libsystem_pthread.dylib        0x99c465fb _pthread_body + 144
9   libsystem_pthread.dylib        0x99c46485 _pthread_start + 130
10  libsystem_pthread.dylib        0x99c4bcf2 thread_start + 34
Thread 6:
0   libsystem_kernel.dylib         0x99789b76 __semwait_signal + 10
1   libsystem_c.dylib              0x9180405b nanosleep$UNIX2003 + 219
2   libsystem_c.dylib              0x91803f06 usleep$UNIX2003 + 60
3   com.yourcompany.Awesomenauts   0x0036962a Thread::yieldCallingThread() + 18
4   com.yourcompany.Awesomenauts   0x002ab5e2 PCSoundManager::irrklangThreadUpdateFunction(void*) + 202
5   com.yourcompany.Awesomenauts   0x0036960b Thread::wrapperFunction(void*) + 19
 
6   libsystem_pthread.dylib        0x99c465fb _pthread_body + 144
7   libsystem_pthread.dylib        0x99c46485 _pthread_start + 130
8   libsystem_pthread.dylib        0x99c4bcf2 thread_start + 34
Thread 7:: IOPollingHelperThread
0   libsystem_kernel.dylib         0x9978a976 kevent + 10
1   steamclient.dylib              0x1cf36533 OSXHelpers::CIOPollingHelper::RealRun() + 249
2   libtier0_s.dylib               0x17fcdd57 CatchAndWriteContext_t::Invoke() + 159
3   libtier0_s.dylib               0x17fcd8a8 CatchAndWriteMiniDumpExForVoidPtrFn + 86
4   libtier0_s.dylib               0x17fcd8d2 CatchAndWriteMiniDumpForVoidPtrFn + 37
5   steamclient.dylib              0x1cf36429 OSXHelpers::CIOPollingHelper::Run() + 41
6   libtier0_s.dylib               0x17fd213a SteamThreadTools::CThread::ThreadExceptionWrapper(void*) + 16
7   libtier0_s.dylib               0x17fcdd57 CatchAndWriteContext_t::Invoke() + 159
8   libtier0_s.dylib               0x17fcd8a8 CatchAndWriteMiniDumpExForVoidPtrFn + 86
9   libtier0_s.dylib               0x17fcd8d2 CatchAndWriteMiniDumpForVoidPtrFn + 37
10  libtier0_s.dylib               0x17fd20b2 SteamThreadTools::CThread::ThreadProc(void*) + 196
 
11  libsystem_pthread.dylib        0x99c465fb _pthread_body + 144
12  libsystem_pthread.dylib        0x99c46485 _pthread_start + 130
13  libsystem_pthread.dylib        0x99c4bcf2 thread_start + 34
Thread 8:
0   libsystem_kernel.dylib         0x997897ca __psynch_cvwait + 10
1   libsystem_pthread.dylib        0x99c48d1d _pthread_cond_wait + 728
2   libsystem_pthread.dylib        0x99c4ac25 pthread_cond_timedwait$UNIX2003 + 71
3   SDL                            0x065e1cd6 SDL_CondWaitTimeout + 164
4   SDL                            0x065e2096 SDL_SemWaitTimeout + 108
5   SDL                            0x065e20e0 SDL_SemWait + 25
6   com.yourcompany.Awesomenauts   0x003a405c WorkerThread::threadFunction() + 60
7   com.yourcompany.Awesomenauts   0x0036960b Thread::wrapperFunction(void*) + 19
 
8   libsystem_pthread.dylib        0x99c465fb _pthread_body + 144
9   libsystem_pthread.dylib        0x99c46485 _pthread_start + 130
10  libsystem_pthread.dylib        0x99c4bcf2 thread_start + 34
Thread 9:
0   libsystem_kernel.dylib         0x99789b76 __semwait_signal + 10
1   libsystem_c.dylib              0x9180405b nanosleep$UNIX2003 + 219
2   libsystem_c.dylib              0x91803f06 usleep$UNIX2003 + 60
3   com.yourcompany.Awesomenauts   0x00334316 SteamNetworkConnectionManager::executeCloseP2PSessionWithUserThread() + 434
4   com.yourcompany.Awesomenauts   0x0036960b Thread::wrapperFunction(void*) + 19
 
5   libsystem_pthread.dylib        0x99c465fb _pthread_body + 144
6   libsystem_pthread.dylib        0x99c46485 _pthread_start + 130
7   libsystem_pthread.dylib        0x99c4bcf2 thread_start + 34
Thread 10:
0   libsystem_kernel.dylib         0x9978a046 __workq_kernreturn + 10
1   libsystem_pthread.dylib        0x99c47dcf _pthread_wqthread + 372
2   libsystem_pthread.dylib        0x99c4bcce start_wqthread + 30
Thread 0 crashed with X86 Thread State (32-bit):
  eax: 0x00000004  ebx: 0xbfffe7b0  ecx: 0xbfffe74c  edx: 0x99789b76
  edi: 0x91803f8e  esi: 0x00000000  ebp: 0xbfffe798  esp: 0xbfffe74c
 
   ss: 0x00000023  efl: 0x00000247  eip: 0x99789b76   cs: 0x0000000b
   ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
  cr2: 0x0f9ac000
 
  
Logical CPU:     0
Error Code:      0x0000014e
Trap Number:     132
 
Binary Images:
    0x1000 -   0x740fef +com.yourcompany.Awesomenauts (Awesomenauts version 0.1 - 1.0) <B355C7CD-2FE2-ABD6-045D-D9718718D119> /Volumes/VOLUME/*/Awesomenauts.app/Contents/MacOS/Awesomenauts
 0x57e9000 -  0x5804ff3 +gameoverlayrenderer.dylib (1) <6350038D-FE15-3376-85B2-A9FD69A8E019> /Applications/Steam.app/Contents/MacOS/osx32/gameoverlayrenderer.dylib
 0x581e000 -  0x581fff3 +steamloader.dylib (0) <B203BC3A-0BB3-3693-B6EE-1CAD86A1BFDE> /Applications/Steam.app/Contents/MacOS/osx32/steamloader.dylib
 0x5822000 -  0x588dff7 +libfreetype.6.dylib (13) <C80F28FD-7655-90B7-E268-13B7210A8564> /Volumes/VOLUME/*/Awesomenauts.app/Contents/Frameworks/libfreetype.6.dylib
 0x58b8000 -  0x5929fdf +libirrklang.dylib (1) <EFB85492-9A9E-4E43-8337-5AC3DCB34E9F> /Volumes/VOLUME/*/Awesomenauts.app/Contents/Frameworks/libirrklang.dylib
 0x596a000 -  0x596fff3 +libsteam_api.dylib (1) <ED382A65-10C1-3225-A597-73AC0FF94716> /Volumes/VOLUME/*/Awesomenauts.app/Contents/Frameworks/libsteam_api.dylib
 0x5978000 -  0x5f07fe3 +com.nvidia.cg (3.1.0013 - 0) /Volumes/VOLUME/*/Awesomenauts.app/Contents/Frameworks/Cg.framework/Cg
 0x65b3000 -  0x6600fab +SDL (1.2.14 - 1.2.14) <849D60CD-674C-3EA1-A5DC-2775424DAA8F> /Volumes/VOLUME/*/Awesomenauts.app/Contents/Frameworks/SDL.framework/Versions/A/SDL
0x12ebd000 - 0x12ec2fff +com.eltima.FolxIM (1.7) <C75132E7-5189-BF1D-BC58-75461D4524A4> /Library/InputManagers/*/FolxIM.bundle/Contents/MacOS/FolxIM
0x12eeb000 - 0x12ef6ffa  com.apple.CommerceCore (1.0 - 42) <E59717F2-6770-3DBC-8510-F7AA61E60F57> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x135e3000 - 0x13608ff9  com.apple.framework.familycontrols (4.1 - 410) <A33A97EE-C735-38BA-9B49-5D78DAA3DEDA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x13622000 - 0x1362dfff  libGPUSupport.dylib (9.0.83) <DE01868A-9511-3FAD-897B-BB6BCB70B1AA> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.dylib
0x13cde000 - 0x13ce2ffd  com.apple.audio.AppleHDAHALPlugIn (2.5.3 - 2.5.3fc1) <DAF7D11D-7AC8-38EA-AE89-903A9C59E1BB> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
0x13fe3000 - 0x13fe9ff7 +com.prosofteng.soundbunny.plugin (1.0.2 - 898) <26781624-AE2F-3FCB-A11A-FC51C889E7A8> /Library/Audio/Plug-Ins/HAL/SoundBunny.plugin/Contents/MacOS/SoundBunny
0x17fc8000 - 0x17fddff3 +libtier0_s.dylib (1) <52D57571-54BA-3312-B0FA-DF0F9A9F67DC> /Applications/Steam.app/Contents/MacOS/osx32/libtier0_s.dylib
0x198c3000 - 0x198eaff7  com.apple.audio.OpenAL (1.7 - 1.7) <E17E6E36-968C-37A3-929C-53B78E28862E> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
0x1b881000 - 0x1b8a0ff3 +libvstdlib_s.dylib (1) <4CC957D4-A441-3CE0-BDB9-DC395C36DB77> /Applications/Steam.app/Contents/MacOS/osx32/libvstdlib_s.dylib
0x1b8c9000 - 0x1b8d5ff3 +crashhandler.dylib (1) <CA635384-98DA-3665-9E32-D28C6090F7A8> /Applications/Steam.app/Contents/MacOS/osx32/crashhandler.dylib
0x1b8ec000 - 0x1b8f3ffb +com.googlecode.google-breakpad (1.0) <1FB65688-E4F2-3A2B-A6FA-8254B38161CB> /Applications/Steam.app/Contents/MacOS/Frameworks/Breakpad.framework/Versions/A/Breakpad
0x1bb82000 - 0x1bb91ff3 +breakpadUtilities.dylib (1) <B0D2A474-3BAE-3040-902B-B2BE375E7405> /Applications/Steam.app/Contents/MacOS/Frameworks/Breakpad.framework/Versions/A/Resources/breakpadUtilities.dylib
0x1bb9a000 - 0x1be24fe7 +libsteam.dylib (1) <EA5BD60D-7352-3A97-BBB7-5B561C9D3B52> /Applications/Steam.app/Contents/MacOS/osx32/libsteam.dylib
0x1c800000 - 0x1d37ffd7 +steamclient.dylib (1) <D2C76AE3-6EE9-3C26-B778-4D050A7C0EDE> /Applications/Steam.app/Contents/MacOS/osx32/steamclient.dylib
 
0x40000000 - 0x4037afff  com.apple.driver.AppleIntelHD3000GraphicsGLDriver (8.18.28 - 8.1.8) <680BB188-343D-3754-A587-226A69E22029> /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD3000GraphicsGLDriver
0x50000000 - 0x502b7ff7  com.apple.AMDRadeonX3000GLDriver (1.14.21 - 1.1.4) <C2A4FAFD-AFB3-342D-81A0-7388055CDD5C> /System/Library/Extensions/AMDRadeonX3000GLDriver.bundle/Contents/MacOS/AMDRadeonX3000GLDriver
0x8fe2a000 - 0x8fe5c417  dyld (239.3) <4B280BB1-55F8-313F-86A6-8ADD644ED69E> /usr/lib/dyld
 
0x90008000 - 0x90017fff  libGL.dylib (9.0.83) <E76D1F2A-D98B-3464-AD0B-FC1EBBADF027> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x9031a000 - 0x90f35ff3  com.apple.AppKit (6.9 - 1265) <AE258D94-0272-394F-BBB7-9B5C165A4A78> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x90f36000 - 0x90f8bfff  libc++.1.dylib (120) <10C0A136-64F9-3CC2-9420-013247032120> /usr/lib/libc++.1.dylib
0x90f8c000 - 0x90fd2fff  libcurl.4.dylib (78) <EC84399F-5EA8-321B-B122-99730CC557C8> /usr/lib/libcurl.4.dylib
0x90fd3000 - 0x90fd6ff9  com.apple.TCC (1.0 - 1) <A5FCF7AA-3F56-3A19-9DF1-661F1F02F79D> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x91008000 - 0x9100cffa  libGIF.dylib (1038) <5CEB4EDF-B0B6-33A6-BDDE-8C0D3226FA72> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x9100f000 - 0x91103fff  libFontParser.dylib (111.1) <D8F9B2A4-41A6-3407-8D80-13A841F97BE5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x911a5000 - 0x913a7ff7  com.apple.CoreFoundation (6.9 - 855.11) <50F70E07-043A-3A2F-87EF-A36BA6C5C9D9> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x913a8000 - 0x913acfff  libheimdal-asn1.dylib (323.12) <9EA2A221-301B-3B9A-BBF2-38134145B5A8> /usr/lib/libheimdal-asn1.dylib
0x913ad000 - 0x913b9ff7  com.apple.OpenDirectory (10.9 - 173.1.1) <2AA24814-2DC6-3E28-B71B-186B686F0F19> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x9143c000 - 0x91767ff6  com.apple.Foundation (6.9 - 1056) <C8AE9C03-3460-354A-A8B6-EF4955BE600D> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x91788000 - 0x9181affe  libsystem_c.dylib (997.1.1) <D06FD754-8CE3-3EB7-BE05-2EF939BBE05F> /usr/lib/system/libsystem_c.dylib
0x9181b000 - 0x91b1cff7  com.apple.CoreServices.CarbonCore (1077.14 - 1077.14) <42E10BD1-995B-3FB4-8A6D-5FD071FB8BD1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x91ea2000 - 0x91ea4ffb  libRadiance.dylib (1038) <F0D3F13B-5628-3DF9-8B86-A4D914567B25> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x91f0d000 - 0x91f37fff  libxslt.1.dylib (13) <249D54AB-1D82-38FE-ABEC-0D575450C73B> /usr/lib/libxslt.1.dylib
0x91f38000 - 0x91f38fff  com.apple.Accelerate (1.9 - Accelerate 1.9) <C85070A7-D942-3CFA-981F-5864480788C8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x91f39000 - 0x91f3afff  libSystem.B.dylib (1197.1.1) <C58F0CC9-C1FD-3024-9358-D3359A6BBCAD> /usr/lib/libSystem.B.dylib
0x91f3b000 - 0x91f62fff  com.apple.CoreVideo (1.8 - 117.2) <A53FDD90-F200-3F7C-8A8E-5DE36D3DFBB0> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x91f63000 - 0x92061fff  libJP2.dylib (1038) <EE0B9985-625D-39E6-B425-03FB75BA2594> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x92062000 - 0x92085ff7  libc++abi.dylib (48) <5367BE5A-D475-3FB4-972D-E1DC999A709A> /usr/lib/libc++abi.dylib
0x92086000 - 0x92088ff2  com.apple.EFILogin (2.0 - 2) <BC558029-74C0-3A69-B376-8F4CBF8C338F> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x92089000 - 0x92099ff7  libsasl2.2.dylib (170) <CA1C07F6-8E17-315E-AE49-AB696DDE6707> /usr/lib/libsasl2.2.dylib
0x9209a000 - 0x9218affb  libiconv.2.dylib (41) <848FEBA7-2E3E-3ECB-BD59-007F32468787> /usr/lib/libiconv.2.dylib
0x9218b000 - 0x921affff  libxpc.dylib (300.1.17) <252BC88F-A5CA-3E67-AEDB-3D7B9F4537E2> /usr/lib/system/libxpc.dylib
0x921b0000 - 0x924a2ff8  com.apple.CoreImage (9.0.54) <D7BC3E53-EF5B-3A14-8808-8D45EE505B48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x924a3000 - 0x928d7ff7  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <5B12F3E9-84F6-3183-B85D-FD19EF800ADB> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x928d8000 - 0x9290efff  com.apple.IconServices (25 - 25.17) <A4B5242B-765E-3D58-B066-BBEDB5947AAD> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x92a18000 - 0x92a54ff4  com.apple.RemoteViewServices (2.0 - 94) <BEEE6ADF-7DA3-3D68-BCB0-9863BE1A1F46> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x92a55000 - 0x92a55fff  libodfde.dylib (20) <98FC02AE-C596-3ED5-80D1-C502FF6115ED> /usr/lib/libodfde.dylib
0x92a56000 - 0x92a56fff  libkeymgr.dylib (28) <1B097DEA-011E-3B1C-86D5-6C7FAD5C765A> /usr/lib/system/libkeymgr.dylib
0x92a57000 - 0x92dccff9  com.apple.HIToolbox (2.1 - 696) <43CB31D6-4C2B-30FA-A374-DB7C5728E7AD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x92dcd000 - 0x92e94ff7  com.apple.DiscRecording (8.0 - 8000.4.6) <84A7EC09-3BBD-3E04-A88C-6D3B724448FF> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x92e95000 - 0x92ec4fff  com.apple.framework.SystemAdministration (1.0 - 1.0) <05E81260-7DC7-3546-B45D-15B3E5DF056D> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
0x92ec5000 - 0x92fdcffb  com.apple.WebKit (9537 - 9537.73.11) <74634980-1AC4-3874-9BC2-72E1ED8FB534> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x9301d000 - 0x93029ffe  libkxld.dylib (2422.1.72) <F9B35FA5-C936-3286-A055-2B0780A674AC> /usr/lib/system/libkxld.dylib
0x937ed000 - 0x937f5ff7  libCGCMS.A.dylib (599.7) <A7404924-9A2B-3324-A934-BD08953E7098> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
0x9384b000 - 0x9384fffa  libcache.dylib (62) <9730D7F2-D226-3F30-8D26-BF598CB781F6> /usr/lib/system/libcache.dylib
0x93850000 - 0x938aeffd  com.apple.AE (665.5 - 665.5) <54F2F247-160C-3A22-A6E3-5D49655A67AB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x938c7000 - 0x938d0fff  com.apple.audio.SoundManager (4.1 - 4.1) <68B7CEB7-AF09-3E24-8548-6ABF065B5186> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x938d1000 - 0x938d3ffe  libCVMSPluginSupport.dylib (9.0.83) <BD30BDD1-DD5B-3F31-A09B-C274EA93CD7C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x938d4000 - 0x938e4ff5  com.apple.LangAnalysis (1.7.0 - 1.7.0) <71DE7754-0A47-3F35-B1BF-B1FE7E1311E0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x939f3000 - 0x939f3fff  com.apple.Cocoa (6.8 - 20) <407DC9E6-BBCE-3D34-9BBB-00C90584FFDF> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x93a19000 - 0x93a1afff  libsystem_blocks.dylib (63) <2AC67D5E-ECD4-3644-A53C-9684F9B7AA33> /usr/lib/system/libsystem_blocks.dylib
0x93a1b000 - 0x93a7cff7  com.apple.Symbolication (1.4 - 129) <E5948C08-6ADF-3D86-9134-6AE49CF1DA0F> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x93a7d000 - 0x93aceff1  libstdc++.6.dylib (60) <354F284B-2343-3810-9CA2-E28038824F6E> /usr/lib/libstdc++.6.dylib
0x93acf000 - 0x93b38fff  com.apple.datadetectorscore (5.0 - 354.0) <0C6C812D-3E7A-31A4-BFDE-CD3316AA35B6> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x93b39000 - 0x93b46fff  com.apple.Librarian (1.2 - 1) <F85681E3-3398-327B-829B-1D8078C38C22> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
0x93b47000 - 0x93b4affa  libCGXType.A.dylib (599.7) <2738FF52-4B47-31AD-B7E5-412F6AFACC2A> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x93b4b000 - 0x93b8aff7  com.apple.bom (12.0 - 192) <50F9D23C-9C9A-38BF-B4E2-66D93BE2A174> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x93b8b000 - 0x93c23ff7  com.apple.Metadata (10.7.0 - 800.12.2) <5E9EA0AC-EE9E-362E-9DAC-9B7D21A53A2A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x93c24000 - 0x93c99ff1  com.apple.ApplicationServices.ATS (360 - 363.1) <5C9BC698-0CC1-3F6A-9F9D-BCC3A9C3D6DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x93c9a000 - 0x93cacfff  libbsm.0.dylib (33) <1BE92DB5-0D2F-3BB5-BCC6-8A71EF2A3450> /usr/lib/libbsm.0.dylib
0x93cad000 - 0x93cb4ff2  com.apple.NetFS (6.0 - 4.0) <915AA303-C02B-3B0C-8208-D8AAA4350DB4> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x93cbf000 - 0x93d01fff  libGLU.dylib (9.0.83) <0D9BFE5A-435E-3C66-AF96-D3567B8FC87B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x93d02000 - 0x93d0cff7  com.apple.DirectoryService.Framework (10.9 - 173.1.1) <D6735614-EF4B-389F-BF99-7D8416A504BA> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x93dee000 - 0x93e1aff7  com.apple.DictionaryServices (1.2 - 208) <33873336-BECD-3F62-A315-C45F24C1818C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x93e71000 - 0x94236ff6  libLAPACK.dylib (1094.5) <E6286E68-3501-31AC-813E-75B3B3968011> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x94237000 - 0x9423effe  com.apple.agl (3.2.3 - AGL-3.2.3) <E26A1D2C-596E-31F0-8E70-FC381874F8DA> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x9423f000 - 0x94242ff7  com.apple.help (1.3.3 - 46) <AB6292FA-D3BC-3D56-B3A5-2BE630A503E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x94ba0000 - 0x94e0dff6  com.apple.security (7.0 - 55471) <5FCF76B2-92C6-3404-87D3-91B3F6E203AA> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x94e3f000 - 0x94f0cff7  com.apple.backup.framework (1.5.1 - 1.5.1) <91998CDF-3547-3183-A962-D9E981C14891> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x9505a000 - 0x95145ff4  com.apple.DiskImagesFramework (10.9 - 371.1) <FC13BD5A-0FB7-35D5-A8DF-0510CFA996FE> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x95171000 - 0x95337ffb  libicucore.A.dylib (511.27) <653147E9-7326-337A-99E1-B42E4D801E53> /usr/lib/libicucore.A.dylib
0x95338000 - 0x953c9fff  com.apple.ColorSync (4.9.0 - 4.9.0) <8366AE10-0396-3100-B87A-A176E8ECE7B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x953ca000 - 0x954dcffc  libsqlite3.dylib (158) <B3DB0FED-FE4C-314D-8329-CF7708C8AAF4> /usr/lib/libsqlite3.dylib
0x954f1000 - 0x9551cff7  libsystem_network.dylib (241.3) <71EBA489-386D-3608-ADE6-CB50EBD1AB1B> /usr/lib/system/libsystem_network.dylib
0x9551d000 - 0x95522ff7  com.apple.print.framework.Print (9.0 - 260) <A6C465F6-C5D1-353A-9F33-19B9CEDBBC2A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x95523000 - 0x9553eff6  libPng.dylib (1038) <F39168D4-ABEB-3C2D-A763-B9D3E1EF43BC> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x9553f000 - 0x95541fff  com.apple.securityhi (9.0 - 55005) <51765C73-80D1-33E3-9589-3E88380CE007> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x95542000 - 0x956a4ff3  com.apple.CFNetwork (673.0.3 - 673.0.3) <5E0E9AE8-073B-3F2B-B0C7-A0129DE787F6> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x95702000 - 0x95705fff  libdyld.dylib (239.3) <729B32AC-EEE2-3739-8CE3-F90838D51906> /usr/lib/system/libdyld.dylib
0x95706000 - 0x957a2fff  com.apple.QD (3.50 - 298) <F73FD4D4-17A4-37D6-AC06-7CA5A8BA1212> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x957a3000 - 0x957a7ffe  libCoreVMClient.dylib (58.1) <0EB8FFD7-AFED-3A63-810E-29629831D43D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x95a27000 - 0x95a73ff7  libcups.2.dylib (372) <9A2BE8DC-37E4-3019-B665-1036FE7868EA> /usr/lib/libcups.2.dylib
0x95a74000 - 0x95abcfff  com.apple.PerformanceAnalysis (1.47 - 47) <16935C0F-7F9F-316E-9D46-11973DE0904A> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x95abd000 - 0x95abeffc  com.apple.TrustEvaluationAgent (2.0 - 25) <064B485D-56E0-3DD7-BBE2-E08A5BFFF8B3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x95abf000 - 0x95ad2fff  com.apple.ImageCapture (9.0 - 9.0) <63D5C96F-1893-3F35-ADFB-EE451AFD87E6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x95ad3000 - 0x95b96ff1  com.apple.CoreText (352.0 - 367.15) <746AD442-F7B4-3273-A36D-C7103D26F727> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x95b97000 - 0x95bddff7  libFontRegistry.dylib (127) <A0930DB2-A6C6-3C6E-B4A2-119E0D76FD7D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x95bdf000 - 0x95c10ffa  libsystem_m.dylib (3047.16) <28E614E8-7802-3E84-960A-AD4721EF10F7> /usr/lib/system/libsystem_m.dylib
0x95c11000 - 0x95c1affa  com.apple.CommonAuth (4.0 - 2.0) <6CB82D57-3C55-39E5-9036-8047DF3E6F57> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x95c4b000 - 0x95c4ffff  com.apple.CommonPanels (1.2.6 - 96) <E7CA63C6-CEE9-3F0A-93A7-C12C653FFB80> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x95c50000 - 0x95c78fff  libsystem_info.dylib (449.1.3) <BB68E8CC-422F-3121-8C86-D0F766FB696D> /usr/lib/system/libsystem_info.dylib
0x95c79000 - 0x95c7afff  liblangid.dylib (117) <F18F76C6-7E4B-34AD-AE81-C1C031BF2F7D> /usr/lib/liblangid.dylib
0x960a1000 - 0x960a2ffd  libunc.dylib (28) <22A126A1-DCFB-3BE5-A66B-C973F0A5D839> /usr/lib/system/libunc.dylib
0x960a3000 - 0x960aefff  com.apple.CrashReporterSupport (10.9 - 538) <7A5FF845-433C-33E3-99B5-F6AA5B825734> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x9611d000 - 0x96190fff  com.apple.SearchKit (1.4.0 - 1.4.0) <6F607AB6-7553-37BA-BEC5-98FD7C27FAD7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x96191000 - 0x961bdff7  GLRendererFloat (9.0.83) <53D57A4C-3973-33ED-A0EF-1BCFE1B97A42> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
0x96249000 - 0x962e8ff7  libCoreStorage.dylib (380) <55467C87-E1A3-3057-B428-9BCEFD39E36D> /usr/lib/libCoreStorage.dylib
0x962e9000 - 0x96345ffa  com.apple.print.framework.PrintCore (9.0 - 428) <3E248391-2669-328B-B84F-8763FE8E92BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x96346000 - 0x9634ffff  libsystem_notify.dylib (121) <623269F5-1518-3035-A916-8AF83C972154> /usr/lib/system/libsystem_notify.dylib
0x96350000 - 0x96388ff7  com.apple.MediaKit (15 - 709) <82E0F8C0-313C-379C-9994-4D21587D0C0C> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x96394000 - 0x9639fffb  libcommonCrypto.dylib (60049) <F8E60C43-22EE-3E0B-9546-3365056901F1> /usr/lib/system/libcommonCrypto.dylib
0x963a0000 - 0x96486ff7  com.apple.coreui (2.1 - 231) <1C1AE894-C5C2-3F1C-BF29-B152ECD9BD88> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x96487000 - 0x9648cff3  libsystem_platform.dylib (24.1.4) <875321B9-34EF-3FCC-880C-633FA05223F5> /usr/lib/system/libsystem_platform.dylib
0x9648d000 - 0x96579ff7  libxml2.2.dylib (26) <32040145-6FD6-3AD2-B98B-39F73BF9AC47> /usr/lib/libxml2.2.dylib
0x9657a000 - 0x96582fff  libcopyfile.dylib (103) <1B1484BD-08B6-3BA9-94CA-A7C24B610EB3> /usr/lib/system/libcopyfile.dylib
0x96583000 - 0x9697bff3  com.apple.CoreGraphics (1.600.0 - 599.7) <DB004990-F06F-3768-AE4C-191B3C748EFC> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x9697c000 - 0x969b1ffd  libssl.0.9.8.dylib (50) <F3BEA2DF-DB84-37F0-B4C7-97C0A4DF19C9> /usr/lib/libssl.0.9.8.dylib
0x969b2000 - 0x969c0fff  libxar.1.dylib (202) <B73748D4-F830-3C71-98B3-7A3ABF5136FD> /usr/lib/libxar.1.dylib
0x969c1000 - 0x96a9cff7  com.apple.LaunchServices (572.23 - 572.23) <7E52FB5C-9ECF-3CB9-BF18-6652B8D8CDE0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x96ac7000 - 0x96b1dff6  com.apple.ScalableUserInterface (1.0 - 1) <2C81641B-FA30-32FF-8B3E-3CB9BF53B2D9> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x96b3f000 - 0x96dc2ff7  com.apple.RawCamera.bundle (5.01 - 718) <6CBC1883-D81D-3053-94CA-2AB4A460EE38> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x96e22000 - 0x96e30ff7  libz.1.dylib (53) <858B4D9F-D87E-3D81-B07A-DF9632BD185F> /usr/lib/libz.1.dylib
0x96e31000 - 0x96fc1ff0  GLEngine (9.0.83) <1B032F5D-0D72-30E5-B4AD-D1EBAD995DAC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
0x96fc2000 - 0x97e5dffb  com.apple.WebCore (9537 - 9537.73.13) <85E27D26-9FA4-3CB0-9355-DDD7E3BBFBD7> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x97ec5000 - 0x97ed7fff  libsystem_asl.dylib (217.1.4) <51EB17C9-9F5B-39F3-B6CD-8EF238B05B89> /usr/lib/system/libsystem_asl.dylib
0x97ed8000 - 0x9800fff3  com.apple.desktopservices (1.8 - 1.8) <4D853961-F911-3FE2-A7DF-3130EA1D8CEB> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x98010000 - 0x982fafd2  com.apple.vImage (7.0 - 7.0) <256972F0-3DBC-3CE1-9EE8-B48243868729> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x982fb000 - 0x98326ff5  com.apple.ChunkingLibrary (2.0 - 155.1) <50BBBBF8-F30B-39EA-A512-11A47F429F2C> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x98327000 - 0x9832ffff  liblaunch.dylib (842.1.4) <3798500D-4436-3AEB-B273-7F2428C33A4A> /usr/lib/system/liblaunch.dylib
0x985c2000 - 0x9866effb  libvMisc.dylib (423.32) <43873EFF-FB43-3301-BEE8-F2C3A046D7A6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x9866f000 - 0x986d8fff  com.apple.SystemConfiguration (1.13 - 1.13) <542075CD-9085-3F30-B84B-DD0277D6A40E> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x98728000 - 0x98728fff  com.apple.CoreServices (59 - 59) <06747539-5035-3307-8645-9BC4E7F89023> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x98734000 - 0x98739ff6  libcompiler_rt.dylib (35) <9924DF2E-D80B-3A21-920D-544A4597203F> /usr/lib/system/libcompiler_rt.dylib
0x98c81000 - 0x98ca9ff7  libRIP.A.dylib (599.7) <461297C0-DDA9-3613-8F27-D7F1AC57208F> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x98cdc000 - 0x98cf5fff  com.apple.Kerberos (3.0 - 1) <91F17EB2-C70C-359C-B09D-96B52D2A9C9F> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x98cf6000 - 0x98cf9ffe  com.apple.LoginUICore (3.0 - 3.0) <6FE961A4-3C17-3004-B50B-FD78FDC28350> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
0x98cfa000 - 0x98d7aff7  com.apple.CoreServices.OSServices (600.4 - 600.4) <1227DF22-E2DA-3764-A1CA-10CC0CEBE377> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x98d7b000 - 0x98d7fff7  libmacho.dylib (845) <D8E93E59-1F80-3413-B9CF-78B848F6E873> /usr/lib/system/libmacho.dylib
0x98e3a000 - 0x98e3affd  com.apple.audio.units.AudioUnit (1.9 - 1.9) <8A37963C-DF6F-3DFF-94E9-407DC5DFEDA9> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x98e3b000 - 0x98e53fff  com.apple.CFOpenDirectory (10.9 - 173.1.1) <630A5CCF-8FC3-379D-B0BD-41DCE1F0B624> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x98f82000 - 0x9900bfff  com.apple.CoreSymbolication (3.0 - 141) <178DDF5C-B6DA-39BD-84F5-FD3FA7E93BF8> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x9900c000 - 0x99014fee  libcldcpuengine.dylib (2.3.58) <713322D8-A643-3B9F-8194-9C4020D8A4D6> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x99015000 - 0x9901bff7  com.apple.AOSNotification (1.7.0 - 760.3) <63F7E7F8-6FA3-38D3-9907-CDF360CA9354> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification
0x9901c000 - 0x99036ff7  com.apple.GenerationalStorage (2.0 - 160.2) <8755F7F1-2402-387C-A32A-2270E7D680C8> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x99037000 - 0x99040fff  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <CF8E5706-F744-3139-8A51-D52BF055D19F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x99041000 - 0x99065fff  libJPEG.dylib (1038) <212B0986-9227-397C-9493-BCB190EC020E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x99066000 - 0x990bfffa  libTIFF.dylib (1038) <691DAAFD-D72B-3BE9-AE5C-84AF86BE66CD> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x990c0000 - 0x991ccfff  com.apple.ImageIO.framework (3.3.0 - 1038) <0B4A6607-9FBC-3A6C-984A-0542DE8385FB> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x991cd000 - 0x991d9ffc  libbz2.1.0.dylib (29) <3CEF1E92-BA42-3F8A-8E8D-9E1F7658E5C7> /usr/lib/libbz2.1.0.dylib
0x991da000 - 0x9924fffb  com.apple.framework.IOKit (2.0.1 - 907.1.13) <86D72735-9DFB-35C8-83F7-CE0DCF17D354> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x995ab000 - 0x995acffa  libsystem_sandbox.dylib (278.10) <F3C9C427-AF9F-3CE0-95FF-DC9ACA0B5760> /usr/lib/system/libsystem_sandbox.dylib
0x995d4000 - 0x9966bff7  com.apple.ink.framework (10.9 - 207) <EF00BCCB-B270-3F3D-9424-EF5F4BC23E25> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x9966c000 - 0x99670ffc  libpam.2.dylib (20) <50623D44-795F-3E28-AA85-23E0E7E2AE0E> /usr/lib/libpam.2.dylib
0x99671000 - 0x99754ff7  libcrypto.0.9.8.dylib (50) <B367D3A3-FC1F-326C-92EC-CAD81666524D> /usr/lib/libcrypto.0.9.8.dylib
0x99755000 - 0x99762ff7  com.apple.AppleFSCompression (56 - 1.0) <0C44B3E4-C4A7-3A65-9C1A-334CA3E35BDB> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x99763000 - 0x9976cfff  com.apple.DiskArbitration (2.6 - 2.6) <6379523D-3196-370C-AE4A-8EA586E36909> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x9976d000 - 0x99771ffc  com.apple.IOSurface (91 - 91) <DECEEB72-3C7E-3C21-9237-E5AD293F8B09> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x99772000 - 0x9978fff4  libsystem_kernel.dylib (2422.1.72) <C5641F6C-E271-380A-A656-AE4C04345602> /usr/lib/system/libsystem_kernel.dylib
0x99790000 - 0x997cdff7  libauto.dylib (185.5) <CD008E66-4A0C-35F5-8D72-80D76A716A03> /usr/lib/libauto.dylib
0x997ed000 - 0x99842ff7  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <0F1C111F-1E64-33BB-A69F-14643B3037D5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x99843000 - 0x99892fff  com.apple.opencl (2.3.57 - 2.3.57) <93385E1C-00D9-31BE-9652-7F3C09484B3E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x99893000 - 0x998affff  libCRFSuite.dylib (34) <FFF76EBA-DF35-3A5F-857F-3F4B1C9F4C77> /usr/lib/libCRFSuite.dylib
0x998b0000 - 0x998eeff7  com.apple.NavigationServices (3.8 - 215) <A093AAF0-248E-313E-BA82-01F69E269895> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x998ef000 - 0x9990cffb  libresolv.9.dylib (54) <3EC12A7F-6BA1-3976-9F1F-6A4B76303028> /usr/lib/libresolv.9.dylib
0x9996c000 - 0x9996cfff  com.apple.ApplicationServices (48 - 48) <7967F6FA-2984-3CC3-AD9A-7B9AEC562A2A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x9996d000 - 0x9999bff3  com.apple.DebugSymbols (106 - 106) <FC70F4C9-B2A6-352F-9563-6C085E9DDDB8> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x99a51000 - 0x99ac7ff3  com.apple.securityfoundation (6.0 - 55122) <25149798-A37E-316F-84AB-93029EAF33D8> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x99b2f000 - 0x99b7fff7  libcorecrypto.dylib (161.1) <135FD99E-2211-3DF4-825C-C9F816107F0C> /usr/lib/system/libcorecrypto.dylib
0x99b80000 - 0x99b8eff7  com.apple.Sharing (132.2 - 132.2) <87DBFC7A-9689-3B8E-AD16-5A9DFF9DE625> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x99bfe000 - 0x99c06fff  libsystem_dnssd.dylib (522.1.11) <1C015806-B971-34F9-B162-3DF7897351D0> /usr/lib/system/libsystem_dnssd.dylib
0x99c07000 - 0x99c1fffd  libdispatch.dylib (339.1.9) <6249BAE5-044F-3A7A-9CCC-03FF7E6B405B> /usr/lib/system/libdispatch.dylib
0x99c20000 - 0x99c20fff  com.apple.Carbon (154 - 157) <6E680560-FD53-3C00-BDF7-7AFA28747DC8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x99c21000 - 0x99c2bfff  com.apple.bsd.ServiceManagement (2.0 - 2.0) <B84F3916-236A-347B-9C1F-3DE571496737> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x99c2c000 - 0x99c44ff7  libsystem_malloc.dylib (23.1.10) <69F485C9-B3E7-3E36-A06C-D7DFD29D22E1> /usr/lib/system/libsystem_malloc.dylib
0x99c45000 - 0x99c4cffb  libsystem_pthread.dylib (53.1.4) <8B1B7B84-1B5D-32A8-AC0D-1E689E5C8A4C> /usr/lib/system/libsystem_pthread.dylib
0x99c4d000 - 0x99c55ffe  libGFXShared.dylib (9.0.83) <35644AAA-B1E7-367C-90C0-378024F8A46A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x99c94000 - 0x99c9eff7  com.apple.speech.synthesis.framework (4.6.2 - 4.6.2) <16E20DCD-89F4-3C8E-9DBA-EED359807038> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x99c9f000 - 0x99e1dff8  libGLProgrammability.dylib (9.0.83) <268638DE-5A32-3352-9068-97244D06E43F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x99e1e000 - 0x99e32ff9  com.apple.MultitouchSupport.framework (245.13 - 245.13) <6860A0D0-3654-3B02-B2E9-C4D2637167B8> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x99e33000 - 0x99fdfff1  com.apple.QuartzCore (1.8 - 332.0) <07F9B77F-35A2-3D21-99FA-CD3FCE5B9C7B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x99fe0000 - 0x99fe1fff  libDiagnosticMessagesClient.dylib (100) <B936B1D4-90BB-395D-8EA9-E1237608E7D0> /usr/lib/libDiagnosticMessagesClient.dylib
0x9a1ae000 - 0x9a201fff  com.apple.htmlrendering (77 - 1.1.4) <408FA30F-4FE9-3162-9FFD-677E8569C1EA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x9a202000 - 0x9a204fff  libquarantine.dylib (71) <EE3B510E-1AEC-3171-8A1A-D6A5A42CF35C> /usr/lib/system/libquarantine.dylib
0x9a205000 - 0x9a377ffb  com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) <E5FFD35D-18CF-333C-BECE-39F8E47BE707> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x9a9be000 - 0x9a9c9fff  libGPUSupportMercury.dylib (9.0.83) <F4DD06F4-FF45-3E26-BF56-24258B726EA8> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
0x9aa20000 - 0x9aa21fff  libremovefile.dylib (33) <ED35EA79-EB06-3B84-A6D4-B1A9D6B8648D> /usr/lib/system/libremovefile.dylib
0x9aa22000 - 0x9aa70ff9  com.apple.HIServices (1.22 - 466) <30636237-408A-3552-90C1-1279348DF7CB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x9aa71000 - 0x9ac194af  libobjc.A.dylib (551.1) <31CBE178-E972-30D1-ADC6-4B8345CAE326> /usr/lib/libobjc.A.dylib
0x9ada1000 - 0x9ada1ffd  libOpenScriptingUtil.dylib (157) <4D06E8ED-D312-34EA-A448-DFF45ADC3CE5> /usr/lib/libOpenScriptingUtil.dylib
0x9ada2000 - 0x9addfffb  libGLImage.dylib (9.0.83) <FA15FEB5-54E4-313B-8E78-A2D2E6C88FE1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x9ade1000 - 0x9b045fff  com.apple.CoreData (107 - 481) <F699EC21-57D9-3AE6-A17B-C1D1092780BD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x9b046000 - 0x9b051fff  libcsfde.dylib (380) <C9E61AFB-1A9D-324B-9827-06B182CDD7B0> /usr/lib/libcsfde.dylib
0x9b052000 - 0x9b083ffd  com.apple.GSS (4.0 - 2.0) <6BA01155-4DAD-30EE-B480-D224650EA010> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x9b084000 - 0x9b092ff3  com.apple.opengl (9.0.83 - 9.0.83) <16CFFD50-217E-3E18-88AF-7F2AD980628B> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x9b093000 - 0x9b095fff  libsystem_configuration.dylib (596.12) <1C31C3F6-568D-3854-AE03-A5DA2F39297E> /usr/lib/system/libsystem_configuration.dylib
0x9b096000 - 0x9b0a1ff6  com.apple.NetAuth (5.0 - 5.0) <3B2E9615-EE12-38FC-BDCF-09529FF9464B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x9b0a2000 - 0x9b1f8ff0  libBLAS.dylib (1094.5) <74310C2F-4FDB-3995-A01A-5AFB83010A43> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x9b1f9000 - 0x9b231fff  com.apple.LDAPFramework (2.4.28 - 194.5) <0C42A932-15E8-3CD1-AC35-1DF7D41B25A2> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x9b232000 - 0x9b262ff7  com.apple.CoreServicesInternal (184.8 - 184.8) <88528205-9452-3EEC-BB27-DAAA7EC81E04> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x9b263000 - 0x9b27eff5  com.apple.openscripting (1.4 - 157) <5C161A52-8D2F-3D56-A988-05727BED7A59> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x9be23000 - 0x9be26ffb  libutil.dylib (34) <B496031E-E763-3DEB-84D2-85C0F3DF2012> /usr/lib/libutil.dylib
0x9be85000 - 0x9c1abffd  com.apple.JavaScriptCore (9537 - 9537.73.10) <B5331B86-DEBC-387A-8F3E-5B9FC28E8055> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x9c1ac000 - 0x9c1b0fff  com.apple.IOAccelerator (98.7.1 - 98.7.1) <8D098F2D-5884-3E61-8D20-5B9A7847BC20> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x9c1b1000 - 0x9c1b1fff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <DDAC0B59-F886-3AB1-98E8-C71FFF161CD4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x9c1e7000 - 0x9c1edffb  libunwind.dylib (35.3) <099D1A6F-A1F0-3D05-BF1C-0A7BB32D39C2> /usr/lib/system/libunwind.dylib
0x9c1f7000 - 0x9c213ff9  com.apple.Ubiquity (1.3 - 289) <1CEDC83D-7282-3B4D-8CF7-4FE045012391> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
0x9c214000 - 0x9c27fff9  com.apple.Heimdal (4.0 - 2.0) <E3091095-A893-3089-8DA1-8705B3BE5BF9> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x9c280000 - 0x9c350fef  libvDSP.dylib (423.32) <E2FA7230-A001-3F6B-9ACF-6998C51AD7DC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 4
 
    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: 6380
 
    thread_create: 0
    thread_set_state: 0
VM Region Summary:
ReadOnly portion of Libraries: Total=214.3M resident=150.5M(70%) swapped_out_or_unallocated=63.8M(30%)
Writable regions: Total=835.7M written=566.7M(68%) resident=631.7M(76%) swapped_out=0K(0%) unallocated=203.9M(24%)
 
 
REGION TYPE                      VIRTUAL
===========                      =======
CG backing stores                  25.1M
 
CG image                             12K
CG raster data                       24K
CG shared images                    244K
 
IOKit                              4096K
Kernel Alloc Once                     4K
MALLOC                            680.9M
 
MALLOC (admin)                       48K
Memory Tag 242                       12K
Stack                              69.1M
VM_ALLOCATE                        35.5M
 
VM_ALLOCATE (reserved)               32K        reserved VM address space (unallocated)
__DATA                             97.3M
__IMAGE                             528K
__IMPORT                             20K
__LINKEDIT                         62.6M
__OBJC                             2048K
__PAGEZERO                            4K
__TEXT                            151.7M
__UNICODE                           544K
mapped file                       138.2M
 
shared memory                        68K
===========                      =======
TOTAL                               1.2G
TOTAL, minus reserved VM space      1.2G
 
 
Model: MacBookPro8,2, BootROM MBP81.0047.B27, 4 processors, Intel Core i7, 2 GHz, 8 GB, SMC 1.69f4
Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 512 MB
Graphics: AMD Radeon HD 6490M, AMD Radeon HD 6490M, PCIe, 256 MB
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1333 MHz, 0x02B5, 0x454C3633493143313632345A562020202020
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1333 MHz, 0x0198, 0x393930353432382D3035312E4130304C4620
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 (5.106.98.100.22)
Bluetooth: Version 4.2.0f6 12982, 3 services, 23 devices, 1 incoming serial ports
Network Service: Ethernet, Ethernet, en0
Network Service: Wi-Fi, AirPort, en1
Serial ATA Device: OCZ-VERTEX4, 128.04 GB
Serial ATA Device: ST9500325ASG, 500.11 GB
USB Device: Hub
USB Device: IR Receiver
 
USB Device: FaceTime HD Camera (Built-in)
USB Device: Hub
USB Device: USB Optical Mouse
USB Device: BRCM2070 Hub
USB Device: Bluetooth USB Host Controller
USB Device: Apple Internal Keyboard / Trackpad
Thunderbolt Bus: MacBook Pro, Apple Inc., 22.1

My dev blog
Ronimo Games (my game dev company)
Awesomenauts (2D MOBA for Steam/PS4/PS3/360)
Swords & Soldiers (2D RTS for Wii/PS3/Steam/mobile)

Swords & Soldiers 2 (WiiU)
Proun (abstract racing game for PC/iOS/3DS)
Cello Fortress (live performance game controlled by cello)

Advertisement

If the Mac is anything like the iOS crash reports (and superficially they seem very similar), then you can take the crash thread with a pinch of salt. It's right more often than not, but on iOS, if it looks unlikely, then I usually find it's because the crash thread has been diagnosed incorrectly.

I would start by looking at StagedAnimation::end and TouchableOverlay::end, particularly for any unhandled NULL pointers, dangling pointers (i.e. stuff you deleted but didn't set the pointer to NULL), or uninitialised pointers.

Okay, I'll start looking there then!

Would you say that in general the stacks printed are usually quite correct, but the Mac doesn't know which thread actually crashed?

My dev blog
Ronimo Games (my game dev company)
Awesomenauts (2D MOBA for Steam/PS4/PS3/360)
Swords & Soldiers (2D RTS for Wii/PS3/Steam/mobile)

Swords & Soldiers 2 (WiiU)
Proun (abstract racing game for PC/iOS/3DS)
Cello Fortress (live performance game controlled by cello)



Exception Type:  EXC_CRASH (SIGBUS)
Exception Codes: 0x0000000000000000, 0x0000000000000000

My guess is you're passing a NULL pointer somewhere. A bus error means you're accessing memory that doesn't exist. The Exception Codes line gives an error code as a hexadecimal value followed by a human-readable string (if there is one) and a memory address for the object that appeared to cause the crash.

I would start by looking at StagedAnimation::end and TouchableOverlay::end, particularly for any unhandled NULL pointers, dangling pointers (i.e. stuff you deleted but didn't set the pointer to NULL), or uninitialised pointers.

This turned out to indeed be the cause: when the network connection is bad sometimes the StagedAnimation being used there doesn't exist and TouchableOverlay::end didn't check for that. So this was indeed a simple case of accessing a NULL-pointer.

Also, that means that in this case, the crash report was correct about the stacks, but incorrect about which thread had the problem. Good to know that this is behaviour that can happen in Mac crash reports!

Thanks for the help, folks! Smiley_GenjiWorship.gif

My dev blog
Ronimo Games (my game dev company)
Awesomenauts (2D MOBA for Steam/PS4/PS3/360)
Swords & Soldiers (2D RTS for Wii/PS3/Steam/mobile)

Swords & Soldiers 2 (WiiU)
Proun (abstract racing game for PC/iOS/3DS)
Cello Fortress (live performance game controlled by cello)

This topic is closed to new replies.

Advertisement