-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.3.7 crashes on startup with OpenNI drivers #85
Comments
Hm! Is this from the downloaded binary? I'm on the same version + OS X and can't replicate. What device(s) do you have plugged in, and what are you trying to use? We'll figure this out! |
Yep, it's from the download at Sourceforge. Tried 1.3.7 and 1.3.6. I don't have any devices plugged in. Initially I had an XBox 360 Kinect #1473, but I unplugged it and the external Apple display and restarted my MacBook Pro and tried again, same result. I did have problems initially with the ZIP archives for both versions. When I tried unarchiving I got errors saying the archive couldn't open due to (Error 2 - No such file or directory.) Had to redownload the archives several times until I got a complete file that would fully unzip. |
Super weird. Do you have a webcam on your machine? Any camera spoofing apps such as CamTwist? Double check the settings in bin/data/settings. Make sure defaults.xml has a device index of 0. Just did a clean download and haven't had issues, so weird! Your crash is from the OpenNI2 library, so not 100% sure how to fix that yet until I can replicate it. |
Just the built-in iSight camera on the MacBook. No spoofing apps or anything like that. I think the only camera apps I have at all are Skype and Photo Booth. Confirmed defaults.xml has a device index of 0. I was actually getting these crashes before I installed OpenNI2. But I've tried since uninstalling that and I guess I wasn't successful. I'll try again to make sure that's wiped and download another 1.3.7 of TSPS and try again. |
OK! It comes with the OpenNI2 libs in the binary, so that shouldn't matter. Anything else you think might be unusual in the way you're launching it? |
Hmm...not really. Just downloading it, unzipping it and running it directly from the freshly unarchived folder by double-clicking. I just manually uninstalled OpenNI2 from the binary I had been using (sudo ./install.sh -u) in case there was some conflict, and got a new 1.3.7 zip that downloaded and unzipped right away. Same result. Head-scratcher. I'm wracking my brain for anything else that might have installed something that conflicts. Leap Motion? Um... It doesn't crash right away now. I get a black screen (glut window?) and it hangs for about 2 seconds, then dies. |
Head scratcher indeed. You could try removing the OpenNI2 drivers and see if that works:
|
Interesting. I had installed libfreenect (and libusb) with homebrew. Anyway, I left my Kinect plugged in and just deleted everything in the package under MacOS/Drivers and relaunched. It didn't crash. The window opens (black, no UI) and I get a beach ball. Doesn't crash after a full minute. Did a force-quit (as it's not responding) and unplugged Kinect, tried again and TSPS runs. Works normally with my built-in iSight. |
Oof, very weird. OK, try restoring those drivers one at a time! It looks like OpenNI is trying to grab that Kinect, which makes sense. I need to phase that lib out in the end. |
Progress! If I include only libOniFile.dylib alone, it works. I can access the Kinect or the iSight, and switch back and forth. Including libFreenectDriver.dylib on its own causes the beach ball scenario. Including libPS1080.dylib on its own causes the crash. |
Really good to know. I'll be looking at all this as I get Kinect 2 into everything, so will keep that in mind! Hope that is at least a good workaround for you for the time being. |
Yep, totally works for me for now. Thanks for helping me out. |
Would one of the temporarily removed drivers affect Websocket communication at all? When I open the debug URL/localhost:port, I'm getting an error. (If not, I can log as a separate issue.) Connected browser: ... main.js:49 |
Nope! Definitely log as a separate issue. Sorry about that; most likely just an error in the JS. |
No sweat. Logging now. |
Process: TSPS [519]
Path: /Users/USER/Downloads/*/TSPS.app/Contents/MacOS/TSPS
Identifier: cc.tsps.tsps
Version: 1.0
Code Type: X86 (Native)
Parent Process: ??? [1]
Responsible: TSPS [519]
User ID: 501
Date/Time: 2015-04-30 21:51:40.155 -0700
OS Version: Mac OS X 10.10.3 (14D136)
Report Version: 11
Anonymous UUID: DDAFB4B2-2864-CFAA-A460-0ACE5A2F52BD
Time Awake Since Boot: 580 seconds
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_BAD_INSTRUCTION (SIGILL)
Exception Codes: 0x0000000000000001, 0x0000000000000000
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libPS1080.dylib 0x0cc174cc usb_get_next_device + 577
1 libPS1080.dylib 0x0cc11b10 darwin_get_device_list + 63
2 libPS1080.dylib 0x0cc0e43f libusb_get_device_list + 82
3 libPS1080.dylib 0x0cc0c7a5 xnUSBEnumerateDevices + 53
4 libPS1080.dylib 0x0cbcaad3 XnDeviceEnumeration::Initialize() + 275
5 libPS1080.dylib 0x0cbbfe4b XnOniDriver::initialize(void ()(OniDeviceInfo const, void_), void ()(OniDeviceInfo const, void_), void ()(OniDeviceInfo const, int, void_), void_) + 219
6 libPS1080.dylib 0x0cbbda36 oniDriverInitialize + 54
7 libOpenNI2.dylib 0x00eabf2e oni::implementation::DeviceDriver::initialize() + 62
8 libOpenNI2.dylib 0x00ea7185 oni::implementation::Context::loadLibraries(char const_) + 1077
9 libOpenNI2.dylib 0x00ea6d15 oni::implementation::Context::initialize() + 1189
10 libOpenNI2.dylib 0x00eb71c1 oniInitialize + 33
11 cc.tsps.tsps 0x0004b52a ofxNI2::init() + 266
12 cc.tsps.tsps 0x0004bc1f ofxNI2::Device::setup() + 15
13 cc.tsps.tsps 0x00065076 ofxTSPS::GuiManager::setup() + 6646
14 cc.tsps.tsps 0x00026091 ofxTSPS::PeopleTracker::setup(int, int, std::string, int) + 1585
15 cc.tsps.tsps 0x00023230 ofxTSPS::Delegate::setup() + 96
16 cc.tsps.tsps 0x00009967 tspsApp::setup() + 343
17 cc.tsps.tsps 0x005646fd Poco::PriorityDelegate<ofBaseApp, ofEventArgs, false>::notify(void const_, ofEventArgs&) + 61
18 cc.tsps.tsps 0x0004d2bc Poco::AbstractEvent<ofEventArgs, Poco::PriorityStrategy<ofEventArgs, Poco::AbstractPriorityDelegate >, Poco::AbstractPriorityDelegate, Poco::FastMutex>::notify(void const_, ofEventArgs&) + 220
19 cc.tsps.tsps 0x005699bc ofNotifySetup() + 44
20 cc.tsps.tsps 0x005d707a ofAppGLFWWindow::runAppViaInfiniteLoop(ofBaseApp_) + 42
21 cc.tsps.tsps 0x00560f9c ofRunApp(ofBaseApp*) + 1260
22 cc.tsps.tsps 0x00008ee2 main + 178
23 cc.tsps.tsps 0x000029b5 start + 53
Thread 1:
0 libsystem_kernel.dylib 0x986a4e6a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x95d0c2b1 _pthread_wqthread + 939
2 libsystem_pthread.dylib 0x95d09e2e start_wqthread + 30
Thread 2:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x986a58ce kevent64 + 10
1 libdispatch.dylib 0x9908d73f _dispatch_mgr_invoke + 245
2 libdispatch.dylib 0x9908d3a2 _dispatch_mgr_thread + 52
Thread 3:
0 libsystem_kernel.dylib 0x986a4e6a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x95d0c2b1 _pthread_wqthread + 939
2 libsystem_pthread.dylib 0x95d09e2e start_wqthread + 30
Thread 4:
0 libsystem_kernel.dylib 0x986a4e6a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x95d0c2b1 _pthread_wqthread + 939
2 libsystem_pthread.dylib 0x95d09e2e start_wqthread + 30
Thread 5:
0 libsystem_kernel.dylib 0x986a4e6a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x95d0c2b1 _pthread_wqthread + 939
2 libsystem_pthread.dylib 0x95d09e2e start_wqthread + 30
Thread 6:
0 libsystem_kernel.dylib 0x986a4e6a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x95d0c2b1 _pthread_wqthread + 939
2 libsystem_pthread.dylib 0x95d09e2e start_wqthread + 30
Thread 7:: org.libusb.device-detach
0 libsystem_kernel.dylib 0x9869e9ce mach_msg_trap + 10
1 libsystem_kernel.dylib 0x9869da70 mach_msg + 68
2 com.apple.CoreFoundation 0x9a3c5ef6 __CFRunLoopServiceMachPort + 214
3 com.apple.CoreFoundation 0x9a3c5309 __CFRunLoopRun + 1529
4 com.apple.CoreFoundation 0x9a3c4aa6 CFRunLoopRunSpecific + 390
5 com.apple.CoreFoundation 0x9a4885c1 CFRunLoopRun + 129
6 cc.tsps.tsps 0x005577cf event_thread_main + 340
7 libsystem_pthread.dylib 0x95d0be13 _pthread_body + 138
8 libsystem_pthread.dylib 0x95d0bd89 _pthread_start + 162
9 libsystem_pthread.dylib 0x95d09e52 thread_start + 34
Thread 8:: org.libusb.device-detach
0 libsystem_kernel.dylib 0x9869e9ce mach_msg_trap + 10
1 libsystem_kernel.dylib 0x9869da70 mach_msg + 68
2 com.apple.CoreFoundation 0x9a3c5ef6 __CFRunLoopServiceMachPort + 214
3 com.apple.CoreFoundation 0x9a3c5309 __CFRunLoopRun + 1529
4 com.apple.CoreFoundation 0x9a3c4aa6 CFRunLoopRunSpecific + 390
5 com.apple.CoreFoundation 0x9a4885c1 CFRunLoopRun + 129
6 libFreenectDriver.dylib 0x0acc9751 event_thread_main + 628
7 libsystem_pthread.dylib 0x95d0be13 _pthread_body + 138
8 libsystem_pthread.dylib 0x95d0bd89 _pthread_start + 162
9 libsystem_pthread.dylib 0x95d09e52 thread_start + 34
Thread 9:
0 libsystem_kernel.dylib 0x986a5cf6 __poll + 10
1 libFreenectDriver.dylib 0x0acc3147 handle_events + 223
2 libFreenectDriver.dylib 0x0acc2e8b libusb_handle_events_timeout_completed + 158
3 libFreenectDriver.dylib 0x0acc3291 libusb_handle_events_timeout + 32
4 libFreenectDriver.dylib 0x0acbec44 fnusb_process_events_timeout + 26
5 libFreenectDriver.dylib 0x0acbbd1b freenect_process_events_timeout + 36
6 libFreenectDriver.dylib 0x0acbbcf2 freenect_process_events + 38
7 libFreenectDriver.dylib 0x0acb3e34 Freenect::Freenect::operator()() + 52
8 libFreenectDriver.dylib 0x0acb3df1 Freenect::Freenect::pthread_callback(void*) + 17
9 libsystem_pthread.dylib 0x95d0be13 _pthread_body + 138
10 libsystem_pthread.dylib 0x95d0bd89 _pthread_start + 162
11 libsystem_pthread.dylib 0x95d09e52 thread_start + 34
Thread 10:: org.libusb.device-detach
0 libsystem_kernel.dylib 0x9869e9ce mach_msg_trap + 10
1 libsystem_kernel.dylib 0x9869da70 mach_msg + 68
2 com.apple.CoreFoundation 0x9a3c5ef6 __CFRunLoopServiceMachPort + 214
3 com.apple.CoreFoundation 0x9a3c5309 __CFRunLoopRun + 1529
4 com.apple.CoreFoundation 0x9a3c4aa6 CFRunLoopRunSpecific + 390
5 com.apple.CoreFoundation 0x9a4885c1 CFRunLoopRun + 129
6 libPS1080.dylib 0x0cc1767f event_thread_main + 340
7 libsystem_pthread.dylib 0x95d0be13 _pthread_body + 138
8 libsystem_pthread.dylib 0x95d0bd89 _pthread_start + 162
9 libsystem_pthread.dylib 0x95d09e52 thread_start + 34
Thread 0 crashed with X86 Thread State (32-bit):
eax: 0xbfffcd40 ebx: 0x0000ea0b ecx: 0x016fa680 edx: 0x9909b975
edi: 0x0abee44e esi: 0x017b7568 ebp: 0xbfffcd68 esp: 0xbfffccf0
ss: 0x00000023 efl: 0x00010286 eip: 0x0cc174cc cs: 0x0000001b
ds: 0x00000023 es: 0x00000023 fs: 0x00000000 gs: 0x0000000f
cr2: 0x087ff000
Logical CPU: 0
Error Code: 0x00000000
Trap Number: 6
Binary Images:
0x1000 - 0x96afc7 +cc.tsps.tsps (1.0) <4A66D7E4-478D-3B23-B8B9-CDE6B3721A39> /Users/USER/Downloads//TSPS.app/Contents/MacOS/TSPS
0xd16000 - 0xdd0fcb +libfmodex.dylib (1) /Users/USER/Downloads//TSPS.app/Contents/MacOS/libfmodex.dylib
0xea4000 - 0xee7ff7 +libOpenNI2.dylib (0) /Users/USER/Downloads//TSPS.app/Contents/MacOS/libOpenNI2.dylib
0xf1f000 - 0xf2cff3 +info.v002.Syphon (1.0 - 1) <20BCBE46-B95F-351F-A1D4-17C9005E210A> /Users/USER/Downloads//TSPS.app/Contents/Frameworks/Syphon.framework/Versions/A/Syphon
0xf36000 - 0x1300fff +libNiTE2.dylib (0) /Users/USER/Downloads//TSPS.app/Contents/MacOS/libNiTE2.dylib
0x5c13000 - 0x5c13ff9 +cl_kernels (???) <0816D5CE-C5ED-4BA4-9B63-39535F7FE6FA> cl_kernels
0x5c18000 - 0x5c18ffb +cl_kernels (???) <04F23764-5B6A-4000-8187-273B751A9262> cl_kernels
0x69a4000 - 0x69f1fff com.apple.CloudDocs (1.0 - 321.6) /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs
0x7d6f000 - 0x7e5aff7 unorm8_bgra.dylib (2.4.5) <8F181889-D219-3292-B6C0-F6607D1924B0> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
0x7f88000 - 0x7f95ff3 libGPUSupport.dylib (11.1.2) <33A00BBE-33B2-3615-B64A-07D7929D0361> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.dylib
0x7ff7000 - 0x7ffbfff com.apple.audio.AppleHDAHALPlugIn (272.18 - 272.18) /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
0x9000000 - 0x981effb libclh.dylib (4.0.3 - 4.0.3) /System/Library/Extensions/GeForceTeslaGLDriver.bundle/Contents/MacOS/libclh.dylib
0xaa00000 - 0xaa28fff com.apple.cmio.DAL.VDC-4 (601.0 - 4760) <51AFEC2C-25A0-3F9E-A13D-2F0927C7ABD1> /System/Library/Frameworks/CoreMediaIO.framework/Resources/VDC.plugin/Contents/MacOS/VDC
0xaa31000 - 0xaa86ff7 com.apple.CMIOQTUnits (601.0 - 4760) <609DBE08-3B42-3A2F-9F16-71B947C8C3E1> /System/Library/Frameworks/CoreMediaIO.framework/Resources/QuickTimeUnits/CMIOQTUnits.bundle/Contents/MacOS/CMIOQTUnits
0xaa94000 - 0xaac1fff com.apple.FWAVC (501.47 - 47) /System/Library/PrivateFrameworks/FWAVC.framework/Versions/A/FWAVC
0xab95000 - 0xabceff7 com.apple.QuickTimeFireWireDV.component (7.7.3 - 2890) <13B38C0C-7FF1-3F7B-9A5C-211638F2C460> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTimeFireWireDV
0xabd9000 - 0xabe2ff7 com.apple.IOFWDVComponents (2.0.7 - 2.0.7) <2F005537-6D34-3DDE-A014-2AF68BC2A0BB> /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWDVComponents
0xabed000 - 0xabf7ff7 com.apple.iokit.IOUSBLib (705.4.0 - 705.4.0) /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/IOUSBLib.bundle/Contents/MacOS/IOUSBLib
0xac2f000 - 0xac51ff7 com.apple.QuickTimeIIDCDigitizer (7.7.3 - 2890) <34708EA6-C34B-36CD-88A2-C49B94EE83F0> /System/Library/QuickTime/QuickTimeIIDCDigitizer.component/Contents/MacOS/QuickTimeIIDCDigitizer
0xac58000 - 0xaca3ff3 com.apple.QuickTimeUSBVDCDigitizer (2.9.3 - 2.9.3) <21E2B39F-04CE-35A1-9677-8FAC0676FE5D> /System/Library/QuickTime/QuickTimeUSBVDCDigitizer.component/Contents/MacOS/QuickTimeUSBVDCDigitizer
0xacad000 - 0xacd0fff +libFreenectDriver.dylib (0) <973022A6-9B55-3146-B461-ECF9D2F8F481> /Users/USER/Downloads//TSPS.app/Contents/MacOS/Drivers/libFreenectDriver.dylib
0xcb35000 - 0xcb72ff3 +libOniFile.dylib (0) <49C3E71C-0490-30E1-85C4-C9DFC8E8DC7E> /Users/USER/Downloads//TSPS.app/Contents/MacOS/Drivers/libOniFile.dylib
0xcba8000 - 0xcc39ffb +libPS1080.dylib (0) <114F6030-02B7-3070-865A-DD12E991048A> /Users/USER/Downloads//TSPS.app/Contents/MacOS/Drivers/libPS1080.dylib
0x3e000000 - 0x3e059fe7 com.apple.glut (3.4.0 - GLUT-3.4.0) <6C115D7F-4A06-CE43-F543-6A09ADD00345> /Users/USER/Downloads/*/TSPS.app/Contents/Frameworks/GLUT.framework/Versions/A/GLUT
0x40000000 - 0x40365fff com.apple.driver.AppleIntelHDGraphicsGLDriver (10.0.31 - 10.0.0) /System/Library/Extensions/AppleIntelHDGraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHDGraphicsGLDriver
0x48000000 - 0x488f0ff7 com.apple.GeForceTeslaGLDriver (10.0.31 - 10.0.0) <6C0DEAEC-8275-334C-A402-5909398B39CB> /System/Library/Extensions/GeForceTeslaGLDriver.bundle/Contents/MacOS/GeForceTeslaGLDriver
0x8fe2d000 - 0x8fe60e03 dyld (353.2.1) <06B1254D-9BB9-327C-BA15-8F18FFF97586> /usr/lib/dyld
0x90008000 - 0x90136ff7 com.apple.coreui (2.1 - 308.6) <908A9C21-7AE9-3480-A858-2E4D928F661D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x90137000 - 0x9013dff3 libsystem_platform.dylib (63) <509993B7-3F26-3360-B899-0BBB15152516> /usr/lib/system/libsystem_platform.dylib
0x9013e000 - 0x90155ffb com.apple.AppContainer (4.0 - 238.20.2) <0A9A3DD3-2D64-3548-8374-96FCE828D151> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
0x90156000 - 0x9015aff3 com.apple.TCC (1.0 - 1) /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x9015b000 - 0x901acfff libcups.2.dylib (408.2) <425E4328-ECA1-31EE-B2C4-0D67FB8848BE> /usr/lib/libcups.2.dylib
0x901ad000 - 0x901c1fff com.apple.ImageCapture (9.0 - 9.0) <4B84B5D5-A5F3-3B35-93CE-568A73486B92> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x9045c000 - 0x90488fff com.apple.ChunkingLibrary (2.1 - 163.6) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x90489000 - 0x9058aff7 com.apple.LaunchServices (644.56 - 644.56) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x9058b000 - 0x90698fe3 libvDSP.dylib (516) <53F7A960-01E1-3B79-A7FD-67BD19471420> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x90699000 - 0x906b0ff3 libLinearAlgebra.dylib (1128) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x906b1000 - 0x906b8ff3 libunwind.dylib (35.3) <29D9343F-9A0A-3535-B0AE-E7CC761D95EE> /usr/lib/system/libunwind.dylib
0x906e3000 - 0x9130ffff com.apple.AppKit (6.9 - 1347.57) <2E995EB6-3DB5-3FE0-B140-3E7563903322> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x91310000 - 0x913b0fff com.apple.QD (301 - 301) <4DFE3689-59DE-3FBC-806B-6A4056573E52> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x916c8000 - 0x91946ff3 com.apple.security (7.0 - 57031.20.26) <7E5439C5-752D-367F-A28A-AA34C7307981> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x91947000 - 0x9195eff7 com.apple.CoreMediaAuthoring (2.2 - 951) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x9195f000 - 0x91960fff liblangid.dylib (117) <34A0F807-755F-300B-B01F-AABAE3838451> /usr/lib/liblangid.dylib
0x91961000 - 0x91964fff libextension.dylib (55.2) /usr/lib/libextension.dylib
0x91965000 - 0x9196cfff libMatch.1.dylib (24) <428CD037-5261-39A6-83EE-A7D9ABF446EB> /usr/lib/libMatch.1.dylib
0x9196d000 - 0x9199cff7 com.apple.DictionaryServices (1.2 - 229) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x9199d000 - 0x9199efff libremovefile.dylib (35) <49DCAF7B-4466-3775-9E58-EA5D7CBA8AE0> /usr/lib/system/libremovefile.dylib
0x9199f000 - 0x919f2fff com.apple.CoreMediaIO (601.0 - 4760) /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x919f3000 - 0x919fcff7 libsystem_notify.dylib (133.1.1) /usr/lib/system/libsystem_notify.dylib
0x91abb000 - 0x91accfff libbsm.0.dylib (34) /usr/lib/libbsm.0.dylib
0x91acd000 - 0x91b1efff com.apple.opencl (2.4.2 - 2.4.2) <0751975F-97E4-3271-BA93-2FC7A5FDB940> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x92ad9000 - 0x92af4ff3 com.apple.openscripting (1.4 - 162.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x92af5000 - 0x92b31ff3 com.apple.RemoteViewServices (2.0 - 99) <2839C2F1-88DA-3843-87BF-441A374A8967> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x92b32000 - 0x92ca7ff7 com.apple.QTKit (7.7.3 - 2890) <2438CD70-8D13-3287-9A43-50B0CD1745DF> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x92ca8000 - 0x92d99ffb libiconv.2.dylib (42) <4AF77F10-0BEC-3BE0-99DF-C5170EDB316B> /usr/lib/libiconv.2.dylib
0x92d9a000 - 0x92dc0ffb libPng.dylib (1237) <7EA0DEBE-4000-39D4-89E5-17F655BA317E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x92dc1000 - 0x92dccff7 com.apple.NetAuth (5.2 - 5.2) <3E650FB0-5EB5-3807-8B71-8FAF64D6A0FC> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x92dcd000 - 0x930cbffb com.apple.CoreServices.CarbonCore (1108.6 - 1108.6) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x930cc000 - 0x9314bfff com.apple.SystemConfiguration (1.14 - 1.14) <6081992E-6825-3F69-AACF-70ABFA4CE379> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x9314c000 - 0x93311fff com.apple.QuartzCore (1.10 - 361.18) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x93312000 - 0x93314fff libCVMSPluginSupport.dylib (11.1.2) <2C725DC9-0773-3637-B905-7A8B2001192F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x93315000 - 0x93316fff com.apple.TrustEvaluationAgent (2.0 - 25) <28BBD931-EF7C-3753-B50E-6568F4075086> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x93317000 - 0x93323ff3 libcommonCrypto.dylib (60061) <024B3913-15C6-3005-9E5A-EB24918F6977> /usr/lib/system/libcommonCrypto.dylib
0x93324000 - 0x9332cff7 libCGCMS.A.dylib (779.11) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
0x9332d000 - 0x93443ff3 com.apple.desktopservices (1.9.3 - 1.9.3) <544FDA55-063A-3787-A55A-A54290E4BE6E> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x9344e000 - 0x934f6ff7 com.apple.CoreMedia (1.0 - 1562.235) /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x934f7000 - 0x934f7fff liblaunch.dylib (559.20.9) /usr/lib/system/liblaunch.dylib
0x93607000 - 0x9363afff com.apple.CoreServicesInternal (221.7.2 - 221.7.2) <709E9F1B-D266-399B-9A4B-3785BBF64E01> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x9363b000 - 0x9363bfff com.apple.ApplicationServices (48 - 48) <76C301A4-705B-33DE-BA11-C89DCF1EDCDD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x9363c000 - 0x93699ff7 com.apple.print.framework.PrintCore (10.3 - 451.1) <86895179-C54B-3D8A-B515-92DFA6315FC9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x9369a000 - 0x936ddfff libGLU.dylib (11.1.2) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x936de000 - 0x936f1fff libcmph.dylib (1) <2449B048-208E-36FB-9DFA-47E0F3BCF132> /usr/lib/libcmph.dylib
0x93781000 - 0x93783ff7 libquarantine.dylib (76.20.1) <8694AC5A-7359-3CC6-8E93-CABFCC919D4B> /usr/lib/system/libquarantine.dylib
0x93784000 - 0x93786fff libsystem_coreservices.dylib (9) <20E66A47-8D67-344A-A393-73926F0E5FB2> /usr/lib/system/libsystem_coreservices.dylib
0x93787000 - 0x937b9ffb com.apple.GSS (4.0 - 2.0) <2E9B0C48-962E-3CAB-ABCE-0A16CFCEF53E> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x937ba000 - 0x93b93ff3 com.apple.HIToolbox (2.1.1 - 758.7) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x93b94000 - 0x93b97fff com.apple.xpc.ServiceManagement (1.0 - 1) /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x93b98000 - 0x93ba1fff libcopyfile.dylib (118.1.2) /usr/lib/system/libcopyfile.dylib
0x93ba2000 - 0x93bdffff libsystem_network.dylib (412.20.3) <039F7709-8BFA-3299-8FD7-168145568642> /usr/lib/system/libsystem_network.dylib
0x93be0000 - 0x93e77fff com.apple.CoreData (111 - 526.3) <93295B9D-6C48-3919-8B9C-A4291D3522CE> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x93e78000 - 0x93e87ffb libxar.1.dylib (255) <4FF7DB6F-3232-302F-94BC-F1188F78AF25> /usr/lib/libxar.1.dylib
0x93e88000 - 0x93e88fff libkeymgr.dylib (28) <06DDCEF8-EB84-3F68-9E19-FD1A12B764FD> /usr/lib/system/libkeymgr.dylib
0x93e89000 - 0x93fbbfff com.apple.UIFoundation (1.0 - 1) /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x93fbc000 - 0x9433fff7 com.apple.VideoToolbox (1.0 - 1562.235) <52EE731A-400A-3670-8904-03636C41B4CD> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x9434e000 - 0x9455cff7 com.apple.CFNetwork (720.3.13 - 720.3.13) <2593580E-5547-37C7-A99A-9D1B086C8B69> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x9455d000 - 0x947e2fff com.apple.QuickTime (7.7.3 - 2890) <34289D2B-07CC-3D12-8F32-6F97D96DEE81> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x947e3000 - 0x94806fff libJPEG.dylib (1237) <6838FF44-9DF6-349E-AFB4-182F80C2DA79> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x94807000 - 0x9481afff com.apple.Sharing (328.16 - 328.16) <57F64876-D785-3B35-91B9-B2800F800C37> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x9481b000 - 0x94876fff com.apple.LanguageModeling (1.0 - 1) <9B39E059-F48E-31AF-B1B3-B0872F362627> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x94877000 - 0x948a4ff7 GLRendererFloat (11.1.2) /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
0x948a5000 - 0x948b1fff com.apple.CrashReporterSupport (10.10 - 631) <456980E6-2F31-321B-B35D-CA54B88C6F1C> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x948b2000 - 0x948b9fff com.apple.agl (3.3.0 - AGL-3.3.0) <8822D220-5EA7-3A56-9EA1-5CE4861EB636> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x948ba000 - 0x948c0ff7 libsystem_trace.dylib (72.20.1) <5F23BE77-1C60-3859-B528-C6B3C184C95C> /usr/lib/system/libsystem_trace.dylib
0x948c1000 - 0x948c3fff libsystem_sandbox.dylib (358.20.5) /usr/lib/system/libsystem_sandbox.dylib
0x948c4000 - 0x948d1ff7 com.apple.speech.synthesis.framework (5.3.3 - 5.3.3) <3771942E-13BB-30C0-9992-11EE637871DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x948d2000 - 0x948dafff libsystem_dnssd.dylib (561.1.1) <45CDAF46-03DE-33DB-A627-14F245993EF2> /usr/lib/system/libsystem_dnssd.dylib
0x948db000 - 0x948e7ff7 libcsfde.dylib (471.20.7) <95CB28B6-A722-3660-AD1B-07A7C0B8C74A> /usr/lib/libcsfde.dylib
0x948eb000 - 0x949d7fe7 libvMisc.dylib (516) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x949d8000 - 0x949dffff com.apple.XPCService (2.0 - 1) <9A59D63D-446A-33A4-BB21-56E42417DA93> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
0x949e0000 - 0x949e3ff7 com.apple.help (1.3.3 - 46) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x949e4000 - 0x94a5bff7 com.apple.CoreUtils (1.1 - 110.1) <1667BF42-48D3-3B3D-A9CF-0868178DD2EB> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x94a5c000 - 0x94ab1ff3 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <2AF304F7-5DA4-3035-9E15-070F16700789> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x94ab2000 - 0x94b00ff7 libcurl.4.dylib (83.1.2) <50E14C55-B150-39E1-BA2C-B0658D38E580> /usr/lib/libcurl.4.dylib
0x94b01000 - 0x94b48ff3 com.apple.AppleJPEG (1.0 - 1) <677BE130-F5AB-36F4-A51A-1FF20FC0085A> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x94b49000 - 0x94b4efff com.apple.print.framework.Print (10.0 - 265) <7C3984BB-8337-3B90-A414-17C181A45744> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x94b4f000 - 0x94b52fff libdyld.dylib (353.2.1) <30CE0D0E-7E82-3CD5-92E7-9C1D6AD3327C> /usr/lib/system/libdyld.dylib
0x94b53000 - 0x94ba7fff com.apple.HIServices (1.22 - 522.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x94ba8000 - 0x94baaffb libRadiance.dylib (1237) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x94bab000 - 0x94c5dfff libCoreStorage.dylib (471.20.7) <34D9A40A-97EB-3365-B809-13DA5BF569C6> /usr/lib/libCoreStorage.dylib
0x94c5e000 - 0x94d74fff com.apple.CoreText (352.0 - 454.6) <5F236E10-C911-3AAF-8BA6-2F0F68A87443> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x94d75000 - 0x94e40fff com.apple.backup.framework (1.6.4 - 1.6.4) <75DC1CA0-5D18-3E8F-A8BC-D737FC9C55C4> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x94e41000 - 0x94e45fff libCoreVMClient.dylib (79.1) <3DB52AB1-D41E-3AC9-A355-1B6DCEDB4DFD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x95754000 - 0x9578efff com.apple.AirPlaySupport (2.0 - 215.18) <62CFE5FC-293F-36C8-9371-243892E55D73> /System/Library/PrivateFrameworks/AirPlaySupport.framework/Versions/A/AirPlaySupport
0x9578f000 - 0x95af0ff3 com.apple.Foundation (6.9 - 1153.20) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x95af1000 - 0x95af5fff libheimdal-asn1.dylib (398.10.1) <6F113AF8-F5AD-330B-B029-F7AF28A93F28> /usr/lib/libheimdal-asn1.dylib
0x95af6000 - 0x95ce52ef libobjc.A.dylib (647) <7648C174-3098-3B26-AD20-490DBFFD5D4C> /usr/lib/libobjc.A.dylib
0x95ce6000 - 0x95cf7fff libsystem_coretls.dylib (35.20.2) <3688680D-90B5-373F-9E0D-46809E98B023> /usr/lib/system/libsystem_coretls.dylib
0x95cf8000 - 0x95cfcffb libGIF.dylib (1237) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x95d02000 - 0x95d08ff7 libsystem_networkextension.dylib (167.1.10) /usr/lib/system/libsystem_networkextension.dylib
0x95d09000 - 0x95d11fff libsystem_pthread.dylib (105.10.1) <4A229519-29A1-3ABF-8CEF-43BCE4ACDA06> /usr/lib/system/libsystem_pthread.dylib
0x95d15000 - 0x96150feb com.apple.vImage (8.0 - 8.0) <56F6B317-9D70-3DC5-9868-BB6D7CB6E55D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x96151000 - 0x96151fff com.apple.Accelerate (1.10 - Accelerate 1.10) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x96152000 - 0x961dfff3 com.apple.PerformanceAnalysis (1.0 - 1) /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x961e0000 - 0x961e8fff com.apple.CoreServices.FSEvents (1210.20.1 - 1210.20.1) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x961e9000 - 0x96200fff libsystem_asl.dylib (267) <85BD88AD-618E-3325-AC31-10DBAB8E9AF3> /usr/lib/system/libsystem_asl.dylib
0x96201000 - 0x9620afff libGFXShared.dylib (11.1.2) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x9620b000 - 0x962fbff3 com.apple.DiskImagesFramework (10.10.1 - 396) <25716B90-E152-3666-92BB-FE543AEB6FA9> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x962fc000 - 0x96322ff3 libc++abi.dylib (125) /usr/lib/libc++abi.dylib
0x96323000 - 0x96324fff libDiagnosticMessagesClient.dylib (100) <3EE83437-AA9C-356B-810B-589346B73797> /usr/lib/libDiagnosticMessagesClient.dylib
0x96325000 - 0x9634efff libRIP.A.dylib (779.11) <4BD501EF-1671-3165-BD7A-CF227F4BD690> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x963ef000 - 0x963f4ff7 libmacho.dylib (862) <48DE74F8-09E3-344F-A82F-665083A3BF8F> /usr/lib/system/libmacho.dylib
0x963f5000 - 0x96428fe3 libsystem_m.dylib (3086.1) <951F633F-57B7-398B-912F-F6ED4DB1C597> /usr/lib/system/libsystem_m.dylib
0x968d2000 - 0x968dbfff com.apple.AppleSRP (5.0 - 1) <41C48FA8-C249-3800-A551-7F4AFA3E723F> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
0x968dc000 - 0x968dcfff com.apple.CoreServices (62 - 62) <08A581EC-2E8B-30CF-B555-64171C8FE5EE> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x968dd000 - 0x968fcff7 com.apple.GenerationalStorage (2.0 - 209.11) <34CF76B2-8052-359D-816D-092608FB6919> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x968fd000 - 0x96916fff libsystem_malloc.dylib (53.1.1) <58CD8BC7-55D1-3862-8E5D-728EE2EBE447> /usr/lib/system/libsystem_malloc.dylib
0x96917000 - 0x9693dff3 libxpc.dylib (559.20.9) <15931AC6-7282-332D-9A44-6CFF84AC63AF> /usr/lib/system/libxpc.dylib
0x9693e000 - 0x96acdff3 libsqlite3.dylib (168) /usr/lib/libsqlite3.dylib
0x96ace000 - 0x96acefff libunc.dylib (29) /usr/lib/system/libunc.dylib
0x96acf000 - 0x96b42ffb com.apple.framework.CoreWLAN (5.0 - 500.35.2) <8D5F7007-D938-3A4D-841A-647D272D2DB6> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x96b43000 - 0x96be0fff com.apple.ink.framework (10.9 - 213) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x96be1000 - 0x96c4cff7 com.apple.framework.CoreWiFi (3.0 - 300.4) <632A811D-4706-3ED7-85E3-DD2CDB47CF8F> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x96c4d000 - 0x96c50ffb libutil.dylib (38) /usr/lib/libutil.dylib
0x96c93000 - 0x96cc7ffb com.apple.frameworks.CoreDaemon (1.3 - 1.3) /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
0x97677000 - 0x9767cff7 libcompiler_rt.dylib (35) <6630682F-AB76-3E55-BE51-0A3E61B6CFC2> /usr/lib/system/libcompiler_rt.dylib
0x9767d000 - 0x976a3ff7 com.apple.IconServices (47.1 - 47.1) <9C537499-B375-3F84-BF4A-EEF757FC26A9> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x976a4000 - 0x976c8ffb com.apple.framework.Apple80211 (10.3 - 1030.71.6) <84F7040E-713D-3B0E-8397-7CE0C377C52A> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x976c9000 - 0x976c9fff com.apple.Cocoa (6.8 - 21) <6AF80DDB-C28E-36FF-BC11-D7D561AC52A9> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x976ca000 - 0x976cbfff libsystem_blocks.dylib (65) <5D98F022-E863-31D4-8ADE-D53B2AE0D331> /usr/lib/system/libsystem_blocks.dylib
0x976cc000 - 0x976ebffb libresolv.9.dylib (57) /usr/lib/libresolv.9.dylib
0x976ec000 - 0x97b1fff3 com.apple.vision.FaceCore (3.1.6 - 3.1.6) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x97b20000 - 0x97c16ff7 libxml2.2.dylib (26) <2F37833C-4D55-3A09-9A0C-5904E8B6892A> /usr/lib/libxml2.2.dylib
0x97c17000 - 0x97d83ff3 com.apple.avfoundation (2.0 - 889.210) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x97d84000 - 0x97daefff libxslt.1.dylib (13) <0F55B64A-6C55-304E-ACE0-B531027AA066> /usr/lib/libxslt.1.dylib
0x97daf000 - 0x97daffff com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x97db0000 - 0x97deaff7 com.apple.DebugSymbols (115 - 115) /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x97deb000 - 0x97e04fff com.apple.Kerberos (3.0 - 1) <92735F11-CF1C-3FA6-8682-9A30AC9E2651> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x97e05000 - 0x97e0cfff com.apple.speech.recognition.framework (5.0.9 - 5.0.9) <5D268178-3812-3777-92A6-D7D3395405B8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x97e0d000 - 0x97e1fff7 libsasl2.2.dylib (194.1) <34CB75C7-09BE-3319-BF7E-D4E56495F07A> /usr/lib/libsasl2.2.dylib
0x97e20000 - 0x98217fff com.apple.CoreGraphics (1.600.0 - 779.11) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x98218000 - 0x98233ff7 com.apple.CFOpenDirectory (10.10 - 187) <44C81E98-710E-30EB-829D-7374B9339345> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x98234000 - 0x9823dfff com.apple.DiskArbitration (2.6 - 2.6) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x9823e000 - 0x9824cff7 com.apple.SpeechRecognitionCore (2.1.2 - 2.1.2) /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x9824d000 - 0x9824dfff com.apple.Carbon (154 - 157) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x9824e000 - 0x9824efff com.apple.audio.units.AudioUnit (1.12 - 1.12) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x9824f000 - 0x98251ff3 com.apple.EFILogin (2.0 - 2) <00F6D57F-5B4F-373E-BBFF-D19E1E7F87E6> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x98252000 - 0x982b2fff com.apple.AppleVAFramework (5.0.31 - 5.0.31) <2FFC7C07-CA18-3959-B8F6-F620025BCD86> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x982b3000 - 0x9860dff7 libmecabra.dylib (666.7) <55A50B97-92D3-3DDC-8E3A-58BC5FFE5E3F> /usr/lib/libmecabra.dylib
0x9860e000 - 0x98610fff com.apple.SecCodeWrapper (4.0 - 238.20.2) /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
0x98611000 - 0x9862bff7 liblzma.5.dylib (7) /usr/lib/liblzma.5.dylib
0x9862c000 - 0x98637ff7 com.apple.AppSandbox (4.0 - 238.20.2) /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
0x98688000 - 0x9868affb libsystem_secinit.dylib (18) <3CBA3BD3-8BA2-358D-BD1A-A1C3DF5D84E6> /usr/lib/system/libsystem_secinit.dylib
0x9868b000 - 0x986aafff libsystem_kernel.dylib (2782.20.48) /usr/lib/system/libsystem_kernel.dylib
0x986ab000 - 0x98833ff7 com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x98834000 - 0x98873fff com.apple.NavigationServices (3.8 - 215.1) <46D8B66D-CB59-36F5-BD26-FD8309337BB3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x98876000 - 0x98878fff com.apple.loginsupport (1.0 - 1) /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x98879000 - 0x988d4ffb libTIFF.dylib (1237) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x988d5000 - 0x9894cfff com.apple.ApplicationServices.ATS (360 - 375.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x9894d000 - 0x98987fff com.apple.LDAPFramework (2.4.28 - 194.5) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x98c28000 - 0x98c57fff com.apple.CoreVideo (1.8 - 145.1) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x98c58000 - 0x98c65ff7 com.apple.OpenDirectory (10.10 - 187) <60A9481B-2191-35A2-AB7E-E48A2B49BF09> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x98c66000 - 0x98c68fff libsystem_configuration.dylib (699.1.5) /usr/lib/system/libsystem_configuration.dylib
0x98c69000 - 0x98ddaffb libBLAS.dylib (1128) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x98e89000 - 0x98ec3fff com.apple.MediaKit (16 - 757.2) /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x98ec4000 - 0x98eccff7 com.apple.icloud.FindMyDevice (1.0 - 1) /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice
0x98ecd000 - 0x98ed9ff7 libkxld.dylib (2782.20.48) /usr/lib/system/libkxld.dylib
0x98eda000 - 0x98fd1ff7 libFontParser.dylib (134.2) <1CE9DA9E-FBF3-32E4-838D-455EA531F26E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x98fd2000 - 0x99064fff com.apple.CoreSymbolication (3.1 - 57020.1) <7A6A6AD6-E46A-334F-ACC4-41B179505EC9> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x99065000 - 0x9906dffb com.apple.NetFS (6.0 - 4.0) <141BFE7E-634E-32A0-8EC9-0A1A4DFEA7D9> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x9906e000 - 0x99076feb libcldcpuengine.dylib (2.4.5) /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x99077000 - 0x99085ff3 com.apple.opengl (11.1.2 - 11.1.2) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x99086000 - 0x99087fff libSystem.B.dylib (1213) /usr/lib/libSystem.B.dylib
0x99089000 - 0x990b0fff libdispatch.dylib (442.1.4) /usr/lib/system/libdispatch.dylib
0x990b1000 - 0x990dfff7 libarchive.2.dylib (30) <8758D35F-ADF8-30F6-8EB2-9B852876EAC8> /usr/lib/libarchive.2.dylib
0x990e0000 - 0x990fdffb com.apple.Ubiquity (1.3 - 313) <9ED23769-0725-3D4B-B7F4-AF08020D73C3> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
0x990fe000 - 0x99154fff libc++.1.dylib (120) /usr/lib/libc++.1.dylib
0x99155000 - 0x99220fff com.apple.DiscRecording (9.0 - 9000.4.2) <8E19F180-3D32-3C7A-8E73-272F2955D9A8> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x99237000 - 0x99277ffb libGLImage.dylib (11.1.2) <9BAF083D-12EF-3CD9-A875-191B1A3CC687> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x99278000 - 0x992dcff7 com.apple.AE (681.2 - 681.2) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x992dd000 - 0x992edff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x992ee000 - 0x99c71fe3 com.apple.QuickTimeComponents.component (7.7.3 - 2890) <8195863F-9002-3344-96C7-A91BF1396F11> /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents
0x99c72000 - 0x99c74ffb libCGXType.A.dylib (779.11) <2B22C4C3-CF75-3909-B9A0-1B9A23028FBB> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x99c75000 - 0x99cb5fff com.apple.Symbolication (1.4 - 56045) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x99cb6000 - 0x99d50fff com.apple.ColorSync (4.9.0 - 4.9.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x99d51000 - 0x99d5fff7 libz.1.dylib (55) /usr/lib/libz.1.dylib
0x99d60000 - 0x9a052ff3 com.apple.CoreImage (10.3.4) <6A0E17E6-9F56-3450-8892-670A9C489C30> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x9a053000 - 0x9a0c9fff com.apple.securityfoundation (6.0 - 55126) <2DB5BDF8-FB04-317B-9A7F-9AC8733947BF> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x9a0ca000 - 0x9a179ffb com.apple.Bluetooth (4.3.4 - 4.3.4f4) <90D495A0-431F-363B-8818-230CB096D6E1> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x9a17a000 - 0x9a20ffff libsystem_c.dylib (1044.10.1) <9804163C-4DEC-3B94-9854-00248E44554F> /usr/lib/system/libsystem_c.dylib
0x9a210000 - 0x9a216ff7 com.apple.MediaAccessibility (1.0 - 61) <81E9530E-882C-313C-A4D5-2F43EB569E4F> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
0x9a217000 - 0x9a31bff7 libJP2.dylib (1237) <3A85AB3C-AFC7-3761-A198-D6C7317E476A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x9a34e000 - 0x9a702ff7 com.apple.CoreFoundation (6.9 - 1153.18) <267B1002-C755-37B4-95CD-92358CF994B8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x9a703000 - 0x9a710ff7 libbz2.1.0.dylib (36) <6BC7B049-8F03-3217-9840-B1804CCBF742> /usr/lib/libbz2.1.0.dylib
0x9a765000 - 0x9a878fff com.apple.MediaControlSender (2.0 - 215.18) /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender
0x9a879000 - 0x9aa29ff7 libGLProgrammability.dylib (11.1.2) <66618525-9A42-3C2F-9D4D-85E3FE883B88> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x9aa2a000 - 0x9aa49ff7 com.apple.MultitouchSupport.framework (263.9.1 - 263.9.1) <9265A1BE-FA6F-38C7-BDFB-FA05EEC683CE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x9aa4a000 - 0x9aaa3ff3 libAVFAudio.dylib (118.6) /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib
0x9aaa4000 - 0x9ab8efff libcrypto.0.9.8.dylib (52.20.2) <3BE03EE0-9DAE-395D-8292-0371FB21EE3F> /usr/lib/libcrypto.0.9.8.dylib
0x9ab8f000 - 0x9ac35fff com.apple.Metadata (10.7.0 - 917.35) <3A9CD210-E9CC-3C1C-A72F-278F0694C1B1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x9ac36000 - 0x9ade4ffb GLEngine (11.1.2) /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
0x9ade5000 - 0x9ae62ff3 com.apple.framework.IOKit (2.0.2 - 1050.20.2) <84299E45-C5F3-365F-AC1B-0EAFF8057112> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x9ae63000 - 0x9b24bff7 libLAPACK.dylib (1128) <4E3D1289-2C98-3E53-BB8D-AD911357FF66> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x9b24c000 - 0x9b250fff com.apple.CommonPanels (1.2.6 - 96) <955375E6-2416-38E1-AFC6-477827119329> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x9b251000 - 0x9b2bdff3 com.apple.datadetectorscore (6.0 - 396.1.1) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x9b2be000 - 0x9b2befff libOpenScriptingUtil.dylib (162.1) /usr/lib/libOpenScriptingUtil.dylib
0x9b2bf000 - 0x9b2c3ffb libcache.dylib (69) <55501A00-AF64-3554-8F46-8D5AFEDEC332> /usr/lib/system/libcache.dylib
0x9b2c4000 - 0x9b2f0ffb libsandbox.1.dylib (358.20.5) <5AFB311B-D796-3851-BC5B-72EF603DB2B6> /usr/lib/libsandbox.1.dylib
0x9b2f1000 - 0x9b4e7fff libicucore.A.dylib (531.48) /usr/lib/libicucore.A.dylib
0x9b4e8000 - 0x9b53bfff libstdc++.6.dylib (104.1) /usr/lib/libstdc++.6.dylib
0x9b53c000 - 0x9b565fff libsystem_info.dylib (459.20.1) <91DEA2CC-26A7-32CD-ABC5-0B2754874E38> /usr/lib/system/libsystem_info.dylib
0x9b68d000 - 0x9b703ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <3693A221-B615-37D4-9FB1-F5F6CC7EE1A7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x9b704000 - 0x9b70dffb com.apple.CommonAuth (4.0 - 2.0) /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x9b70e000 - 0x9bc6eff3 com.apple.MediaToolbox (1.0 - 1562.235) <44C382D2-F7B2-312A-B6CC-AD27D0F17011> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x9bc92000 - 0x9bce7ff7 com.apple.htmlrendering (77 - 1.1.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x9bce8000 - 0x9be2cff7 com.apple.ImageIO.framework (3.3.0 - 1237) <314B3F6B-4DC5-31E9-BE67-032901676A34> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x9be2d000 - 0x9bea1fff com.apple.Heimdal (4.0 - 2.0) <0082F991-F391-31A6-915C-1FCB0AD004AC> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x9bea2000 - 0x9bea6ffb com.apple.IOSurface (97.4 - 97.4) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x9bea7000 - 0x9bebafff com.apple.CoreBluetooth (1.0 - 1) <153F2DDE-CCCF-3C63-AF70-2EA306DACDCD> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x9bebb000 - 0x9bebdfff com.apple.securityhi (9.0 - 55006) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x9bebe000 - 0x9bec8ffb com.apple.audio.SoundManager (4.2 - 4.2) <4312D0A7-4B6F-3A1E-9A47-24C6E8C65E51> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x9bec9000 - 0x9c1ddfef com.apple.CoreAUC (211.1.0 - 211.1.0) <4ECEBB32-FAA9-357E-BD7D-039E2633AAD5> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x9c1de000 - 0x9c211fff com.apple.CoreAVCHD (5.7.5 - 5750.4.1) <103A5EA0-9B75-3B23-BE72-C4DD52744A6A> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x9c212000 - 0x9c23ffff com.apple.ProtectedCloudStorage (1.0 - 1) <1CF781F8-1210-3B77-964B-D85F98B90681> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
0x9c240000 - 0x9c24dff3 com.apple.ProtocolBuffer (1 - 228.0.1) /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x9c24e000 - 0x9c2d5fff com.apple.CoreServices.OSServices (640.4 - 640.4) <6ABC3CCE-5A4E-3CB2-AA12-3FFAB27D835A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x9c2d6000 - 0x9c31fffb libFontRegistry.dylib (134.1) <6CF6177B-D5D6-3E7B-88BC-BE833D55018C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x9c320000 - 0x9c33dfff libCRFSuite.dylib (34) <781A92EF-410E-39B2-953D-FEE12748D834> /usr/lib/libCRFSuite.dylib
0x9c33e000 - 0x9c341fff libpam.2.dylib (20) /usr/lib/libpam.2.dylib
0x9c3b3000 - 0x9c41cff7 libcorecrypto.dylib (233.1.2) /usr/lib/system/libcorecrypto.dylib
0x9c41d000 - 0x9c42dfff libGL.dylib (11.1.2) <44DD250B-CB98-3FD1-BF5B-6AD85A68BF9A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x9c42e000 - 0x9c46efff libauto.dylib (186) <1609D0F9-6E3A-3C67-87EF-BB0BD93EDAC9> /usr/lib/libauto.dylib
External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 2
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: 270
thread_create: 0
thread_set_state: 0
VM Region Summary:
ReadOnly portion of Libraries: Total=228.4M resident=106.1M(46%) swapped_out_or_unallocated=122.3M(54%)
Writable regions: Total=122.1M written=10.3M(8%) resident=24.6M(20%) swapped_out=0K(0%) unallocated=97.5M(80%)
REGION TYPE VIRTUAL
=========== =======
CG backing stores 3744K
CG image 12K
CG shared images 304K
CoreServices 516K
CoreUI image data 32K
IOKit 8572K
IOKit (reserved) 4K reserved VM address space (unallocated)
Kernel Alloc Once 4K
MALLOC 76.3M
MALLOC (admin) 48K
MALLOC_LARGE (reserved) 1500K reserved VM address space (unallocated)
Memory Tag 242 12K
Memory Tag 249 156K
OpenCL 16K
Stack 68.6M
VM_ALLOCATE 17.2M
__DATA 23.8M
__GLSLBUILTINS 2588K
__IMAGE 528K
__IMPORT 4K
__LINKEDIT 47.3M
__OBJC 2648K
__TEXT 181.0M
__UNICODE 552K
mapped file 121.3M
shared memory 4K
=========== =======
TOTAL 556.3M
TOTAL, minus reserved VM space 554.8M
The text was updated successfully, but these errors were encountered: