godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
88.63k stars 20.1k forks source link

OSX crash report on opening project (and close) (crash in com.apple.GeForceTeslaGLDriver) #1406

Closed Dracks closed 8 years ago

Dracks commented 9 years ago

Hello,

Every time I open a project in project management (or close a godot window) I've got a Crash Report

Process:               Godot [10728]
Path:                  /Applications/Godot.app/Contents/MacOS/Godot
Identifier:            com.okamstudio.godot
Version:               1.0.0 (1.0.0)
Code Type:             X86 (Native)
Parent Process:        ??? [1]
Responsible:           Godot [10728]
User ID:               501

Date/Time:             2015-02-20 18:15:15.993 +0100
OS Version:            Mac OS X 10.10.2 (14C109)
Report Version:        11
Anonymous UUID:        2362FB5D-8783-69CB-E3F8-113FC54DCC8E

Time Awake Since Boot: 27000 seconds

Crashed Thread:        3

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

VM Regions Near 0:
--> 
    __TEXT                 0000000000100000-000000000176e000 [ 22.4M] r-x/rwx SM=COW  /Applications/Godot.app/Contents/MacOS/Godot

Thread 0:: Dispatch queue: com.apple.main-thread
0   com.apple.GeForceTeslaGLDriver  0x48335ed0 0x48000000 + 3366608
1   libsystem_c.dylib               0x92f1cc51 __cxa_finalize_ranges + 315
2   libsystem_c.dylib               0x92f1ccd7 __cxa_finalize + 59
3   libsystem_c.dylib               0x92f1cfd4 exit + 62
4   libdyld.dylib                   0x92ebc6e1 start + 9

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib          0x91f568ce kevent64 + 10
1   libdispatch.dylib               0x91e2f73f _dispatch_mgr_invoke + 245
2   libdispatch.dylib               0x91e2f3a2 _dispatch_mgr_thread + 52

Thread 2:: com.apple.audio.IOThread.client
0   libsystem_kernel.dylib          0x91f4f9ce mach_msg_trap + 10
1   libsystem_kernel.dylib          0x91f4ea70 mach_msg + 68
2   com.apple.audio.CoreAudio       0x9199dc3a HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned long, unsigned long, mach_msg_header_t*, bool, unsigned int) + 142
3   com.apple.audio.CoreAudio       0x91997a74 HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 72
4   com.apple.audio.CoreAudio       0x9199611f HALC_ProxyIOContext::IOWorkLoop() + 1145
5   com.apple.audio.CoreAudio       0x91995be8 HALC_ProxyIOContext::IOThreadEntry(void*) + 156
6   com.apple.audio.CoreAudio       0x919a1277 ___ZN19HALC_ProxyIOContextC2Emj_block_invoke + 20
7   com.apple.audio.CoreAudio       0x91995b09 HALB_IOThread::Entry(void*) + 173
8   libsystem_pthread.dylib         0x93adde13 _pthread_body + 138
9   libsystem_pthread.dylib         0x93addd89 _pthread_start + 162
10  libsystem_pthread.dylib         0x93adbe52 thread_start + 34

Thread 3 Crashed:
0   com.okamstudio.godot            0x00ff5625 AudioServerSW::_thread_func(void*) + 37
1   com.okamstudio.godot            0x001e85b1 ThreadPosix::thread_callback(void*) + 17
2   libsystem_pthread.dylib         0x93adde13 _pthread_body + 138
3   libsystem_pthread.dylib         0x93addd89 _pthread_start + 162
4   libsystem_pthread.dylib         0x93adbe52 thread_start + 34

Thread 4:
0   libsystem_kernel.dylib          0x91f558f6 __semwait_signal + 10
1   libsystem_c.dylib               0x92f3bc06 nanosleep$UNIX2003 + 218
2   libsystem_c.dylib               0x92f3bab2 usleep$UNIX2003 + 60
3   com.okamstudio.godot            0x001e2801 OS_Unix::delay_usec(unsigned int) const + 17
4   com.okamstudio.godot            0x0036ac3a EditorExportPlatformAndroid::_device_poll_thread(void*) + 1466
5   com.okamstudio.godot            0x001e85b1 ThreadPosix::thread_callback(void*) + 17
6   libsystem_pthread.dylib         0x93adde13 _pthread_body + 138
7   libsystem_pthread.dylib         0x93addd89 _pthread_start + 162
8   libsystem_pthread.dylib         0x93adbe52 thread_start + 34

Thread 5:
0   libsystem_kernel.dylib          0x91f558f6 __semwait_signal + 10
1   libsystem_c.dylib               0x92f3bc06 nanosleep$UNIX2003 + 218
2   libsystem_c.dylib               0x92f3bab2 usleep$UNIX2003 + 60
3   com.okamstudio.godot            0x001e2801 OS_Unix::delay_usec(unsigned int) const + 17
4   com.okamstudio.godot            0x0037a92a EditorExportPlatformBB10::_device_poll_thread(void*) + 5322
5   com.okamstudio.godot            0x001e85b1 ThreadPosix::thread_callback(void*) + 17
6   libsystem_pthread.dylib         0x93adde13 _pthread_body + 138
7   libsystem_pthread.dylib         0x93addd89 _pthread_start + 162
8   libsystem_pthread.dylib         0x93adbe52 thread_start + 34

Thread 6:
0   libsystem_kernel.dylib          0x91f4f9ce mach_msg_trap + 10
1   libsystem_kernel.dylib          0x91f4ea70 mach_msg + 68
2   com.apple.CoreFoundation        0x91adfb16 __CFRunLoopServiceMachPort + 214
3   com.apple.CoreFoundation        0x91adef29 __CFRunLoopRun + 1529
4   com.apple.CoreFoundation        0x91ade6c6 CFRunLoopRunSpecific + 390
5   com.apple.CoreFoundation        0x91ade52b CFRunLoopRunInMode + 123
6   com.apple.AppKit                0x9496fff1 _NSEventThread + 283
7   libsystem_pthread.dylib         0x93adde13 _pthread_body + 138
8   libsystem_pthread.dylib         0x93addd89 _pthread_start + 162
9   libsystem_pthread.dylib         0x93adbe52 thread_start + 34

Thread 7:
0   libsystem_kernel.dylib          0x91f55e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x93ade2b1 _pthread_wqthread + 939
2   libsystem_pthread.dylib         0x93adbe2e start_wqthread + 30

Thread 3 crashed with X86 Thread State (32-bit):
  eax: 0x00000000  ebx: 0xa085c1b4  ecx: 0xb035ef10  edx: 0x00012068
  edi: 0x93addd97  esi: 0x791f4810  ebp: 0xb035ef78  esp: 0xb035ef60
   ss: 0x00000023  efl: 0x00010282  eip: 0x00ff5625   cs: 0x0000001b
   ds: 0x00000023   es: 0x00000023   fs: 0x00000023   gs: 0x0000000f
  cr2: 0x00000000

Logical CPU:     0
Error Code:      0x00000004
Trap Number:     14

Binary Images:
  0x100000 -  0x176dfff +com.okamstudio.godot (1.0.0 - 1.0.0) <2E379C1A-2432-3BEC-B4AE-CBEA8009D5EF> /Applications/Godot.app/Contents/MacOS/Godot
 0x4aa7000 -  0x4ae9ffb  com.apple.CloudDocs (1.0 - 280.6) <5C3C95B5-C470-3C3C-969D-008A045F5284> /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs
 0x5928000 -  0x6146ffb  libclh.dylib (4.0.3 - 4.0.3) <E361905B-2B9B-3715-A618-7A89320EE2D0> /System/Library/Extensions/GeForceTeslaGLDriver.bundle/Contents/MacOS/libclh.dylib
 0x61cf000 -  0x61dcff3  libGPUSupport.dylib (11.1.1) <488C6CF4-10C0-3F1B-9C13-AFC5163EEC9C> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.dylib
 0x8e57000 -  0x90aafff  com.apple.audio.units.Components (1.12 - 1.12) <F6F9FBFD-AD62-3933-8B5C-3FCF7A8645E9> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
 0x914d000 -  0x9151fff  com.apple.audio.AppleHDAHALPlugIn (269.25 - 269.25) <1C1933F4-E56F-36BD-AC8A-209C6543178C> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
 0xcf33000 -  0xcf33ff9 +cl_kernels (???) <EF14B16E-85FC-49C6-B3B8-62459D844D5F> cl_kernels
 0xd084000 -  0xd16fff7  unorm8_bgra.dylib (2.4.5) <A9015D26-FCF1-3BCD-A052-54912C2ED206> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
 0xd1ad000 -  0xd1adffb +cl_kernels (???) <C9EC8DCD-2813-4462-8414-CC368FCD727D> cl_kernels
