ivansafrin / Polycode

Polycode is a cross-platform framework for creative code.
polycode.org
MIT License
2.38k stars 348 forks source link

crash when renaming sprite in .sprite #533

Closed ghost closed 9 years ago

ghost commented 10 years ago

Process: Polycode [4263] Path: /Applications/dev/Polycode.app/Contents/MacOS/Polycode Identifier: org.polycode.Polycode Version: 0.8.4a_dev (1) Code Type: X86-64 (Native) Parent Process: launchd [166] Responsible: Polycode [4263] User ID: 501

Date/Time: 2014-08-07 17:12:23.036 +0100 OS Version: Mac OS X 10.9.4 (13E28) Report Version: 11 Anonymous UUID: 1AB201DE-9663-8A90-A926-76D8DD2AF211

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

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

VM Regions Near 0x98: --> __TEXT 00000001083d7000-0000000108796000 [ 3836K] r-x/rwx SM=COW /Applications/dev/Polycode.app/Contents/MacOS/Polycode

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libc++.1.dylib 0x00007fff86fcf457 std::*1::basic_string<char, std::1::char_traits, std::_1::allocator >::assign(char const, unsigned long) + 19 1 libc++.1.dylib 0x00007fff86fcf28c std::1::basic_string<char, std::1::char_traits, std::1::allocator >::operator=(std::1::basic_string<char, std::1::char_traits, std::1::allocator > const&) + 46 2 org.polycode.Polycode 0x00000001083f76f8 Polycode::String::operator=(Polycode::String const&) + 24 (PolyString.h:42) 3 org.polycode.Polycode 0x0000000108611456 Polycode::Sprite::setName(Polycode::String) + 54 (PolySceneSprite.cpp:522) 4 org.polycode.Polycode 0x0000000108433634 SpriteBrowser::handleEvent(Polycode::Event_) + 1772 (PolycodeSpriteEditor.cpp:648) 5 org.polycode.Polycode 0x000000010856df44 Polycode::EventDispatcher::_dispatchEvent(Polycode::Event, int) + 212 (PolyEventDispatcher.cpp:91) 6 org.polycode.Polycode 0x000000010856dfb3 Polycode::EventDispatcher::dispatchEvent(Polycode::Event, int) + 35 (PolyEventDispatcher.cpp:100) 7 org.polycode.Polycode 0x000000010841048b TextInputPopup::handleEvent(Polycode::Event) + 271 (ToolWindows.cpp:66) 8 org.polycode.Polycode 0x000000010856df44 Polycode::EventDispatcher::dispatchEvent(Polycode::Event, int) + 212 (PolyEventDispatcher.cpp:91) 9 org.polycode.Polycode 0x000000010856dfb3 Polycode::EventDispatcher::dispatchEvent(Polycode::Event, int) + 35 (PolyEventDispatcher.cpp:100) 10 org.polycode.Polycode 0x000000010865b736 Polycode::UIButton::handleEvent(Polycode::Event_) + 710 (PolyUIButton.cpp:160) 11 org.polycode.Polycode 0x000000010856df44 Polycode::EventDispatcher::_dispatchEvent(Polycode::Event, int) + 212 (PolyEventDispatcher.cpp:91) 12 org.polycode.Polycode 0x000000010856dfb3 Polycode::EventDispatcher::dispatchEvent(Polycode::Event, int) + 35 (PolyEventDispatcher.cpp:100) 13 org.polycode.Polycode 0x00000001085674a4 Polycode::Entity::onMouseUp(Polycode::Ray const&, int, int) + 612 (PolyEntity.cpp:1095) 14 org.polycode.Polycode 0x00000001085676a1 Polycode::Entity::onMouseUp(Polycode::Ray const&, int, int) + 1121 (PolyEntity.cpp:1104) 15 org.polycode.Polycode 0x00000001085676a1 Polycode::Entity::onMouseUp(Polycode::Ray const&, int, int) + 1121 (PolyEntity.cpp:1104) 16 org.polycode.Polycode 0x00000001085676a1 Polycode::Entity::onMouseUp(Polycode::Ray const&, int, int) + 1121 (PolyEntity.cpp:1104) 17 org.polycode.Polycode 0x00000001085676a1 Polycode::Entity::onMouseUp(Polycode::Ray const&, int, int) + 1121 (PolyEntity.cpp:1104) 18 org.polycode.Polycode 0x00000001085676a1 Polycode::Entity::onMouseUp(Polycode::Ray const&, int, int) + 1121 (PolyEntity.cpp:1104) 19 org.polycode.Polycode 0x00000001085f390c Polycode::Scene::handleEvent(Polycode::Event) + 1020 (PolyScene.cpp:410) 20 org.polycode.Polycode 0x000000010856df44 Polycode::EventDispatcher::_dispatchEvent(Polycode::Event, int) + 212 (PolyEventDispatcher.cpp:91) 21 org.polycode.Polycode 0x000000010856dfb3 Polycode::EventDispatcher::dispatchEvent(Polycode::Event, int) + 35 (PolyEventDispatcher.cpp:100) 22 org.polycode.Polycode 0x000000010855555f Polycode::CoreInput::setMouseButtonState(int, bool, int) + 463 (PolyCoreInput.cpp:172) 23 org.polycode.Polycode 0x00000001085475b4 Polycode::CocoaCore::checkEvents() + 836 (PolyCocoaCore.mm:505) 24 org.polycode.Polycode 0x0000000108548bff Polycode::CocoaCore::systemUpdate() + 191 (PolyCocoaCore.mm:670) 25 org.polycode.Polycode 0x00000001085524fa Polycode::Core::Update() + 26 (PolyCore.cpp:218) 26 org.polycode.Polycode 0x00000001085524b9 Polycode::Core::updateAndRender() + 25 (PolyCore.cpp:199) 27 org.polycode.Polycode 0x00000001083d8488 -[PolycodeAppDelegate animationTimer:] + 36 (PolycodeAppDelegate.m:55) 28 com.apple.Foundation 0x00007fff8f2920f4 NSFireTimer + 96 29 com.apple.CoreFoundation 0x00007fff8da023e4 CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION** + 20 30 com.apple.CoreFoundation 0x00007fff8da01f1f CFRunLoopDoTimer + 1151 31 com.apple.CoreFoundation 0x00007fff8da735aa CFRunLoopDoTimers + 298 32 com.apple.CoreFoundation 0x00007fff8d9bd6a5 __CFRunLoopRun + 1525 33 com.apple.CoreFoundation 0x00007fff8d9bce75 CFRunLoopRunSpecific + 309 34 com.apple.HIToolbox 0x00007fff87dd7a0d RunCurrentEventLoopInMode + 226 35 com.apple.HIToolbox 0x00007fff87dd77b7 ReceiveNextEventCommon + 479 36 com.apple.HIToolbox 0x00007fff87dd75bc _BlockUntilNextEventMatchingListInModeWithFilter + 65 37 com.apple.AppKit 0x00007fff8889c24e _DPSNextEvent + 1434 38 com.apple.AppKit 0x00007fff8889b89b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122 39 com.apple.AppKit 0x00007fff8888f99c -[NSApplication run] + 553 40 com.apple.AppKit 0x00007fff8887a783 NSApplicationMain + 940 41 org.polycode.Polycode 0x00000001083d8144 start + 52

Thread 1: 0 libsystem_kernel.dylib 0x00007fff89572e6a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff87d70f08 _pthread_wqthread + 330 2 libsystem_pthread.dylib 0x00007fff87d73fb9 start_wqthread + 13

Thread 2:: Dispatch queue: com.apple.libdispatch-manager 0 libsystem_kernel.dylib 0x00007fff89573662 kevent64 + 10 1 libdispatch.dylib 0x00007fff8a73b421 _dispatch_mgr_invoke + 239 2 libdispatch.dylib 0x00007fff8a73b136 _dispatch_mgr_thread + 52

Thread 3: 0 libsystem_kernel.dylib 0x00007fff89572e6a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff87d70f08 _pthread_wqthread + 330 2 libsystem_pthread.dylib 0x00007fff87d73fb9 start_wqthread + 13

Thread 4: 0 libsystem_kernel.dylib 0x00007fff89572e6a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff87d70f08 _pthread_wqthread + 330 2 libsystem_pthread.dylib 0x00007fff87d73fb9 start_wqthread + 13

Thread 5:: com.apple.audio.IOThread.client 0 libsystem_kernel.dylib 0x00007fff8956ea1a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff8956dd18 mach_msg + 64 2 com.apple.audio.CoreAudio 0x00007fff881eb828 HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned int, unsigned int, mach_msg_headert, bool, unsigned int) + 98 3 com.apple.audio.CoreAudio 0x00007fff881eb7b6 HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 42 4 com.apple.audio.CoreAudio 0x00007fff881e9f3e HALC_ProxyIOContext::IOWorkLoop() + 950 5 com.apple.audio.CoreAudio 0x00007fff881e9add HALCProxyIOContext::IOThreadEntry(void) + 97 6 com.apple.audio.CoreAudio 0x00007fff881e999d HALB_IOThread::Entry(void*) + 75 7 libsystem_pthread.dylib 0x00007fff87d6f899 _pthread_body + 138 8 libsystem_pthread.dylib 0x00007fff87d6f72a _pthread_start + 137 9 libsystem_pthread.dylib 0x00007fff87d73fc9 thread_start + 13

Thread 6: 0 libsystem_kernel.dylib 0x00007fff8956ea1a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff8956dd18 mach_msg + 64 2 com.apple.CoreFoundation 0x00007fff8d9bdf15 CFRunLoopServiceMachPort + 181 3 com.apple.CoreFoundation 0x00007fff8d9bd539 CFRunLoopRun + 1161 4 com.apple.CoreFoundation 0x00007fff8d9bce75 CFRunLoopRunSpecific + 309 5 com.apple.AppKit 0x00007fff88a3c05e _NSEventThread + 144 6 libsystem_pthread.dylib 0x00007fff87d6f899 _pthread_body + 138 7 libsystem_pthread.dylib 0x00007fff87d6f72a _pthread_start + 137 8 libsystem_pthread.dylib 0x00007fff87d73fc9 thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000000000098 rbx: 0x0000000000000008 rcx: 0x0000000000000000 rdx: 0x0000000000000008 rdi: 0x0000000000000098 rsi: 0x00007fff57824801 rbp: 0x00007fff578244b0 rsp: 0x00007fff57824480 r8: 0x000060800000f6f0 r9: 0x000060800000f6f0 r10: 0x0000000000000000 r11: 0x00007fff57824831 r12: 0x00000001087ad358 r13: 0x0000600000177400 r14: 0x0000000000000098 r15: 0x00007fbdc667ca80 rip: 0x00007fff86fcf457 rfl: 0x0000000000010202 cr2: 0x0000000000000098

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

