Opened 11 years ago

Closed 9 years ago

#1875 closed defect (needsinfo)

OS X 10.8: Crash in fancy water rendering / GeForce 9400M

Reported by: Justin O'Brien Owned by:
Priority: Should Have Milestone:
Component: Core engine Keywords: osx crash
Cc: wraitii Patch:

Description (last modified by historic_bruno)

Process:         pyrogenesis [45963]
Path:            /Applications/0ad.app/Contents/MacOS/pyrogenesis
Identifier:      com.wildfiregames.0ad
Version:         0.0.12 (0.0.12)
Code Type:       X86-64 (Native)
Parent Process:  launchd [222]
User ID:         501

Date/Time:       2013-03-21 21:21:31.071 -0400
OS Version:      Mac OS X 10.8.2 (12C60)
Report Version:  10

Interval Since Last Report:          712869 sec
Crashes Since Last Report:           71213
Per-App Interval Since Last Report:  1020 sec
Per-App Crashes Since Last Report:   2
Anonymous UUID:                      F70C234F-8021-8139-5870-6BD33B0BC513

Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x000000024017c870

VM Regions Near 0x24017c870:
    __LINKEDIT             0000000200e5d000-0000000200eb3000 [  344K] r--/rwx SM=COW  /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver
--> 
    STACK GUARD            00007fff5bc00000-00007fff5f400000 [ 56.0M] ---/rwx SM=NUL  stack guard for thread 0

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   ???                           	0x000000024017c870 0 + 9665235056
1   com.apple.GeForceGLDriver     	0x0000000200185d5c 0x200000000 + 1596764
2   com.apple.GeForceGLDriver     	0x000000020018df7e 0x200000000 + 1630078
3   com.apple.GeForceGLDriver     	0x000000020018f495 0x200000000 + 1635477
4   com.apple.GeForceGLDriver     	0x000000020016f0f6 0x200000000 + 1503478
5   com.apple.GeForceGLDriver     	0x0000000200174328 0x200000000 + 1524520
6   com.apple.GeForceGLDriver     	0x0000000200174a61 0x200000000 + 1526369
7   com.apple.GeForceGLDriver     	0x00000002000d00ff 0x200000000 + 852223
8   com.apple.GeForceGLDriver     	0x00000002000cf469 0x200000000 + 849001
9   com.apple.GeForceGLDriver     	0x00000002000cfc24 0x200000000 + 850980
10  com.apple.GeForceGLDriver     	0x0000000200001fc7 0x200000000 + 8135
11  com.apple.GeForceGLDriver     	0x00000002000cec42 0x200000000 + 846914
12  com.apple.GeForceGLDriver     	0x00000002000b27ae gldUpdateDispatch + 715
13  GLEngine                      	0x0000000103d421bd gleDoDrawDispatchCore + 555
14  GLEngine                      	0x0000000103ccd1c1 glDrawElements_ACC_Exec + 295
15  com.wildfiregames.0ad         	0x00000001001faedf CPatchRData::RenderWater(boost::shared_ptr<CShaderProgram>&) + 279
16  com.wildfiregames.0ad         	0x00000001002232fd TerrainRenderer::RenderFancyWater(CShaderDefines const&, ShadowMap*) + 5165
17  com.wildfiregames.0ad         	0x00000001002236d0 TerrainRenderer::RenderWater(CShaderDefines const&, ShadowMap*) + 166
18  com.wildfiregames.0ad         	0x00000001002113da CRenderer::RenderSubmissions() + 1776
19  com.wildfiregames.0ad         	0x00000001002116e1 CRenderer::RenderScene(Scene&) + 131
20  com.wildfiregames.0ad         	0x0000000100171c03 CGameView::Render() + 99
21  com.wildfiregames.0ad         	0x0000000100130560 Render() + 816
22  com.wildfiregames.0ad         	0x000000010000285e SDL_main + 3870
23  com.wildfiregames.0ad         	0x00000001005d3711 -[SDLMain applicationDidFinishLaunching:] + 97
24  com.apple.CoreFoundation      	0x00007fff8ffe647a _CFXNotificationPost + 2554
25  com.apple.Foundation          	0x00007fff94473846 -[NSNotificationCenter postNotificationName:object:userInfo:] + 64
26  com.apple.AppKit              	0x00007fff8b8e460d -[NSApplication _postDidFinishNotification] + 292
27  com.apple.AppKit              	0x00007fff8b8e4346 -[NSApplication _sendFinishLaunchingNotification] + 216
28  com.apple.AppKit              	0x00007fff8b8e1532 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 566
29  com.apple.AppKit              	0x00007fff8b8e112c -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 351
30  com.apple.Foundation          	0x00007fff9448d12b -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 308
31  com.apple.Foundation          	0x00007fff9448cf8d _NSAppleEventManagerGenericHandler + 106
32  com.apple.AE                  	0x00007fff8cb1cb48 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 307
33  com.apple.AE                  	0x00007fff8cb1c9a9 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 37
34  com.apple.AE                  	0x00007fff8cb1c869 aeProcessAppleEvent + 318
35  com.apple.HIToolbox           	0x00007fff91c618e9 AEProcessAppleEvent + 100
36  com.apple.AppKit              	0x00007fff8b8dd916 _DPSNextEvent + 1456
37  com.apple.AppKit              	0x00007fff8b8dced2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
38  com.apple.AppKit              	0x00007fff8b8d4283 -[NSApplication run] + 517
39  com.wildfiregames.0ad         	0x00000001005d34f4 CustomApplicationMain + 548
40  com.wildfiregames.0ad         	0x00000001005d3ad0 main + 272
41  com.wildfiregames.0ad         	0x0000000100001604 start + 52

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib        	0x00007fff89a0bd16 kevent + 10
1   libdispatch.dylib             	0x00007fff8a4d6dea _dispatch_mgr_invoke + 883
2   libdispatch.dylib             	0x00007fff8a4d69ee _dispatch_mgr_thread + 54