0x48000000 - 0x488f0fff  com.apple.GeForceTeslaGLDriver (10.0.19 - 10.0.0) <B3E00313-2879-3640-8ACB-86D6FE3B974D> /System/Library/Extensions/GeForceTeslaGLDriver.bundle/Contents/MacOS/GeForceTeslaGLDriver
0x8fe90000 - 0x8fec3e03  dyld (353.2.1) <06B1254D-9BB9-327C-BA15-8F18FFF97586> /usr/lib/dyld
0x90008000 - 0x9000dff7  libcompiler_rt.dylib (35) <6630682F-AB76-3E55-BE51-0A3E61B6CFC2> /usr/lib/system/libcompiler_rt.dylib
0x9000e000 - 0x90013fff  com.apple.print.framework.Print (10.0 - 265) <7C3984BB-8337-3B90-A414-17C181A45744> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x90014000 - 0x90080ff3  com.apple.datadetectorscore (6.0 - 396.1.1) <93F59488-6CA9-3C90-8E96-B0DE5942252F> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x90081000 - 0x90081fff  libOpenScriptingUtil.dylib (162) <9872C464-DF90-37C2-9871-8A3F53C615EC> /usr/lib/libOpenScriptingUtil.dylib
0x90082000 - 0x90211ff3  libsqlite3.dylib (168) <C3F78985-C19B-3320-9F71-543969632128> /usr/lib/libsqlite3.dylib
0x90212000 - 0x905eaff7  com.apple.HIToolbox (2.1.1 - 757.3) <642A3B29-036D-3A87-AC81-935843AB6A32> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x905eb000 - 0x905f2fff  com.apple.agl (3.3.0 - AGL-3.3.0) <B458FD69-5241-32A3-813B-6C8AE16E8F2E> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x905f3000 - 0x90725ffb  com.apple.UIFoundation (1.0 - 1) <00A59CFF-A217-3998-B22E-6E452278A302> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x90726000 - 0x9072fff7  libsystem_notify.dylib (133.1.1) <B8503E99-214B-3AC3-A7CA-CC837ABD7B25> /usr/lib/system/libsystem_notify.dylib
0x90730000 - 0x90733ff7  com.apple.help (1.3.3 - 46) <FDF183E4-3B95-3CBD-A390-2536C8E7E258> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x90734000 - 0x90736fff  libsystem_coreservices.dylib (9) <20E66A47-8D67-344A-A393-73926F0E5FB2> /usr/lib/system/libsystem_coreservices.dylib
0x90737000 - 0x90b6aff3  com.apple.vision.FaceCore (3.1.6 - 3.1.6) <EF92C25B-3E33-379F-A862-75C2FCA8B386> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x90b6b000 - 0x90bc1fff  libc++.1.dylib (120) <D8DE4962-66CD-3491-904E-9291EEE5E570> /usr/lib/libc++.1.dylib
0x90bca000 - 0x90c04fff  com.apple.MediaKit (16 - 757) <430EC569-B083-3608-B91F-3EC6B6065519> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x90c05000 - 0x90c29ffb  com.apple.framework.Apple80211 (10.1 - 1010.64) <377A2686-2C1F-3257-8420-37DB5C8F33AD> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x90c40000 - 0x90c40fff  com.apple.CoreServices (62 - 62) <FF296ED2-0F90-3055-BBE4-7BF9E42322EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x90c41000 - 0x90c9eff3  com.apple.print.framework.PrintCore (10.0 - 451) <2563665B-7B7F-3B8A-83B1-E5AC8D389909> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x90c9f000 - 0x90d3ffff  com.apple.QD (301 - 301) <4DFE3689-59DE-3FBC-806B-6A4056573E52> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x90d40000 - 0x90d52ff7  libsasl2.2.dylib (193) <B5813595-A89D-39D4-BB06-F6013D3BD98C> /usr/lib/libsasl2.2.dylib
0x90d53000 - 0x90d86fff  com.apple.CoreServicesInternal (221.2.2 - 221.2.2) <06F52EEC-72B7-380D-B66D-7A487EA24741> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x90e41000 - 0x90e45ffb  libGIF.dylib (1232) <037E01F1-885C-3F4A-A353-87DB1F9CB504> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x90e46000 - 0x90ff4ffb  GLEngine (11.1.1) <3F96C2B6-72EF-30DB-BE7C-50411D9B360F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
0x9130a000 - 0x913baff3  com.apple.Bluetooth (4.3.2 - 4.3.2f6) <FC787129-45BB-3B94-ACAD-A0CECEB77AEC> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x913bb000 - 0x913cbff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <DBECFAD5-DB53-390C-AE92-09549733C861> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x913cc000 - 0x913e9ffb  com.apple.Ubiquity (1.3 - 313) <9ED23769-0725-3D4B-B7F4-AF08020D73C3> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
0x913ea000 - 0x9152efff  com.apple.ImageIO.framework (3.3.0 - 1232) <3C219D4C-9B88-3A4A-A266-AEA6C6495676> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x9152f000 - 0x9153bff7  libkxld.dylib (2782.10.72) <FF699F52-D950-3DAD-A37B-834EBF0D0FFD> /usr/lib/system/libkxld.dylib
0x9153c000 - 0x91555fff  libsystem_malloc.dylib (53.1.1) <58CD8BC7-55D1-3862-8E5D-728EE2EBE447> /usr/lib/system/libsystem_malloc.dylib
0x916ce000 - 0x91748fff  com.apple.ApplicationServices.ATS (360 - 375) <4052B5D1-5F16-315A-A03B-14F0A112FC18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x91749000 - 0x9174eff7  libmacho.dylib (862) <48DE74F8-09E3-344F-A82F-665083A3BF8F> /usr/lib/system/libmacho.dylib
0x9174f000 - 0x9178ffff  com.apple.Symbolication (1.4 - 56045) <BE1C4846-DA11-365D-9B46-3FF130401839> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x91790000 - 0x9191bffb  com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <44BCEAB8-306D-307F-92C8-6656F3578220> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x9191c000 - 0x91949ff7  GLRendererFloat (11.1.1) <C8DA6CFC-9574-31A2-B012-5394A007268F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
0x9194a000 - 0x91984fff  com.apple.LDAPFramework (2.4.28 - 194.5) <C3BD6DBA-5EE4-3992-A013-CF5333AAB648> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x91985000 - 0x919daff3  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <F5A586C3-A440-3E0E-966A-7841A182E5B2> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x919db000 - 0x919dfff3  com.apple.TCC (1.0 - 1) <3E7036F2-9706-3116-8126-16F26AA2FC11> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x919e0000 - 0x91a67fff  com.apple.CoreServices.OSServices (640.3 - 640.3) <C53DBDE3-F9E0-3B90-963E-0FAEEF3DA225> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x91a68000 - 0x91e1aff7  com.apple.CoreFoundation (6.9 - 1152) <93C32AF9-FD62-3DBD-85F7-35727E6CAA55> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x91e1b000 - 0x91e2aff3  com.apple.opengl (11.1.1 - 11.1.1) <212B409C-AF1E-3C69-B4AA-57A39C35BB62> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x91e2b000 - 0x91e52fff  libdispatch.dylib (442.1.4) <B26A176C-39F7-3362-B128-27B1211068B9> /usr/lib/system/libdispatch.dylib
0x91e8e000 - 0x91e8efff  com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <F968D12F-F59D-3148-951D-76735C3C1B57> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x91e8f000 - 0x91e97ffb  com.apple.NetFS (6.0 - 4.0) <141BFE7E-634E-32A0-8EC9-0A1A4DFEA7D9> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x91ea6000 - 0x91ea8fff  libquarantine.dylib (76) <9ADD861F-A66E-3AD1-A77E-C622E91BD203> /usr/lib/system/libquarantine.dylib
0x91ea9000 - 0x91f3bfff  com.apple.CoreSymbolication (3.1 - 57020) <EAC6745A-AB1D-38CC-A12C-99ECD8F071ED> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x91f3c000 - 0x91f5bfff  libsystem_kernel.dylib (2782.10.72) <C88D4054-EF6D-31F9-A9DC-B74160B91C26> /usr/lib/system/libsystem_kernel.dylib
0x91f5c000 - 0x91f9cffb  libGLImage.dylib (11.1.1) <B49A6796-40A3-33D0-8199-6AED149ADFDF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x9205b000 - 0x92064fff  libcopyfile.dylib (118.1.2) <FAF3268F-C580-33D3-A5B4-74B8A8713216> /usr/lib/system/libcopyfile.dylib
0x92065000 - 0x92070ff7  com.apple.NetAuth (5.0 - 5.0) <D6C31218-47E4-3553-9208-D1091A81044E> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x92071000 - 0x92082fff  libbsm.0.dylib (34) <C9F0C608-2794-3F6B-8078-583FC0046039> /usr/lib/libbsm.0.dylib
0x9209b000 - 0x920acff3  libsystem_coretls.dylib (35.1.2) <139ECDA3-8A63-3D18-96FC-6A10242B8F6B> /usr/lib/system/libsystem_coretls.dylib
0x920ad000 - 0x920affff  com.apple.securityhi (9.0 - 55006) <5AF7E054-F6A1-38B4-B403-BAF8BE4DBA35> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x920b0000 - 0x920e2ffb  com.apple.GSS (4.0 - 2.0) <680D3014-D2C6-30D4-9892-93B9E4172100> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x920e3000 - 0x92162fff  com.apple.SystemConfiguration (1.14 - 1.14) <21296E7B-11A3-35C0-BDC7-838392DE8298> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x92163000 - 0x921ccff7  libcorecrypto.dylib (233.1.2) <F188C1A7-E88F-3EC5-A6AA-22C02E3F0C93> /usr/lib/system/libcorecrypto.dylib
0x921cd000 - 0x92391ff3  com.apple.QuartzCore (1.10 - 361.15) <4DD4BF91-26D4-3325-BB42-9642318307FA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x92392000 - 0x926f1ffb  com.apple.Foundation (6.9 - 1152.14) <F74F139D-8789-3B60-ADF6-AB6F39444AC4> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x926f2000 - 0x926fffff  com.apple.OpenDirectory (10.10 - 187) <14AA5E0C-238A-32C4-BAF3-81893750B5A9> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x92700000 - 0x92701fff  com.apple.TrustEvaluationAgent (2.0 - 25) <28BBD931-EF7C-3753-B50E-6568F4075086> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x9272f000 - 0x92737fff  libsystem_dnssd.dylib (561.1.1) <45CDAF46-03DE-33DB-A627-14F245993EF2> /usr/lib/system/libsystem_dnssd.dylib
0x92738000 - 0x9273eff3  libsystem_platform.dylib (63) <509993B7-3F26-3360-B899-0BBB15152516> /usr/lib/system/libsystem_platform.dylib
0x9273f000 - 0x92747fff  com.apple.CoreServices.FSEvents (1210 - 1210) <FC372799-6E8E-3290-9816-6981D39BC9D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x927f6000 - 0x927f6fff  com.apple.Carbon (154 - 157) <514DC1B6-3D3B-3A96-814D-71D6E022CB3D> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x927f7000 - 0x92810fff  com.apple.Kerberos (3.0 - 1) <92735F11-CF1C-3FA6-8682-9A30AC9E2651> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x92a97000 - 0x92a98fff  libSystem.B.dylib (1213) <BFFB2AB8-29F6-3779-B358-EE1F46520FC8> /usr/lib/libSystem.B.dylib
0x92bc0000 - 0x92bc4ffb  com.apple.IOSurface (97 - 97) <ADB57CD2-455A-317C-818E-6379BF427D10> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x92bdd000 - 0x92c2bff7  libcurl.4.dylib (83.1.2) <F5D7DC22-1308-34FD-8A4E-A4DC3F8351E4> /usr/lib/libcurl.4.dylib
0x92c2c000 - 0x92c5bfff  com.apple.CoreVideo (1.8 - 145.1) <A59466FC-6B5A-3B36-BDD4-AC9CD581B7A1> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x92c5c000 - 0x92c64feb  libcldcpuengine.dylib (2.4.5) <3E336292-C1DC-3B11-BDA5-BB495FC47F5B> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x92c65000 - 0x92d72fe3  libvDSP.dylib (516) <53F7A960-01E1-3B79-A7FD-67BD19471420> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x92d73000 - 0x92e63ff3  com.apple.DiskImagesFramework (10.10.1 - 396) <976D6EB2-1729-33FF-BEAC-83EE6653CF74> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x92e8e000 - 0x92eadffb  libresolv.9.dylib (57) <C2C3810A-A45E-3375-B41D-6E1BECE1BA3C> /usr/lib/libresolv.9.dylib
0x92eae000 - 0x92eb7ffb  com.apple.CommonAuth (4.0 - 2.0) <FFE760A3-FEF7-3009-92E8-893ABB3BC91A> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x92eb8000 - 0x92eb8fff  com.apple.ApplicationServices (48 - 48) <76C301A4-705B-33DE-BA11-C89DCF1EDCDD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x92eb9000 - 0x92ebcfff  libdyld.dylib (353.2.1) <3E28E996-50B8-388B-8885-7299FBC978B1> /usr/lib/system/libdyld.dylib
0x92ebd000 - 0x92f52fff  libsystem_c.dylib (1044.10.1) <584F66B1-ABBA-354C-8118-1DA5386A065E> /usr/lib/system/libsystem_c.dylib
0x92f53000 - 0x92f63fff  libGL.dylib (11.1.1) <244536CD-5B87-3A3E-AD68-03BF04BD2D33> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x92f64000 - 0x931532ef  libobjc.A.dylib (647) <7648C174-3098-3B26-AD20-490DBFFD5D4C> /usr/lib/libobjc.A.dylib
0x93154000 - 0x93156fff  com.apple.loginsupport (1.0 - 1) <8B651D8C-53D0-314D-BDD6-74147C4B2E73> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x93adb000 - 0x93ae3fff  libsystem_pthread.dylib (105.10.1) <4A229519-29A1-3ABF-8CEF-43BCE4ACDA06> /usr/lib/system/libsystem_pthread.dylib
0x93af0000 - 0x93b2aff7  com.apple.DebugSymbols (115 - 115) <D01FFA10-1734-31C5-B5A1-9CB61463FC15> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x944da000 - 0x945c4fff  libcrypto.0.9.8.dylib (52.10.1) <DD3EA46B-C906-39AA-848E-7C7240EB31F9> /usr/lib/libcrypto.0.9.8.dylib
0x945c5000 - 0x945eeff7  libsystem_info.dylib (459) <4F7A7111-7F0D-3891-9DC9-41F5D79949FE> /usr/lib/system/libsystem_info.dylib
0x945ef000 - 0x94623ffb  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <F527DB82-0D3F-359E-979B-951DFF46D45C> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
0x94624000 - 0x94657fe3  libsystem_m.dylib (3086.1) <951F633F-57B7-398B-912F-F6ED4DB1C597> /usr/lib/system/libsystem_m.dylib
0x946ac000 - 0x946d8fff  com.apple.ChunkingLibrary (2.1 - 163.1) <2B0CBB85-EF91-351A-8750-A185996E4CDB> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x946d9000 - 0x946e6ff7  com.apple.speech.synthesis.framework (5.3.3 - 5.3.3) <EB79D0BE-75B8-3570-9D91-AE07E42611BD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x946e7000 - 0x94726fff  com.apple.NavigationServices (3.8 - 215.1) <46D8B66D-CB59-36F5-BD26-FD8309337BB3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x94727000 - 0x94730fff  com.apple.AppleSRP (5.0 - 1) <41C48FA8-C249-3800-A551-7F4AFA3E723F> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
0x947d3000 - 0x947d3fff  libkeymgr.dylib (28) <06DDCEF8-EB84-3F68-9E19-FD1A12B764FD> /usr/lib/system/libkeymgr.dylib
0x947d4000 - 0x953c9fff  com.apple.AppKit (6.9 - 1344.72) <B84FF828-3016-353A-BF86-C1547F448FB1> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x953ca000 - 0x953d6ff3  libcommonCrypto.dylib (60061) <024B3913-15C6-3005-9E5A-EB24918F6977> /usr/lib/system/libcommonCrypto.dylib
0x95541000 - 0x95645ff7  libJP2.dylib (1232) <CD0012B6-D649-327B-B7FA-E52B0FC0067C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x95646000 - 0x9565dfff  libsystem_asl.dylib (267) <85BD88AD-618E-3325-AC31-10DBAB8E9AF3> /usr/lib/system/libsystem_asl.dylib
0x9565e000 - 0x95662fff  libheimdal-asn1.dylib (398.10.1) <6F113AF8-F5AD-330B-B029-F7AF28A93F28> /usr/lib/libheimdal-asn1.dylib
0x95663000 - 0x95692ff7  com.apple.DictionaryServices (1.2 - 229) <1F5C35C7-67AA-30A0-A366-EB4B361152A3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x95693000 - 0x956d6fff  libGLU.dylib (11.1.1) <2DC476EE-5C4F-3353-A916-39F2FDB5D6B1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x95727000 - 0x95733ff7  libcsfde.dylib (471.10.6) <C14E5F82-9F30-3934-8E71-B2AA5A2AA353> /usr/lib/libcsfde.dylib
0x95734000 - 0x958a5ffb  libBLAS.dylib (1128) <ACEF468C-5DB1-38F3-BCB2-6F3D7F2B2040> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x958a6000 - 0x9591afff  com.apple.Heimdal (4.0 - 2.0) <5BB21A72-99E6-3079-824E-935AA93D3981> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x9591c000 - 0x9591ffff  libpam.2.dylib (20) <E2F34522-448A-3392-BC1D-6625BEB612B9> /usr/lib/libpam.2.dylib
0x95994000 - 0x959a9ffb  com.apple.MultitouchSupport.framework (262.33.1 - 262.33.1) <E8AF5A36-89A1-38CC-9905-D74A692D0898> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x959aa000 - 0x959aafff  com.apple.Accelerate (1.10 - Accelerate 1.10) <C2367B5B-AE20-3084-A864-104743BE478E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x959ab000 - 0x959aeffb  libutil.dylib (38) <B5A16C6B-A79E-3504-BDA6-64A063F6612D> /usr/lib/libutil.dylib
0x959af000 - 0x959b1fff  libCVMSPluginSupport.dylib (11.1.1) <2AEAFC0D-982C-3E26-B50B-B6EB12FE71F4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x959d5000 - 0x959dbff7  libsystem_networkextension.dylib (167.1.10) <FC20E3AD-A53D-3346-AC71-829E82832AE8> /usr/lib/system/libsystem_networkextension.dylib
0x959dc000 - 0x95b8cff7  libGLProgrammability.dylib (11.1.1) <E8B8A0B3-1000-3ACB-B01A-09CD64797652> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x95b8d000 - 0x95b95ff7  libCGCMS.A.dylib (775.16) <8464ED9C-1365-3E92-BCD4-FEAD13EA9836> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
0x95b96000 - 0x95bd3ff7  libsystem_network.dylib (411.1) <EB71DD61-9515-3F6C-817E-25AF7F108CB8> /usr/lib/system/libsystem_network.dylib
0x95bd4000 - 0x95c25fff  libcups.2.dylib (408) <08C5D411-533C-345A-B820-092C96215F2E> /usr/lib/libcups.2.dylib
0x95c26000 - 0x95c4cff3  libc++abi.dylib (125) <E9AF8CA1-D54D-37E3-8363-A3E8C0840F71> /usr/lib/libc++abi.dylib
0x95c4d000 - 0x95c68ff7  com.apple.CFOpenDirectory (10.10 - 187) <5302DBFA-92CE-349C-981C-2BF6E9BEEBB0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x95c76000 - 0x95cb2ff3  com.apple.RemoteViewServices (2.0 - 99) <2839C2F1-88DA-3843-87BF-441A374A8967> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x95cb3000 - 0x960a9ff3  com.apple.CoreGraphics (1.600.0 - 775.16) <5F7BDB0B-5324-3B7A-BC6B-E7A01A880D94> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x960aa000 - 0x96105fff  com.apple.LanguageModeling (1.0 - 1) <9B39E059-F48E-31AF-B1B3-B0872F362627> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x96106000 - 0x9615afff  com.apple.HIServices (1.22 - 520.12) <8950B516-7DFD-3154-B34F-067809086832> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x961ea000 - 0x961edfff  com.apple.xpc.ServiceManagement (1.0 - 1) <D0A00D0C-D37D-3CF1-9EE0-41A88BC112BB> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x961ee000 - 0x96243ff7  com.apple.htmlrendering (77 - 1.1.4) <B85A63B9-C9DD-3ECC-B5DC-E12533C7FDF9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x96244000 - 0x96542ff7  com.apple.CoreServices.CarbonCore (1108.2 - 1108.2) <D3DD9764-A787-3B6B-9DAD-55CEED944DCF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x96543000 - 0x9697efeb  com.apple.vImage (8.0 - 8.0) <56F6B317-9D70-3DC5-9868-BB6D7CB6E55D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x9697f000 - 0x96a76ff7  libFontParser.dylib (134.1) <AF60B79A-410B-389E-9B24-09B5BC61E19F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x96a77000 - 0x96a80fff  com.apple.DiskArbitration (2.6 - 2.6) <D906604A-1D8C-31BF-8F22-EA219FFC858F> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x96a81000 - 0x96a9efff  libCRFSuite.dylib (34) <781A92EF-410E-39B2-953D-FEE12748D834> /usr/lib/libCRFSuite.dylib
0x96b17000 - 0x96b2eff3  libLinearAlgebra.dylib (1128) <B20FAAAA-1C76-3B20-B100-5FC90F7FE023> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x96b2f000 - 0x96b38fff  libGFXShared.dylib (11.1.1) <9A7C1796-07E7-3856-8703-75559016EF98> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x96b39000 - 0x96c2affb  libiconv.2.dylib (42) <4AF77F10-0BEC-3BE0-99DF-C5170EDB316B> /usr/lib/libiconv.2.dylib
0x96c2b000 - 0x96c2dffb  libsystem_secinit.dylib (18) <3CBA3BD3-8BA2-358D-BD1A-A1C3DF5D84E6> /usr/lib/system/libsystem_secinit.dylib
0x96c2e000 - 0x96c2ffff  liblangid.dylib (117) <34A0F807-755F-300B-B01F-AABAE3838451> /usr/lib/liblangid.dylib
0x96c30000 - 0x96cfbfff  com.apple.DiscRecording (9.0 - 9000.4.2) <79272AB7-6389-34D8-ADEE-612E1DBE6B54> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x96cfc000 - 0x96d22ff7  com.apple.IconServices (47.1 - 47.1) <9C537499-B375-3F84-BF4A-EEF757FC26A9> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x96d23000 - 0x96da0ff3  com.apple.framework.IOKit (2.0.2 - 1050.10.8) <60574F96-1CD6-34B8-A862-EA977FD058BF> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x96da1000 - 0x96dfcffb  libTIFF.dylib (1232) <E5A82202-E766-32DE-9706-86B3B2B73731> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x9709b000 - 0x9709dfff  libsystem_configuration.dylib (699.1.5) <76B9BA28-179E-34FA-B10B-E625022A29CB> /usr/lib/system/libsystem_configuration.dylib
0x9709e000 - 0x970a2ffb  libcache.dylib (69) <55501A00-AF64-3554-8F46-8D5AFEDEC332> /usr/lib/system/libcache.dylib
0x970a3000 - 0x970bdff7  liblzma.5.dylib (7) <D0BC984D-5B33-328C-8F1E-7E9C41813433> /usr/lib/liblzma.5.dylib
0x970be000 - 0x970c5ff3  libunwind.dylib (35.3) <29D9343F-9A0A-3535-B0AE-E7CC761D95EE> /usr/lib/system/libunwind.dylib
0x970c6000 - 0x970c6fff  libunc.dylib (29) <CE960997-9D4A-3848-BAC7-B2255E6765FD> /usr/lib/system/libunc.dylib
0x970c7000 - 0x970cbfff  com.apple.CommonPanels (1.2.6 - 96) <955375E6-2416-38E1-AFC6-477827119329> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x970cc000 - 0x970e7ff3  com.apple.openscripting (1.4 - 162) <EB1D1BA6-C0B0-3D3B-AE54-676324FFF3E6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x97286000 - 0x972acffb  libxpc.dylib (559.10.3) <6C4CEB0F-0044-3B62-A286-5693C3FD239E> /usr/lib/system/libxpc.dylib
0x972ad000 - 0x974a3fff  libicucore.A.dylib (531.31) <430BD572-4521-3C85-B815-56514F9E2BBF> /usr/lib/libicucore.A.dylib
0x974a4000 - 0x974a5fff  libsystem_blocks.dylib (65) <5D98F022-E863-31D4-8ADE-D53B2AE0D331> /usr/lib/system/libsystem_blocks.dylib
0x974a6000 - 0x97532ff3  com.apple.PerformanceAnalysis (1.0 - 1) <7A9DD1C9-465D-37FA-957E-2B0F190CFC7C> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x979e3000 - 0x97a0cfff  libRIP.A.dylib (775.16) <5587B04F-D31C-3F70-961F-0F6282E8FB29> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x97a0d000 - 0x97c89ff7  com.apple.security (7.0 - 57031.10.10) <3EF32688-A176-33DD-BA59-25F37D6C08DA> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x98c3b000 - 0x98c3cfff  libDiagnosticMessagesClient.dylib (100) <3EE83437-AA9C-356B-810B-589346B73797> /usr/lib/libDiagnosticMessagesClient.dylib
0x98c3d000 - 0x98d33ff7  libxml2.2.dylib (26) <2F37833C-4D55-3A09-9A0C-5904E8B6892A> /usr/lib/libxml2.2.dylib
0x98d34000 - 0x98d74fff  libauto.dylib (186) <1609D0F9-6E3A-3C67-87EF-BB0BD93EDAC9> /usr/lib/libauto.dylib
0x990fd000 - 0x993efffb  com.apple.CoreImage (10.0.33) <75B23F45-8D99-3521-89AE-AF2AF4487096> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x993f0000 - 0x993faffb  com.apple.audio.SoundManager (4.2 - 4.2) <4312D0A7-4B6F-3A1E-9A47-24C6E8C65E51> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x9942d000 - 0x9943ffff  com.apple.Sharing (328.3.2 - 328.3.2) <4F0D4D68-B6A6-3E66-8A89-CDD9AFEA82EA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x99d89000 - 0x99df4ff7  com.apple.framework.CoreWiFi (3.0 - 300.4) <632A811D-4706-3ED7-85E3-DD2CDB47CF8F> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x99df5000 - 0x99e6bfff  com.apple.securityfoundation (6.0 - 55126) <E7CBF2F4-2A0E-3C82-BE84-E09D21772AFB> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x99e6c000 - 0x9a070ff3  com.apple.CFNetwork (720.2.4 - 720.2.4) <2BDDB692-8973-3B53-A53C-71D42BDBABBF> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x9a071000 - 0x9a09fff7  libarchive.2.dylib (30) <8758D35F-ADF8-30F6-8EB2-9B852876EAC8> /usr/lib/libarchive.2.dylib
0x9a0a0000 - 0x9a1a0ff7  com.apple.LaunchServices (644.12.4 - 644.12.4) <D41066A1-FC8B-34A2-A980-4B011AA77F38> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x9a1a1000 - 0x9a1a9ff7  com.apple.icloud.FindMyDevice (1.0 - 1) <A0C38380-8B46-39CF-A0A1-27ABDAD1D574> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice
0x9a1aa000 - 0x9a21dffb  com.apple.framework.CoreWLAN (5.0 - 500.35.2) <22CC0615-70EF-3155-8410-A1427793DBBC> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x9a21e000 - 0x9a224ff7  libsystem_trace.dylib (72.1.3) <E1985F9C-78FC-3098-8683-81F0DCEE54BB> /usr/lib/system/libsystem_trace.dylib
0x9a225000 - 0x9a239fff  com.apple.ImageCapture (9.0 - 9.0) <4B84B5D5-A5F3-3B35-93CE-568A73486B92> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x9a797000 - 0x9a7aafff  com.apple.ProtectedCloudStorage (1.0 - 1) <0A330FB7-44EE-359F-BAB7-48351AACD305> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
0x9a7ab000 - 0x9a845fff  com.apple.ColorSync (4.9.0 - 4.9.0) <091CDCEC-1B25-3FE7-94C2-8AEFA6564E95> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x9a846000 - 0x9a869fff  libJPEG.dylib (1232) <C7B71F9A-E740-307B-A9FA-A83760EE747B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x9a86a000 - 0x9a998fff  com.apple.coreui (2.1 - 305.6.1) <6535A234-0DFF-3467-837B-118E2C9D2875> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x9a999000 - 0x9a99bff7  libsystem_sandbox.dylib (358.1.1) <6031346B-57B0-36FB-911B-D355E1F98A9A> /usr/lib/system/libsystem_sandbox.dylib
0x9a99c000 - 0x9a99cfff  com.apple.Cocoa (6.8 - 21) <6AF80DDB-C28E-36FF-BC11-D7D561AC52A9> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x9ac56000 - 0x9ad20ff7  com.apple.backup.framework (1.6.2 - 1.6.2) <AE8234C3-6BB3-317B-A4E7-EF3478445DFF> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x9ad24000 - 0x9ad4affb  libPng.dylib (1232) <576BCAB6-DBE2-36DB-A390-E945FC844118> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x9ad50000 - 0x9ae65ffb  com.apple.desktopservices (1.9.2 - 1.9.2) <DCA5B074-BD3C-35E9-BF11-628019FE3CC0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x9ae66000 - 0x9aeb7fff  com.apple.opencl (2.4.2 - 2.4.2) <327699CD-6BF9-3B63-999E-A5A56014E540> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x9aeb8000 - 0x9aecbfff  libcmph.dylib (1) <2449B048-208E-36FB-9DFA-47E0F3BCF132> /usr/lib/libcmph.dylib
0x9aecc000 - 0x9af69fff  com.apple.ink.framework (10.9 - 213) <F47949BC-ABEE-329B-B568-71C6FEF761F6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x9af6a000 - 0x9afb1ff3  com.apple.AppleJPEG (1.0 - 1) <C14A2B49-A664-3EDE-9B9B-6A678ED7F8DE> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x9afb2000 - 0x9afb9fff  com.apple.speech.recognition.framework (5.0.9 - 5.0.9) <5D268178-3812-3777-92A6-D7D3395405B8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x9afbd000 - 0x9b3a5ff7  libLAPACK.dylib (1128) <4E3D1289-2C98-3E53-BB8D-AD911357FF66> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x9b3a6000 - 0x9b3b3ff7  libbz2.1.0.dylib (36) <6BC7B049-8F03-3217-9840-B1804CCBF742> /usr/lib/libbz2.1.0.dylib
0x9b3b4000 - 0x9b42aff7  com.apple.SearchKit (1.4.0 - 1.4.0) <B6F346D2-BF88-3925-B962-E59267FA2268> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x9b6ca000 - 0x9b6f4fff  libxslt.1.dylib (13) <0F55B64A-6C55-304E-ACE0-B531027AA066> /usr/lib/libxslt.1.dylib
0x9b6f5000 - 0x9b6f9fff  libCoreVMClient.dylib (79) <85CBF1F3-3CE1-304F-88DF-15608C9A2367> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x9b6fa000 - 0x9b6fcffb  libCGXType.A.dylib (775.16) <B3ED365B-0CE2-3847-A503-A35892E7790A> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x9b6fd000 - 0x9b71cff7  com.apple.GenerationalStorage (2.0 - 209.11) <34CF76B2-8052-359D-816D-092608FB6919> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x9b71d000 - 0x9b71efff  libremovefile.dylib (35) <49DCAF7B-4466-3775-9E58-EA5D7CBA8AE0> /usr/lib/system/libremovefile.dylib
0x9b71f000 - 0x9b7d1fff  libCoreStorage.dylib (471.10.6) <E7A963AC-C277-31A8-A1E8-BFAC38A24B69> /usr/lib/libCoreStorage.dylib
0x9b7d2000 - 0x9b7d4ffb  libRadiance.dylib (1232) <F16794FD-4326-32CD-A578-3B2ADB27587D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x9b7d5000 - 0x9b87bfff  com.apple.Metadata (10.7.0 - 917.1) <0B19C2DD-A71C-3D2B-AB00-68FFC6CC606A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x9b8d0000 - 0x9b8e3fff  com.apple.CoreBluetooth (1.0 - 1) <DF406F6F-C173-3598-8785-8A2014F770EF> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x9b8e4000 - 0x9b8f1ff7  com.apple.ProtocolBuffer (1 - 225.1) <E5744DE6-B3FC-3289-9E71-98E88DECE545> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x9b8f2000 - 0x9b900ff7  libz.1.dylib (55) <DF3B8F77-8931-3A6B-8BDF-DB67315050E6> /usr/lib/libz.1.dylib
0x9b901000 - 0x9b965ff7  com.apple.AE (681 - 681) <EEE62980-421B-33BD-BB88-6BDE269A3060> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x9b966000 - 0x9bbf9fff  com.apple.CoreData (111 - 526.1) <74375077-8AE6-3D1B-B6A4-CF3B0724EB60> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x9bbfa000 - 0x9bc08ff3  libxar.1.dylib (254) <D7C4FDEB-61AA-3FC1-8B7B-0AE3A3A64492> /usr/lib/libxar.1.dylib
0x9bc09000 - 0x9bc0bff3  com.apple.EFILogin (2.0 - 2) <CA5B7995-F183-31F3-B918-27965B2BDE8F> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x9bc0c000 - 0x9bc17ff7  com.apple.CrashReporterSupport (10.10 - 629) <BA5611B6-EF99-3A44-90DD-3305FDA4975E> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x9bc18000 - 0x9bd2eff7  com.apple.CoreText (352.0 - 454.3) <6448E389-AB2E-34EF-AE07-FE364ECC98E5> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x9bd2f000 - 0x9be1bfe7  libvMisc.dylib (516) <8575A3B5-F6FB-35BF-9E50-E81BD0813100> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x9bec5000 - 0x9bed3ff7  com.apple.SpeechRecognitionCore (2.0.32 - 2.0.32) <637E7AB2-1077-319C-A6A2-D0D0F01951BA> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x9bed4000 - 0x9bf1dffb  libFontRegistry.dylib (134) <023BB8A2-8BBA-30DC-B0C2-A5F0AE3667D8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x9bf1e000 - 0x9c276ff7  libmecabra.dylib (666.2) <DB0D4D7E-AA7B-3D2D-8936-07F03038F4DF> /usr/lib/libmecabra.dylib
0x9c277000 - 0x9c27afff  libextension.dylib (55.1) <E0A4ADBE-596E-3363-8780-51D8AE39B755> /usr/lib/libextension.dylib
0x9c38f000 - 0x9c38ffff  liblaunch.dylib (559.10.3) <DF6BB29C-8F20-3E04-81FF-19FFBC82BD46> /usr/lib/system/liblaunch.dylib
0x9c390000 - 0x9c390fff  com.apple.audio.units.AudioUnit (1.12 - 1.12) <64ED443E-25D5-3A2C-A028-0D0C7FAF57C6> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit

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: 15325
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=200.1M resident=31.2M(16%) swapped_out_or_unallocated=168.9M(84%)
Writable regions: Total=163.1M written=34.8M(21%) resident=77.8M(48%) swapped_out=7156K(4%) unallocated=85.3M(52%)

