You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting the following crash report when attempting to connect to a MongoHQ database that is running Mongo 2.0. I get the error http://lockerz.com/s/178016010 upon initial connection but I can still browse the collection and query it. However, I get the crash reported below when I click "Server Stats"
The database doesn't contain any sensitive information so I can provide you with a temporary user for troubleshooting if you like.
External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 16
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: 38684988
thread_create: 2
thread_set_state: 0
VM Region Summary:
ReadOnly portion of Libraries: Total=199.3M resident=203.5M(102%) swapped_out_or_unallocated=16777216.0T(8826260553728%)
Writable regions: Total=118.9M written=7080K(6%) resident=15.7M(13%) swapped_out=0K(0%) unallocated=103.2M(87%)
Getting the following crash report when attempting to connect to a MongoHQ database that is running Mongo 2.0. I get the error http://lockerz.com/s/178016010 upon initial connection but I can still browse the collection and query it. However, I get the crash reported below when I click "Server Stats"
The database doesn't contain any sensitive information so I can provide you with a temporary user for troubleshooting if you like.
Process: MongoHub [51328]
Path: /Applications/MongoHub.app/Contents/MacOS/MongoHub
Identifier: com.fotonauts.MongoHub
Version: 2.4.15 (89)
Code Type: X86-64 (Native)
Parent Process: launchd [135]
Date/Time: 2012-01-26 12:34:20.665 -0800
OS Version: Mac OS X 10.7.3 (11D16)
Report Version: 9
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x00000000101a2d03
VM Regions Near 0x101a2d03:
-->
__TEXT 0000000100000000-000000010007a000 [ 488K] r-x/rwx SM=COW /Applications/MongoHub.app/Contents/MacOS/MongoHub
Application Specific Information:
objc_msgSend() selector name: objectForKey:
objc[51328]: garbage collection is OFF
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libobjc.A.dylib 0x00007fff8ab83210 objc_msgSend_vtable8 + 16
1 com.fotonauts.MongoHub 0x0000000100024bec -[ResultsOutlineViewController outlineView:objectValueForTableColumn:byItem:] + 124
2 com.apple.AppKit 0x00007fff8ec832ce -[NSOutlineView _dataSourceValueForColumn:row:] + 92
3 com.apple.AppKit 0x00007fff8ec71e4b -[NSTableView preparedCellAtColumn:row:] + 437
4 com.apple.AppKit 0x00007fff8ec830e8 -[NSOutlineView preparedCellAtColumn:row:] + 57
5 com.apple.AppKit 0x00007fff8ec82ff9 -[NSTableView _drawContentsAtRow:column:withCellFrame:] + 42
6 com.apple.AppKit 0x00007fff8ec82f73 -[NSOutlineView _drawContentsAtRow:column:withCellFrame:] + 94
7 com.apple.AppKit 0x00007fff8ec81460 -[NSTableView drawRow:clipRect:] + 1647
8 com.apple.AppKit 0x00007fff8ec80c3d -[NSTableView drawRowIndexes:clipRect:] + 565
9 com.apple.AppKit 0x00007fff8ec809fd -[NSOutlineView drawRowIndexes:clipRect:] + 116
10 com.apple.AppKit 0x00007fff8ec7ed5f -[NSTableView drawRect:] + 1390
11 com.apple.AppKit 0x00007fff8ebe5e17 -[NSView _drawRect:clip:] + 3758
12 com.apple.AppKit 0x00007fff8ec13534 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1583
13 com.apple.AppKit 0x00007fff8ec13960 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2651
14 com.apple.AppKit 0x00007fff8ec13960 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2651
15 com.apple.AppKit 0x00007fff8ebe33f6 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 1032
16 com.apple.AppKit 0x00007fff8ebe46ab -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 5821
17 com.apple.AppKit 0x00007fff8ebe46ab -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 5821
18 com.apple.AppKit 0x00007fff8ebe46ab -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 5821
19 com.apple.AppKit 0x00007fff8ebe46ab -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 5821
20 com.apple.AppKit 0x00007fff8ebe28ef -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 270
21 com.apple.AppKit 0x00007fff8ebddd18 -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 4755
22 com.apple.AppKit 0x00007fff8ebd678d -[NSView displayIfNeeded] + 1676
23 com.apple.AppKit 0x00007fff8ebd5ecd _handleWindowNeedsDisplayOrLayoutOrUpdateConstraints + 648
24 com.apple.CoreFoundation 0x00007fff8fb54f37 CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION + 23
25 com.apple.CoreFoundation 0x00007fff8fb54e96 __CFRunLoopDoObservers + 374
26 com.apple.CoreFoundation 0x00007fff8fb2a159 __CFRunLoopRun + 825
27 com.apple.CoreFoundation 0x00007fff8fb29ae6 CFRunLoopRunSpecific + 230
28 com.apple.HIToolbox 0x00007fff9250e9eb RunCurrentEventLoopInMode + 277
29 com.apple.HIToolbox 0x00007fff92515be7 ReceiveNextEventCommon + 181
30 com.apple.HIToolbox 0x00007fff92515b22 BlockUntilNextEventMatchingListInMode + 62
31 com.apple.AppKit 0x00007fff8eb9a1fd _DPSNextEvent + 659
32 com.apple.AppKit 0x00007fff8eb99b01 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
33 com.apple.AppKit 0x00007fff8ee5029d -[NSApplication _realDoModalLoop:peek:] + 610
34 com.apple.AppKit 0x00007fff8ee4fed1 -[NSApplication runModalForWindow:] + 120
35 com.apple.AppKit 0x00007fff8ee46085 _NXDoLocalRunAlertPanel + 425
36 com.apple.AppKit 0x00007fff8ee466c1 NSRunAlertPanel + 133
37 com.fotonauts.MongoHub 0x000000010001e3cb __46-[ConnectionWindowController showServerStatus]_block_invoke_0 + 443
38 com.fotonauts.MongoHub 0x000000010004a19c __block_global_2 + 44
39 libdispatch.dylib 0x00007fff93cc28ba _dispatch_call_block_and_release + 18
40 libdispatch.dylib 0x00007fff93cc472a _dispatch_main_queue_callback_4CF + 308
41 com.apple.CoreFoundation 0x00007fff8fb2a4dc __CFRunLoopRun + 1724
42 com.apple.CoreFoundation 0x00007fff8fb29ae6 CFRunLoopRunSpecific + 230
43 com.apple.HIToolbox 0x00007fff9250e9eb RunCurrentEventLoopInMode + 277
44 com.apple.HIToolbox 0x00007fff92515c95 ReceiveNextEventCommon + 355
45 com.apple.HIToolbox 0x00007fff92515b22 BlockUntilNextEventMatchingListInMode + 62
46 com.apple.AppKit 0x00007fff8eb9a1fd _DPSNextEvent + 659
47 com.apple.AppKit 0x00007fff8eb99b01 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
48 com.apple.AppKit 0x00007fff8eb96439 -[NSApplication run] + 470
49 com.apple.AppKit 0x00007fff8ee14ac0 NSApplicationMain + 867
50 com.fotonauts.MongoHub 0x0000000100012392 main + 34
51 com.fotonauts.MongoHub 0x00000001000019a4 start + 52
Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff8a3ae7e6 kevent + 10
1 libdispatch.dylib 0x00007fff93cc45be _dispatch_mgr_invoke + 923
2 libdispatch.dylib 0x00007fff93cc314e _dispatch_mgr_thread + 54
Thread 2:
0 libsystem_kernel.dylib 0x00007fff8a3ae192 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff8c985594 _pthread_wqthread + 758
2 libsystem_c.dylib 0x00007fff8c986b85 start_wqthread + 13
Thread 3:
0 libsystem_kernel.dylib 0x00007fff8a3ae192 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff8c985594 _pthread_wqthread + 758
2 libsystem_c.dylib 0x00007fff8c986b85 start_wqthread + 13
Thread 4:
0 libsystem_kernel.dylib 0x00007fff8a3ae192 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff8c985594 _pthread_wqthread + 758
2 libsystem_c.dylib 0x00007fff8c986b85 start_wqthread + 13
Thread 5:
0 libsystem_kernel.dylib 0x00007fff8a3ae192 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff8c985594 _pthread_wqthread + 758
2 libsystem_c.dylib 0x00007fff8c986b85 start_wqthread + 13
Thread 6:: com.apple.NSURLConnectionLoader
0 libsystem_kernel.dylib 0x00007fff8a3ac67a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff8a3abd71 mach_msg + 73
2 com.apple.CoreFoundation 0x00007fff8fb21b6c CFRunLoopServiceMachPort + 188
3 com.apple.CoreFoundation 0x00007fff8fb2a2d4 __CFRunLoopRun + 1204
4 com.apple.CoreFoundation 0x00007fff8fb29ae6 CFRunLoopRunSpecific + 230
5 com.apple.Foundation 0x00007fff8cc720ab +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 335
6 com.apple.Foundation 0x00007fff8cc667fe -[NSThread main] + 68
7 com.apple.Foundation 0x00007fff8cc66776 __NSThread__main + 1575
8 libsystem_c.dylib 0x00007fff8c9838bf _pthread_start + 335
9 libsystem_c.dylib 0x00007fff8c986b75 thread_start + 13
Thread 7:: com.apple.CFSocket.private
0 libsystem_kernel.dylib 0x00007fff8a3addf2 __select + 10
1 com.apple.CoreFoundation 0x00007fff8fb72f9b __CFSocketManager + 1355
2 libsystem_c.dylib 0x00007fff8c9838bf _pthread_start + 335
3 libsystem_c.dylib 0x00007fff8c986b75 thread_start + 13
Thread 8:: Dispatch queue: com.apple.root.default-priority
0 libsystem_kernel.dylib 0x00007fff8a3ac67a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff8a3abd71 mach_msg + 73
2 com.apple.CoreFoundation 0x00007fff8fb21b6c __CFRunLoopServiceMachPort + 188
3 com.apple.CoreFoundation 0x00007fff8fb2a2d4 __CFRunLoopRun + 1204
4 com.apple.CoreFoundation 0x00007fff8fb29ae6 CFRunLoopRunSpecific + 230
5 com.apple.Foundation 0x00007fff8cc1804f -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267
6 com.apple.AppKit 0x00007fff8ee47d74 -[NSAnimation(NSInternal) _runBlocking] + 365
7 com.apple.AppKit 0x00007fff8ee479b5 -[NSAnimation(NSInternal) _animationThread] + 65
8 libdispatch.dylib 0x00007fff93cc28ba _dispatch_call_block_and_release + 18
9 libdispatch.dylib 0x00007fff93cc3799 _dispatch_worker_thread2 + 255
10 libsystem_c.dylib 0x00007fff8c9853da _pthread_wqthread + 316
11 libsystem_c.dylib 0x00007fff8c986b85 start_wqthread + 13
Thread 9:
0 libsystem_kernel.dylib 0x00007fff8a3ae192 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff8c985594 _pthread_wqthread + 758
2 libsystem_c.dylib 0x00007fff8c986b85 start_wqthread + 13
Thread 10:: com.apple.appkit-heartbeat
0 libsystem_kernel.dylib 0x00007fff8a3ade42 semwait_signal + 10
1 libsystem_c.dylib 0x00007fff8c939dea nanosleep + 164
2 libsystem_c.dylib 0x00007fff8c939bb5 usleep + 53
3 com.apple.AppKit 0x00007fff8edd0bef -[NSUIHeartBeat _heartBeatThread:] + 1727
4 com.apple.Foundation 0x00007fff8cc667fe -[NSThread main] + 68
5 com.apple.Foundation 0x00007fff8cc66776 __NSThread__main + 1575
6 libsystem_c.dylib 0x00007fff8c9838bf _pthread_start + 335
7 libsystem_c.dylib 0x00007fff8c986b75 thread_start + 13
Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x00000000101a2ceb rbx: 0x000000010056b010 rcx: 0x000000010008ca18 rdx: 0x000000010008ca18
rdi: 0x0000000101aab940 rsi: 0x0000000100088790 rbp: 0x00007fff5fbfa130 rsp: 0x00007fff5fbfa0c8
r8: 0x00007fff5fbfa05c r9: 0x00007fff5fbfa058 r10: 0x000000010078d2f0 r11: 0x00000001008342c0
r12: 0x0000000000000000 r13: 0x00000001005696e0 r14: 0x0000000100569370 r15: 0x0000000101a84ec0
rip: 0x00007fff8ab83210 rfl: 0x0000000000010246 cr2: 0x00000000101a2d03
Logical CPU: 0
Binary Images:
0x100000000 - 0x100079fff +com.fotonauts.MongoHub (2.4.15 - 89) /Applications/MongoHub.app/Contents/MacOS/MongoHub
0x1000e2000 - 0x10012afeb +com.zang.RegexKit (0.6.0 - 0.6.0) /Applications/MongoHub.app/Contents/Frameworks/RegexKit.framework/Versions/A/RegexKit
0x100146000 - 0x10015dfff +org.andymatuschak.Sparkle (1.5 Beta 6 - 313) <9253F8F7-250B-1114-7AE9-A10A54EB2298> /Applications/MongoHub.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
0x100176000 - 0x100243fff +com.google.code.sequel-pro.mcpkit (1.0 - 1.0) <96C5CE58-644D-3D25-9BA7-D3B3993E1603> /Applications/MongoHub.app/Contents/Frameworks/MCPKit.framework/Versions/A/MCPKit
0x1002c8000 - 0x1003abfff libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <358B5B40-43B2-3F92-9FD3-DAA68806E1FF> /usr/lib/libcrypto.0.9.7.dylib
0x101b98000 - 0x101b9efef libcldcpuengine.dylib (1.50.61 - compatibility 1.0.0) /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
0x101ba4000 - 0x101ba7ff7 libCoreFSCache.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x101bbf000 - 0x101bbfffd +cl_kernels (??? - ???) <6C119AA3-9E50-4AB8-A0B5-B0A8B76B3B82> cl_kernels
0x101bc5000 - 0x101bc6ffc +cl_kernels (??? - ???) <2A15F7DB-DD78-44CE-9844-8EC21E7F8319> cl_kernels
0x101bcc000 - 0x101bcdff3 +cl_kernels (??? - ???) <5DF6DBBB-AC43-453D-B830-AEF930D965E2> cl_kernels
0x101bd7000 - 0x101bd7ff5 +cl_kernels (??? - ???) cl_kernels
0x101ff8000 - 0x101ff8ff5 +cl_kernels (??? - ???) <1B8D7C6D-E9AE-4514-BA8C-596DAD6B1C73> cl_kernels
0x101ffa000 - 0x101ffaff1 +cl_kernels (??? - ???) <7F309589-5862-4F54-948D-CFB5688B62F2> cl_kernels
0x105a8f000 - 0x105b22ff7 unorm8_bgra.dylib (1.50.61 - compatibility 1.0.0) <3ED8B0D5-4A55-3E39-8490-B7BC1780F67B> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
0x105ca9000 - 0x105caaff3 +cl_kernels (??? - ???) <8E4E481D-2A9B-427A-9D11-C5BF168D78BD> cl_kernels
0x105cbc000 - 0x105cbcffd +cl_kernels (??? - ???) cl_kernels
0x109fe2000 - 0x10a074ff7 com.apple.xquery (1.3 - 29) <02B0E724-CC18-3D60-8FBE-8BDB458C155A> /System/Library/PrivateFrameworks/XQuery.framework/XQuery
0x10a0ac000 - 0x10a13dff7 unorm8_rgba.dylib (1.50.61 - compatibility 1.0.0) <278541F2-18CC-3BE4-AD6B-24A3E983ACB5> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_rgba.dylib
0x7fff683e8000 - 0x7fff6841cb8f dyld (195.6 - ???) <28308BEF-D16A-3DD7-A4BD-567C53AA9D1E> /usr/lib/dyld
0x7fff8936f000 - 0x7fff89474ff7 libFontParser.dylib (??? - ???) <951280F5-C8A9-322E-8105-1EC1F783597F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff89475000 - 0x7fff89499fff com.apple.RemoteViewServices (1.3 - 44) <21D7A0E7-6699-37AB-AE6C-BF69AF3D61C2> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff8949a000 - 0x7fff8949bfff libsystem_sandbox.dylib (??? - ???) <8D14139B-B671-35F4-9E5A-023B4C523C38> /usr/lib/system/libsystem_sandbox.dylib
0x7fff8949c000 - 0x7fff894c5fff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff89560000 - 0x7fff89560fff com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff89561000 - 0x7fff89567fff libmacho.dylib (800.0.0 - compatibility 1.0.0) /usr/lib/system/libmacho.dylib
0x7fff89568000 - 0x7fff895a3fff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib
0x7fff8982d000 - 0x7fff8982dfff com.apple.audio.units.AudioUnit (1.7.1 - 1.7.1) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff89875000 - 0x7fff898e8fff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
0x7fff898e9000 - 0x7fff8991cff7 com.apple.GSS (2.1 - 2.0) <9A2C9736-DA10-367A-B376-2C7A584E6C7A> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff8991d000 - 0x7fff89979fff com.apple.QuickLookFramework (3.1 - 500.7) <75F04CD4-17BB-3B14-A09A-89CF5CD9C06D> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x7fff8997a000 - 0x7fff8997ffff libcache.dylib (47.0.0 - compatibility 1.0.0) /usr/lib/system/libcache.dylib
0x7fff89980000 - 0x7fff89984fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib
0x7fff89985000 - 0x7fff89a29fef com.apple.ink.framework (1.3.2 - 110) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff89a5b000 - 0x7fff89a85ff7 com.apple.CoreServicesInternal (113.9 - 113.9) <439B5494-FE88-3AED-9998-878CBB015DD3> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff89a86000 - 0x7fff89af0fff com.apple.framework.IOKit (2.0 - ???) <27C3AA58-6B7F-3D11-88DE-D1552C1166C4> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff89af1000 - 0x7fff89af6fff com.apple.OpenDirectory (10.7 - 146) <91A87249-6A2F-3F89-A8DE-0E95C0B54A3A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff89b40000 - 0x7fff89edefef com.apple.MediaToolbox (1.0 - 705.42) /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fff89edf000 - 0x7fff89f2dfff libauto.dylib (??? - ???) /usr/lib/libauto.dylib
0x7fff89f2e000 - 0x7fff89f40ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
0x7fff89f5a000 - 0x7fff89fc2ff7 com.apple.CoreSymbolication (2.1 - 71) <2ADD7C5B-C8C8-3CA8-8A5C-8FB1C7F6A549> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff8a013000 - 0x7fff8a08eff7 com.apple.print.framework.PrintCore (7.1 - 366.1) <3F140DEB-9F87-3672-97CC-F983752581AC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff8a0d9000 - 0x7fff8a120ff7 com.apple.CoreMedia (1.0 - 705.42) /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff8a121000 - 0x7fff8a220ff7 com.apple.QuickLookUIFramework (3.1 - 500.7) <1C717B3C-7F2F-3B10-A473-05FEC1CD839D> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x7fff8a231000 - 0x7fff8a231fff com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff8a232000 - 0x7fff8a25aff7 com.apple.CoreVideo (1.7 - 70.1) <98F917B2-FB53-3EA3-B548-7E97B38309A7> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff8a25b000 - 0x7fff8a2f1ff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff8a2f2000 - 0x7fff8a2fdfff com.apple.CommonAuth (2.1 - 2.0) /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff8a2fe000 - 0x7fff8a338fe7 com.apple.DebugSymbols (2.1 - 87) <149201BE-A8A4-3E40-AD65-E5194B59162E> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff8a397000 - 0x7fff8a3b7fff libsystem_kernel.dylib (1699.22.73 - compatibility 1.0.0) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
0x7fff8a3bd000 - 0x7fff8a3bdfff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff8a3be000 - 0x7fff8a450ff7 com.apple.CorePDF (3.1 - 3.1) /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x7fff8a473000 - 0x7fff8a47cff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib
0x7fff8a47d000 - 0x7fff8a49afff libPng.dylib (??? - ???) <3C70A94C-9442-3E11-AF51-C1B0EF81680E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff8a4de000 - 0x7fff8a4ecff7 libkxld.dylib (??? - ???) <65BE345D-6618-3D1A-9E2B-255E629646AA> /usr/lib/system/libkxld.dylib
0x7fff8a4ed000 - 0x7fff8a513ff7 com.apple.framework.familycontrols (3.0 - 300) <246B0F06-0E46-3A14-B60F-4C99D1E04DC4> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x7fff8a5fc000 - 0x7fff8a69eff7 com.apple.securityfoundation (5.0 - 55005) <0D59908C-A61B-389E-AF37-741ACBBA6A94> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff8a6e3000 - 0x7fff8ab77fff com.apple.RawCamera.bundle (3.9.0 - 584) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff8ab78000 - 0x7fff8ac5ce5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib
0x7fff8ac68000 - 0x7fff8af40fff com.apple.security (7.0 - 55010) <6F73FBEA-439D-3238-87A2-78E77DDA74DB> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff8af41000 - 0x7fff8b01ffff com.apple.ImageIO.framework (3.1.1 - 3.1.1) <13E549F8-5BD6-3BAE-8C33-1D0BD269C081> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff8b033000 - 0x7fff8b086fff libFontRegistry.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff8b087000 - 0x7fff8ba02797 com.apple.CoreGraphics (1.600.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff8c14a000 - 0x7fff8c24dfff libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <7F60B0FF-4946-3639-89AB-B540D318B249> /usr/lib/libsqlite3.dylib
0x7fff8c24e000 - 0x7fff8c28ffff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff8c321000 - 0x7fff8c37cff7 com.apple.HIServices (1.10 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff8c37d000 - 0x7fff8c401ff7 com.apple.ApplicationServices.ATS (317.5.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff8c402000 - 0x7fff8c5a1fff com.apple.QuartzCore (1.7 - 270.1) <8B1F288D-7829-32F2-968F-CEA922EF98B2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff8c6aa000 - 0x7fff8c6e3fe7 libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <79AAEC98-1258-3DA4-B1C0-4120049D390B> /usr/lib/libssl.0.9.8.dylib
0x7fff8c85d000 - 0x7fff8c924ff7 com.apple.ColorSync (4.7.1 - 4.7.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff8c935000 - 0x7fff8ca12fef libsystem_c.dylib (763.12.0 - compatibility 1.0.0) /usr/lib/system/libsystem_c.dylib
0x7fff8cbe3000 - 0x7fff8cbf1fff com.apple.NetAuth (1.0 - 3.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff8cbf2000 - 0x7fff8cc01ff7 com.apple.opengl (1.7.5 - 1.7.5) <02ED22D6-E5E0-3066-9A7B-401F8D150219> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff8cc02000 - 0x7fff8cc08fff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff8cc09000 - 0x7fff8cc0bfff libCVMSPluginSupport.dylib (??? - ???) <61D89F3C-C64D-3733-819F-8AAAE4E2E993> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff8cc0c000 - 0x7fff8cf25ff7 com.apple.Foundation (6.7.1 - 833.20) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff8cf85000 - 0x7fff8cf86fff com.apple.MonitorPanelFramework (1.4.0 - 1.4.0) <0F55CD76-DB24-309B-BD12-62B00C1AAB9F> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
0x7fff8cf8e000 - 0x7fff8d455fff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
0x7fff8d4a0000 - 0x7fff8d4e2ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib
0x7fff8d4ef000 - 0x7fff8d51cfe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <4FC58FED-2D8C-3D58-8349-E68F4F7C3861> /usr/lib/libSystem.B.dylib
0x7fff8d51d000 - 0x7fff8d544fff com.apple.PerformanceAnalysis (1.10 - 10) <2A058167-292E-3C3A-B1F8-49813336E068> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff8d545000 - 0x7fff8d5adff7 com.apple.audio.CoreAudio (4.0.1 - 4.0.1) <1EE030D9-ABCF-359A-8C94-3466430530C4> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff8d5ae000 - 0x7fff8d602ff7 com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x7fff8d60f000 - 0x7fff8d614fff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib
0x7fff8d615000 - 0x7fff8d6b4fff com.apple.LaunchServices (480.23 - 480.23) <151B5EDD-EB14-36F8-981D-1D224D94A835> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff8d6b5000 - 0x7fff8d797ff7 com.apple.CoreServices.OSServices (478.33 - 478.33) <13E8EB73-5A7A-3B40-9C03-23D5DD8AB2AD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff8d80c000 - 0x7fff8dfa0fef com.apple.CoreAUC (6.11.04 - 6.11.04) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x7fff8dfa1000 - 0x7fff8dfd1ff7 com.apple.DictionaryServices (1.2.1 - 158.2) <3FC86118-7553-38F7-8916-B329D2E94476> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff8e062000 - 0x7fff8e062fff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff8e078000 - 0x7fff8e12bfff com.apple.CoreText (220.11.0 - ???) <54E39424-9651-3397-B510-CE39153C18D9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff8e12c000 - 0x7fff8e134fff libsystem_dnssd.dylib (??? - ???) <7749128E-D0C5-3832-861C-BC9913F774FA> /usr/lib/system/libsystem_dnssd.dylib
0x7fff8e135000 - 0x7fff8e154fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib
0x7fff8e155000 - 0x7fff8e1a5fff com.apple.CoreMediaIO (210.0 - 3180) <36F6D4E3-C2A2-3496-B6C8-BD903A6B4018> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x7fff8e3a9000 - 0x7fff8e3b4ff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
0x7fff8e3b5000 - 0x7fff8e7d1ff7 com.apple.SceneKit (2.1 - 125.1) <296A889C-2E9D-366F-8962-E23931EECC70> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
0x7fff8e7d2000 - 0x7fff8e7d5fff libCoreVMClient.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff8e7d6000 - 0x7fff8e9d8fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <38CD6ED3-C8E4-3CCD-89AC-9C3198803101> /usr/lib/libicucore.A.dylib
0x7fff8e9d9000 - 0x7fff8e9dfff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
0x7fff8e9e0000 - 0x7fff8e9f3ff7 libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib
0x7fff8e9f4000 - 0x7fff8e9f7fff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff8e9f8000 - 0x7fff8ea0efff libGL.dylib (??? - ???) <6A473BF9-4D35-34C6-9F8B-86B68091A9AF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff8ea0f000 - 0x7fff8ea3afff libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <7D3CDB0A-840F-3856-8F84-B4A50E66431B> /usr/lib/libpcre.0.dylib
0x7fff8ea3b000 - 0x7fff8ea58ff7 libxpc.dylib (77.17.0 - compatibility 1.0.0) <72A16104-2F23-3C22-B474-1953F06F9376> /usr/lib/system/libxpc.dylib
0x7fff8eabb000 - 0x7fff8eac1fff libGFXShared.dylib (??? - ???) <7F73CCDC-4C72-31A9-907B-4EC1BA8249A5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff8eb04000 - 0x7fff8eb20ff7 com.apple.GenerationalStorage (1.0 - 125) <31F60175-E38D-3C63-8D95-32CFE7062BCB> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff8eb21000 - 0x7fff8eb25ff7 com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff8eb26000 - 0x7fff8eb8cff7 com.apple.coreui (1.2.1 - 165) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff8eb8d000 - 0x7fff8eb90ff7 com.apple.securityhi (4.0 - 1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff8eb91000 - 0x7fff8f794fff com.apple.AppKit (6.7.2 - 1138.25) <4E7D7A63-5DE7-36B9-87DE-E69AD7230E5E> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff8f7dc000 - 0x7fff8f7f9ff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff8f801000 - 0x7fff8f937fff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff8f964000 - 0x7fff8faeeff7 com.apple.WebKit (7534.53 - 7534.53.1) <6F74F3F4-641D-30F8-A632-FB43BABE4059> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x7fff8faf1000 - 0x7fff8fcc5fff com.apple.CoreFoundation (6.7.1 - 635.15) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff8fcc6000 - 0x7fff8fd05fff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff8fe1e000 - 0x7fff8ffa8ff7 com.apple.QTKit (7.7.1 - 2306) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x7fff90685000 - 0x7fff906d7ff7 libGLU.dylib (??? - ???) <3C9153A0-8499-3DC0-AAA4-9FA6E488BE13> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff90704000 - 0x7fff9076bff7 com.apple.Symbolication (1.2 - 89) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff9076c000 - 0x7fff9086eff7 libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib
0x7fff90899000 - 0x7fff908b3fff com.apple.CoreMediaAuthoring (2.0 - 889) <99D8E4C6-DDD3-3B0C-BBFB-A513877F10F6> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x7fff90994000 - 0x7fff90994fff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff90995000 - 0x7fff90995fff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff90996000 - 0x7fff90997fff libunc.dylib (24.0.0 - compatibility 1.0.0) /usr/lib/system/libunc.dylib
0x7fff909e8000 - 0x7fff909eefff IOSurface (??? - ???) <06FA3FDD-E6D5-391F-B60D-E98B169DAB1B> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff90a33000 - 0x7fff90a57fff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff90c2f000 - 0x7fff90c32fff com.apple.AppleSystemInfo (1.0 - 1) <598ADC13-C994-3579-A885-0D6658DDD564> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x7fff910c7000 - 0x7fff910cefff com.apple.NetFS (4.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff910cf000 - 0x7fff916b3fff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff916b4000 - 0x7fff916b5fff libdnsinfo.dylib (395.6.0 - compatibility 1.0.0) <718A135F-6349-354A-85D5-430B128EFD57> /usr/lib/system/libdnsinfo.dylib
0x7fff916b6000 - 0x7fff917d0ff7 com.apple.DesktopServices (1.6.2 - 1.6.2) <92677051-BCEF-3E99-81C2-D1CA4B3E234B> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff917d1000 - 0x7fff917d8fff libCGXCoreImage.A.dylib (600.0.0 - compatibility 64.0.0) <40374018-2832-3144-8114-CED417321C76> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x7fff9183f000 - 0x7fff91840fff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib
0x7fff91c96000 - 0x7fff91ca0ff7 liblaunch.dylib (392.18.0 - compatibility 1.0.0) <39EF04F2-7F0C-3435-B785-BF283727FFBD> /usr/lib/system/liblaunch.dylib
0x7fff91cfc000 - 0x7fff91d5cfff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff91d5d000 - 0x7fff91fcbff7 com.apple.QuartzComposer (5.0 - 236.3) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x7fff91fcc000 - 0x7fff91fccfff com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff91fcd000 - 0x7fff91fd2fff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
0x7fff91fd3000 - 0x7fff920d0fff com.apple.avfoundation (2.0 - 180.30) <061DDF4C-E7BB-33D0-BEB9-0443ADF6EC8C> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x7fff920f0000 - 0x7fff92160fff com.apple.datadetectorscore (3.0 - 179.4) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff92177000 - 0x7fff9217cff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib
0x7fff9217d000 - 0x7fff92188ff7 com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <7ADAAF5B-1D78-32F2-9FFF-D2E3FBB41C2B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff92189000 - 0x7fff92295fff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib
0x7fff92296000 - 0x7fff922e2fff com.apple.SystemConfiguration (1.11.2 - 1.11) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff922e3000 - 0x7fff922e7fff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <5EEAD17D-006C-3855-8093-C7A4A97EE0D0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff922e8000 - 0x7fff9235dff7 libc++.1.dylib (19.0.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib
0x7fff9236b000 - 0x7fff92478fff libJP2.dylib (??? - ???) <6052C973-9354-35CB-AAB9-31D00D8786F9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff92479000 - 0x7fff9250bff7 com.apple.PDFKit (2.6.2 - 2.6.2) <457A516A-7770-3CF8-8BCD-319DE66901E8> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x7fff9250c000 - 0x7fff92837ff7 com.apple.HIToolbox (1.8 - ???) <681CC8E5-C5ED-3284-9B63-ED6C9464A102> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff929a4000 - 0x7fff92c2ffff com.apple.JavaScriptCore (7534.53 - 7534.53.1) <2BD5736A-1E96-3AEE-987C-024CF358CF66> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fff92c30000 - 0x7fff92f4cff7 com.apple.CoreServices.CarbonCore (960.18 - 960.18) <6020C3FB-6125-3EAE-A55D-1E77E38BEDEA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff92f4d000 - 0x7fff92fa1ff7 com.apple.ImageCaptureCore (3.0.2 - 3.0.2) /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x7fff92fa2000 - 0x7fff92ff9fff libTIFF.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff93035000 - 0x7fff93036fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff9307c000 - 0x7fff93090ff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff93091000 - 0x7fff930d1ff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <29DE948E-38C4-3CC5-B528-40C691380607> /usr/lib/libcups.2.dylib
0x7fff930d2000 - 0x7fff930e8ff7 com.apple.ImageCapture (7.0 - 7.0) <69E6E2E1-777E-332E-8BCF-4F0611517DD0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff930e9000 - 0x7fff9351bfff com.apple.VideoToolbox (1.0 - 705.42) /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff9351c000 - 0x7fff9351cfff com.apple.quartzframework (1.5 - 1.5) <21FCC91F-C7B9-304F-8C9C-04F3924F4AE3> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x7fff9358f000 - 0x7fff9358ffff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
0x7fff93590000 - 0x7fff93685fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
0x7fff9370d000 - 0x7fff937a7ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff937a8000 - 0x7fff937fbfff com.apple.AppleVAFramework (5.0.14 - 5.0.14) <45159B9E-05BF-35B2-AF76-D933490FBFB1> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff937fc000 - 0x7fff93813fff com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff93893000 - 0x7fff93cc0fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff93cc1000 - 0x7fff93ccffff libdispatch.dylib (187.7.0 - compatibility 1.0.0) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
0x7fff93cd0000 - 0x7fff93d53fef com.apple.Metadata (10.7.0 - 627.21) <30D2A1E2-6A06-3104-ABE0-08DAD458BDAB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff93d54000 - 0x7fff93d6bfff com.apple.MultitouchSupport.framework (220.62.1 - 220.62.1) <811203B5-70EC-3F2A-97C0-2236D3A1F9D6> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff93d6c000 - 0x7fff93d77ff7 com.apple.DisplayServicesFW (2.5.2 - 317) <6BCAE0C3-CB0A-3740-AB0E-1DB08CC8B023> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x7fff93da9000 - 0x7fff93decff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <2B1571E1-8E87-364E-BC36-C9C9B5D3EAC4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff93e00000 - 0x7fff93e02fff libquarantine.dylib (36.1.0 - compatibility 1.0.0) <4827B886-E31A-3A7A-9511-4ECC3510559B> /usr/lib/system/libquarantine.dylib
0x7fff93e03000 - 0x7fff93e08fff libGIF.dylib (??? - ???) <393E2DB5-9479-39A6-A75A-B5F20B852532> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff93e09000 - 0x7fff93e34ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <8051A3FC-7385-3EA9-9634-78FC616C3E94> /usr/lib/libxslt.1.dylib
0x7fff93e5d000 - 0x7fff940d0fff com.apple.CoreImage (7.82 - 1.0.1) <282801B6-5D80-3E2C-88A4-00FE29906D5A> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff940d1000 - 0x7fff940feff7 com.apple.opencl (1.50.63 - 1.50.63) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff944d3000 - 0x7fff944d5ff7 com.apple.print.framework.Print (7.1 - 247.1) <8A4925A5-BAA3-373C-9B5D-03E0270C6B12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff944d6000 - 0x7fff944ddfff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib
0x7fff944de000 - 0x7fff944f0ff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
0x7fff944f1000 - 0x7fff9470bfef com.apple.CoreData (104 - 358.12) <33B1FA75-7970-3751-9DCC-FF809D3E1FA2> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff94a67000 - 0x7fff94a68ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
0x7fff94aa7000 - 0x7fff94ad4fff com.apple.quartzfilters (1.7.0 - 1.7.0) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x7fff94ad5000 - 0x7fff957e0ff7 com.apple.WebCore (7534.53 - 7534.53.2) <4FB26B15-8119-389E-9337-48D54EFC2A25> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x7fff9588b000 - 0x7fff958caff7 libGLImage.dylib (??? - ???) <2D1D8488-EC5F-3229-B983-CFDE0BB37586> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff958d4000 - 0x7fff958d7fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff958ed000 - 0x7fff95b68fff com.apple.imageKit (2.1.1 - 1.0) <7043F962-259C-3B2F-B3B7-ACB85CA8EA1A> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x7fff95b69000 - 0x7fff95b6bfff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff95b6c000 - 0x7fff95bf1ff7 com.apple.Heimdal (2.1 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff95bf2000 - 0x7fff95bfffff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <931F40EB-CA75-3A90-AC97-4DB8E210BC76> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x7fff95c00000 - 0x7fff95c07ff7 com.apple.CommerceCore (1.0 - 17) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x7fff95c08000 - 0x7fff95d61fff com.apple.audio.toolbox.AudioToolbox (1.7.1 - 1.7.1) <4877267E-F736-3019-85D3-40A32A042A80> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff95dd7000 - 0x7fff95dd8ff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib
0x7fff95dd9000 - 0x7fff95f3ffff com.apple.CFNetwork (520.3 - 520.3) <452DDF06-BEAE-3268-B654-6E0FAAA7A5A0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff95f40000 - 0x7fff95f55fff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff9608d000 - 0x7fff96091fff libdyld.dylib (195.5.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib
External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 16
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: 38684988
thread_create: 2
thread_set_state: 0
VM Region Summary:
ReadOnly portion of Libraries: Total=199.3M resident=203.5M(102%) swapped_out_or_unallocated=16777216.0T(8826260553728%)
Writable regions: Total=118.9M written=7080K(6%) resident=15.7M(13%) swapped_out=0K(0%) unallocated=103.2M(87%)
REGION TYPE VIRTUAL
=========== =======
CG backing stores 4532K
CG image 48K
CG raster data 348K
CG shared images 3512K
CoreAnimation 4K
CoreGraphics 16K
CoreImage 76K
CoreServices 13.1M
MALLOC 83.1M
MALLOC guard page 32K
Memory tag=240 4K
Memory tag=242 12K
Memory tag=243 4K
Memory tag=251 8K
OpenCL 76K
SQLite page cache 192K
STACK GUARD 56.0M
Stack 12.6M
VM_ALLOCATE 16.2M
__CI_BITMAP 80K
__DATA 19.4M
__IMAGE 1256K
__LINKEDIT 48.8M
__RC_CAMERAS 236K
__TEXT 150.5M
__UNICODE 544K
mapped file 39.7M
shared memory 312K
=========== =======
TOTAL 450.5M
The text was updated successfully, but these errors were encountered: