-
Notifications
You must be signed in to change notification settings - Fork 5
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
Crash after installing Xcode 5 #197
Comments
I am getting an equivalent crash report. The issue is an off by one error I would guess, but that is a naive guess based on "index 2 beyond bounds [0..1]" and having no idea what is going on in the awake from nib method. I would speculate that "Xcode 5 Compatibility" would be addressing this. Thank you for your diligence. Edit: MY BAD. So for those of us that were in the categories of xCode 5 closed/open alpha/beta ht/iht builds of xcode 5 that had no issues with jewelry box for months then suddenly had a bunch of crashes, the mystery is so glaringly obvious that it is easy to overlook. FIX: After updating to xCode 5 via mac app store open it, agree to the TOS/EULA etc.... Jewelry box then worked on 3 out of 3 dev machines for me. My normal dev cycle when writing a content driven app is to first build rails/db/etc..(insert framework) webservices and skeleton for app website, then the apps without touching Eclipse/xcode, hence when I auto updated it did not occur to me to agree to TOS... once I did all three machines stopped having range exceptions.... I feel like a CS 1 student. |
Thanks a lot pedantix, this did the trick for me! |
I wish that workaround would work for me. As I had indicated, I had already downloaded the new command line tools, meaning I had already updated the TOS, but jewlerybox still crashes on startup. The crash log looks identical the first one I posted, so I won't bother reposting it again. |
I had to open Xcode at least once (accepting EULA/TOS/etc.) after upgrading to get jewelrybox working again. |
I removed xcode and reinstalled from the app store, ran the following one after the other then opened xcode for good measure: xcodebuild -license And Jewelerybox is still crashing on 10.9.2 |
this fixed it for me #192 (comment) |
A new version of XCode (5) was released by Apple and this appears to be causing JewleryBox to crash. The new version of the command line tools were also installed.
Here is the crash output, I have already tried the other suggestions of deleting the ~/.rvm/user/disk_usage.txt file and the result is the same.
Process: JewelryBox [74134]
Path: /Users/USER/Downloads/JewelryBox.app/Contents/MacOS/JewelryBox
Identifier: com.unfiniti.JewelryBox
Version: 1.5 (1.5)
Code Type: X86-64 (Native)
Parent Process: launchd [218]
User ID: 503
Date/Time: 2013-09-19 10:54:23.234 -0700
OS Version: Mac OS X 10.8.5 (12F37)
Report Version: 10
Interval Since Last Report: 45698 sec
Crashes Since Last Report: 2
Per-App Interval Since Last Report: 38 sec
Per-App Crashes Since Last Report: 2
Anonymous UUID: 4497A14F-8A41-ADD3-07BF-CDDD7ED648A4
Crashed Thread: 6 Dispatch queue: com.apple.root.default-priority
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Application Specific Information:
* Terminating app due to uncaught exception 'NSRangeException', reason: '* -[__NSCFString substringFromIndex:]: Range or index out of bounds'
abort() called
terminate called throwing an exception
Application Specific Backtrace 1:
0 CoreFoundation 0x00007fff91020b06 __exceptionPreprocess + 198
1 libobjc.A.dylib 0x00007fff997f63f0 objc_exception_throw + 43
2 CoreFoundation 0x00007fff910208dc +[NSException raise:format:] + 204
3 Foundation 0x00007fff91c5b9a1 -[NSString substringFromIndex:] + 103
4 JewelryBox 0x000000010f5224ab __39-[Overview calculateAndDisplayRVMUsage]_block_invoke + 2519
5 libdispatch.dylib 0x00007fff98b25f01 _dispatch_call_block_and_release + 15
6 libdispatch.dylib 0x00007fff98b220b6 _dispatch_client_callout + 8
7 libdispatch.dylib 0x00007fff98b231fa _dispatch_worker_thread2 + 304
8 libsystem_c.dylib 0x00007fff93e43cdb _pthread_wqthread + 404
9 libsystem_c.dylib 0x00007fff93e2e191 start_wqthread + 13
Thread 0:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff9399b686 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff9399ac42 mach_msg + 70
2 com.apple.CoreFoundation 0x00007fff90fbd233 __CFRunLoopServiceMachPort + 195
3 com.apple.CoreFoundation 0x00007fff90fc2916 __CFRunLoopRun + 1078
4 com.apple.CoreFoundation 0x00007fff90fc20e2 CFRunLoopRunSpecific + 290
5 com.apple.HIToolbox 0x00007fff8dc6deb4 RunCurrentEventLoopInMode + 209
6 com.apple.HIToolbox 0x00007fff8dc6dc52 ReceiveNextEventCommon + 356
7 com.apple.HIToolbox 0x00007fff8dc6dae3 BlockUntilNextEventMatchingListInMode + 62
8 com.apple.AppKit 0x00007fff8ed52533 _DPSNextEvent + 685
9 com.apple.AppKit 0x00007fff8ed51df2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
10 com.apple.AppKit 0x00007fff8ed491a3 -[NSApplication run] + 517
11 com.apple.AppKit 0x00007fff8ecedbd6 NSApplicationMain + 869
12 com.unfiniti.JewelryBox 0x000000010f4ea064 start + 52
Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff9399dd16 kevent + 10
1 libdispatch.dylib 0x00007fff98b24dea _dispatch_mgr_invoke + 883
2 libdispatch.dylib 0x00007fff98b249ee _dispatch_mgr_thread + 54
Thread 2:
0 libsystem_kernel.dylib 0x00007fff9399d6d6 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff93e43f1c _pthread_workq_return + 25
2 libsystem_c.dylib 0x00007fff93e43ce3 _pthread_wqthread + 412
3 libsystem_c.dylib 0x00007fff93e2e191 start_wqthread + 13
Thread 3:
0 libsystem_kernel.dylib 0x00007fff9399d6d6 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff93e43f1c _pthread_workq_return + 25
2 libsystem_c.dylib 0x00007fff93e43ce3 _pthread_wqthread + 412
3 libsystem_c.dylib 0x00007fff93e2e191 start_wqthread + 13
Thread 4:
0 libsystem_kernel.dylib 0x00007fff9399d6d6 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff93e43f1c _pthread_workq_return + 25
2 libsystem_c.dylib 0x00007fff93e43ce3 _pthread_wqthread + 412
3 libsystem_c.dylib 0x00007fff93e2e191 start_wqthread + 13
Thread 5:
0 libsystem_kernel.dylib 0x00007fff9399d6d6 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff93e43f1c _pthread_workq_return + 25
2 libsystem_c.dylib 0x00007fff93e43ce3 _pthread_wqthread + 412
3 libsystem_c.dylib 0x00007fff93e2e191 start_wqthread + 13
Thread 6 Crashed:: Dispatch queue: com.apple.root.default-priority
0 libsystem_kernel.dylib 0x00007fff9399d212 __pthread_kill + 10
1 libsystem_c.dylib 0x00007fff93e42b24 pthread_kill + 90
2 libsystem_c.dylib 0x00007fff93e86f61 abort + 143
3 libc++abi.dylib 0x00007fff938e69eb abort_message + 257
4 libc++abi.dylib 0x00007fff938e439a default_terminate() + 28
5 libobjc.A.dylib 0x00007fff997f6873 _objc_terminate() + 91
6 libc++.1.dylib 0x00007fff90af98fe std::terminate() + 20
7 libobjc.A.dylib 0x00007fff997f65de objc_terminate + 9
8 libdispatch.dylib 0x00007fff98b220ca _dispatch_client_callout + 28
9 libdispatch.dylib 0x00007fff98b231fa _dispatch_worker_thread2 + 304
10 libsystem_c.dylib 0x00007fff93e43cdb _pthread_wqthread + 404
11 libsystem_c.dylib 0x00007fff93e2e191 start_wqthread + 13
Thread 7:
0 libsystem_kernel.dylib 0x00007fff9399d6d6 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff93e43f1c _pthread_workq_return + 25
2 libsystem_c.dylib 0x00007fff93e43ce3 _pthread_wqthread + 412
3 libsystem_c.dylib 0x00007fff93e2e191 start_wqthread + 13
Thread 8:
0 libsystem_kernel.dylib 0x00007fff9399d6d6 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff93e43f1c _pthread_workq_return + 25
2 libsystem_c.dylib 0x00007fff93e43ce3 _pthread_wqthread + 412
3 libsystem_c.dylib 0x00007fff93e2e191 start_wqthread + 13
Thread 9:
0 libsystem_kernel.dylib 0x00007fff9399d6d6 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff93e43f1c _pthread_workq_return + 25
2 libsystem_c.dylib 0x00007fff93e43ce3 _pthread_wqthread + 412
3 libsystem_c.dylib 0x00007fff93e2e191 start_wqthread + 13
Thread 10:
0 libsystem_kernel.dylib 0x00007fff9399d6d6 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff93e43f1c _pthread_workq_return + 25
2 libsystem_c.dylib 0x00007fff93e43ce3 _pthread_wqthread + 412
3 libsystem_c.dylib 0x00007fff93e2e191 start_wqthread + 13
Thread 11:
0 libsystem_kernel.dylib 0x00007fff9399d6d6 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff93e43f1c _pthread_workq_return + 25
2 libsystem_c.dylib 0x00007fff93e43ce3 _pthread_wqthread + 412
3 libsystem_c.dylib 0x00007fff93e2e191 start_wqthread + 13
Thread 12:: com.apple.NSURLConnectionLoader
0 libsystem_kernel.dylib 0x00007fff9399b686 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff9399ac42 mach_msg + 70
2 com.apple.CoreFoundation 0x00007fff90fbd233 CFRunLoopServiceMachPort + 195
3 com.apple.CoreFoundation 0x00007fff90fc2916 __CFRunLoopRun + 1078
4 com.apple.CoreFoundation 0x00007fff90fc20e2 CFRunLoopRunSpecific + 290
5 com.apple.Foundation 0x00007fff91c33546 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356
6 com.apple.Foundation 0x00007fff91c91562 __NSThread__main + 1345
7 libsystem_c.dylib 0x00007fff93e41772 _pthread_start + 327
8 libsystem_c.dylib 0x00007fff93e2e1a1 thread_start + 13
Thread 13:: com.apple.CFSocket.private
0 libsystem_kernel.dylib 0x00007fff9399d322 __select + 10
1 com.apple.CoreFoundation 0x00007fff91001f46 __CFSocketManager + 1302
2 libsystem_c.dylib 0x00007fff93e41772 _pthread_start + 327
3 libsystem_c.dylib 0x00007fff93e2e1a1 thread_start + 13
Thread 6 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x0000000113567cd8 rdx: 0x0000000000000000
rdi: 0x0000000000004c1b rsi: 0x0000000000000006 rbp: 0x0000000113567d00 rsp: 0x0000000113567cd8
r8: 0x00007fff7ec5b278 r9: 0x0000000000000006 r10: 0x0000000030000000 r11: 0x0000000000000206
r12: 0x0000000113567e60 r13: 0x00007fff7f464d48 r14: 0x0000000113568000 r15: 0x0000000113567d40
rip: 0x00007fff9399d212 rfl: 0x0000000000000206 cr2: 0x00007fff7ec54ff0
Logical CPU: 0
Binary Images:
0x10f4e8000 - 0x10f555ff7 +com.unfiniti.JewelryBox (1.5 - 1.5) <30899913-3DDE-3101-9A2E-260EE379B512> /Users/USER/Downloads/JewelryBox.app/Contents/MacOS/JewelryBox
0x10f5b0000 - 0x10f5dffff +com.growl.growlframework (1.3.1 - 1.3.1) <81F2E452-20C8-3F2D-94B2-B58FA5DE1ECE> /Users/USER/Downloads/JewelryBox.app/Contents/Frameworks/Growl.framework/Versions/A/Growl
0x10f60d000 - 0x10f62bff7 +org.andymatuschak.Sparkle (1.5 Beta [git] - 3e3a11b) <8591947B-6241-3CA9-BF1C-C2A7B47E4DBE> /Users/USER/Downloads/JewelryBox.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
0x110bfd000 - 0x110c06fe7 libcldcpuengine.dylib (2.2.16) /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
0x110c0f000 - 0x110c0fffc +cl_kernels (???) <093516F0-0D0C-459B-8DB1-9C2719311C77> cl_kernels
0x110de1000 - 0x110de1ffe +cl_kernels (???) <87781417-1BF9-4C51-A159-222391B52C2C> cl_kernels
0x110de6000 - 0x110de6ffb +cl_kernels (???) <66985102-526B-44F0-894B-2F10F2266F58> cl_kernels
0x110deb000 - 0x110debffd +cl_kernels (???) cl_kernels
0x110df0000 - 0x110df0ff7 +cl_kernels (???) <9FABFD56-F73B-4261-88B9-D3C92DD78306> cl_kernels
0x110df4000 - 0x110df4ffc +cl_kernels (???) <093516F0-0D0C-459B-8DB1-9C2719311C77> cl_kernels
0x110df9000 - 0x110df9ffd +cl_kernels (???) cl_kernels
0x110e08000 - 0x110e08ffd +cl_kernels (???) cl_kernels
0x11342e000 - 0x1134c8ff7 unorm8_bgra.dylib (2.2.16) <5D62BED8-DF5D-3C51-94B4-57368FF10DDB> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
0x114bac000 - 0x114c36ff7 com.apple.xquery (1.3.1 - 30) <04E0E165-BE1D-3DD7-899F-10AFD053B30C> /System/Library/PrivateFrameworks/XQuery.framework/XQuery
0x7fff6f0e8000 - 0x7fff6f11c93f dyld (210.2.3) <36CAA36E-72BC-3E48-96D9-B96A2DF77730> /usr/lib/dyld
0x7fff8dc07000 - 0x7fff8dc0dff7 libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
0x7fff8dc0e000 - 0x7fff8df3efff com.apple.HIToolbox (2.0 - 626.1) <656D08C2-9068-3532-ABDD-32EC5057CCB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff8df3f000 - 0x7fff8df99fff com.apple.print.framework.PrintCore (8.3 - 387.2) <5BA0CBED-4D80-386A-9646-F835C9805B71> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff8df9a000 - 0x7fff8dfefff7 libTIFF.dylib (851) <7706BB07-E7E8-38BE-A5F0-D8B63E3B9283> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff8e040000 - 0x7fff8e080ff7 com.apple.MediaKit (14 - 687) <8AAA8CC3-3ACD-34A5-9E57-9B24AD8AFD4D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fff8e081000 - 0x7fff8e2b6ff7 com.apple.CoreData (106.1 - 407.7) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff8e2d2000 - 0x7fff8e2d3fff libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff8e2d4000 - 0x7fff8e2dafff com.apple.DiskArbitration (2.5.2 - 2.5.2) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff8e2db000 - 0x7fff8e2defff com.apple.AppleSystemInfo (2.0 - 2) /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x7fff8e2df000 - 0x7fff8e360fff com.apple.Metadata (10.7.0 - 707.12) <69E3EEF7-8B7B-3652-8320-B8E885370E56> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff8e36f000 - 0x7fff8e379fff com.apple.speech.recognition.framework (4.1.5 - 4.1.5) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff8e407000 - 0x7fff8e607fff libicucore.A.dylib (491.11.3) <5783D305-04E8-3D17-94F7-1CEAFA975240> /usr/lib/libicucore.A.dylib
0x7fff8e608000 - 0x7fff8ea25fff FaceCoreLight (2.4.1) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
0x7fff8ea26000 - 0x7fff8ea35fff com.apple.opengl (1.8.10 - 1.8.10) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff8ea59000 - 0x7fff8ea92ff7 libssl.0.9.8.dylib (47.2) <46DF85DC-18FB-3108-91F6-52AE3EBF2347> /usr/lib/libssl.0.9.8.dylib
0x7fff8eacd000 - 0x7fff8eaf4fff com.apple.framework.familycontrols (4.1 - 410) <50F5A52C-8FB6-300A-977D-5CFDE4D5796B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x7fff8eb3e000 - 0x7fff8eb5dff7 com.apple.ChunkingLibrary (2.0 - 133.3) <8BEC9AFB-DCAA-37E8-A5AB-24422B234ECF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff8eb5e000 - 0x7fff8ebb7ff7 com.apple.ImageCaptureCore (5.0.4 - 5.0.4) <84F003C2-5758-3D0A-8644-F3A0BA4F22FC> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x7fff8ebb8000 - 0x7fff8ebfcfff libcups.2.dylib (327.7) <9F35B58A-F47E-348A-8E09-E235FA4B9270> /usr/lib/libcups.2.dylib
0x7fff8ebfd000 - 0x7fff8f82afff com.apple.AppKit (6.8 - 1187.39) <199962F0-B06B-3666-8FD5-5C90374BA16A> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff8f855000 - 0x7fff8f89fff7 libGLU.dylib (8.10.1) <6699DEA6-9EEB-3B84-A57F-B25AE44EC584> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff8f8a0000 - 0x7fff8f8a3fff com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff8f971000 - 0x7fff8f9c8ff7 com.apple.AppleVAFramework (5.0.19 - 5.0.19) <541A7DBE-F8E4-3023-A3C0-8D5A2A550CFB> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff903b8000 - 0x7fff903d2fff com.apple.CoreMediaAuthoring (2.1 - 914) <23F2B9D0-7B73-3C42-8EDC-8ADBF9C7B8C2> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x7fff903d3000 - 0x7fff90471ff7 com.apple.ink.framework (10.8.2 - 150) <3D8D16A2-7E01-3EA1-B637-83A36D353308> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff907fe000 - 0x7fff90841ff7 com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x7fff90894000 - 0x7fff9092efff libvMisc.dylib (380.10) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff909b2000 - 0x7fff90a0cff7 com.apple.opencl (2.2.19 - 2.2.19) <3C7DFB2C-B3F9-3447-A1FC-EAAA42181A6E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff90a0d000 - 0x7fff90a0dfff com.apple.vecLib (3.8 - vecLib 3.8) <6CBBFDC4-415C-3910-9558-B67176447789> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff90ac7000 - 0x7fff90af1ff7 com.apple.CoreVideo (1.8 - 99.4) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff90af2000 - 0x7fff90b5aff7 libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
0x7fff90b5c000 - 0x7fff90b60fff libCGXType.A.dylib (333.1) <16625094-813E-39F8-9AFE-C1A24ED11749> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff90b61000 - 0x7fff90ba0ff7 com.apple.QD (3.42.1 - 285.1) <77A20C25-EBB5-341C-A05C-5D458B97AD5C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff90ba9000 - 0x7fff90d1aff7 com.apple.QTKit (7.7.1 - 2599.41) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x7fff90d1b000 - 0x7fff90d28fff com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff90d2d000 - 0x7fff90d8cfff com.apple.AE (645.6 - 645.6) <44F403C1-660A-3543-AB9C-3902E02F936F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff90d92000 - 0x7fff90dcffef libGLImage.dylib (8.10.1) <91E31B9B-4141-36D5-ABDC-20F1D6D1D0CF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff90dd0000 - 0x7fff90f2efef com.apple.MediaControlSender (1.7 - 170.20) <853BE89D-49B0-3922-9ED5-DDBDE9A97356> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender
0x7fff90f2f000 - 0x7fff90f33fff libCoreVMClient.dylib (32.5) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff90f34000 - 0x7fff90f3fff7 com.apple.bsd.ServiceManagement (2.0 - 2.0) /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff90f40000 - 0x7fff90f8cfff com.apple.framework.CoreWLAN (3.4 - 340.18) /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff90f8d000 - 0x7fff91177ff7 com.apple.CoreFoundation (6.8 - 744.19) <0F7403CA-2CB8-3D0A-992B-679701DF27CA> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff911ed000 - 0x7fff9126fff7 com.apple.Heimdal (3.0 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff91270000 - 0x7fff91285fff com.apple.ImageCapture (8.0 - 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff91286000 - 0x7fff912ddff7 com.apple.ScalableUserInterface (1.0 - 1) /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x7fff912de000 - 0x7fff912e9ff7 com.apple.DisplayServicesFW (2.7.2 - 357) <8AE56B58-A521-3F29-AAE2-10ADADBD30EA> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x7fff912ea000 - 0x7fff913ecfff libJP2.dylib (851) <26FFBDBF-9CCE-33D7-A45B-0A31C98DA37E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff91816000 - 0x7fff91838ff7 com.apple.Kerberos (2.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff91839000 - 0x7fff9183cff7 libdyld.dylib (210.2.3) /usr/lib/system/libdyld.dylib
0x7fff9183d000 - 0x7fff91841ff7 com.apple.CommonPanels (1.2.5 - 94) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff91842000 - 0x7fff9186efff com.apple.framework.Apple80211 (8.5 - 850.252) <73506CA1-CF76-3A98-A6F2-3DDAC10CB67A> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff9187d000 - 0x7fff9190aff7 com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff9190b000 - 0x7fff9190bfff com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff91934000 - 0x7fff91934ffd com.apple.audio.units.AudioUnit (1.9.2 - 1.9.2) <6D314680-7409-3BC7-A807-36341411AF9A> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff91bfb000 - 0x7fff91f5afff com.apple.Foundation (6.8 - 945.18) <1D7E58E6-FA3A-3CE8-AC85-B9D06B8C0AA0> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff91f68000 - 0x7fff91fd5ff7 com.apple.datadetectorscore (4.1 - 269.3) <5775F0DB-87D6-310D-8B03-E2AD729EFB28> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff91fd6000 - 0x7fff9200cfff com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff920ff000 - 0x7fff92116fff libGL.dylib (8.10.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff921c8000 - 0x7fff921defff com.apple.MultitouchSupport.framework (237.4 - 237.4) <0F7FEE29-161B-3D8E-BE91-308CBD354461> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff921df000 - 0x7fff921e4fff com.apple.OpenDirectory (10.8 - 151.10) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff921e5000 - 0x7fff921e6fff liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
0x7fff9229d000 - 0x7fff92306fff libstdc++.6.dylib (56) /usr/lib/libstdc++.6.dylib
0x7fff92307000 - 0x7fff92313fff com.apple.CrashReporterSupport (10.8.3 - 418) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff92357000 - 0x7fff92377fff libPng.dylib (851) <3466F35C-EC1A-3D1A-80DC-175857FA19D5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff92378000 - 0x7fff92385ff7 com.apple.NetAuth (4.0 - 4.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff92386000 - 0x7fff92491fff libFontParser.dylib (84.6) <96C42E49-79A6-3475-B5E4-6A782599A6DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff92492000 - 0x7fff9261dfff com.apple.WebKit (8536 - 8536.30.1) <56B86FA1-ED74-3001-8942-1CA2281540EC> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x7fff9261e000 - 0x7fff9266dff7 libcorecrypto.dylib (106.2) /usr/lib/system/libcorecrypto.dylib
0x7fff9266e000 - 0x7fff9291dfff com.apple.imageKit (2.2 - 673) <5F0504DA-7CE9-3D97-B2B5-3C5839AEBF1F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x7fff9291e000 - 0x7fff9294aff7 libRIP.A.dylib (333.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff9294b000 - 0x7fff92ba6ff7 com.apple.QuartzComposer (5.1 - 287.1) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x7fff92c37000 - 0x7fff92c46ff7 libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
0x7fff92c47000 - 0x7fff92c47fff libOpenScriptingUtil.dylib (148.3) /usr/lib/libOpenScriptingUtil.dylib
0x7fff92c5d000 - 0x7fff92c5eff7 libremovefile.dylib (23.2) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib
0x7fff92c5f000 - 0x7fff935ef627 com.apple.CoreGraphics (1.600.0 - 333.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff935f0000 - 0x7fff938a7ff7 com.apple.MediaToolbox (1.0 - 926.106) <57043584-98E7-375A-89AE-F46480AA5D97> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fff938a8000 - 0x7fff938acfff libpam.2.dylib (20) /usr/lib/libpam.2.dylib
0x7fff938e3000 - 0x7fff93908ff7 libc++abi.dylib (26) /usr/lib/libc++abi.dylib
0x7fff9394e000 - 0x7fff93979fff libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
0x7fff9398b000 - 0x7fff939a6ff7 libsystem_kernel.dylib (2050.48.11) <3323E9AD-2317-3C7A-AB7F-1C81F5E148B7> /usr/lib/system/libsystem_kernel.dylib
0x7fff939a7000 - 0x7fff939f3ff7 libauto.dylib (185.4) /usr/lib/libauto.dylib
0x7fff939f4000 - 0x7fff939f6fff libCVMSPluginSupport.dylib (8.10.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff93c26000 - 0x7fff93c28fff com.apple.TrustEvaluationAgent (2.0 - 23) /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff93c54000 - 0x7fff93dc9ff7 com.apple.CFNetwork (596.5 - 596.5) <22372475-6EF4-3A04-83FC-C061FE4717B3> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff93dca000 - 0x7fff93de1fff com.apple.CFOpenDirectory (10.8 - 151.10) <10F41DA4-AD54-3F52-B898-588D9A117171> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff93de2000 - 0x7fff93de6ff7 com.apple.TCC (1.0 - 1) /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff93de7000 - 0x7fff93de7fff com.apple.ApplicationServices (45 - 45) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff93e2d000 - 0x7fff93ef9ff7 libsystem_c.dylib (825.40.1) <543B05AE-CFA5-3EFE-8E58-77225411BA6B> /usr/lib/system/libsystem_c.dylib
0x7fff93efa000 - 0x7fff9401afff com.apple.desktopservices (1.7.4 - 1.7.4) /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff9401b000 - 0x7fff9401ffff com.apple.IOSurface (86.0.4 - 86.0.4) <26F01CD4-B76B-37A3-989D-66E8140542B3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff94020000 - 0x7fff9405bfff com.apple.LDAPFramework (2.4.28 - 194.5) <7E4F2C08-0010-34AE-BC46-149B7EE8A0F5> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff940e5000 - 0x7fff94116ff7 com.apple.DictionaryServices (1.2 - 184.4) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff94117000 - 0x7fff94125ff7 libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
0x7fff94152000 - 0x7fff94159fff com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff941a4000 - 0x7fff941a6fff com.apple.securityhi (4.0 - 55002) <26E6D477-EF61-351F-BA8C-67824AA231C6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff941a7000 - 0x7fff941c4ff7 com.apple.openscripting (1.3.6 - 148.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff941c5000 - 0x7fff941c7fff libquarantine.dylib (52.1) <143B726E-DF47-37A8-90AA-F059CFD1A2E4> /usr/lib/system/libquarantine.dylib
0x7fff941c8000 - 0x7fff941e7ff7 libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
0x7fff94320000 - 0x7fff943f3ff7 com.apple.DiscRecording (7.0 - 7000.2.4) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff943f4000 - 0x7fff944a5fff com.apple.LaunchServices (539.9 - 539.9) <07FC6766-778E-3479-8F28-D2C9917E1DD1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff944a6000 - 0x7fff944b1fff com.apple.CommonAuth (3.0 - 2.0) <1CA95702-DDC7-3ADB-891E-7F037ABDDA14> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff944d1000 - 0x7fff944e5fff com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff944e6000 - 0x7fff9452efff libcurl.4.dylib (69.2) /usr/lib/libcurl.4.dylib
0x7fff9452f000 - 0x7fff945e2ff7 com.apple.PDFKit (2.8.5 - 2.8.5) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x7fff945ff000 - 0x7fff94612ff7 libbsm.0.dylib (32) /usr/lib/libbsm.0.dylib
0x7fff94613000 - 0x7fff94715fff libcrypto.0.9.8.dylib (47.2) /usr/lib/libcrypto.0.9.8.dylib
0x7fff94716000 - 0x7fff94b52fff com.apple.VideoToolbox (1.0 - 926.106) /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff94b53000 - 0x7fff94b54fff libsystem_blocks.dylib (59) /usr/lib/system/libsystem_blocks.dylib
0x7fff94b55000 - 0x7fff94b5bfff libmacho.dylib (829) /usr/lib/system/libmacho.dylib
0x7fff94b6a000 - 0x7fff94b77fff libbz2.1.0.dylib (29) /usr/lib/libbz2.1.0.dylib
0x7fff94b78000 - 0x7fff94b79ff7 libSystem.B.dylib (169.3) <9089D72D-E714-31E1-80C8-698A8E8B05AD> /usr/lib/libSystem.B.dylib
0x7fff94b7a000 - 0x7fff94cccfff com.apple.audio.toolbox.AudioToolbox (1.9.2 - 1.9.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff94ccd000 - 0x7fff94cdeff7 libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib
0x7fff94ce9000 - 0x7fff94ce9fff com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff94cf2000 - 0x7fff94d00fff libcommonCrypto.dylib (60027) /usr/lib/system/libcommonCrypto.dylib
0x7fff94d01000 - 0x7fff94e87fff libBLAS.dylib (1073.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff94e88000 - 0x7fff94eb6fff com.apple.CoreServicesInternal (154.3 - 154.3) /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff94eb7000 - 0x7fff94edffff libJPEG.dylib (851) <64A3EB03-34FB-308C-817B-6106D1F4D80F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff94ee0000 - 0x7fff94f86ff7 com.apple.CoreServices.OSServices (557.6 - 557.6) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff94f92000 - 0x7fff94fb3fff com.apple.Ubiquity (1.2 - 243.15) /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
0x7fff94fb4000 - 0x7fff95086ff7 com.apple.CoreText (260.0 - 275.17) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff950b2000 - 0x7fff951ccfff com.apple.coreavchd (5.6.0 - 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x7fff951cd000 - 0x7fff954e4ff7 com.apple.CoreServices.CarbonCore (1037.6 - 1037.6) <1E567A52-677F-3168-979F-5FBB0818D52B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff954e5000 - 0x7fff955fefff com.apple.ImageIO.framework (3.2.2 - 851) <6552C673-9F29-3B31-A12E-C4391A950965> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff955ff000 - 0x7fff95601ff7 com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff95602000 - 0x7fff95609fff libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
0x7fff9560a000 - 0x7fff9562bff7 libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
0x7fff9562c000 - 0x7fff95630fff libGIF.dylib (851) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff95631000 - 0x7fff95687fff com.apple.HIServices (1.20 - 417) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff95688000 - 0x7fff95688fff libkeymgr.dylib (25) /usr/lib/system/libkeymgr.dylib
0x7fff95689000 - 0x7fff95689fff com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff9568a000 - 0x7fff956d7fff com.apple.CoreMediaIO (309.0 - 4163.1) <8FD1C1A9-25C5-3B9E-A76D-BE813253B358> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x7fff956d9000 - 0x7fff956e7fff com.apple.Librarian (1.1 - 1) <5AC28666-7642-395F-A923-C6F8A274BBBD> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
0x7fff95799000 - 0x7fff957c7ff7 libsystem_m.dylib (3022.6) /usr/lib/system/libsystem_m.dylib
0x7fff957c8000 - 0x7fff958b9ff7 com.apple.DiskImagesFramework (10.8.3 - 345) <5C56181F-1E9F-336A-B7BB-620565A8BD6E> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x7fff958ba000 - 0x7fff958f4ff7 com.apple.GSS (3.0 - 2.0) <423BDFCC-9187-3F3E-ABB0-D280003EB15E> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff96118000 - 0x7fff96198ff7 com.apple.ApplicationServices.ATS (332 - 341.1) <39B53565-FA31-3F61-B090-C787C983142E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff96199000 - 0x7fff9619efff libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
0x7fff966a9000 - 0x7fff966ecff7 com.apple.RemoteViewServices (2.0 - 80.6) <5CFA361D-4853-3ACC-9EFC-A2AC1F43BA4B> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff966ed000 - 0x7fff966f5fff liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
0x7fff966f6000 - 0x7fff9671dff7 com.apple.PerformanceAnalysis (1.16 - 16) /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff9671e000 - 0x7fff96b15fff libLAPACK.dylib (1073.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff96b16000 - 0x7fff96b65fff com.apple.framework.CoreWiFi (1.3 - 130.13) /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff96b6f000 - 0x7fff96c64fff libiconv.2.dylib (34) /usr/lib/libiconv.2.dylib
0x7fff96c65000 - 0x7fff96c65fff com.apple.quartzframework (1.5 - 1.5) <6403C982-0D45-37EE-A0F0-0EF8BCFEF440> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x7fff96c66000 - 0x7fff96ce5ff7 com.apple.securityfoundation (6.0 - 55115.4) <8676E0DF-295F-3690-BDAA-6C9C1D210B88> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff96d74000 - 0x7fff96fefff7 com.apple.RawCamera.bundle (4.09 - 711) <0040632D-09A9-32DE-98E8-BFA99F9F6526> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff96ff0000 - 0x7fff96ff7fff libGFXShared.dylib (8.10.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff96ff8000 - 0x7fff970f5fff libsqlite3.dylib (138.1) /usr/lib/libsqlite3.dylib
0x7fff970f6000 - 0x7fff97152fff com.apple.QuickLookFramework (4.0 - 555.5) <8B9EAC35-98F3-3BF0-8B15-3A5FE39F150A> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x7fff97159000 - 0x7fff971bcfff com.apple.audio.CoreAudio (4.1.2 - 4.1.2) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff971c1000 - 0x7fff971ccfff libsystem_notify.dylib (98.5) /usr/lib/system/libsystem_notify.dylib
0x7fff971cd000 - 0x7fff9723bff7 com.apple.framework.IOKit (2.0.1 - 755.42.1) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff9723c000 - 0x7fff9723dff7 libsystem_sandbox.dylib (220.3) /usr/lib/system/libsystem_sandbox.dylib
0x7fff9723e000 - 0x7fff974e2ff7 com.apple.CoreImage (8.4.0 - 1.0.1) /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff9775b000 - 0x7fff977c3fff libvDSP.dylib (380.10) <3CA154A3-1BE5-3CF4-BE48-F0A719A963BB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff977c4000 - 0x7fff97858ff7 com.apple.CorePDF (2.2 - 2.2) /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x7fff97859000 - 0x7fff97957fff com.apple.QuickLookUIFramework (4.0 - 555.5) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x7fff97958000 - 0x7fff97960ff7 libsystem_dnssd.dylib (379.38.1) /usr/lib/system/libsystem_dnssd.dylib
0x7fff979b8000 - 0x7fff979b9ff7 libdnsinfo.dylib (453.19) <14202FFB-C3CA-3FCC-94B0-14611BF8692D> /usr/lib/system/libdnsinfo.dylib
0x7fff979ba000 - 0x7fff97a0bff7 com.apple.SystemConfiguration (1.12.2 - 1.12.2) <581BF463-C15A-363B-999A-E830222FA925> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff97a6a000 - 0x7fff97a96fff com.apple.quartzfilters (1.8.0 - 1.7.0) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x7fff97a97000 - 0x7fff98a56ff7 com.apple.WebCore (8536 - 8536.30.2) <3FF4783B-EF75-34F5-995C-316557148A18> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x7fff98a57000 - 0x7fff98a6aff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff98a6b000 - 0x7fff98a70fff libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
0x7fff98a71000 - 0x7fff98a83ff7 libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
0x7fff98a84000 - 0x7fff98b1ffff com.apple.CoreSymbolication (3.0 - 117) <7D43ED93-BD81-338C-8076-6A932A1D19E8> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff98b20000 - 0x7fff98b35ff7 libdispatch.dylib (228.23) /usr/lib/system/libdispatch.dylib
0x7fff98b36000 - 0x7fff98dd1ff7 com.apple.JavaScriptCore (8536 - 8536.30) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fff99054000 - 0x7fff99325ff7 com.apple.security (7.0 - 55179.13) /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff99326000 - 0x7fff99375ff7 libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff99400000 - 0x7fff99403fff libRadiance.dylib (851) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff99404000 - 0x7fff994c1ff7 com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff995e8000 - 0x7fff996e5ff7 libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
0x7fff996e6000 - 0x7fff99731fff com.apple.CoreMedia (1.0 - 926.106) <64467905-48DC-37F9-9F32-186768CF2640> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff997e5000 - 0x7fff998fd92f libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
0x7fff998fe000 - 0x7fff99915fff com.apple.GenerationalStorage (1.1 - 132.3) /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff99916000 - 0x7fff999f0fff com.apple.backup.framework (1.4.3 - 1.4.3) <6B65C44C-7777-3331-AD9D-438D10AAC777> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff99a2e000 - 0x7fff99af3ff7 com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff99af4000 - 0x7fff99afdff7 com.apple.CommerceCore (1.0 - 26.2) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x7fff99b00000 - 0x7fff99b0eff7 libkxld.dylib (2050.48.11) <6D1610C7-79F8-38A5-BFB2-F58F134BC8EA> /usr/lib/system/libkxld.dylib
0x7fff99c6c000 - 0x7fff99e07fef com.apple.vImage (6.0 - 6.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff99e08000 - 0x7fff99e2aff7 libxpc.dylib (140.43) <70BC645B-6952-3264-930C-C835010CCEF9> /usr/lib/system/libxpc.dylib
0x7fff99e2b000 - 0x7fff99e87ff7 com.apple.Symbolication (1.3 - 93) <97F3B1D2-D81D-3F37-87B3-B9A686124CF5> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff99e88000 - 0x7fff99e94fff libCSync.A.dylib (333.1) <319D3E83-8086-3990-8773-872F2E7C6EB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x7fff99ea1000 - 0x7fff9a411ff7 com.apple.CoreAUC (6.22.03 - 6.22.03) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x7fff9a412000 - 0x7fff9a412fff com.apple.Accelerate (1.8 - Accelerate 1.8) <878A6E7E-CB34-380F-8212-47FBF12C7C96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff9a4ee000 - 0x7fff9a524fff libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
0x7fff9a571000 - 0x7fff9a571fff com.apple.Carbon (154 - 155) <1B2846B1-384E-3D1C-8999-201215723349> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff9a572000 - 0x7fff9a720fff com.apple.QuartzCore (1.8 - 304.3) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff9a8d3000 - 0x7fff9a8d5ff7 libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.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: 18694
thread_create: 2
thread_set_state: 0
VM Region Summary:
ReadOnly portion of Libraries: Total=198.1M resident=118.5M(60%) swapped_out_or_unallocated=79.6M(40%)
Writable regions: Total=128.3M written=6760K(5%) resident=21.2M(17%) swapped_out=9580K(7%) unallocated=107.0M(83%)
REGION TYPE VIRTUAL
=========== =======
CG backing stores 10.5M
CG image 20K
CG raster data 668K
CG shared images 1248K
CoreImage 12K
CoreServices 3048K
MALLOC 85.4M
MALLOC guard page 48K
Memory tag=240 4K
Memory tag=242 12K
OpenCL 64K
SQLite page cache 288K
STACK GUARD 56.1M
Stack 14.2M
VM_ALLOCATE 16.1M
__DATA 17.5M
__IMAGE 528K
__LINKEDIT 52.8M
__TEXT 145.3M
__UNICODE 544K
mapped file 52.2M
shared memory 308K
=========== =======
TOTAL 456.6M
Model: MacBookPro10,1, BootROM MBP101.00EE.B03, 4 processors, Intel Core i7, 2.7 GHz, 16 GB, SMC 2.3f35
Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 512 MB
Graphics: NVIDIA GeForce GT 650M, NVIDIA GeForce GT 650M, PCIe, 1024 MB
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D5434314753364D465238432D50422020
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D5434314753364D465238432D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xEF), Broadcom BCM43xx 1.0 (5.106.98.100.17)
Bluetooth: Version 4.1.7f2 12718, 3 service, 13 devices, 3 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SD512E, 500.28 GB
USB Device: hub_device, 0x8087 (Intel Corporation), 0x0024, 0x1a100000 / 2
USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8510, 0x1a110000 / 3
USB Device: hub_device, 0x8087 (Intel Corporation), 0x0024, 0x1d100000 / 2
USB Device: hub_device, 0x0424 (SMSC), 0x2512, 0x1d180000 / 3
USB Device: BRCM20702 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x1d181000 / 5
USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8286, 0x1d181300 / 8
USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0262, 0x1d182000 / 4
The text was updated successfully, but these errors were encountered: