Scene切换崩溃到onExit得arrayMakeObjectsPerformSelector

quick cocos2d 2.2.5 scene切换之后,就崩溃到CCNode的onExit的方法
void CCNode::onExit()
{
this->pauseSchedulerAndActions();

if( m_bTouchEnabled )
{
    unregisterWithTouchDispatcher();
}

m_bRunning = false;

arrayMakeObjectsPerformSelector(m_pChildren, onExit, CCNode*);//崩溃到这里,概率性出现 

if (m_scriptEventListeners)
{
    CCScriptEngineManager::sharedManager()->getScriptEngine()->executeNodeEvent(this, kCCNodeOnExit);
}

}
会不会是野指针的问题,有谁遇到过吗,求教!

Scene切换的lua代码如下
function AppBase:enterScene(sceneName, args, transitionType, time, more)
local scenePackageName = self. packageRoot … “.scenes.” … sceneName
local sceneClass = require(scenePackageName)
local scene = sceneClass.new(unpack(checktable(args)))
display.replaceScene(scene, transitionType, time, more)
end

在player模拟器上面的崩溃日志
Process: player
Path: /Users/USER/Documents/*/player.app/Contents/MacOS/player
Identifier: org.cocos.quick.player
Version: 1.3 (20140609)
Code Type: X86-64 (Native)
Parent Process: launchd
Responsible: player
User ID: 501

Date/Time: 2014-10-27 10:55:44.809 +0800
OS Version: Mac OS X 10.9.5 (13F34)
Report Version: 11
Anonymous UUID: B848DDF8-A98A-2CCF-EA12-961178EA302B

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

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: EXC_I386_GPFLT

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 org.cocos.quick.player 0x0000000105166e86 cocos2d::CCNode::onExit() + 326
1 org.cocos.quick.player 0x000000010520c9ab cocos2d::CCLayer::onExit() + 155
2 org.cocos.quick.player 0x0000000105166e8c cocos2d::CCNode::onExit() + 332
3 org.cocos.quick.player 0x000000010520c9ab cocos2d::CCLayer::onExit() + 155
4 org.cocos.quick.player 0x000000010511387c cocos2d::CCDirector::setNextScene() + 348
5 org.cocos.quick.player 0x00000001051134fb cocos2d::CCDirector::drawScene() + 107
6 org.cocos.quick.player 0x0000000105115b40 cocos2d::CCDisplayLinkDirector::mainLoop() + 80
7 org.cocos.quick.player 0x0000000105394498 - + 120
8 com.apple.Foundation 0x00007fff923fe784 __NSFireTimer + 96
9 com.apple.CoreFoundation 0x00007fff8e7a03e4 CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION + 20
10 com.apple.CoreFoundation 0x00007fff8e79ff1f __CFRunLoopDoTimer + 1151
11 com.apple.CoreFoundation 0x00007fff8e8115aa __CFRunLoopDoTimers + 298
12 com.apple.CoreFoundation 0x00007fff8e75b6a5 __CFRunLoopRun + 1525
13 com.apple.CoreFoundation 0x00007fff8e75ae75 CFRunLoopRunSpecific + 309
14 com.apple.HIToolbox 0x00007fff92a33a0d RunCurrentEventLoopInMode + 226
15 com.apple.HIToolbox 0x00007fff92a337b7 ReceiveNextEventCommon + 479
16 com.apple.HIToolbox 0x00007fff92a335bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
17 com.apple.AppKit 0x00007fff8f22a24e _DPSNextEvent + 1434
18 com.apple.AppKit 0x00007fff8f22989b - + 122
19 com.apple.AppKit 0x00007fff8f21d99c - + 553
20 com.apple.AppKit 0x00007fff8f208783 NSApplicationMain + 940
21 org.cocos.quick.player 0x00000001050248d2 main + 34
22 org.cocos.quick.player 0x000000010501c0d4 start + 52

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff96c12662 kevent64 + 10
1 libdispatch.dylib 0x00007fff92ccf421 _dispatch_mgr_invoke + 239
2 libdispatch.dylib 0x00007fff92ccf136 _dispatch_mgr_thread + 52

Thread 2:
0 libsystem_kernel.dylib 0x00007fff96c0da1a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff96c0cd18 mach_msg + 64
2 com.apple.CoreFoundation 0x00007fff8e75bf15 __CFRunLoopServiceMachPort + 181
3 com.apple.CoreFoundation 0x00007fff8e75b539 __CFRunLoopRun + 1161
4 com.apple.CoreFoundation 0x00007fff8e75ae75 CFRunLoopRunSpecific + 309
5 com.apple.AppKit 0x00007fff8f3ca05e _NSEventThread + 144
6 libsystem_pthread.dylib 0x00007fff8ec89899 _pthread_body + 138
7 libsystem_pthread.dylib 0x00007fff8ec8972a _pthread_start + 137
8 libsystem_pthread.dylib 0x00007fff8ec8dfc9 thread_start + 13

Thread 3:: com.apple.audio.IOThread.client
0 libsystem_kernel.dylib 0x00007fff96c0da1a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff96c0cd18 mach_msg + 64
2 com.apple.audio.CoreAudio 0x00007fff94e66828 HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned int, unsigned int, mach_msg_header_t*, bool, unsigned int) + 98
3 com.apple.audio.CoreAudio 0x00007fff94e667b6 HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 42
4 com.apple.audio.CoreAudio 0x00007fff94e64f3e HALC_ProxyIOContext::IOWorkLoop() + 950
5 com.apple.audio.CoreAudio 0x00007fff94e64add HALC_ProxyIOContext::IOThreadEntry(void*) + 97
6 com.apple.audio.CoreAudio 0x00007fff94e6499d HALB_IOThread::Entry(void*) + 75
7 libsystem_pthread.dylib 0x00007fff8ec89899 _pthread_body + 138
8 libsystem_pthread.dylib 0x00007fff8ec8972a _pthread_start + 137
9 libsystem_pthread.dylib 0x00007fff8ec8dfc9 thread_start + 13

Thread 4:
0 libsystem_kernel.dylib 0x00007fff96c11e6a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8ec8af08 _pthread_wqthread + 330
2 libsystem_pthread.dylib 0x00007fff8ec8dfb9 start_wqthread + 13

Thread 5:
0 libsystem_kernel.dylib 0x00007fff96c11e6a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8ec8af08 _pthread_wqthread + 330
2 libsystem_pthread.dylib 0x00007fff8ec8dfb9 start_wqthread + 13

Thread 6:
0 libsystem_kernel.dylib 0x00007fff96c11e6a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8ec8af08 _pthread_wqthread + 330
2 libsystem_pthread.dylib 0x00007fff8ec8dfb9 start_wqthread + 13

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x00007fc32f7dd2d0 rbx: 0x00007fc328e21360 rcx: 0x9000000000000000 rdx: 0x00007fc328c6ec40
rdi: 0x00007fc32f7dd2d0 rsi: 0x00007fc328e84570 rbp: 0x00007fff5abe2fa0 rsp: 0x00007fff5abe2f50
r8: 0x00007fc32f246150 r9: 0x00007fc32f7dd5a0 r10: 0x0000000095f92af9 r11: 0x00000000e3216329
r12: 0x00007fff7b18a610 r13: 0x00007fc328d3e390 r14: 0x00007fc32900e3c0 r15: 0x00007fc328d3e390
rip: 0x0000000105166e86 rfl: 0x0000000000010202 cr2: 0x0000000019197020

Logical CPU: 0
Error Code: 0x00000000
Trap Number: 13

Binary Images:
0x505c000 - 0x506bfff libSimplifiedChineseConverter.dylib (61) /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
0x13761000 - 0x13765ffd com.apple.audio.AppleHDAHALPlugIn (2.6.3 - 2.6.3f4) <2EB88B27-FA19-3C0C-AA06-7FB8BC56694E> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
0x140b6000 - 0x14287fff com.apple.audio.units.Components (1.10 - 1.10) /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
0x143e2000 - 0x145d8fff com.apple.audio.codecs.Components (4.0 - 4.0) /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
0x1487d000 - 0x14991fff libmecab.1.0.0.dylib (599.9) /usr/lib/libmecab.1.0.0.dylib
0x10501a000 - 0x105767fef +org.cocos.quick.player (1.3 - 20140609) <964C414C-F19E-3510-999A-E06F5BDAD3C2> /Users/USER/Documents/*/player.app/Contents/MacOS/player
0x105bc4000 - 0x105be8fff com.apple.audio.OpenAL (1.7 - 1.7) <5D2366B5-111B-3BDD-AFB3-5770075659F4> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
0x123400000000 - 0x12340047bff7 com.apple.driver.AppleIntelHD4000GraphicsGLDriver (8.28.32 - 8.2.8) <0B941CC0-E86A-3410-B64B-0BCDAD0922B0> /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver
0x7fff6019a000 - 0x7fff601cd817 dyld (239.4) <7AD43B9B-5CEA-3C7E-9836-A06909F9CA56> /usr/lib/dyld
0x7fff89d83000 - 0x7fff89d84fff libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
0x7fff8a164000 - 0x7fff8a164ffd com.apple.audio.units.AudioUnit (1.10 - 1.10) <68B21135-55A6-3563-A3D6-3E692A7DEB7F> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff8a165000 - 0x7fff8a16cffb libcopyfile.dylib (103.92.1) /usr/lib/system/libcopyfile.dylib
0x7fff8a16d000 - 0x7fff8a1baff2 com.apple.print.framework.PrintCore (9.0 - 428) <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff8a1da000 - 0x7fff8a37aff7 GLEngine (9.6.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
0x7fff8a37b000 - 0x7fff8a4cfff3 com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <69B273E8-5A8E-3FC7-B807-C16B657662FE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff8a57a000 - 0x7fff8a5c8ff7 com.apple.opencl (2.3.59 - 2.3.59) <9F43F471-C3C3-352D-889D-EC418DC1F5B2> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff8a5f9000 - 0x7fff8a6e3fff libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
0x7fff8a6f9000 - 0x7fff8a6f9fff com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff8a6fa000 - 0x7fff8a705fff libGPUSupportMercury.dylib (9.6.1) <91EA3F24-40FA-3B61-9FFC-F038CCD4079C> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
0x7fff8a706000 - 0x7fff8a7beff7 com.apple.DiscRecording (8.0 - 8000.4.6) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff8a7bf000 - 0x7fff8a84fff7 com.apple.Metadata (10.7.0 - 800.28) <04D510EA-1169-392F-9702-EE7EB00882E6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff8a850000 - 0x7fff8a85aff7 com.apple.CrashReporterSupport (10.9 - 539) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff8a85b000 - 0x7fff8a89dff7 libauto.dylib (185.5) /usr/lib/libauto.dylib
0x7fff8a89e000 - 0x7fff8a8a2ff7 libheimdal-asn1.dylib (323.92.1) /usr/lib/libheimdal-asn1.dylib
0x7fff8a8a3000 - 0x7fff8a8aefff libkxld.dylib (2422.115.4) <3C678B75-F7C5-3DBB-8DBD-48483AD54D5C> /usr/lib/system/libkxld.dylib
0x7fff8a95c000 - 0x7fff8a978fff libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
0x7fff8a979000 - 0x7fff8a981ffc libGFXShared.dylib (9.6.1) <65BC4378-C023-30EC-8B80-60FB4EA0B036> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff8a99f000 - 0x7fff8a9a3ff7 libGIF.dylib (1044) <7E51DFC3-740A-3CD3-98A1-1EC510A4A055> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff8aa74000 - 0x7fff8aa74fff com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff8b904000 - 0x7fff8b907fff com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff8b908000 - 0x7fff8b94ffff libFontRegistry.dylib (127) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff8b97f000 - 0x7fff8b9d8fff libTIFF.dylib (1044) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff8bd42000 - 0x7fff8be04ff5 com.apple.CoreText (367.20 - 367.20) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff8be15000 - 0x7fff8bef1fff libcrypto.0.9.8.dylib (52) /usr/lib/libcrypto.0.9.8.dylib
0x7fff8bf4a000 - 0x7fff8c038fff libJP2.dylib (1044) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff8c136000 - 0x7fff8c1a9fff com.apple.securityfoundation (6.0 - 55122.3) <0FDC8F53-104C-3938-A852-5B33C30BAAD5> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff8c257000 - 0x7fff8c259ff3 libsystem_configuration.dylib (596.15) <4998CB6A-9D54-390A-9F57-5D1AC53C135C> /usr/lib/system/libsystem_configuration.dylib
0x7fff8c25b000 - 0x7fff8c25cffb libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
0x7fff8c25d000 - 0x7fff8c26afff com.apple.Sharing (132.2 - 132.2) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff8c26b000 - 0x7fff8c26cfff libsystem_sandbox.dylib (278.11.1) <0D0B13EA-6B7A-3AC8-BE60-B548543BEB77> /usr/lib/system/libsystem_sandbox.dylib
0x7fff8c26d000 - 0x7fff8c26ffff libRadiance.dylib (1044) <461482C9-CADB-3B36-B023-597C64AD4B00> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff8c301000 - 0x7fff8c3f2ff9 libiconv.2.dylib (41) /usr/lib/libiconv.2.dylib
0x7fff8c90d000 - 0x7fff8c915ff3 libCGCMS.A.dylib (599.35.4) <67AD122A-B8DA-3C05-8B8C-1939F5064FAE> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
0x7fff8c94c000 - 0x7fff8c974ffb libRIP.A.dylib (599.35.4) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff8c975000 - 0x7fff8c990ff7 libsystem_malloc.dylib (23.10.1) /usr/lib/system/libsystem_malloc.dylib
0x7fff8ca20000 - 0x7fff8caacff7 com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff8caad000 - 0x7fff8cd7eff4 com.apple.CoreImage (9.4.0) <2C636ECD-0F1A-357C-9EFF-0452476FDDF5> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff8cd7f000 - 0x7fff8cdaefff com.apple.DebugSymbols (106 - 106) /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff8cdaf000 - 0x7fff8ce26fff com.apple.CoreServices.OSServices (600.4 - 600.4) <5A44F0B5-4A24-3875-ADE4-5B47D6C7E251> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff8ce2f000 - 0x7fff8ce32ffc com.apple.IOSurface (91.1 - 91.1) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff8ce33000 - 0x7fff8ce39ff7 libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
0x7fff8cebc000 - 0x7fff8cecafff com.apple.opengl (9.6.1 - 9.6.1) <359D0ECB-D100-341B-B437-BDE56E27B74B> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff8d000000 - 0x7fff8d0cbfff libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff8d0cc000 - 0x7fff8d113ff7 libcups.2.dylib (372.4) <36EA4350-43B4-3A5C-9904-10685BFDA7D4> /usr/lib/libcups.2.dylib
0x7fff8d1a9000 - 0x7fff8d1cdfff libxpc.dylib (300.90.2) /usr/lib/system/libxpc.dylib
0x7fff8d1cf000 - 0x7fff8d20dff7 libGLImage.dylib (9.6.1) <5E02B38C-9F36-39BE-8746-724F0D8BBFC0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff8d20e000 - 0x7fff8d211ffa libCGXType.A.dylib (599.35.4) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff8d212000 - 0x7fff8d216ff7 libcache.dylib (62) /usr/lib/system/libcache.dylib
0x7fff8d217000 - 0x7fff8d221fff libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
0x7fff8d222000 - 0x7fff8d24bff7 libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
0x7fff8d696000 - 0x7fff8d6a5ff8 com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff8d949000 - 0x7fff8dd2affe libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff8dd2b000 - 0x7fff8dd35ff7 libcsfde.dylib (380.70.2) <3ACB87D7-A81C-3C45-B648-AD27F1B9D841> /usr/lib/libcsfde.dylib
0x7fff8dd36000 - 0x7fff8dd7bff6 com.apple.HIServices (1.23 - 468) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff8dd7c000 - 0x7fff8dd81fff com.apple.DiskArbitration (2.6 - 2.6) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff8dd82000 - 0x7fff8ddddffb com.apple.AE (665.5 - 665.5) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff8ddde000 - 0x7fff8dde5fff com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff8e07d000 - 0x7fff8e12dff7 libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff8e12e000 - 0x7fff8e13bff4 com.apple.Librarian (1.2 - 1) /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
0x7fff8e34a000 - 0x7fff8e352fff libsystem_dnssd.dylib (522.92.1) <3F8C6A07-3046-3E88-858F-D9CEFC43A405> /usr/lib/system/libsystem_dnssd.dylib
0x7fff8e353000 - 0x7fff8e354fff com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff8e355000 - 0x7fff8e366ff7 libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
0x7fff8e493000 - 0x7fff8e4acff7 com.apple.Ubiquity (1.3 - 289) /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
0x7fff8e4ad000 - 0x7fff8e4beff7 libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
0x7fff8e4bf000 - 0x7fff8e4c0ff7 libSystem.B.dylib (1197.1.1) <70B235FC-BCED-367B-BA6C-67C299BAE7D9> /usr/lib/libSystem.B.dylib
0x7fff8e5a1000 - 0x7fff8e62afff com.apple.ColorSync (4.9.0 - 4.9.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff8e62b000 - 0x7fff8e650ff7 com.apple.ChunkingLibrary (2.0 - 155.1) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff8e651000 - 0x7fff8e65dffb com.apple.AppleFSCompression (56.92.1 - 1.0) <066255FD-DBD1-3041-8DDA-7AFC41C9096D> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff8e65e000 - 0x7fff8e668ff7 com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff8e669000 - 0x7fff8e68eff7 com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff8e68f000 - 0x7fff8e698fff com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <383FB557-E88E-3239-82B8-15F9F885B702> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff8e699000 - 0x7fff8e6d4fff com.apple.bom (14.0 - 193.1) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x7fff8e6e8000 - 0x7fff8e6eafff com.apple.EFILogin (2.0 - 2) <8D651894-B7AD-3F23-9B93-472EEA3D292F> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x7fff8e6eb000 - 0x7fff8e8d0fff com.apple.CoreFoundation (6.9 - 855.17) <729BD6DA-1F63-3E72-A148-26F21EBF52BB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff8e9d5000 - 0x7fff8ea04fd2 libsystem_m.dylib (3047.16) /usr/lib/system/libsystem_m.dylib
0x7fff8ea14000 - 0x7fff8ea38ff7 libJPEG.dylib (1044) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff8ea39000 - 0x7fff8ec81ff7 com.apple.CoreData (107 - 481.3) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff8ec88000 - 0x7fff8ec8fff7 libsystem_pthread.dylib (53.1.4) /usr/lib/system/libsystem_pthread.dylib
0x7fff8ed98000 - 0x7fff8edebfff com.apple.ScalableUserInterface (1.0 - 1) /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x7fff8ee75000 - 0x7fff8eeadff7 com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff8f026000 - 0x7fff8f02cfff com.apple.AOSNotification (1.7.0 - 760.3) <7901B867-60F7-3645-BB3E-18C51A6FBCC6> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification
0x7fff8f02d000 - 0x7fff8f03fff7 com.apple.MultitouchSupport.framework (245.13.1 - 245.13.1) <38262B92-C63F-35A0-997D-AD2EBF2F8338> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff8f090000 - 0x7fff8f0c5ffc com.apple.LDAPFramework (2.4.28 - 194.5) <4ADD0595-25B9-3F09-897E-3FB790AD2C5A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff8f0c6000 - 0x7fff8f1ccff7 com.apple.ImageIO.framework (3.3.0 - 1044) <3BCCF2AE-CF1F-3324-A371-DF0A42C841A2> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff8f1cd000 - 0x7fff8f1f4ff7 libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
0x7fff8f1f5000 - 0x7fff8f205fff libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
0x7fff8f206000 - 0x7fff8fd7cff7 com.apple.AppKit (6.9 - 1265.21) <9DC13B27-841D-3839-93B2-3EDE66157BDE> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff8fd7d000 - 0x7fff8fd89ff7 com.apple.OpenDirectory (10.9 - 173.90.1) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff90518000 - 0x7fff90528ffb libsasl2.2.dylib (170) /usr/lib/libsasl2.2.dylib
0x7fff90529000 - 0x7fff9095cffb com.apple.vision.FaceCore (3.0.0 - 3.0.0) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff90967000 - 0x7fff90980ff7 com.apple.Kerberos (3.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff90981000 - 0x7fff90982ff7 libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff91252000 - 0x7fff9127bfff com.apple.DictionaryServices (1.2 - 208) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff91324000 - 0x7fff91390fff com.apple.framework.IOKit (2.0.1 - 907.100.13) <057FDBA3-56D6-3903-8C0B-849214BF1985> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff9189c000 - 0x7fff921bb797 com.apple.CoreGraphics (1.600.0 - 599.35.4) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff921bc000 - 0x7fff92369f27 libobjc.A.dylib (551.1) /usr/lib/libobjc.A.dylib
0x7fff9236a000 - 0x7fff92399ff9 com.apple.GSS (4.0 - 2.0) <44E914BE-B0D0-3E05-9451-CA9E539AFA52> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff9239a000 - 0x7fff9269aff7 com.apple.Foundation (6.9 - 1056.16) <24349208-3603-3F5D-95CC-B379616FBEF8> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff9269b000 - 0x7fff9269eff7 libdyld.dylib (239.4) <41077DD7-F909-3B8A-863E-72AE304EDE13> /usr/lib/system/libdyld.dylib
0x7fff92a05000 - 0x7fff92cafff5 com.apple.HIToolbox (2.1.1 - 698) <26FF0E2C-1CD7-311F-ACF0-84F3D5273AD6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff92cb0000 - 0x7fff92ccbff7 libCRFSuite.dylib (34) /usr/lib/libCRFSuite.dylib
0x7fff92ccc000 - 0x7fff92ce6fff libdispatch.dylib (339.92.1) /usr/lib/system/libdispatch.dylib
0x7fff93141000 - 0x7fff93186fff libcurl.4.dylib (78.94.1) <88F27F9B-052E-3375-938D-2603E90D8AD5> /usr/lib/libcurl.4.dylib
0x7fff93187000 - 0x7fff931eaffb com.apple.SystemConfiguration (1.13.1 - 1.13.1) <339A2A90-DA25-33AF-88E5-2FB38A758FEE> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff93408000 - 0x7fff93439fff com.apple.MediaKit (15 - 709) <23E33409-5C39-3F93-9E73-2B0E9EE8883E> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fff93448000 - 0x7fff934b7ff1 com.apple.ApplicationServices.ATS (360 - 363.3) <546E89D9-2AE7-3111-B2B8-2366650D22F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff934bd000 - 0x7fff934caff0 libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
0x7fff934ce000 - 0x7fff93686ffb libicucore.A.dylib (511.35) <6F097DA7-147C-32A1-93D2-728A64CF0DC2> /usr/lib/libicucore.A.dylib
0x7fff93cee000 - 0x7fff93d77ff7 libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
0x7fff93d90000 - 0x7fff94064fc7 com.apple.vImage (7.0 - 7.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff94141000 - 0x7fff941a5fff com.apple.datadetectorscore (5.0 - 354.5) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff941a6000 - 0x7fff941f8fff libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
0x7fff941f9000 - 0x7fff941fdff7 libsystem_stats.dylib (93.90.3) /usr/lib/system/libsystem_stats.dylib
0x7fff941fe000 - 0x7fff94237ff7 com.apple.QD (3.50 - 298) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff94238000 - 0x7fff9429dffb com.apple.Heimdal (4.0 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff944da000 - 0x7fff9460aff7 com.apple.desktopservices (1.8.3 - 1.8.3) <225BEC20-F8E0-3F22-9560-890A1A5B9050> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff9460b000 - 0x7fff94696ff7 libCoreStorage.dylib (380.70.2) /usr/lib/libCoreStorage.dylib
0x7fff94697000 - 0x7fff94697fff com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff94698000 - 0x7fff9477fff7 libxml2.2.dylib (26) /usr/lib/libxml2.2.dylib
0x7fff94780000 - 0x7fff948e6fff libGLProgrammability.dylib (9.6.1) <49F2FEFE-CEA2-3C30-A669-F55CC813EEFF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x7fff94914000 - 0x7fff94962fff libcorecrypto.dylib (161.1) /usr/lib/system/libcorecrypto.dylib
0x7fff94a86000 - 0x7fff94a8dfff libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
0x7fff94ae1000 - 0x7fff94ba5ff7 com.apple.backup.framework (1.5.4 - 1.5.4) <195DA868-47A5-37E6-8CF0-9BCF11846899> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff94e08000 - 0x7fff94e3cfff libssl.0.9.8.dylib (52) <51C844FF-D7CD-3525-9ABB-84B8DD11D5E4> /usr/lib/libssl.0.9.8.dylib
0x7fff94e3e000 - 0x7fff94e8fff7 com.apple.audio.CoreAudio (4.2.1 - 4.2.1) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff94f8b000 - 0x7fff94f8dffb libutil.dylib (34) /usr/lib/libutil.dylib
0x7fff9501c000 - 0x7fff950e6ff7 com.apple.LaunchServices (572.28 - 572.28) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff950e7000 - 0x7fff950ecfff libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
0x7fff957e4000 - 0x7fff957e8fff com.apple.IOAccelerator (98.23 - 98.23) /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fff957e9000 - 0x7fff957e9fff com.apple.Cocoa (6.8 - 20) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff957ea000 - 0x7fff95811ffb libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
0x7fff9586f000 - 0x7fff95b59fff com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <3A2E92FD-DEE2-3D45-9619-11500801A61C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff95b5a000 - 0x7fff95b67ff7 libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
0x7fff95b68000 - 0x7fff95b70ff7 com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff95b98000 - 0x7fff95ba1ffd com.apple.CommonAuth (4.0 - 2.0) <32BA436F-6319-3A0B-B5D2-2EB75FF36B5B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff95ba2000 - 0x7fff95babffb libsystem_notify.dylib (121.20.1) <9B34B4FE-F5AD-3F09-A5F0-46AFF3571323> /usr/lib/system/libsystem_notify.dylib
0x7fff95c1d000 - 0x7fff95c35ff7 com.apple.GenerationalStorage (2.0 - 160.3) <64749B08-0212-3AC8-9B49-73D662B09304> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff95c38000 - 0x7fff95c39fff liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
0x7fff95c3d000 - 0x7fff95c58ff7 libPng.dylib (1044) <151BA92C-6E7C-3B69-8024-FDD1E2C89DD3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff95fd8000 - 0x7fff96059fff com.apple.CoreSymbolication (3.0.1 - 141.0.5) <82170C9C-73E0-3108-9DC5-C214C9B72292> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff96069000 - 0x7fff96074fff libGL.dylib (9.6.1) <4B65BF9F-F34A-3CD1-94E8-DB26DAA0A59D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff960c0000 - 0x7fff96324ffd com.apple.security (7.0 - 55471.14.18) <83A9E8C8-06A1-3F6D-8514-C35CD0DBD370> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff96325000 - 0x7fff96325ff7 libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
0x7fff96326000 - 0x7fff9634ffff GLRendererFloat (9.6.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
0x7fff96350000 - 0x7fff96350ffd libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
0x7fff96351000 - 0x7fff96435ff7 com.apple.coreui (2.2 - 231.1) <187DF89C-8A64-366D-8782-F90315FA3CD7> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff96436000 - 0x7fff9643fff7 libcldcpuengine.dylib (2.3.58) <645ABD2F-C93B-3943-8B07-BBC08B904253> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x7fff96440000 - 0x7fff96445ff7 libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
0x7fff9644f000 - 0x7fff96451fff libCVMSPluginSupport.dylib (9.6.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff96452000 - 0x7fff96469ff7 com.apple.CFOpenDirectory (10.9 - 173.90.1) <7BC0194E-1B40-3FCA-ACD2-235CE5D65DFA> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff9646c000 - 0x7fff96608ff3 com.apple.QuartzCore (1.8 - 332.3) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff96609000 - 0x7fff96648fff libGLU.dylib (9.6.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff96746000 - 0x7fff96751ff7 com.apple.NetAuth (5.0 - 5.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff96752000 - 0x7fff96753ff7 libsystem_blocks.dylib (63) /usr/lib/system/libsystem_blocks.dylib
0x7fff96b1e000 - 0x7fff96b25ff8 liblaunch.dylib (842.92.1) /usr/lib/system/liblaunch.dylib
0x7fff96bfc000 - 0x7fff96c18ff7 libsystem_kernel.dylib (2422.115.4) <9EDE872E-2A9E-3A78-8E1D-AB790794A098> /usr/lib/system/libsystem_kernel.dylib
0x7fff96c19000 - 0x7fff96c5afff com.apple.PerformanceAnalysis (1.47 - 47) /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff96c5b000 - 0x7fff96cc8fff com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff96fb4000 - 0x7fff96fb8fff libpam.2.dylib (20) /usr/lib/libpam.2.dylib
0x7fff96fb9000 - 0x7fff96fe9fff com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff97029000 - 0x7fff9702bff7 libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
0x7fff9702c000 - 0x7fff970fdff1 com.apple.DiskImagesFramework (10.9 - 371.1) /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x7fff971b6000 - 0x7fff971e2fff com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff971e6000 - 0x7fff972d5fff libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff972f0000 - 0x7fff972f0fff com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff97350000 - 0x7fff974beff7 libBLAS.dylib (1094.5) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff974bf000 - 0x7fff9765aff8 com.apple.CFNetwork (673.3 - 673.3) <4375B7CB-34B6-3A26-99AC-2D2404AD9C9B> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff97a14000 - 0x7fff97a3cffb libxslt.1.dylib (13) /usr/lib/libxslt.1.dylib
0x7fff97a3d000 - 0x7fff97a95ff7 com.apple.Symbolication (1.4 - 129.0.2) <78AE8B21-BF15-373F-88C6-73BF740BFFFB> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff97a9c000 - 0x7fff97a9ffff libCoreVMClient.dylib (58.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib

External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 1
thread_create: 0
thread_set_state: 0
Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by all processes on this machine:
task_for_pid: 2011
thread_create: 0
thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=184.4M resident=69.7M(38%) swapped_out_or_unallocated=114.7M(62%)
Writable regions: Total=315.1M written=58.9M(19%) resident=145.4M(46%) swapped_out=0K(0%) unallocated=169.7M(54%)

REGION TYPE VIRTUAL
=========== =======
CG backing stores 4064K
CG image 44K
CG raster data 24K
CG shared images 204K
Dispatch continuations 16.0M
Foundation 4K
IOKit 78.9M
Kernel Alloc Once 8K
MALLOC 161.6M
MALLOC (admin) 32K
Memory Tag 242 12K
Memory Tag 249 156K
OpenGL GLSL 1664K
STACK GUARD 56.0M
Stack 10.6M
VM_ALLOCATE 47.3M
__DATA 20.7M
__IMAGE 528K
__LINKEDIT 72.6M
__TEXT 111.8M
__UNICODE 544K
mapped file 129.7M
shared memory 132K
=========== =======
TOTAL 712.5M

Model: Macmini6,2, BootROM MM61.0106.B00, 4 processors, Intel Core i7, 2.3 GHz, 4 GB, SMC 2.8f0
Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In
Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1600 MHz, 0x02FE, 0x45424A3230554638424455302D474E2D4620
Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1600 MHz, 0x02FE, 0x45424A3230554638424455302D474E2D4620
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x10E), Broadcom BCM43xx 1.0 (5.106.98.100.22)
Bluetooth: Version 4.2.7f3 14616, 3 services, 23 devices, 1 incoming serial ports
Network Service: Ethernet, Ethernet, en0
Network Service: Wi-Fi, AirPort, en1
Serial ATA Device: APPLE HDD HTS541010A9E662, 1 TB
USB Device: Hub
USB Device: iPhone
USB Device: Hub
USB Device: Hub
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
USB Device: IR Receiver
USB Device: Usb Mouse
USB Device: USB Keyboard
Thunderbolt Bus: Mac mini, Apple Inc., 14.1

好把既然说到了player3的崩溃问题。。我也想说下。。我启动项目,或者刷新项目也出现过。。不止1,2次了。。反正报错我就reopen,

Process: player3
Path: /Users/USER/Documents/*/player3.app/Contents/MacOS/player3
Identifier: org.cocos.quick.player3
Version: 3.2 (20140708)
Code Type: X86-64 (Native)
Parent Process: launchd
Responsible: player3
User ID: 501

Date/Time: 2014-10-27 11:47:35.875 +0800
OS Version: Mac OS X 10.9.4 (13E28)
Report Version: 11
Anonymous UUID: 250E372B-57AF-5B03-9789-DD7D64ABD0D8

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

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

Application Specific Information:
stack overflow

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff87735866 __pthread_kill + 10
1 libsystem_pthread.dylib 0x00007fff8a11435c pthread_kill + 92
2 libsystem_c.dylib 0x00007fff8cefcbba __abort + 145
3 libsystem_c.dylib 0x00007fff8cefd46d __stack_chk_fail + 196
4 org.cocos.quick.player3 0x00000001022d835a 0x10227f000 + 365402
5 org.cocos.quick.player3 0x00000001022d7d66 0x10227f000 + 363878
6 org.cocos.quick.player3 0x00000001022da13f 0x10227f000 + 373055
7 org.cocos.quick.player3 0x00000001022e9cd5 0x10227f000 + 437461
8 org.cocos.quick.player3 0x000000010228c2b0 0x10227f000 + 53936
9 org.cocos.quick.player3 0x0000000102288434 0x10227f000 + 37940
10 com.apple.CoreFoundation 0x00007fff8a3f5e0c CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER + 12
11 com.apple.CoreFoundation 0x00007fff8a2e982d _CFXNotificationPost + 2893
12 com.apple.Foundation 0x00007fff80a377ba - + 68
13 com.apple.AppKit 0x00007fff888eeb69 - + 289
14 com.apple.AppKit 0x00007fff888ee89c - + 195
15 com.apple.AppKit 0x00007fff888eb786 - + 570
16 com.apple.AppKit 0x00007fff888eb1db - + 242
17 com.apple.Foundation 0x00007fff80a55f0a - + 294
18 com.apple.Foundation 0x00007fff80a55d7d _NSAppleEventManagerGenericHandler + 106
19 com.apple.AE 0x00007fff8d717e1f aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 381
20 com.apple.AE 0x00007fff8d717c32 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 31
21 com.apple.AE 0x00007fff8d717b36 aeProcessAppleEvent + 315
22 com.apple.HIToolbox 0x00007fff8cf96161 AEProcessAppleEvent + 56
23 com.apple.AppKit 0x00007fff888e70b6 _DPSNextEvent + 1026
24 com.apple.AppKit 0x00007fff888e689b - + 122
25 com.apple.AppKit 0x00007fff888da99c - + 553
26 com.apple.AppKit 0x00007fff888c5783 NSApplicationMain + 940
27 org.cocos.quick.player3 0x0000000102284082 0x10227f000 + 20610
28 libdyld.dylib 0x00007fff8b4755fd start + 1

Thread 1:
0 libsystem_kernel.dylib 0x00007fff87735e6a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8a114f08 _pthread_wqthread + 330
2 libsystem_pthread.dylib 0x00007fff8a117fb9 start_wqthread + 13

Thread 2:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff87736662 kevent64 + 10
1 libdispatch.dylib 0x00007fff8a130421 _dispatch_mgr_invoke + 239
2 libdispatch.dylib 0x00007fff8a130136 _dispatch_mgr_thread + 52

Thread 3:
0 libsystem_kernel.dylib 0x00007fff87735e6a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8a114f08 _pthread_wqthread + 330
2 libsystem_pthread.dylib 0x00007fff8a117fb9 start_wqthread + 13

Thread 4:
0 libsystem_kernel.dylib 0x00007fff87735e6a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8a114f08 _pthread_wqthread + 330
2 libsystem_pthread.dylib 0x00007fff8a117fb9 start_wqthread + 13

Thread 5:
0 libcurl.4.dylib 0x00007fff8d2d6018 curlx_tvdiff + 32
1 libcurl.4.dylib 0x00007fff8d2fab5b multi_addtimeout + 106
2 libcurl.4.dylib 0x00007fff8d2f8486 Curl_expire + 373
3 libcurl.4.dylib 0x00007fff8d30a6b0 Curl_resolver_is_resolved + 347
4 libcurl.4.dylib 0x00007fff8d2f9385 multi_runsingle + 722
5 libcurl.4.dylib 0x00007fff8d2f9001 curl_multi_perform + 166
6 libcurl.4.dylib 0x00007fff8d2f2974 curl_easy_perform + 244
7 org.cocos.quick.player3 0x0000000102338018 0x10227f000 + 757784
8 org.cocos.quick.player3 0x0000000102337165 0x10227f000 + 754021
9 libsystem_pthread.dylib 0x00007fff8a113899 _pthread_body + 138
10 libsystem_pthread.dylib 0x00007fff8a11372a _pthread_start + 137
11 libsystem_pthread.dylib 0x00007fff8a117fc9 thread_start + 13

Thread 6:
0 libsystem_kernel.dylib 0x00007fff8773664a kevent + 10
1 libsystem_info.dylib 0x00007fff87d02d3b _mdns_search + 1184
2 libsystem_info.dylib 0x00007fff87d0975c mdns_addrinfo + 513
3 libsystem_info.dylib 0x00007fff87d0952b search_addrinfo + 183
4 libsystem_info.dylib 0x00007fff87d092c0 si_addrinfo + 1468
5 libsystem_info.dylib 0x00007fff87d08c5f getaddrinfo + 171
6 libcurl.4.dylib 0x00007fff8d3012f9 Curl_getaddrinfo_ex + 37
7 libcurl.4.dylib 0x00007fff8d30aac0 getaddrinfo_thread + 80
8 libcurl.4.dylib 0x00007fff8d3092cc curl_thread_create_thunk + 29
9 libsystem_pthread.dylib 0x00007fff8a113899 _pthread_body + 138
10 libsystem_pthread.dylib 0x00007fff8a11372a _pthread_start + 137
11 libsystem_pthread.dylib 0x00007fff8a117fc9 thread_start + 13

Thread 7:
0 libcurl.4.dylib 0x00007fff8d2d5ffe curlx_tvdiff + 6
1 libcurl.4.dylib 0x00007fff8d2fab5b multi_addtimeout + 106
2 libcurl.4.dylib 0x00007fff8d2f8479 Curl_expire + 360
3 libcurl.4.dylib 0x00007fff8d30a6b0 Curl_resolver_is_resolved + 347
4 libcurl.4.dylib 0x00007fff8d2f9385 multi_runsingle + 722
5 libcurl.4.dylib 0x00007fff8d2f9001 curl_multi_perform + 166
6 libcurl.4.dylib 0x00007fff8d2f2974 curl_easy_perform + 244
7 org.cocos.quick.player3 0x0000000102338018 0x10227f000 + 757784
8 org.cocos.quick.player3 0x0000000102337165 0x10227f000 + 754021
9 libsystem_pthread.dylib 0x00007fff8a113899 _pthread_body + 138
10 libsystem_pthread.dylib 0x00007fff8a11372a _pthread_start + 137
11 libsystem_pthread.dylib 0x00007fff8a117fc9 thread_start + 13

Thread 8:
0 libsystem_kernel.dylib 0x00007fff8773664a kevent + 10
1 libsystem_info.dylib 0x00007fff87d02d3b _mdns_search + 1184
2 libsystem_info.dylib 0x00007fff87d0975c mdns_addrinfo + 513
3 libsystem_info.dylib 0x00007fff87d0952b search_addrinfo + 183
4 libsystem_info.dylib 0x00007fff87d092c0 si_addrinfo + 1468
5 libsystem_info.dylib 0x00007fff87d08c5f getaddrinfo + 171
6 libcurl.4.dylib 0x00007fff8d3012f9 Curl_getaddrinfo_ex + 37
7 libcurl.4.dylib 0x00007fff8d30aac0 getaddrinfo_thread + 80
8 libcurl.4.dylib 0x00007fff8d3092cc curl_thread_create_thunk + 29
9 libsystem_pthread.dylib 0x00007fff8a113899 _pthread_body + 138
10 libsystem_pthread.dylib 0x00007fff8a11372a _pthread_start + 137
11 libsystem_pthread.dylib 0x00007fff8a117fc9 thread_start + 13

Thread 9:
0 libsystem_kernel.dylib 0x00007fff87731a1a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff87730d18 mach_msg + 64
2 com.apple.CoreFoundation 0x00007fff8a349f15 __CFRunLoopServiceMachPort + 181
3 com.apple.CoreFoundation 0x00007fff8a349539 __CFRunLoopRun + 1161
4 com.apple.CoreFoundation 0x00007fff8a348e75 CFRunLoopRunSpecific + 309
5 com.apple.AppKit 0x00007fff88a8705e _NSEventThread + 144
6 libsystem_pthread.dylib 0x00007fff8a113899 _pthread_body + 138
7 libsystem_pthread.dylib 0x00007fff8a11372a _pthread_start + 137
8 libsystem_pthread.dylib 0x00007fff8a117fc9 thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x00007fff726f4310 rcx: 0x00007fff5d97f348 rdx: 0x0000000000000000
rdi: 0x0000000000000807 rsi: 0x0000000000000006 rbp: 0x00007fff5d97f370 rsp: 0x00007fff5d97f348
r8: 0x0000000000000000 r9: 0x0000000000000000 r10: 0x0000000008000000 r11: 0x0000000000000206
r12: 0x00007fff72e02420 r13: 0x00007fff5d97f4e0 r14: 0x0000000000000006 r15: 0x0000000000000000
rip: 0x00007fff87735866 rfl: 0x0000000000000206 cr2: 0x00000000023fb000

Logical CPU: 0
Error Code: 0x02000148
Trap Number: 133

Binary Images:
0x2349000 - 0x2351ff3 libCGCMS.A.dylib (599.25.10.1) <9A4FAAD7-1C16-33F8-A615-1DCAB0546E31> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
0x236b000 - 0x2393ffb libRIP.A.dylib (599.25.10.1) <623091DF-5769-3326-90EB-44EFC8087660> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x23a3000 - 0x23aefff libGPUSupport.dylib (9.6.1) <23B64473-59E7-3AC2-B8C0-CFCFDDF3F8A3> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.dylib
0x61fc000 - 0x6946ff7 libclh.dylib (4.0.3 - 4.0.3) <154F3E80-3711-337B-AE2D-8E55966F4634> /System/Library/Extensions/GeForceTeslaGLDriver.bundle/Contents/MacOS/libclh.dylib
0x7067000 - 0x706affa libCGXType.A.dylib (599.25.10.1) <9E609F91-BD17-3C51-A877-C80E7183A867> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x10227f000 - 0x102947fef +org.cocos.quick.player3 (3.2 - 20140708) /Users/USER/Documents/*/player3.app/Contents/MacOS/player3
0x102ab0000 - 0x102ad4fff com.apple.audio.OpenAL (1.7 - 1.7) <5D2366B5-111B-3BDD-AFB3-5770075659F4> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
0x123440000000 - 0x12344086dfff com.apple.GeForceTeslaGLDriver (8.24.15 - 8.2.4) /System/Library/Extensions/GeForceTeslaGLDriver.bundle/Contents/MacOS/GeForceTeslaGLDriver
0x7fff6f89c000 - 0x7fff6f8cf817 dyld (239.4) <042C4CED-6FB2-3B1C-948B-CAF2EE3B9F7A> /usr/lib/dyld
0x7fff80932000 - 0x7fff80970ff7 libGLImage.dylib (9.6.1) <5E02B38C-9F36-39BE-8746-724F0D8BBFC0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff80971000 - 0x7fff8097afff com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <383FB557-E88E-3239-82B8-15F9F885B702> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff8097b000 - 0x7fff8097bffd com.apple.audio.units.AudioUnit (1.10 - 1.10) <68B21135-55A6-3563-A3D6-3E692A7DEB7F> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff8097c000 - 0x7fff80a34ff7 com.apple.DiscRecording (8.0 - 8000.4.6) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff80a35000 - 0x7fff80d33fff com.apple.Foundation (6.9 - 1056.13) <2EE9AB07-3EA0-37D3-B407-4A520F2CB497> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff80d34000 - 0x7fff80da7fff com.apple.securityfoundation (6.0 - 55122.3) <8575DF7A-EC79-3FCE-A737-7512363A5B12> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff80da8000 - 0x7fff80f44ff3 com.apple.QuartzCore (1.8 - 332.3) <72003E51-1287-395B-BCBC-331597D45C5E> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff80f45000 - 0x7fff80f4afff com.apple.DiskArbitration (2.6 - 2.6) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff80f4b000 - 0x7fff80f5bffb libsasl2.2.dylib (170) /usr/lib/libsasl2.2.dylib
0x7fff810ae000 - 0x7fff810afff7 libSystem.B.dylib (1197.1.1) /usr/lib/libSystem.B.dylib
0x7fff810f9000 - 0x7fff81122fff com.apple.DictionaryServices (1.2 - 208) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff813c5000 - 0x7fff813c7ff7 libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
0x7fff81604000 - 0x7fff816f2fff libJP2.dylib (1043) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff816f3000 - 0x7fff816fefff libkxld.dylib (2422.110.17) /usr/lib/system/libkxld.dylib
0x7fff81989000 - 0x7fff81be6ffa com.apple.RawCamera.bundle (5.05 - 743) <362EA30F-3B5A-35C4-9455-339B0FDC89C6> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff81d4e000 - 0x7fff81d7dfff com.apple.DebugSymbols (106 - 106) /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff81d9a000 - 0x7fff81da6ff7 com.apple.OpenDirectory (10.9 - 173.90.1) <256C265B-7FA6-326D-9F60-18DADF5F3A0E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff81db0000 - 0x7fff81db9ff3 libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
0x7fff81e58000 - 0x7fff81e8dffc com.apple.LDAPFramework (2.4.28 - 194.5) <4ADD0595-25B9-3F09-897E-3FB790AD2C5A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff81e8e000 - 0x7fff81e8fff7 libsystem_blocks.dylib (63) /usr/lib/system/libsystem_blocks.dylib
0x7fff81eda000 - 0x7fff81ef5ff7 libPng.dylib (1043) <23D2DAB7-C9A9-392F-989A-871E89E7751D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff81ef6000 - 0x7fff81ef6fff com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff81f95000 - 0x7fff82057ff5 com.apple.CoreText (367.20 - 367.20) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff82058000 - 0x7fff82439ffe libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff828f6000 - 0x7fff8290fff7 com.apple.Kerberos (3.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff82910000 - 0x7fff82957ff7 libcups.2.dylib (372.4) <36EA4350-43B4-3A5C-9904-10685BFDA7D4> /usr/lib/libcups.2.dylib
0x7fff82da7000 - 0x7fff82dabff7 libsystem_stats.dylib (93.90.3) <4E51D5B0-92A0-3D0D-B90E-495A1ED3E391> /usr/lib/system/libsystem_stats.dylib
0x7fff82ef6000 - 0x7fff82ef6fff com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff82f41000 - 0x7fff82fccfff libCoreStorage.dylib (380) /usr/lib/libCoreStorage.dylib
0x7fff82fcd000 - 0x7fff82fdaff4 com.apple.Librarian (1.2 - 1) /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
0x7fff83008000 - 0x7fff83041ff7 com.apple.QD (3.50 - 298) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff8306d000 - 0x7fff83091ff7 libJPEG.dylib (1043) <25723F3F-48A6-3AC5-A7A3-58E418FEBF3F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff83092000 - 0x7fff830e0fff libcorecrypto.dylib (161.1) /usr/lib/system/libcorecrypto.dylib
0x7fff830e1000 - 0x7fff831c8ff7 libxml2.2.dylib (26) /usr/lib/libxml2.2.dylib
0x7fff831ef000 - 0x7fff83247ff7 com.apple.Symbolication (1.4 - 129.0.2) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff832f2000 - 0x7fff832ffff0 libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
0x7fff83300000 - 0x7fff83304fff libpam.2.dylib (20) /usr/lib/libpam.2.dylib
0x7fff83beb000 - 0x7fff83c26fff com.apple.bom (14.0 - 193.1) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x7fff83c7e000 - 0x7fff83c7efff com.apple.Cocoa (6.8 - 20) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff83ccf000 - 0x7fff83cf4ff7 com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff83cf5000 - 0x7fff83cfeffd com.apple.CommonAuth (4.0 - 2.0) <32BA436F-6319-3A0B-B5D2-2EB75FF36B5B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff83cff000 - 0x7fff83e53ff3 com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <69B273E8-5A8E-3FC7-B807-C16B657662FE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff83e54000 - 0x7fff84125ff4 com.apple.CoreImage (9.4.0) <2C636ECD-0F1A-357C-9EFF-0452476FDDF5> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff841e9000 - 0x7fff8424cffb com.apple.SystemConfiguration (1.13.1 - 1.13.1) <2C8E1A73-5AD6-3A7D-8ED8-D6755555A993> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff8425f000 - 0x7fff842acff2 com.apple.print.framework.PrintCore (9.0 - 428) <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff842ad000 - 0x7fff842affff com.apple.EFILogin (2.0 - 2) /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x7fff842b3000 - 0x7fff842dcff7 libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
0x7fff842dd000 - 0x7fff842e4ff8 liblaunch.dylib (842.92.1) /usr/lib/system/liblaunch.dylib
0x7fff84310000 - 0x7fff84351fff com.apple.PerformanceAnalysis (1.47 - 47) <7B73DFF4-75DB-3403-80D2-0F3FE48764C3> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff84352000 - 0x7fff84382fff com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff851df000 - 0x7fff8524cfff com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff852a0000 - 0x7fff852a1ff7 libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff85529000 - 0x7fff85555fff com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff85556000 - 0x7fff85620fff com.apple.LaunchServices (572.28 - 572.28) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff8563f000 - 0x7fff85646fff libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
0x7fff8568e000 - 0x7fff85772fff com.apple.coreui (2.1 - 231) <432DB40C-6B7E-39C8-9FB5-B95917930056> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff85773000 - 0x7fff85862fff libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff859c5000 - 0x7fff859eaff7 com.apple.ChunkingLibrary (2.0 - 155.1) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff859f8000 - 0x7fff859ffffb libcopyfile.dylib (103.92.1) /usr/lib/system/libcopyfile.dylib
0x7fff85a00000 - 0x7fff85a08ff7 com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff85aa0000 - 0x7fff85c4df27 libobjc.A.dylib (551.1) /usr/lib/libobjc.A.dylib
0x7fff85c4e000 - 0x7fff85d1fff1 com.apple.DiskImagesFramework (10.9 - 371.1) /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x7fff85d2b000 - 0x7fff85e1cff9 libiconv.2.dylib (41) /usr/lib/libiconv.2.dylib
0x7fff85e1d000 - 0x7fff85e6eff7 com.apple.audio.CoreAudio (4.2.1 - 4.2.1) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff85e6f000 - 0x7fff85e7bffb com.apple.AppleFSCompression (56.92.1 - 1.0) <066255FD-DBD1-3041-8DDA-7AFC41C9096D> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff85eba000 - 0x7fff85eeefff libssl.0.9.8.dylib (50) /usr/lib/libssl.0.9.8.dylib
0x7fff85efc000 - 0x7fff85f03fff com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff85fee000 - 0x7fff85feefff com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff85ffa000 - 0x7fff85ffdfff libCoreVMClient.dylib (58.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff86063000 - 0x7fff860bcfff libTIFF.dylib (1043) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff860d4000 - 0x7fff86507ffb com.apple.vision.FaceCore (3.0.0 - 3.0.0) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff8654f000 - 0x7fff86554ff7 libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
0x7fff86555000 - 0x7fff8656dff7 com.apple.GenerationalStorage (2.0 - 160.3) <64749B08-0212-3AC8-9B49-73D662B09304> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff8656e000 - 0x7fff86658fff libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
0x7fff86da9000 - 0x7fff86db1ffc libGFXShared.dylib (9.6.1) <25BBF325-AC57-3BAA-9427-2D14CC243AE6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff86db2000 - 0x7fff86de1ff9 com.apple.GSS (4.0 - 2.0) <44E914BE-B0D0-3E05-9451-CA9E539AFA52> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff86de2000 - 0x7fff86de2fff com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff87316000 - 0x7fff8731fff7 libcldcpuengine.dylib (2.3.58) /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x7fff87330000 - 0x7fff873fbfff libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff873fc000 - 0x7fff87434ff7 com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff87696000 - 0x7fff8771ffff com.apple.ColorSync (4.9.0 - 4.9.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff87720000 - 0x7fff8773cff7 libsystem_kernel.dylib (2422.110.17) <873931CE-D1AF-3596-AADB-D2E63C9AB29F> /usr/lib/system/libsystem_kernel.dylib
0x7fff8779b000 - 0x7fff877a5ff7 libcsfde.dylib (380) /usr/lib/libcsfde.dylib
0x7fff877a6000 - 0x7fff87836ff7 com.apple.Metadata (10.7.0 - 800.28) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff87894000 - 0x7fff8789ffff libGL.dylib (9.6.1) <4B65BF9F-F34A-3CD1-94E8-DB26DAA0A59D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff87a07000 - 0x7fff87a0afff com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff87a1e000 - 0x7fff87a65fff libFontRegistry.dylib (127) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff87a66000 - 0x7fff87b45fff libcrypto.0.9.8.dylib (50) /usr/lib/libcrypto.0.9.8.dylib
0x7fff87b47000 - 0x7fff87cffffb libicucore.A.dylib (511.34) <616A65D6-3F20-3EAB-8CA8-273AD890261C> /usr/lib/libicucore.A.dylib
0x7fff87d00000 - 0x7fff87d27ffb libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
0x7fff88235000 - 0x7fff8824eff7 com.apple.Ubiquity (1.3 - 289) /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
0x7fff882c2000 - 0x7fff882c8fff com.apple.AOSNotification (1.7.0 - 760.3) <7901B867-60F7-3645-BB3E-18C51A6FBCC6> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification
0x7fff882ec000 - 0x7fff885d6fff com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <3A2E92FD-DEE2-3D45-9619-11500801A61C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff885d7000 - 0x7fff888abfc7 com.apple.vImage (7.0 - 7.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff888b3000 - 0x7fff888c2ff8 com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff888c3000 - 0x7fff89439ff7 com.apple.AppKit (6.9 - 1265.21) <9DC13B27-841D-3839-93B2-3EDE66157BDE> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff8943a000 - 0x7fff89447fff com.apple.Sharing (132.2 - 132.2) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff8970c000 - 0x7fff898acff7 GLEngine (9.6.1) <28300FBD-E3B2-35D2-BB54-77DCE62FC371> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
0x7fff89ed2000 - 0x7fff89f37ffb com.apple.Heimdal (4.0 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff8a107000 - 0x7fff8a111ff7 com.apple.CrashReporterSupport (10.9 - 539) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff8a112000 - 0x7fff8a119ff7 libsystem_pthread.dylib (53.1.4) /usr/lib/system/libsystem_pthread.dylib
0x7fff8a11a000 - 0x7fff8a12cff7 com.apple.MultitouchSupport.framework (245.13 - 245.13) /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff8a12d000 - 0x7fff8a147fff libdispatch.dylib (339.92.1) /usr/lib/system/libdispatch.dylib
0x7fff8a148000 - 0x7fff8a14affb libutil.dylib (34) /usr/lib/libutil.dylib
0x7fff8a154000 - 0x7fff8a196ff7 libauto.dylib (185.5) /usr/lib/libauto.dylib
0x7fff8a2d5000 - 0x7fff8a2d7fff libCVMSPluginSupport.dylib (9.6.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff8a2d9000 - 0x7fff8a4befff com.apple.CoreFoundation (6.9 - 855.17) <729BD6DA-1F63-3E72-A148-26F21EBF52BB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff8a4bf000 - 0x7fff8a625fff libGLProgrammability.dylib (9.6.1) <07700B99-8542-32D7-BB96-29472EFE75EF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x7fff8a626000 - 0x7fff8af4632b com.apple.CoreGraphics (1.600.0 - 599.25.10.1) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff8af47000 - 0x7fff8af9afff com.apple.ScalableUserInterface (1.0 - 1) /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x7fff8b104000 - 0x7fff8b1c8ff7 com.apple.backup.framework (1.5.4 - 1.5.4) <195DA868-47A5-37E6-8CF0-9BCF11846899> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff8b28d000 - 0x7fff8b29eff7 libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
0x7fff8b29f000 - 0x7fff8b2a0fff libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
0x7fff8b472000 - 0x7fff8b475ff7 libdyld.dylib (239.4) <7C9EC3B7-DDE3-33FF-953F-4067C743951D> /usr/lib/system/libdyld.dylib
0x7fff8b49d000 - 0x7fff8b514fff com.apple.CoreServices.OSServices (600.4 - 600.4) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff8b515000 - 0x7fff8b520ff7 com.apple.NetAuth (5.0 - 5.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff8b5ad000 - 0x7fff8b61cff1 com.apple.ApplicationServices.ATS (360 - 363.3) <546E89D9-2AE7-3111-B2B8-2366650D22F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff8b61d000 - 0x7fff8b627ff7 com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff8b62a000 - 0x7fff8b634fff libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
0x7fff8b737000 - 0x7fff8b752ff7 libCRFSuite.dylib (34) /usr/lib/libCRFSuite.dylib
0x7fff8b7ef000 - 0x7fff8b95fff4 com.apple.CFNetwork (673.4 - 673.4) /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff8b960000 - 0x7fff8b9b2fff libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
0x7fff8b9f5000 - 0x7fff8b9fbff7 libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
0x7fff8b9fc000 - 0x7fff8bb2cff7 com.apple.desktopservices (1.8.3 - 1.8.3) <225BEC20-F8E0-3F22-9560-890A1A5B9050> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff8bb2d000 - 0x7fff8bb7bff7 com.apple.opencl (2.3.59 - 2.3.59) <044485A4-A50C-34CE-A1F9-35A50CC68313> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff8bfaa000 - 0x7fff8bfaffff libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
0x7fff8bfb5000 - 0x7fff8bfccff7 com.apple.CFOpenDirectory (10.9 - 173.90.1) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff8c02d000 - 0x7fff8c0b9ff7 com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff8c320000 - 0x7fff8c322fff libRadiance.dylib (1043) <9813995C-DEAA-3992-8DF8-320E4E4E288B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff8c323000 - 0x7fff8c327ff7 libGIF.dylib (1043) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff8c39b000 - 0x7fff8c41cfff com.apple.CoreSymbolication (3.0.1 - 141.0.5) <20E484C4-9F0E-3DF6-BB27-D509859FF57A> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff8c8af000 - 0x7fff8ca1dff7 libBLAS.dylib (1094.5) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff8ca1e000 - 0x7fff8ca1ffff com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff8ca62000 - 0x7fff8ca62ffd libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
0x7fff8ca72000 - 0x7fff8ca8efff libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
0x7fff8cace000 - 0x7fff8cadbff7 libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
0x7fff8caff000 - 0x7fff8cb10ff7 libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
0x7fff8cb21000 - 0x7fff8cb3cff7 libsystem_malloc.dylib (23.10.1) /usr/lib/system/libsystem_malloc.dylib
0x7fff8ce9e000 - 0x7fff8ce9ffff liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
0x7fff8cea0000 - 0x7fff8cf29ff7 libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
0x7fff8cf2a000 - 0x7fff8cf51ff7 libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
0x7fff8cf52000 - 0x7fff8cf5afff libsystem_dnssd.dylib (522.92.1) <17B03FFD-92C5-3282-9981-EBB28B456207> /usr/lib/system/libsystem_dnssd.dylib
0x7fff8cf5b000 - 0x7fff8d205ff5 com.apple.HIToolbox (2.1.1 - 698) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff8d28c000 - 0x7fff8d290ff7 libcache.dylib (62) /usr/lib/system/libcache.dylib
0x7fff8d291000 - 0x7fff8d2b9ffb libxslt.1.dylib (13) /usr/lib/libxslt.1.dylib
0x7fff8d2d4000 - 0x7fff8d319fff libcurl.4.dylib (78.94.1) <88F27F9B-052E-3375-938D-2603E90D8AD5> /usr/lib/libcurl.4.dylib
0x7fff8d70a000 - 0x7fff8d765ffb com.apple.AE (665.5 - 665.5) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff8d768000 - 0x7fff8d9b0ff7 com.apple.CoreData (107 - 481.3) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff8d9c9000 - 0x7fff8d9c9ff7 libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
0x7fff8d9ca000 - 0x7fff8dad0ff7 com.apple.ImageIO.framework (3.3.0 - 1043) /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff8dc24000 - 0x7fff8dc55fff com.apple.MediaKit (15 - 709) <23E33409-5C39-3F93-9E73-2B0E9EE8883E> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fff8dc95000 - 0x7fff8dc97ff3 libsystem_configuration.dylib (596.15) <4998CB6A-9D54-390A-9F57-5D1AC53C135C> /usr/lib/system/libsystem_configuration.dylib
0x7fff8dcf7000 - 0x7fff8dd26fd2 libsystem_m.dylib (3047.16) /usr/lib/system/libsystem_m.dylib
0x7fff8dd27000 - 0x7fff8dd6cff6 com.apple.HIServices (1.23 - 468) <5970AF5C-F5BD-3B6A-97C9-95B2CA98D71D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff8dd6d000 - 0x7fff8dd71ff7 libheimdal-asn1.dylib (323.92.1) /usr/lib/libheimdal-asn1.dylib
0x7fff8dd72000 - 0x7fff8dd9bfff GLRendererFloat (9.6.1) <23A2C705-F932-335D-B27B-565A30333460> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
0x7fff8dd9c000 - 0x7fff8de00fff com.apple.datadetectorscore (5.0 - 354.5) <0AE9749A-6BFC-3032-B802-210DF59AEDB0> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff8de01000 - 0x7fff8de11fff libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
0x7fff8de1e000 - 0x7fff8de8afff com.apple.framework.IOKit (2.0.1 - 907.100.13) <057FDBA3-56D6-3903-8C0B-849214BF1985> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff8dea3000 - 0x7fff8dea4fff libsystem_sandbox.dylib (278.11.1) <0D0B13EA-6B7A-3AC8-BE60-B548543BEB77> /usr/lib/system/libsystem_sandbox.dylib
0x7fff8dea5000 - 0x7fff8dec9fff libxpc.dylib (300.90.2) /usr/lib/system/libxpc.dylib
0x7fff8decc000 - 0x7fff8decdffb libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
0x7fff8df3a000 - 0x7fff8df48fff com.apple.opengl (9.6.1 - 9.6.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff8df49000 - 0x7fff8dff9ff7 libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff8dffa000 - 0x7fff8e039fff libGLU.dylib (9.6.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff8e063000 - 0x7fff8e2bdff9 com.apple.security (7.0 - 55471.14.8) /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff8e34f000 - 0x7fff8e352ffc com.apple.IOSurface (91.1 - 91.1) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface

External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 1
thread_create: 0
thread_set_state: 0
Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by all processes on this machine:
task_for_pid: 2006
thread_create: 0
thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=187.7M resident=71.5M(38%) swapped_out_or_unallocated=116.1M(62%)
Writable regions: Total=84.9M written=8904K(10%) resident=19.1M(22%) swapped_out=0K(0%) unallocated=65.8M(78%)

REGION TYPE VIRTUAL
=========== =======
CG backing stores 4032K
CG image 4K
CG raster data 24K
CG shared images 212K
Dispatch continuations 4096K
IOKit 5792K
IOKit (reserved) 4K reserved VM address space (unallocated)
Kernel Alloc Once 8K
MALLOC 39.1M
MALLOC (admin) 32K
Memory Tag 242 12K
OpenGL GLSL 1664K
STACK GUARD 56.0M
Stack 12.1M
VM_ALLOCATE 19.7M
__DATA 39.5M
__IMAGE 528K
__LINKEDIT 68.0M
__TEXT 119.7M
__UNICODE 544K
mapped file 52.9M
shared memory 68K
=========== =======
TOTAL 423.8M
TOTAL, minus reserved VM space 423.8M

Model: MacBookPro7,1, BootROM MBP71.0039.B0B, 2 processors, Intel Core 2 Duo, 2.4 GHz, 4 GB, SMC 1.62f6
Graphics: NVIDIA GeForce 320M, NVIDIA GeForce 320M, PCI, 256 MB
Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80CE, 0x4D34373142353637334648302D4346382020
Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80CE, 0x4D34373142353637334648302D4346382020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.106.98.100.22)
Bluetooth: Version 4.2.6f1 14216, 3 services, 15 devices, 1 incoming serial ports
Serial ATA Device: TOSHIBA MK2555GSXF, 250.06 GB
Serial ATA Device: MATSHITADVD-R UJ-898
USB Device: GT-I9100G
USB Device: Internal Memory Card Reader
USB Device: Built-in iSight
USB Device: BRCM2046 Hub
USB Device: Bluetooth USB Host Controller
USB Device: IR Receiver
USB Device: Apple Internal Keyboard / Trackpad
USB Device: Razer DeathAdder 2013
Thunderbolt Bus:

— Begin quote from ____

引用第1楼ase7en于2014-10-27 11:55发表的 :
好把既然说到了player3的崩溃问题。。我也想说下。。我启动项目,或者刷新项目也出现过。。不止1,2次了。。反正报错我就reopen,

Process: player3
Path: /Users/USER/Documents/*/player3.app/Contents/MacOS/player3
http://www.cocoachina.com/bbs/job.php?action=topost&tid=236268&pid=1083579

— End quote

stack overflow 貌似是内存溢出了

注意检查有没有节点被多次释放了

— Begin quote from ____

引用第3楼阳光七月于2014-10-27 15:40发表的 :
注意检查有没有节点被多次释放了 http://www.cocoachina.com/bbs/job.php?action=topost&tid=236268&pid=1083768

— End quote

找到了,程序里面父节点管理若干子节点使用了同一个tag