Thread 2:: com.apple.audio.IOThread.client
0   libsystem_kernel.dylib        	0x00007fff89a09686 mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff89a08c42 mach_msg + 70
2   com.apple.audio.CoreAudio     	0x00007fff90d8c17a HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned int, unsigned int, mach_msg_header_t*, bool, unsigned int) + 98
3   com.apple.audio.CoreAudio     	0x00007fff90d8c108 HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 42
4   com.apple.audio.CoreAudio     	0x00007fff90d8a8db HALC_ProxyIOContext::IOWorkLoop() + 1209
5   com.apple.audio.CoreAudio     	0x00007fff90d8a391 HALC_ProxyIOContext::IOThreadEntry(void*) + 83
6   com.apple.audio.CoreAudio     	0x00007fff90d8a24b HALB_IOThread::Entry(void*) + 75
7   libsystem_c.dylib             	0x00007fff9429f742 _pthread_start + 327
8   libsystem_c.dylib             	0x00007fff9428c181 thread_start + 13

Thread 3:
0   libsystem_c.dylib             	0x00007fff942a4d54 pthread_mutex_lock + 463
1   com.wildfiregames.0ad         	0x00000001002cfc9c timer_Time() + 140
2   com.wildfiregames.0ad         	0x0000000100140bdb CSoundManagerWorker::Run() + 65
3   com.wildfiregames.0ad         	0x0000000100140901 CSoundManagerWorker::RunThread(void*) + 113
4   libsystem_c.dylib             	0x00007fff9429f742 _pthread_start + 327
5   libsystem_c.dylib             	0x00007fff9428c181 thread_start + 13

Thread 4:
0   libsystem_kernel.dylib        	0x00007fff89a0b0fa __psynch_cvwait + 10
1   libsystem_c.dylib             	0x00007fff942a3f89 _pthread_cond_wait + 869
2   com.wildfiregames.0ad         	0x00000001006560bb SDL_CondWaitTimeout + 235
3   com.wildfiregames.0ad         	0x0000000100655a4e SDL_SemWaitTimeout + 158
4   com.wildfiregames.0ad         	0x0000000100655adf SDL_SemWait + 31
5   com.wildfiregames.0ad         	0x0000000100123371 CUserReporterWorker::Run() + 581
6   com.wildfiregames.0ad         	0x0000000100122891 CUserReporterWorker::RunThread(void*) + 113
7   libsystem_c.dylib             	0x00007fff9429f742 _pthread_start + 327
8   libsystem_c.dylib             	0x00007fff9428c181 thread_start + 13

Thread 5:
0   libsystem_kernel.dylib        	0x00007fff89a0b386 __semwait_signal + 10
1   libsystem_c.dylib             	0x00007fff94329800 nanosleep + 163
2   com.wildfiregames.0ad         	0x000000010065d86c SDL_Delay + 108
3   com.wildfiregames.0ad         	0x000000010065d8bd RunTimer + 45
4   com.wildfiregames.0ad         	0x00000001005e24bf SDL_RunThread + 127
5   com.wildfiregames.0ad         	0x0000000100655568 RunThread + 24
6   libsystem_c.dylib             	0x00007fff9429f742 _pthread_start + 327
7   libsystem_c.dylib             	0x00007fff9428c181 thread_start + 13

Thread 6:
0   libsystem_kernel.dylib        	0x00007fff89a0b0fa __psynch_cvwait + 10
1   libsystem_c.dylib             	0x00007fff942a3f89 _pthread_cond_wait + 869
2   com.wildfiregames.0ad         	0x00000001006560bb SDL_CondWaitTimeout + 235
3   com.wildfiregames.0ad         	0x0000000100655a4e SDL_SemWaitTimeout + 158
4   com.wildfiregames.0ad         	0x0000000100655adf SDL_SemWait + 31
5   com.wildfiregames.0ad         	0x00000001001d98ef CTextureConverter::RunThread(void*) + 715
6   libsystem_c.dylib             	0x00007fff9429f742 _pthread_start + 327
7   libsystem_c.dylib             	0x00007fff9428c181 thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000200839540  rbx: 0x00000001438a8a50  rcx: 0x00000001411da8a0  rdx: 0x0000000000000000
  rdi: 0x00000001438a8480  rsi: 0x00000001410f8728  rbp: 0x00007fff5fbfdbe0  rsp: 0x00007fff5fbfdba8
   r8: 0x0000000000000000   r9: 0x0000000000000002  r10: 0x0000000000000000  r11: 0x0000000000000010
  r12: 0x00000002002a9748  r13: 0x0000000200184f19  r14: 0x00000001410f8728  r15: 0x0000000200184fdc
  rip: 0x000000024017c870  rfl: 0x0000000000010202  cr2: 0x000000024017c870