REGION TYPE                      VIRTUAL
===========                      =======
Activity Tracing                   2048K
CG backing stores                  5048K
CG image                            124K
CG shared images                    240K
CoreAnimation                        28K
CoreUI image data                   112K
Foundation                            4K
IOKit                              65.2M
IOKit (reserved)                      4K        reserved VM address space (unallocated)
Kernel Alloc Once                     4K
MALLOC                             62.3M
MALLOC (admin)                       48K
Memory Tag 242                       12K
OpenCL                               16K
OpenGL GLSL                         128K
Stack                              66.4M
VM_ALLOCATE                        17.4M
VM_ALLOCATE (reserved)               36K        reserved VM address space (unallocated)
__DATA                             20.5M
__GLSLBUILTINS                     2588K
__IMAGE                             528K
__LINKEDIT                         46.6M
__OBJC                             2252K
__TEXT                            153.5M
__UNICODE                           544K
mapped file                       155.8M
shared memory                        68K
===========                      =======
TOTAL                             601.1M
TOTAL, minus reserved VM space    601.0M

Model: MacBookPro4,1, BootROM MBP41.00C1.B03, 2 processors, Intel Core 2 Duo, 2.4 GHz, 4 GB, SMC 1.27f3
Graphics: NVIDIA GeForce 8600M GT, GeForce 8600M GT, PCIe, 256 MB
Memory Module: BANK 0/DIMM0, 2 GB, DDR2 SDRAM, 667 MHz, 0xFFFFFFFFFFFFFFFF, 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
Memory Module: BANK 1/DIMM1, 2 GB, DDR2 SDRAM, 667 MHz, 0xFFFFFFFFFFFFFFFF, 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8C), Broadcom BCM43xx 1.0 (5.10.131.36.16)
Bluetooth: Version 4.3.2f6 15235, 3 services, 27 devices, 1 incoming serial ports
Network Service: Ethernet, Ethernet, en0
Network Service: Wi-Fi, AirPort, en1
Serial ATA Device: KINGSTON SV300S37A240G, 240,06 GB
Parallel ATA Device: MATSHITADVD-R   UJ-867
USB Device: USB2134
USB Device: TUSB3410 Boot Device
USB Device: External HD
USB Device: Optical USB Mouse
USB Device: Razer BlackWidow Ultimate
USB Device: My Passport 0740
USB Device: Built-in iSight
USB Device: BRCM2046 Hub
USB Device: Bluetooth USB Host Controller
USB Device: Apple Internal Keyboard / Trackpad
USB Device: IR Receiver
Thunderbolt Bus: 

I can work with godot, because It opens the project editor and other things, but it's annoying

Thanks!

vichug commented 9 years ago

Hey, this issue seems related with mine ; the crashed thread shows similar messages to the ones i'm having : https://github.com/okamstudio/godot/issues/1519

henrysipp commented 8 years ago

+1 on this, it's quite annoying. Happens whenever I start the editor or run my game.

akien-mga commented 8 years ago

Hi @Dracks, @HenrySipp: Can you still reproduce this issue with Godot 2.0.3-stable?

akien-mga commented 8 years ago

Apparently this crash happens in the GPU, which according to its specs has "Full support for OpenGL 2.1": http://www.nvidia.com/object/geforce_8600M_techspecs.html OSX drivers have been known for having bad OpenGL support though, so it's likely a drivers bug that you have here, and I don't think we can do much to fix it sadly :/

@HenrySipp Please post the full crash report if you still experience such crashes, as it might be the same bug or a completely different one, depending on the stack trace.