Binary Images: 0x1083d7000 - 0x108795fff +org.polycode.Polycode (0.8.4a_dev - 1) <936C3416-F70B-3307-B36A-136B44FB695B> /Applications/dev/Polycode.app/Contents/MacOS/Polycode 0x108920000 - 0x108944fff com.apple.audio.OpenAL (1.7 - 1.7) <5D2366B5-111B-3BDD-AFB3-5770075659F4> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL 0x10a2be000 - 0x10a2c9fff libGPUSupport.dylib (9.6.1) <23B64473-59E7-3AC2-B8C0-CFCFDDF3F8A3> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.dylib 0x10a51f000 - 0x10a51fff9 +cl_kernels (???) <0643ADA4-1DF4-4D4F-9242-E8EA973BF061> cl_kernels 0x10bcf3000 - 0x10c43dff7 libclh.dylib (4.0.3 - 4.0.3) <154F3E80-3711-337B-AE2D-8E55966F4634> /System/Library/Extensions/GeForceTeslaGLDriver.bundle/Contents/MacOS/libclh.dylib 0x10c701000 - 0x10c7e7fef unorm8_bgra.dylib (2.3.58) /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib 0x10c83c000 - 0x10c83dff4 +cl_kernels (???) <885B8998-1E43-4662-A47E-1F67B22D84AC> cl_kernels 0x10d954000 - 0x10db25fff com.apple.audio.units.Components (1.10 - 1.10) /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio 0x10dbd0000 - 0x10dbd4ffd 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 0x123440000000 - 0x12344086dfff com.apple.GeForceTeslaGLDriver (8.24.15 - 8.2.4) /System/Library/Extensions/GeForceTeslaGLDriver.bundle/Contents/MacOS/GeForceTeslaGLDriver 0x7fff67ae2000 - 0x7fff67b15817 dyld (239.4) <042C4CED-6FB2-3B1C-948B-CAF2EE3B9F7A> /usr/lib/dyld 0x7fff86c19000 - 0x7fff86e61ff7 com.apple.CoreData (107 - 481.3) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff86f91000 - 0x7fff86fe3fff libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib 0x7fff87065000 - 0x7fff872bfff9 com.apple.security (7.0 - 55471.14.8) /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff87337000 - 0x7fff8735effb libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib 0x7fff87866000 - 0x7fff87881ff7 libsystem_malloc.dylib (23.10.1) /usr/lib/system/libsystem_malloc.dylib 0x7fff87901000 - 0x7fff87912ff7 libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib 0x7fff87913000 - 0x7fff8793bffb libRIP.A.dylib (599.25.10.1) <623091DF-5769-3326-90EB-44EFC8087660> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x7fff8793c000 - 0x7fff87954ff7 com.apple.GenerationalStorage (2.0 - 160.3) <64749B08-0212-3AC8-9B49-73D662B09304> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x7fff87978000 - 0x7fff87a43fff libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff87d28000 - 0x7fff87d6dfff libcurl.4.dylib (78.94.1) <88F27F9B-052E-3375-938D-2603E90D8AD5> /usr/lib/libcurl.4.dylib 0x7fff87d6e000 - 0x7fff87d75ff7 libsystem_pthread.dylib (53.1.4) /usr/lib/system/libsystem_pthread.dylib 0x7fff87da8000 - 0x7fff87da8ff7 libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib 0x7fff87da9000 - 0x7fff88053ff5 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 0x7fff88054000 - 0x7fff881c2ff7 libBLAS.dylib (1094.5) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff881c3000 - 0x7fff88214ff7 com.apple.audio.CoreAudio (4.2.1 - 4.2.1) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff886a4000 - 0x7fff886adffd com.apple.CommonAuth (4.0 - 2.0) <32BA436F-6319-3A0B-B5D2-2EB75FF36B5B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff886ca000 - 0x7fff88741fff com.apple.CoreServices.OSServices (600.4 - 600.4) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff88759000 - 0x7fff887b2fff libTIFF.dylib (1043) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff887b3000 - 0x7fff88877ff7 com.apple.backup.framework (1.5.4 - 1.5.4) <195DA868-47A5-37E6-8CF0-9BCF11846899> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fff88878000 - 0x7fff893eeff7 com.apple.AppKit (6.9 - 1265.21) <9DC13B27-841D-3839-93B2-3EDE66157BDE> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff893f4000 - 0x7fff893fbfff com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff893fc000 - 0x7fff8942cfff com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices 0x7fff89472000 - 0x7fff89556fff com.apple.coreui (2.1 - 231) <432DB40C-6B7E-39C8-9FB5-B95917930056> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff89557000 - 0x7fff8955cfff libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib 0x7fff8955d000 - 0x7fff89579ff7 libsystem_kernel.dylib (2422.110.17) <873931CE-D1AF-3596-AADB-D2E63C9AB29F> /usr/lib/system/libsystem_kernel.dylib 0x7fff8957a000 - 0x7fff89591ff7 com.apple.CFOpenDirectory (10.9 - 173.90.1) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff89595000 - 0x7fff89597fff libCVMSPluginSupport.dylib (9.6.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff89598000 - 0x7fff89604fff com.apple.framework.IOKit (2.0.1 - 907.100.13) <057FDBA3-56D6-3903-8C0B-849214BF1985> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff89605000 - 0x7fff897b2f27 libobjc.A.dylib (551.1) /usr/lib/libobjc.A.dylib 0x7fff897b3000 - 0x7fff8996bffb libicucore.A.dylib (511.34) <616A65D6-3F20-3EAB-8CA8-273AD890261C> /usr/lib/libicucore.A.dylib 0x7fff8996c000 - 0x7fff89971fff com.apple.DiskArbitration (2.6 - 2.6) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff89972000 - 0x7fff89975ffc com.apple.IOSurface (91.1 - 91.1) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff89976000 - 0x7fff899ceff7 com.apple.Symbolication (1.4 - 129.0.2) <56F5E42C-4A23-3D0C-A830-616A03C16725> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x7fff89aad000 - 0x7fff89d7eff4 com.apple.CoreImage (9.4.0) <2C636ECD-0F1A-357C-9EFF-0452476FDDF5> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff89d7f000 - 0x7fff89d80fff com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fff89d81000 - 0x7fff89d9cff7 libCRFSuite.dylib (34) /usr/lib/libCRFSuite.dylib 0x7fff8a0d4000 - 0x7fff8a0d5fff liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib 0x7fff8a0f9000 - 0x7fff8a105ffb com.apple.AppleFSCompression (56.92.1 - 1.0) <066255FD-DBD1-3041-8DDA-7AFC41C9096D> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x7fff8a106000 - 0x7fff8a1beff7 com.apple.DiscRecording (8.0 - 8000.4.6) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording 0x7fff8a1bf000 - 0x7fff8a1c3ff7 libcache.dylib (62) /usr/lib/system/libcache.dylib 0x7fff8a1c4000 - 0x7fff8a1e0fff libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib 0x7fff8a1e1000 - 0x7fff8a1f3ff7 com.apple.MultitouchSupport.framework (245.13 - 245.13) /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff8a465000 - 0x7fff8a476ff7 libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib 0x7fff8a738000 - 0x7fff8a752fff libdispatch.dylib (339.92.1) /usr/lib/system/libdispatch.dylib 0x7fff8acdb000 - 0x7fff8acddff3 libsystem_configuration.dylib (596.15) <4998CB6A-9D54-390A-9F57-5D1AC53C135C> /usr/lib/system/libsystem_configuration.dylib 0x7fff8acde000 - 0x7fff8ad17ff7 com.apple.QD (3.50 - 298) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff8ad18000 - 0x7fff8ad49fff com.apple.MediaKit (15 - 709) <23E33409-5C39-3F93-9E73-2B0E9EE8883E> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit 0x7fff8ad56000 - 0x7fff8adb9ffb com.apple.SystemConfiguration (1.13.1 - 1.13.1) <2C8E1A73-5AD6-3A7D-8ED8-D6755555A993> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff8adba000 - 0x7fff8ade2ffb libxslt.1.dylib (13) /usr/lib/libxslt.1.dylib 0x7fff8ade3000 - 0x7fff8adebff7 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 0x7fff8ae66000 - 0x7fff8ae66fff com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff8aeca000 - 0x7fff8af09fff libGLU.dylib (9.6.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff8af8d000 - 0x7fff8afdbfff libcorecrypto.dylib (161.1) /usr/lib/system/libcorecrypto.dylib 0x7fff8b01b000 - 0x7fff8b01bffd libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib 0x7fff8b065000 - 0x7fff8b06eff3 libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib 0x7fff8b06f000 - 0x7fff8b071fff com.apple.EFILogin (2.0 - 2) <8D651894-B7AD-3F23-9B93-472EEA3D292F> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin 0x7fff8b2fc000 - 0x7fff8b30cfff libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib 0x7fff8b59f000 - 0x7fff8bebf32b com.apple.CoreGraphics (1.600.0 - 599.25.10.1) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff8bec0000 - 0x7fff8bee9ff7 libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib 0x7fff8bf11000 - 0x7fff8bf11fff com.apple.Cocoa (6.8 - 20) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7fff8bf31000 - 0x7fff8bf55ff7 libJPEG.dylib (1043) <25723F3F-48A6-3AC5-A7A3-58E418FEBF3F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff8c226000 - 0x7fff8c293fff com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff8c35b000 - 0x7fff8c35efff com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fff8c35f000 - 0x7fff8c649fff 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 0x7fff8ca81000 - 0x7fff8cac6ff6 com.apple.HIServices (1.23 - 468) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff8cacc000 - 0x7fff8cad3ffb libcopyfile.dylib (103.92.1) /usr/lib/system/libcopyfile.dylib 0x7fff8cafc000 - 0x7fff8cb09ff7 libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib 0x7fff8cc90000 - 0x7fff8ccbffff com.apple.DebugSymbols (106 - 106) /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fff8ccc9000 - 0x7fff8cccbfff libRadiance.dylib (1043) <9813995C-DEAA-3992-8DF8-320E4E4E288B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff8cccc000 - 0x7fff8cd8eff5 com.apple.CoreText (367.20 - 367.20) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff8cd8f000 - 0x7fff8d1c2ffb com.apple.vision.FaceCore (3.0.0 - 3.0.0) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore 0x7fff8d1c3000 - 0x7fff8d1c4fff libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib 0x7fff8d1de000 - 0x7fff8d225fff libFontRegistry.dylib (127) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff8d226000 - 0x7fff8d310fff libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib 0x7fff8d40e000 - 0x7fff8d443ffc com.apple.LDAPFramework (2.4.28 - 194.5) <4ADD0595-25B9-3F09-897E-3FB790AD2C5A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x7fff8d444000 - 0x7fff8d492ff7 com.apple.opencl (2.3.59 - 2.3.59) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff8d49e000 - 0x7fff8d4a4fff com.apple.AOSNotification (1.7.0 - 760.3) <7901B867-60F7-3645-BB3E-18C51A6FBCC6> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification 0x7fff8d4a5000 - 0x7fff8d4acff8 liblaunch.dylib (842.92.1) /usr/lib/system/liblaunch.dylib 0x7fff8d4ad000 - 0x7fff8d4baff4 com.apple.Librarian (1.2 - 1) /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian 0x7fff8d4bb000 - 0x7fff8d546fff libCoreStorage.dylib (380) /usr/lib/libCoreStorage.dylib 0x7fff8d8ba000 - 0x7fff8d8e9ff9 com.apple.GSS (4.0 - 2.0) <44E914BE-B0D0-3E05-9451-CA9E539AFA52> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff8d8ea000 - 0x7fff8d8f2ff3 libCGCMS.A.dylib (599.25.10.1) <9A4FAAD7-1C16-33F8-A615-1DCAB0546E31> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib 0x7fff8d8f3000 - 0x7fff8d8f7ff7 libsystem_stats.dylib (93.90.3) <337946FC-B2E1-3DFA-A8B5-30DA8D584D75> /usr/lib/system/libsystem_stats.dylib 0x7fff8d8f8000 - 0x7fff8d907ff8 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 0x7fff8d908000 - 0x7fff8d916fff com.apple.opengl (9.6.1 - 9.6.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff8d917000 - 0x7fff8d93cff7 com.apple.ChunkingLibrary (2.0 - 155.1) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x7fff8d94d000 - 0x7fff8db32fff com.apple.CoreFoundation (6.9 - 855.17) <729BD6DA-1F63-3E72-A148-26F21EBF52BB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff8db51000 - 0x7fff8db75fff libxpc.dylib (300.90.2) /usr/lib/system/libxpc.dylib 0x7fff8db9d000 - 0x7fff8dc4dff7 libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff8dc4e000 - 0x7fff8dc7afff com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fff8dfb8000 - 0x7fff8e044ff7 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 0x7fff8e47a000 - 0x7fff8e4c7ff2 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 0x7fff8e50a000 - 0x7fff8e5f8fff libJP2.dylib (1043) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff8e5f9000 - 0x7fff8e614ff7 libPng.dylib (1043) <23D2DAB7-C9A9-392F-989A-871E89E7751D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff8e615000 - 0x7fff8e6dffff com.apple.LaunchServices (572.28 - 572.28) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff8e78a000 - 0x7fff8e7befff libssl.0.9.8.dylib (50) /usr/lib/libssl.0.9.8.dylib 0x7fff8e7bf000 - 0x7fff8e7c2ff7 libdyld.dylib (239.4) /usr/lib/system/libdyld.dylib 0x7fff8e7c4000 - 0x7fff8e7c5ff7 libsystem_blocks.dylib (63) /usr/lib/system/libsystem_blocks.dylib 0x7fff8e7c6000 - 0x7fff8e847fff com.apple.CoreSymbolication (3.0.1 - 141.0.5) <20E484C4-9F0E-3DF6-BB27-D509859FF57A> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fff8ed37000 - 0x7fff8ed7eff7 libcups.2.dylib (372.4) <36EA4350-43B4-3A5C-9904-10685BFDA7D4> /usr/lib/libcups.2.dylib 0x7fff8ed7f000 - 0x7fff8ef1fff7 GLEngine (9.6.1) <28300FBD-E3B2-35D2-BB54-77DCE62FC371> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine 0x7fff8ef2a000 - 0x7fff8ef62ff7 com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff8ef9f000 - 0x7fff8f00eff1 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 0x7fff8f00f000 - 0x7fff8f038fff GLRendererFloat (9.6.1) <23A2C705-F932-335D-B27B-565A30333460> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat 0x7fff8f068000 - 0x7fff8f068fff com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff8f081000 - 0x7fff8f09aff7 com.apple.Ubiquity (1.3 - 289) /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity 0x7fff8f0a8000 - 0x7fff8f0b5ff0 libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib 0x7fff8f13e000 - 0x7fff8f22dfff libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff8f22e000 - 0x7fff8f52cfff com.apple.Foundation (6.9 - 1056.13) <2EE9AB07-3EA0-37D3-B407-4A520F2CB497> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff8f52d000 - 0x7fff8f536fff 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 0x7fff8f537000 - 0x7fff8f59bfff com.apple.datadetectorscore (5.0 - 354.5) <0AE9749A-6BFC-3032-B802-210DF59AEDB0> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff8f643000 - 0x7fff8f685ff7 libauto.dylib (185.5) /usr/lib/libauto.dylib 0x7fff8f6fb000 - 0x7fff8f6ffff7 libheimdal-asn1.dylib (323.92.1) /usr/lib/libheimdal-asn1.dylib 0x7fff8f700000 - 0x7fff8f866fff libGLProgrammability.dylib (9.6.1) <07700B99-8542-32D7-BB96-29472EFE75EF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x7fff8f867000 - 0x7fff8f958ff9 libiconv.2.dylib (41) /usr/lib/libiconv.2.dylib 0x7fff8f959000 - 0x7fff8f964fff libkxld.dylib (2422.110.17) /usr/lib/system/libkxld.dylib 0x7fff8f965000 - 0x7fff8f96bff7 libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib 0x7fff8f96c000 - 0x7fff8fa3dff1 com.apple.DiskImagesFramework (10.9 - 371.1) /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages 0x7fff8fa3e000 - 0x7fff8fa49fff libGL.dylib (9.6.1) <4B65BF9F-F34A-3CD1-94E8-DB26DAA0A59D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff8fa4a000 - 0x7fff8fa51fff libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib 0x7fff8fa93000 - 0x7fff8fa93ffd com.apple.audio.units.AudioUnit (1.10 - 1.10) <68B21135-55A6-3563-A3D6-3E692A7DEB7F> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff8fa94000 - 0x7fff8faf9ffb com.apple.Heimdal (4.0 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff90713000 - 0x7fff90751ff7 libGLImage.dylib (9.6.1) <5E02B38C-9F36-39BE-8746-724F0D8BBFC0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff90752000 - 0x7fff90755fff libCoreVMClient.dylib (58.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff9079d000 - 0x7fff907a8ff7 com.apple.NetAuth (5.0 - 5.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff90d3d000 - 0x7fff90d3dfff com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff90d3e000 - 0x7fff90d48ff7 com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fff90d49000 - 0x7fff90ee4ff8 com.apple.CFNetwork (673.3 - 673.3) <4375B7CB-34B6-3A26-99AC-2D2404AD9C9B> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff90f37000 - 0x7fff90fc0ff7 libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib 0x7fff91000000 - 0x7fff91090ff7 com.apple.Metadata (10.7.0 - 800.28) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff91091000 - 0x7fff910e4fff com.apple.ScalableUserInterface (1.0 - 1) /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface 0x7fff910e5000 - 0x7fff911ccff7 libxml2.2.dylib (26) /usr/lib/libxml2.2.dylib 0x7fff91239000 - 0x7fff9123bffb libutil.dylib (34) /usr/lib/libutil.dylib 0x7fff9124f000 - 0x7fff91251ff7 libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib 0x7fff912ce000 - 0x7fff91357fff com.apple.ColorSync (4.9.0 - 4.9.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff92d01000 - 0x7fff92e07ff7 com.apple.ImageIO.framework (3.3.0 - 1043) /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff92e08000 - 0x7fff92e10fff libsystem_dnssd.dylib (522.92.1) <17B03FFD-92C5-3282-9981-EBB28B456207> /usr/lib/system/libsystem_dnssd.dylib 0x7fff92e72000 - 0x7fff92ee5fff com.apple.securityfoundation (6.0 - 55122.3) <8575DF7A-EC79-3FCE-A737-7512363A5B12> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff92ef2000 - 0x7fff92ef5ffa libCGXType.A.dylib (599.25.10.1) <9E609F91-BD17-3C51-A877-C80E7183A867> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib 0x7fff9317d000 - 0x7fff9318afff com.apple.Sharing (132.2 - 132.2) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing 0x7fff9318b000 - 0x7fff932dfff3 com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <69B273E8-5A8E-3FC7-B807-C16B657662FE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff93332000 - 0x7fff93333ffb libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib 0x7fff9354e000 - 0x7fff9392fffe libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff93930000 - 0x7fff93c04fc7 com.apple.vImage (7.0 - 7.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff93c0f000 - 0x7fff93c19fff libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib 0x7fff93c1a000 - 0x7fff93c5bfff com.apple.PerformanceAnalysis (1.47 - 47) <5E045817-0C84-341A-9B33-74CF1324FA70> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff93c5c000 - 0x7fff93c61ff7 libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib 0x7fff93d02000 - 0x7fff93d03fff libsystem_sandbox.dylib (278.11.1) <0D0B13EA-6B7A-3AC8-BE60-B548543BEB77> /usr/lib/system/libsystem_sandbox.dylib 0x7fff93d04000 - 0x7fff93d1dff7 com.apple.Kerberos (3.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff93d1e000 - 0x7fff93d1fff7 libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff93d20000 - 0x7fff93d5bfff com.apple.bom (14.0 - 193.1) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom 0x7fff93d97000 - 0x7fff93e76fff libcrypto.0.9.8.dylib (50) /usr/lib/libcrypto.0.9.8.dylib 0x7fff93e77000 - 0x7fff93ea6fd2 libsystem_m.dylib (3047.16) /usr/lib/system/libsystem_m.dylib 0x7fff93ea7000 - 0x7fff93eb1ff7 libcsfde.dylib (380) /usr/lib/libcsfde.dylib 0x7fff93ebf000 - 0x7fff93fefff7 com.apple.desktopservices (1.8.3 - 1.8.3) <225BEC20-F8E0-3F22-9560-890A1A5B9050> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff93ff0000 - 0x7fff9404bffb com.apple.AE (665.5 - 665.5) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff9404c000 - 0x7fff94055ff7 libcldcpuengine.dylib (2.3.58) <4E8AFDB8-607F-348D-BAEA-DA9ACF44AEAA> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib 0x7fff941d7000 - 0x7fff941d8ff7 libSystem.B.dylib (1197.1.1) /usr/lib/libSystem.B.dylib 0x7fff941d9000 - 0x7fff941d9fff com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff941da000 - 0x7fff941e6ff7 com.apple.OpenDirectory (10.9 - 173.90.1) <256C265B-7FA6-326D-9F60-18DADF5F3A0E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff941e7000 - 0x7fff9420cff7 com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff944f2000 - 0x7fff944f6fff libpam.2.dylib (20) /usr/lib/libpam.2.dylib 0x7fff944f7000 - 0x7fff94507ffb libsasl2.2.dylib (170) /usr/lib/libsasl2.2.dylib 0x7fff9450a000 - 0x7fff94514ff7 com.apple.CrashReporterSupport (10.9 - 539) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7fff94638000 - 0x7fff9465fff7 libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib 0x7fff94660000 - 0x7fff947fcff3 com.apple.QuartzCore (1.8 - 332.3) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff947fd000 - 0x7fff94826fff com.apple.DictionaryServices (1.2 - 208) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff94866000 - 0x7fff9486effc libGFXShared.dylib (9.6.1) <25BBF325-AC57-3BAA-9427-2D14CC243AE6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff9486f000 - 0x7fff94873ff7 libGIF.dylib (1043) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.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: 5965 thread_create: 1 thread_set_state: 0

VM Region Summary: ReadOnly portion of Libraries: Total=186.1M resident=73.3M(39%) swapped_out_or_unallocated=112.9M(61%) Writable regions: Total=210.4M written=44.0M(21%) resident=102.1M(49%) swapped_out=3408K(2%) unallocated=108.4M(51%)

REGION TYPE VIRTUAL =========== ======= CG backing stores 4920K CG image 12K CG raster data 24K CG shared images 212K CoreImage 8K CoreServices 8K IOKit 81.1M IOKit (reserved) 8K reserved VM address space (unallocated) Kernel Alloc Once 8K MALLOC 96.5M MALLOC (admin) 32K Memory Tag 242 12K Memory Tag 249 264K Memory Tag 251 8K OpenCL 20K OpenGL GLSL 1664K STACK GUARD 56.0M Stack 10.6M VM_ALLOCATE 16.4M VM_ALLOCATE (reserved) 40K reserved VM address space (unallocated) DATA 39.2M IMAGE 528K LINKEDIT 68.9M TEXT 117.2M __UNICODE 544K mapped file 47.3M shared memory 68K =========== ======= TOTAL 541.5M TOTAL, minus reserved VM space 541.4M

Model: MacBookPro5,1, BootROM MBP51.007E.B06, 2 processors, Intel Core 2 Duo, 2.53 GHz, 4 GB, SMC 1.33f8 Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB Graphics: NVIDIA GeForce 9600M GT, NVIDIA GeForce 9600M GT, PCIe, 512 MB Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80CE, 0x4D34373142353637334448312D4346382020 Memory Module: BANK 0/DIMM1, 2 GB, DDR3, 1067 MHz, 0x80CE, 0x4D34373142353637334448312D4346382020 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 Network Service: Wi-Fi, AirPort, en1 Serial ATA Device: Hitachi HTS543232L9SA02, 320.07 GB Serial ATA Device: MATSHITADVD-R UJ-868 USB Device: Built-in iSight USB Device: iPad USB Device: Microsoft Notebook/Mobile Optical Mouse 2.0 USB Device: Apple Internal Keyboard / Trackpad USB Device: IR Receiver USB Device: BRCM2046 Hub USB Device: Bluetooth USB Host Controller Thunderbolt Bus:

ivansafrin commented 9 years ago

This should be fixed now.