Logical CPU: 1

Binary Images:
       0x100000000 -        0x100a62fff +com.wildfiregames.0ad (0.0.12 - 0.0.12) <D76F2AFA-7F33-343C-9ADA-5E01A27294AA> /Applications/0ad.app/Contents/MacOS/pyrogenesis
       0x100e76000 -        0x100ea1fff  com.apple.audio.OpenAL (1.6 - 1.6) <0FBA7491-B817-39EE-8898-FF88C9485B50> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
       0x101bf3000 -        0x101bf8fff  com.apple.audio.AppleHDAHALPlugIn (2.3.1 - 2.3.1f2) <E807EE74-4241-36B2-87A6-92AFAE41D68F> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
       0x101f19000 -        0x101f1afff  com.apple.bluetooth.IOBluetoothSCOAudioDriverPlugIn (4.0.9 - 4.0.9f33) <EE2D9E29-794A-3731-B214-82A63D14AC1E> /System/Library/Extensions/IOBluetoothFamily.kext/Contents/PlugIns/IOBluetoothSCOAudioDriver.kext/Contents/Resources/IOBluetoothSCOAudioDriverPlugIn.bundle/Contents/MacOS/IOBluetoothSCOAudioDriverPlugIn
       0x103c22000 -        0x103dd9fff  GLEngine (8.6.1) <94C4C4C0-E96C-30B2-8CD7-DE8D82CA74F1> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
       0x103e10000 -        0x103e1eff7  libGPUSupport.dylib (8.6.1) <C8A361A5-8A82-375D-B50E-E520662F76B1> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.dylib
       0x103e25000 -        0x103e2efe7  libcldcpuengine.dylib (2.1.19) <50800DA2-7233-32E5-9553-A02171B68399> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
       0x1061c1000 -        0x106315fff  com.apple.audio.units.Components (1.8 - 1.8) <7846E0A3-4AFB-3E29-96D3-BF87348024ED> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
       0x106bf7000 -        0x106bfaff7  libCoreFSCache.dylib (24.4) <C375CAA0-F91F-3D9F-AF90-DB951BD86983> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
       0x106ea3000 -        0x106ed0fff  GLRendererFloat (8.6.1) <B598274C-3C23-3EBB-A7C5-13C131FAC651> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
       0x1077c5000 -        0x107907fff  libGLProgrammability.dylib (8.6.1) <FC866EA6-6263-3F51-BF7C-EA1A9A4162B4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
       0x200000000 -        0x200822ff7  com.apple.GeForceGLDriver (8.0.61 - 8.0.0) <CF32F783-46E3-3837-A993-01CB9C2BE6BC> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver
    0x7fff6cb12000 -     0x7fff6cb4693f  dyld (210.2.3) <36CAA36E-72BC-3E48-96D9-B96A2DF77730> /usr/lib/dyld
    0x7fff88942000 -     0x7fff88942fff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff88943000 -     0x7fff88965ff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff8896b000 -     0x7fff88996fff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
    0x7fff88997000 -     0x7fff889a3fff  com.apple.CrashReporterSupport (10.8.2 - 415) <55783BF9-125E-3F9C-A412-6A095ECD9353> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff88ac5000 -     0x7fff88b2dff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
    0x7fff88b2e000 -     0x7fff88c08ff7  com.apple.backup.framework (1.4.1 - 1.4.1) <A3CFCA9E-717C-302D-821B-16FD35E6673F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff88c09000 -     0x7fff88d8ffff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff88f02000 -     0x7fff88f51ff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
    0x7fff88ffd000 -     0x7fff8900aff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff89068000 -     0x7fff89089fff  com.apple.Ubiquity (1.2 - 243.10) <F97D3A33-2C8B-3CFF-AF75-A74866D42853> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x7fff890ad000 -     0x7fff890adfff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff890ae000 -     0x7fff89222fff  com.apple.CFNetwork (596.2.3 - 596.2.3) <6A16C2BD-1035-30F9-AE96-D9E3BB54A976> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff89223000 -     0x7fff8923afff  com.apple.CFOpenDirectory (10.8 - 151.10) <10F41DA4-AD54-3F52-B898-588D9A117171> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff89250000 -     0x7fff892b8fff  libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff892b9000 -     0x7fff892b9fff  com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff8957f000 -     0x7fff89976fff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff899ac000 -     0x7fff899f8ff7  libauto.dylib (185.1) <73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib
    0x7fff899f9000 -     0x7fff89a14ff7  libsystem_kernel.dylib (2050.18.24) <C0535565-35D1-31A7-A744-63D9F10F12A4> /usr/lib/system/libsystem_kernel.dylib
    0x7fff89a15000 -     0x7fff89b2eff7  com.apple.ImageIO.framework (3.2.0 - 845) <553B9828-A7D9-3AE4-A214-1C33417545FD> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff89b2f000 -     0x7fff89b72ff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff89bfc000 -     0x7fff89c0bff7  com.apple.opengl (1.8.6 - 1.8.6) <720CC06C-0D01-37AE-BB3D-D7F0242B262A> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff89c0c000 -     0x7fff89c22fff  com.apple.MultitouchSupport.framework (235.28 - 235.28) <BD78B16E-9B5A-3E07-93B4-13AD1A538CAC> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff8a2b0000 -     0x7fff8a2b2ff7  com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff8a2b3000 -     0x7fff8a4b3fff  libicucore.A.dylib (491.11.1) <CC318A27-878A-38CE-9292-1B98353FA9C7> /usr/lib/libicucore.A.dylib
    0x7fff8a4b4000 -     0x7fff8a4bbfff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
    0x7fff8a4d1000 -     0x7fff8a4d1fff  com.apple.Carbon (154 - 155) <1B2846B1-384E-3D1C-8999-201215723349> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff8a4d2000 -     0x7fff8a4e7ff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
    0x7fff8a530000 -     0x7fff8a535fff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
    0x7fff8a536000 -     0x7fff8a53afff  libGIF.dylib (845) <2690CE83-E934-3EF8-A30A-996EDADCE3E4> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff8a53b000 -     0x7fff8a546fff  com.apple.CoreBluetooth (100.6 - 1) <8166B68C-3AA7-30F9-8454-CA2AA03F50E4> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff8a628000 -     0x7fff8a629ff7  libremovefile.dylib (23.1) <DBBFAF35-AC78-3856-92F6-6E4FD9DF14A2> /usr/lib/system/libremovefile.dylib
    0x7fff8a62a000 -     0x7fff8a641fff  com.apple.GenerationalStorage (1.1 - 132.2) <3F5C87BD-D866-3732-8CB9-D23ED9784D6E> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff8a642000 -     0x7fff8a697ff7  libTIFF.dylib (845) <ADCB4683-69EB-318B-8BE7-5FDF38BCADAF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff8a69a000 -     0x7fff8a6b9ff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
    0x7fff8a6ba000 -     0x7fff8a6c4fff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff8a6c5000 -     0x7fff8a860fef  com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff8a861000 -     0x7fff8a864fff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff8a8a0000 -     0x7fff8a8a4fff  com.apple.IOSurface (86.0.3 - 86.0.3) <C121DE83-ED12-3DC1-BDB3-4FCB29AB0571> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff8a8bc000 -     0x7fff8a8f7fff  com.apple.LDAPFramework (2.4.28 - 194.5) <0190B746-F684-3F43-B4D0-148EFE386CA4> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff8a8f8000 -     0x7fff8a90dfff  com.apple.ImageCapture (8.0 - 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff8a90e000 -     0x7fff8a92dff7  com.apple.ChunkingLibrary (2.0 - 133.2) <D2A746DE-002A-3C6C-961E-BE94E71DB835> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff8a994000 -     0x7fff8aa66ff7  com.apple.CoreText (260.0 - 275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff8aa67000 -     0x7fff8aaaffff  libcurl.4.dylib (69.2) <EBDBF42D-E4A6-3D05-A76B-2817D79D59E2> /usr/lib/libcurl.4.dylib
    0x7fff8aab0000 -     0x7fff8abd0fff  com.apple.desktopservices (1.7.2 - 1.7.2) <CDE8C2C2-C505-31B0-8C61-E40E4EA364A5> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff8abd1000 -     0x7fff8abd4ff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
    0x7fff8abd5000 -     0x7fff8abdbfff  com.apple.DiskArbitration (2.5.1 - 2.5.1) <F7DAF7CC-5893-3F06-9168-3B0192B66D15> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff8abf4000 -     0x7fff8ac2efff  com.apple.GSS (3.0 - 2.0) <0BDF8090-5EF4-3759-94DE-8521D74188AA> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff8adc2000 -     0x7fff8adf9ff7  libssl.0.9.8.dylib (47) <923945E6-C489-3406-903B-A362410753F8> /usr/lib/libssl.0.9.8.dylib
    0x7fff8adfa000 -     0x7fff8af4bfff  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <833DA682-A3C1-39E7-AEC3-9EDC734DE2A9> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff8af4c000 -     0x7fff8af59fff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff8af5a000 -     0x7fff8afc7ff7  com.apple.framework.IOKit (2.0 - 755.18.10) <142E19DD-1C8D-3D61-ABC8-83994A73279F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff8afc8000 -     0x7fff8b0e092f  libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
    0x7fff8b0e1000 -     0x7fff8b163fff  com.apple.Heimdal (3.0 - 2.0) <660A6C64-4912-32C8-A332-B64164032A2D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff8b164000 -     0x7fff8b190ff7  libRIP.A.dylib (324.6) <5A7EB5C2-BA60-36D7-BF41-9853F37837AA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff8b191000 -     0x7fff8b192ff7  libSystem.B.dylib (169.3) <9089D72D-E714-31E1-80C8-698A8E8B05AD> /usr/lib/libSystem.B.dylib
    0x7fff8b193000 -     0x7fff8b19cfff  com.apple.CommerceCore (1.0 - 26) <997CD214-BC78-3C61-A1B8-813EA1CB9997> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
    0x7fff8b20e000 -     0x7fff8b21cfff  com.apple.Librarian (1.1 - 1) <1635162F-239A-341E-83C7-710C55E254AF> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x7fff8b220000 -     0x7fff8b260fff  com.apple.MediaKit (13 - 659) <0C56D7FF-0430-3199-9952-CF8577519449> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff8b261000 -     0x7fff8b262ff7  libsystem_sandbox.dylib (220) <3C3B03CF-C525-3CB3-8557-62E91B93AC95> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff8b263000 -     0x7fff8b271fff  libcommonCrypto.dylib (60026) <2D6537F5-1B5E-305C-A1CF-D1FA80CA3939> /usr/lib/system/libcommonCrypto.dylib
    0x7fff8b43c000 -     0x7fff8b45cfff  libPng.dylib (845) <C3CDD2B4-3CB0-3F6D-8411-DAAF267E952B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff8b45d000 -     0x7fff8b465ff7  libsystem_dnssd.dylib (379.32.1) <62AA0B84-188A-348B-8F9E-3E2DB08DB93C> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff8b4c3000 -     0x7fff8b4c3fff  libOpenScriptingUtil.dylib (148.2) <B8061D13-C1B2-38D5-A723-9A98D64E67AC> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff8b788000 -     0x7fff8c3b5ff7  com.apple.AppKit (6.8 - 1187.34) <1FF64844-EB62-3F96-AED7-6525B7CCEC23> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff8c3df000 -     0x7fff8c49cff7  com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff8c4d3000 -     0x7fff8c4d8fff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
    0x7fff8c529000 -     0x7fff8c7cdfff  com.apple.CoreImage (8.2.2 - 1.0.1) <930B0B23-DD84-3B0C-B5A9-C09B7068A6F0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff8caa7000 -     0x7fff8cab8ff7  libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib
    0x7fff8cb14000 -     0x7fff8cb71ff7  com.apple.AE (645.3 - 645.3) <FF867ACA-8628-3E5A-8FA0-AF429B42C5D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff8cdc2000 -     0x7fff8cecdfff  libFontParser.dylib (84.5) <617A7D30-C7BC-39FC-A1FE-59367B4A5719> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff8cf51000 -     0x7fff8cfdeff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff8d13c000 -     0x7fff8d1d6fff  com.apple.CoreSymbolication (3.0 - 87) <3D9CBE8D-F047-3DFA-B067-F9589E2AF8BA> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff8d213000 -     0x7fff8d213fff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
    0x7fff8d214000 -     0x7fff8d223ff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
    0x7fff8d284000 -     0x7fff8d28ffff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
    0x7fff8d36b000 -     0x7fff8d3eaff7  com.apple.securityfoundation (6.0 - 55115.4) <8676E0DF-295F-3690-BDAA-6C9C1D210B88> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff8d3ed000 -     0x7fff8d456fff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
    0x7fff8d457000 -     0x7fff8d45ffff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
    0x7fff8d460000 -     0x7fff8d4b6ff7  com.apple.opencl (2.1.20 - 2.1.20) <AF142CA4-EA1D-31B0-A48F-AA2B75D4309E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff8d4b7000 -     0x7fff8d4edfff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff8d4ee000 -     0x7fff8d531fff  com.apple.RemoteViewServices (2.0 - 80.5) <F3A897C9-A277-3B56-8FB3-2BC2C10C33BF> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff8d532000 -     0x7fff8d53dfff  com.apple.CommonAuth (3.0 - 2.0) <74A86DDD-57D0-3178-AB74-E1F31DBFFC39> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff8d53e000 -     0x7fff8d594fff  com.apple.HIServices (1.20 - 417) <A1129272-FEC8-350B-BA26-5A97F23C413D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff8d608000 -     0x7fff8d60aff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
    0x7fff8d60b000 -     0x7fff8d610fff  com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff8d6b4000 -     0x7fff8d9cbff7  com.apple.CoreServices.CarbonCore (1037.3 - 1037.3) <DF7CABCA-F2CB-345B-8EFF-F0F4E937B7FF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff8e7e8000 -     0x7fff8e805fff  com.apple.openscripting (1.3.6 - 148.2) <33B87CFB-CACC-3EBC-893D-38AECB94FB8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff8e806000 -     0x7fff8e873fff  com.apple.datadetectorscore (4.0 - 269.1) <B69645EB-C4BF-3D52-A49B-CB1A1A88512F> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff8e874000 -     0x7fff8e89bff7  com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff8ecf9000 -     0x7fff8ecfffff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
    0x7fff8ed92000 -     0x7fff8eddcff7  libGLU.dylib (8.6.1) <DF45C1E3-3884-3991-B84F-F39B482E8BF8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff8eeb2000 -     0x7fff8eeb4fff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff8eeb5000 -     0x7fff8eebcfff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff8eebd000 -     0x7fff8f06bfff  com.apple.QuartzCore (1.8 - 304.0) <897FAA5D-FF13-33FE-878B-B164D684F019> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff8f06c000 -     0x7fff8f0bbff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff8f215000 -     0x7fff8f215fff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff8f222000 -     0x7fff8f250fff  com.apple.CoreServicesInternal (154.2 - 154.2) <3E6196E6-F3B4-316F-9E1F-13B6B9694C7E> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff8f251000 -     0x7fff8f28efe7  libGLImage.dylib (8.6.1) <7F31DD61-3110-3541-A9BB-035CD1262E50> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff8f2d5000 -     0x7fff8fc65c67  com.apple.CoreGraphics (1.600.0 - 324.6) <DCC70C6E-AB6D-3457-A823-7569CB29B107> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff8fc66000 -     0x7fff8fc68fff  libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib
    0x7fff8fede000 -     0x7fff8ff78fff  libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff8ff79000 -     0x7fff8ff87ff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
    0x7fff8ffa1000 -     0x7fff9018afff  com.apple.CoreFoundation (6.8 - 744.12) <EF002794-DAEF-31C6-866C-E3E3AC387A9F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff9018b000 -     0x7fff908cdff7  libclh.dylib (4.0.3 - 4.0.3) <16FC7127-61C7-3F3A-870E-16CD38E5BB37> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
    0x7fff908ce000 -     0x7fff908fcff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
    0x7fff908ff000 -     0x7fff90913fff  libGL.dylib (8.6.1) <2E00615F-97F5-34EB-BE07-75A24F3C18D7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff90bb8000 -     0x7fff90c0fff7  com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
    0x7fff90c2c000 -     0x7fff90c56ff7  com.apple.CoreVideo (1.8 - 99.3) <C424838A-889C-39E5-8108-FD05C93D26A0> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff90c5c000 -     0x7fff90d5efff  libJP2.dylib (845) <405CAF25-0AA5-3C6B-A4A6-94471A1EDD2F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff90d5f000 -     0x7fff90dbcfff  com.apple.audio.CoreAudio (4.1.0 - 4.1.0) <B3198BD6-EA1D-3E5E-ADD4-37D8E6B72678> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff90dbd000 -     0x7fff90dc3fff  libGFXShared.dylib (8.6.1) <CF55E720-1B9E-3E24-A1DA-7FA8B261CD8E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff90ec4000 -     0x7fff90f44ff7  com.apple.ApplicationServices.ATS (332 - 341.1) <BD83B039-AB25-3E3E-9975-A67DAE66988B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff90f47000 -     0x7fff90ff8fff  com.apple.LaunchServices (539.7 - 539.7) <DA7C602E-5E01-31B8-925D-B45360CA089F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff9127f000 -     0x7fff91370fff  com.apple.DiskImagesFramework (10.8 - 344) <B1B477F6-316D-32BD-8FCB-107F88649F69> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff91379000 -     0x7fff91796fff  FaceCoreLight (2.4.1) <A34C9575-C4C1-31B1-809B-7751070B4E8B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
    0x7fff91797000 -     0x7fff9179dff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
    0x7fff9179e000 -     0x7fff9179ffff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
    0x7fff917a0000 -     0x7fff917fafff  com.apple.print.framework.PrintCore (8.1 - 387.1) <1FA17B75-33E6-35BD-9198-35F92E37B248> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff91847000 -     0x7fff91869ff7  libxpc.dylib (140.41) <FAC04D8B-680E-325F-8F0C-DD69859D0E01> /usr/lib/system/libxpc.dylib
    0x7fff91bf6000 -     0x7fff91bf6fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff91bf7000 -     0x7fff91f27ff7  com.apple.HIToolbox (2.0 - 625) <317F75F7-4B0F-35F5-89A7-F20BA60AC944> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff91f28000 -     0x7fff91f59ff7  com.apple.DictionaryServices (1.2 - 184.4) <054F2D6F-9CFF-3EF1-9778-25C551B616C1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff91f5a000 -     0x7fff91f82fff  libJPEG.dylib (845) <A32618D7-FB91-3EE2-A105-5407B2F3F8D8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff921f3000 -     0x7fff921f7fff  libCGXType.A.dylib (324.6) <2FC25246-A69F-3F81-9AC6-0A1753E1C6A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff92244000 -     0x7fff92256ff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
    0x7fff92258000 -     0x7fff922b4ff7  com.apple.Symbolication (1.3 - 93) <97F3B1D2-D81D-3F37-87B3-B9A686124CF5> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff9230c000 -     0x7fff92409ff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
    0x7fff92595000 -     0x7fff925d9fff  libcups.2.dylib (327) <9B3F3321-D2BC-3195-BF20-4008FC52A390> /usr/lib/libcups.2.dylib
    0x7fff92a37000 -     0x7fff92a5efff  com.apple.framework.familycontrols (4.1 - 410) <AE49B2AB-7D2B-3D52-8E21-60EBEA1A38E6> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x7fff92a5f000 -     0x7fff92ab0ff7  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <E095637C-457F-3D8F-AE32-A032F9D5A46C> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff92ab1000 -     0x7fff92ac4ff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
    0x7fff92afb000 -     0x7fff92b08fff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
    0x7fff92b09000 -     0x7fff92b0dfff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
    0x7fff92b0e000 -     0x7fff92b4dff7  com.apple.QD (3.42 - 285) <8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff93b16000 -     0x7fff93bbcff7  com.apple.CoreServices.OSServices (557.4 - 557.4) <841878A8-6F3E-300D-8F01-444B3CC1F41D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff93bbd000 -     0x7fff93bcbff7  libkxld.dylib (2050.18.24) <7027CE49-007D-3553-8FFA-3E3B428B2316> /usr/lib/system/libkxld.dylib
    0x7fff93bcc000 -     0x7fff93ccefff  libcrypto.0.9.8.dylib (47) <74F165AD-4572-3B26-B0E2-A97477FE59D0> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff93dc1000 -     0x7fff93de6ff7  libc++abi.dylib (24.4) <E7BD9363-1D25-3551-A68A-2E2FF6ABECD7> /usr/lib/libc++abi.dylib
    0x7fff93de7000 -     0x7fff93e08ff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
    0x7fff93e09000 -     0x7fff93f06fff  libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
    0x7fff93f07000 -     0x7fff93f0bff7  com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff93f38000 -     0x7fff93fb9fff  com.apple.Metadata (10.7.0 - 707.3) <A45D75C1-B311-39F0-AF4A-63FCCC098C1D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff93fba000 -     0x7fff9428afff  com.apple.security (7.0 - 55179.1) <639641EF-8156-3190-890C-1053658E044A> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff9428b000 -     0x7fff94357fe7  libsystem_c.dylib (825.25) <8CBCF9B9-EBB7-365E-A3FF-2F3850763C6B> /usr/lib/system/libsystem_c.dylib
    0x7fff94358000 -     0x7fff94426fff  com.apple.Bluetooth (4.0.9 - 4.0.9f33) <3F57E1F3-08E8-3EDF-8DE0-E3855EB4D74B> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff94427000 -     0x7fff9442afff  libRadiance.dylib (845) <E8956A35-494E-3014-8B86-362D32576116> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff9442b000 -     0x7fff94787fff  com.apple.Foundation (6.8 - 945.11) <A5D41956-A354-3ACC-9355-BE200072223B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff94788000 -     0x7fff9479cfff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff947ae000 -     0x7fff94881ff7  com.apple.DiscRecording (7.0 - 7000.2.4) <E5F3F320-1049-32D8-8189-916EF5C40A1A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff94882000 -     0x7fff94886ff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff94887000 -     0x7fff94887fff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff94888000 -     0x7fff9494dff7  com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff9494e000 -     0x7fff9495afff  libCSync.A.dylib (324.6) <2033247A-CABC-3E20-8498-7367A8F44A08> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff9495b000 -     0x7fff94991fff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
    0x7fff94992000 -     0x7fff94a30ff7  com.apple.ink.framework (10.8.2 - 150) <84B9825C-3822-375F-BE58-A753444FBDE2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff94a31000 -     0x7fff94a3cff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff94abd000 -     0x7fff94abefff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
    0x7fff94abf000 -     0x7fff94ac1fff  com.apple.securityhi (4.0 - 55002) <26E6D477-EF61-351F-BA8C-67824AA231C6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff94b99000 -     0x7fff94c8efff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
    0x7fff94d53000 -     0x7fff94f88ff7  com.apple.CoreData (106.1 - 407.7) <24E0A6B4-9ECA-3D12-B26A-72B9DCF09768> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff94f9d000 -     0x7fff94f9dffd  com.apple.audio.units.AudioUnit (1.8 - 1.8) <29E2C990-3617-3FA2-BDD7-DB7DF493E443> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff94fc7000 -     0x7fff94fcbfff  libCoreVMClient.dylib (24.4) <55F71158-ADEE-3863-92E9-4772DCEA8E31> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff94fcc000 -     0x7fff94fdfff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff950a0000 -     0x7fff950a1ff7  libdnsinfo.dylib (453.18) <E7595861-ECF9-336E-9901-BED2620FAA80> /usr/lib/system/libdnsinfo.dylib
    0x7fff950ca000 -     0x7fff950cbfff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff95118000 -     0x7fff9511afff  libCVMSPluginSupport.dylib (8.6.1) <7EFDA31E-E463-3897-A8DC-7FD266EB713E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 48
    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: 2158229
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=184.0M resident=82.0M(45%) swapped_out_or_unallocated=102.0M(55%)
Writable regions: Total=542.6M written=196.0M(36%) resident=365.8M(67%) swapped_out=0K(0%) unallocated=176.8M(33%)
 
REGION TYPE                        VIRTUAL
===========                        =======
(null) (reserved)                      40K        reserved VM address space (unallocated)
CG backing stores                    4172K
CG image                              232K
CG shared images                     1216K
CoreServices                         2092K
IOKit                               147.5M
JS JIT generated code                14.9M
JS JIT generated code (reserved)      192K        reserved VM address space (unallocated)
MALLOC                              258.7M
MALLOC guard page                      48K
Memory tag=240                          4K
Memory tag=242                         12K
Memory tag=249                        156K
OpenGL GLSL                          1152K
STACK GUARD                          56.0M
Stack                                11.0M
VM_ALLOCATE                         586.8M
__DATA                               18.3M
__IMAGE                               528K
__LINKEDIT                           58.1M
__TEXT                              125.9M
__UNICODE                             544K
mapped file                          37.5M
shared memory                        20.1M
===========                        =======
TOTAL                                 1.3G
TOTAL, minus reserved VM space        1.3G

Model: MacBookPro5,5, BootROM MBP55.00AC.B03, 2 processors, Intel Core 2 Duo, 2.53 GHz, 4 GB, SMC 1.47f2
Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x802C, 0x31364A53463235363634485A2D3147314631
Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1067 MHz, 0x802C, 0x31364A53463235363634485A2D3147314631
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.106.98.81.22)
Bluetooth: Version 4.0.9f33 10885, 2 service, 18 devices, 1 incoming serial ports
Network Service: AirPort, AirPort, en1
Serial ATA Device: FUJITSU MJA2250BH FFS G1, 250.06 GB
Serial ATA Device: HL-DT-ST DVDRW  GS23N
USB Device: Built-in iSight, apple_vendor_id, 0x8507, 0x24400000 / 2
USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0x26500000 / 2
USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0236, 0x04600000 / 3
USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x04500000 / 2
USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000 / 2
USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8213, 0x06110000 / 3

Change History (9)

comment:1 by Erik Johansson, 11 years ago

Summary: 0ad quit unexpectadly0ad quit unexpectedly

What version of the game does this occur on? (Alpha 11, Alpha 12, SVN/Git?)

Also, did you get a 0 A.D. error message? (see the info under Errors here: http://trac.wildfiregames.com/wiki/ReportingErrors#Errors for how to find the 0 A.D. error logs, and then please attach the log files to this ticket. Please check the date of the files though to be sure it's a report from the same occasion as the above error and not an old one :) )

comment:2 by historic_bruno, 11 years ago

Cc: wraitii added
Description: modified (diff)
Summary: 0ad quit unexpectedlyOS X 10.8: Crash in fancy water rendering / GeForce 9400M

Most of the info is there, it's just hidden by that wall of text, so I've formatted it a bit :)

It looks like a crash in your graphics driver, related to our fancy water rendering. Maybe there is a driver update, if not, you could try disabling fancy water in the game's config file.

I'll CC wraitii who last worked on the fancy water rendering to see if he has any ideas.

comment:3 by Markus, 11 years ago

Keywords: osx crash added

comment:4 by wraitii, 10 years ago

In 14514:

Substantial speed-up of the foam generation code.
Remove waves for now as they were unsatisfactory.
Removes "shininess" as a water parameter as it was basically useless.
Add a button in Atlas to recompute water parameters so you can now see fog in Atlas.

Fixes #1743, #1803 (invalid)
Refs #1875, #2114, #48.

comment:5 by wraitii, 10 years ago

In 15473:

Change the water texture to a new, bigger one, created in Blender (thanks to Enrique). Change settings so that they are more logical, yet allow reverting back to an even lower quality setting. Add a WIP high setting (with foam) which isn't finished yet.
Change the shader itself so that the effects look nicer and are more consistent across settings.
Rework the water mesh generation (simpler system). Fix a few issues.

May work oddly with Atlas since I haven't been able to compile yet.

Refs #1875 (maybe fix), Fixes #2077 (I'll assume it does), Fixes #2114 (assumption again), refs #48.

comment:6 by Stan, 9 years ago

Resolution: fixed
Status: newclosed

Since he hasn't come around since that time and nobody reported any crash on this I'm closing it as fixed.

comment:7 by historic_bruno, 9 years ago

Probably better to close tickets like this as "needs info" unless it can be confirmed they have been fixed.

comment:8 by Itms, 9 years ago

Resolution: fixed
Status: closedreopened

comment:9 by Itms, 9 years ago

Milestone: Backlog
Resolution: needsinfo
Status: reopenedclosed
Note: See TracTickets for help on using tickets.