Skip to content
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 trying to access system.profile collection #24

Closed
aharpole opened this issue Jan 31, 2012 · 16 comments
Closed

Crash trying to access system.profile collection #24

aharpole opened this issue Jan 31, 2012 · 16 comments

Comments

@aharpole
Copy link

I'm doing full profiling and when I tried querying the system.profile collection I got this crash:

Process: MongoHub [69938]
Path: /Applications/MongoHub.app/Contents/MacOS/MongoHub
Identifier: com.fotonauts.MongoHub
Version: 2.4.16 (90)
Code Type: X86-64 (Native)
Parent Process: launchd [135]

Date/Time: 2012-01-31 11:43:12.422 -0800
OS Version: Mac OS X 10.7.3 (11D16)
Report Version: 9

Interval Since Last Report: 594248 sec
Crashes Since Last Report: 7
Per-App Interval Since Last Report: 113822 sec
Per-App Crashes Since Last Report: 2
Anonymous UUID: 2602AD2E-390C-492B-8F3A-A4E200482F98

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

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

Application Specific Information:
objc[69938]: garbage collection is OFF
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'unknown type'
*** First throw call stack:
(
0 CoreFoundation 0x00007fff8fb95286 __exceptionPreprocess + 198
1 libobjc.A.dylib 0x00007fff8ab8ed5e objc_exception_throw + 43
2 CoreFoundation 0x00007fff8fb950ba +[NSException raise:format:arguments:] + 106
3 Foundation 0x00007fff8ccd77d3 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 169
4 MongoHub 0x00000001000524c7 +[MODHelper convertForOutlineWithValue:dataKey:] + 2503
5 MongoHub 0x0000000100051688 +[MODHelper convertForOutlineWithObjects:] + 584
6 MongoHub 0x0000000100027efc __37-[MHQueryWindowController findQuery:]_block_invoke_0 + 940
7 MongoHub 0x00000001000407e5 __block_global_2 + 117
8 libdispatch.dylib 0x00007fff93cc28ba _dispatch_call_block_and_release + 18
9 libdispatch.dylib 0x00007fff93cc472a _dispatch_main_queue_callback_4CF + 308
10 CoreFoundation 0x00007fff8fb2a4dc __CFRunLoopRun + 1724
11 CoreFoundation 0x00007fff8fb29ae6 CFRunLoopRunSpecific + 230
12 HIToolbox 0x00007fff9250e9eb RunCurrentEventLoopInMode + 277
13 HIToolbox 0x00007fff92515c95 ReceiveNextEventCommon + 355
14 HIToolbox 0x00007fff92515b22 BlockUntilNextEventMatchingListInMode + 62
15 AppKit 0x00007fff8eb9a1fd _DPSNextEvent + 659
16 AppKit 0x00007fff8eb99b01 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
17 AppKit 0x00007fff8eb96439 -[NSApplication run] + 470
18 AppKit 0x00007fff8ee14ac0 NSApplicationMain + 867
19 MongoHub 0x0000000100012b02 main + 34
20 MongoHub 0x0000000100002014 start + 52
21 ??? 0x0000000000000002 0x0 + 2
)

terminate called throwing an exception
abort() called

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff8a3adce2 __pthread_kill + 10
1 libsystem_c.dylib 0x00007fff8c9857d2 pthread_kill + 95
2 libsystem_c.dylib 0x00007fff8c976a7a abort + 143
3 libc++abi.dylib 0x00007fff8e3b17bc abort_message + 214
4 libc++abi.dylib 0x00007fff8e3aefcf default_terminate() + 28
5 libobjc.A.dylib 0x00007fff8ab8f1b9 _objc_terminate + 94
6 libc++abi.dylib 0x00007fff8e3af001 safe_handler_caller(void (*)()) + 11
7 libc++abi.dylib 0x00007fff8e3af05c std::terminate() + 16
8 libc++abi.dylib 0x00007fff8e3b0152 __cxa_throw + 114
9 libobjc.A.dylib 0x00007fff8ab8ee7a objc_exception_throw + 327
10 com.apple.CoreFoundation 0x00007fff8fb950ba +[NSException raise:format:arguments:] + 106
11 com.apple.Foundation 0x00007fff8ccd77d3 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 169
12 com.fotonauts.MongoHub 0x00000001000524c7 +[MODHelper convertForOutlineWithValue:dataKey:] + 2503
13 com.fotonauts.MongoHub 0x0000000100051688 +[MODHelper convertForOutlineWithObjects:] + 584
14 com.fotonauts.MongoHub 0x0000000100027efc __37-[MHQueryWindowController findQuery:]_block_invoke_0 + 940
15 com.fotonauts.MongoHub 0x00000001000407e5 __block_global_2 + 117
16 libdispatch.dylib 0x00007fff93cc28ba _dispatch_call_block_and_release + 18
17 libdispatch.dylib 0x00007fff93cc472a _dispatch_main_queue_callback_4CF + 308
18 com.apple.CoreFoundation 0x00007fff8fb2a4dc __CFRunLoopRun + 1724
19 com.apple.CoreFoundation 0x00007fff8fb29ae6 CFRunLoopRunSpecific + 230
20 com.apple.HIToolbox 0x00007fff9250e9eb RunCurrentEventLoopInMode + 277
21 com.apple.HIToolbox 0x00007fff92515c95 ReceiveNextEventCommon + 355
22 com.apple.HIToolbox 0x00007fff92515b22 BlockUntilNextEventMatchingListInMode + 62
23 com.apple.AppKit 0x00007fff8eb9a1fd _DPSNextEvent + 659
24 com.apple.AppKit 0x00007fff8eb99b01 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
25 com.apple.AppKit 0x00007fff8eb96439 -[NSApplication run] + 470
26 com.apple.AppKit 0x00007fff8ee14ac0 NSApplicationMain + 867
27 com.fotonauts.MongoHub 0x0000000100012b02 main + 34
28 com.fotonauts.MongoHub 0x0000000100002014 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:
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 8:
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 9:: 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 10:
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 11:: 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: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfcf68 rdx: 0x0000000000000000
rdi: 0x0000000000000707 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfcf90 rsp: 0x00007fff5fbfcf68
r8: 0x00007fff798f6fb8 r9: 0x00007fff5fbfc9f8 r10: 0x00007fff8a3add0a r11: 0xffffff80002d8220
r12: 0x00007fff5fbfe7e8 r13: 0x0000000000000000 r14: 0x00007fff798f9960 r15: 0x00007fff5fbfd0e0
rip: 0x00007fff8a3adce2 rfl: 0x0000000000000246 cr2: 0x00000001037bb000
Logical CPU: 0

Binary Images:
0x100000000 - 0x10007afff +com.fotonauts.MongoHub (2.4.16 - 90) /Applications/MongoHub.app/Contents/MacOS/MongoHub
0x1000e3000 - 0x10012bfeb +com.zang.RegexKit (0.6.0 - 0.6.0) /Applications/MongoHub.app/Contents/Frameworks/RegexKit.framework/Versions/A/RegexKit
0x100147000 - 0x10015efff +org.andymatuschak.Sparkle (1.5 Beta 6 - 313) <9253F8F7-250B-1114-7AE9-A10A54EB2298> /Applications/MongoHub.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
0x100177000 - 0x100244fff +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
0x1002c9000 - 0x1003acfff libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <358B5B40-43B2-3F92-9FD3-DAA68806E1FF> /usr/lib/libcrypto.0.9.7.dylib
0x101c99000 - 0x101c9ffef libcldcpuengine.dylib (1.50.61 - compatibility 1.0.0) /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
0x101ca5000 - 0x101ca8ff7 libCoreFSCache.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x101cc0000 - 0x101cc0ffd +cl_kernels (??? - ???) <6C119AA3-9E50-4AB8-A0B5-B0A8B76B3B82> cl_kernels
0x101cc6000 - 0x101cc7ffc +cl_kernels (??? - ???) <2A15F7DB-DD78-44CE-9844-8EC21E7F8319> cl_kernels
0x101ccd000 - 0x101cceff3 +cl_kernels (??? - ???) <5DF6DBBB-AC43-453D-B830-AEF930D965E2> cl_kernels
0x101cd8000 - 0x101cd8ff5 +cl_kernels (??? - ???) cl_kernels
0x1037cb000 - 0x1037cbff5 +cl_kernels (??? - ???) <1B8D7C6D-E9AE-4514-BA8C-596DAD6B1C73> cl_kernels
0x1037d0000 - 0x1037d0ff1 +cl_kernels (??? - ???) <7F309589-5862-4F54-948D-CFB5688B62F2> cl_kernels
0x1037f3000 - 0x1037f4ff3 +cl_kernels (??? - ???) <8E4E481D-2A9B-427A-9D11-C5BF168D78BD> cl_kernels
0x1037fc000 - 0x1037fcffd +cl_kernels (??? - ???) cl_kernels
0x10472d000 - 0x1047c0ff7 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
0x107c89000 - 0x107d1bff7 com.apple.xquery (1.3 - 29) <02B0E724-CC18-3D60-8FBE-8BDB458C155A> /System/Library/PrivateFrameworks/XQuery.framework/XQuery
0x107e53000 - 0x107ee4ff7 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
0x7fff6c8f7000 - 0x7fff6c92bb8f 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: 10
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: 100885466
thread_create: 2
thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=199.3M resident=187.9M(94%) swapped_out_or_unallocated=11.4M(6%)
Writable regions: Total=122.3M written=7356K(6%) resident=19.1M(16%) swapped_out=32K(0%) unallocated=103.1M(84%)

REGION TYPE VIRTUAL
=========== =======
CG backing stores 7880K
CG image 64K
CG raster data 740K
CG shared images 4536K
CoreAnimation 4K
CoreGraphics 16K
CoreImage 76K
CoreServices 13.1M
MALLOC 82.2M
MALLOC guard page 32K
Memory tag=240 4K
Memory tag=242 12K
OpenCL 76K
SQLite page cache 192K
STACK GUARD 56.0M
Stack 13.1M
VM_ALLOCATE 16.2M
__CI_BITMAP 80K
__DATA 19.4M
__IMAGE 1256K
__LINKEDIT 48.8M
__RC_CAMERAS 236K
__TEXT 150.6M
__UNICODE 544K
mapped file 39.7M
shared memory 312K
=========== =======
TOTAL 454.9M

Model: iMac12,2, BootROM IM121.0047.B1D, 4 processors, Intel Core i7, 3.4 GHz, 12 GB, SMC 1.72f1
Graphics: AMD Radeon HD 6970M, AMD Radeon HD 6970M, PCIe, 1024 MB
Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353637334648302D4348392020
Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353637334648302D4348392020
Memory Module: BANK 0/DIMM1, 4 GB, DDR3, 1333 MHz, 0x802C, 0x31364A53463531323634485A2D3147344431
Memory Module: BANK 1/DIMM1, 4 GB, DDR3, 1333 MHz, 0x802C, 0x31364A53463531323634485A2D3147344431
AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x9A), Atheros 9380: 4.0.58.4-P2P
Bluetooth: Version 4.0.3f3, 2 service, 18 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en1
Serial ATA Device: ST31000528AS, 1 TB
Serial ATA Device: HL-DT-STDVDRW GA32N
USB Device: hub_device, 0x0424 (SMSC), 0x2514, 0xfa100000 / 3
USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0xfa110000 / 4
USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8215, 0xfa111000 / 7
USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x850b, 0xfa200000 / 2
USB Device: hub_device, 0x0424 (SMSC), 0x2514, 0xfd100000 / 2
USB Device: hub_device, apple_vendor_id, 0x9126, 0xfd130000 / 7
USB Device: Display iSight, apple_vendor_id, 0x8508, 0xfd135000 / 10
USB Device: Apple LED Cinema Display, apple_vendor_id, 0x9226, 0xfd136000 / 9
USB Device: Display Audio, apple_vendor_id, 0x1105, 0xfd134000 / 8
USB Device: Keyboard Hub, apple_vendor_id, 0x1006, 0xfd140000 / 5
USB Device: Apple Keyboard, apple_vendor_id, 0x0220, 0xfd142000 / 6
USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd120000 / 4
USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0xfd110000 / 3

@jeromelebel
Copy link
Owner

Is the previous issue fixed for you?
#23

@aharpole
Copy link
Author

aharpole commented Feb 1, 2012

It is fixed, thank you for your help!
On Jan 31, 2012, at 6:02 PM, Jérôme Lebel wrote:

Is the previous issue fixed for you?
#23


Reply to this email directly or view it on GitHub:
#24 (comment)

@jeromelebel
Copy link
Owner

So please, close it.

For this current issue, Mongohub printed a log into the system log just before the crash. Can you find it? I'm looking for one line that is something like "type XXX value XXX"

Thanks.

@aharpole
Copy link
Author

aharpole commented Feb 1, 2012

type (null) value (null)

https://skitch.com/aharpole/g7uf1/all-messages

@jeromelebel
Copy link
Owner

Thanks, but it will be tricky to understand what's going on. I will do a special build for you, next week.

@jeromelebel
Copy link
Owner

I think I fixed this bug, didn't I?

@aharpole
Copy link
Author

I'm using 2.4.16 (90) and the crash still occurs. Do you have a more cutting edge build that you think addresses the issue?

@jeromelebel
Copy link
Owner

Sorry, I mixed up with another bug I fixed. I didn't have much time for Mongohub. I will try to find how to fix this issue soon.

Le 26 mars 2012 à 20:17, Aaron [email protected] a écrit :

I'm using 2.4.16 (90) and the crash still occurs. Do you have a more cutting edge build that you think addresses the issue?


Reply to this email directly or view it on GitHub:
#24 (comment)

@jeromelebel
Copy link
Owner

Sorry for the delay. Can you try this version : https://github.com/downloads/fotonauts/MongoHub-Mac/MongoHub_issue_24.zip

The bug is not fixed, but I added logs. You should see a log that starts with : "==== documents". Can you paste this log? If there are some private data, blank those data, or send it by email.

Thanks

@aharpole
Copy link
Author

aharpole commented May 8, 2012

My apologies for the delay as well. here's the data:


5/7/12 5:13:10.205 PM MongoHub: ==== documents (
    "{\n    \"__sorted_keys__\" =     (\n        ts,\n        info,\n        millis\n    );\n    info = \"query fs_dashboard.videos ntoreturn:1 reslen:245 nscanned:150542  \\nquery: { youtube_video_id: \\\"vQ0d-6Z8TcE\\\" }  nreturned:1 162ms\";\n    millis = 162;\n    ts = \"2012-03-18 05:13:35 +0000\";\n}",
    "{\n    \"__sorted_keys__\" =     (\n        ts,\n        info,\n        millis\n    );\n    info = \"query fs_dashboard.videos ntoreturn:1 reslen:247 nscanned:115686  \\nquery: { youtube_video_id: \\\"zSghVHpSmGo\\\" }  nreturned:1 194ms\";\n    millis = 194;\n    ts = \"2012-03-18 05:13:35 +0000\";\n}",
    "{\n    \"__sorted_keys__\" =     (\n        ts,\n        info,\n        millis\n    );\n    info = \"query fs_dashboard.videos ntoreturn:1 reslen:225 nscanned:151118  \\nquery: { youtube_video_id: \\\"xEKm17uqJ5M\\\" }  nreturned:1 290ms\";\n    millis = 290;\n    ts = \"2012-03-18 05:13:35 +0000\";\n}",
    "{\n    \"__sorted_keys__\" =     (\n        ts,\n        info,\n        millis\n    );\n    info = \"query fs_dashboard.videos ntoreturn:1 reslen:264 nscanned:113406  \\nquery: { youtube_video_id: \\\"wZH3ImFTU6A\\\" }  nreturned:1 222ms\";\n    millis = 222;\n    ts = \"2012-03-18 05:13:35 +0000\";\n}",
    "{\n    \"__sorted_keys__\" =     (\n        ts,\n        info,\n        millis\n    );\n    info = \"query fs_dashboard.videos ntoreturn:1 reslen:282 nscanned:195161  \\nquery: { youtube_video_id: \\\"vQ1kHtnxBBc\\\" }  nreturned:1 206ms\";\n    millis = 206;\n    ts = \"2012-03-18 05:13:35 +0000\";\n}",
    "{\n    \"__sorted_keys__\" =     (\n        ts,\n        info,\n        millis\n    );\n    info = \"query fs_dashboard.videos ntoreturn:1 reslen:250 nscanned:151124  \\nquery: { youtube_video_id: \\\"xEKvpWDKdjo\\\" }  nreturned:1 246ms\";\n    millis = 246;\n    ts = \"2012-03-18 05:13:36 +0000\";\n}",
    "{\n    \"__sorted_keys__\" =     (\n        ts,\n        info,\n        millis\n    );\n    info = \"query fs_dashboard.videos ntoreturn:1 reslen:36 nscanned:230185  \\nquery: { youtube_video_id: \\\"yJyl81OLLVs\\\" }  nreturned:0 428ms\";\n    millis = 428;\n    ts = \"2012-03-18 05:13:36 +0000\";\n}",
    "{\n    \"__sorted_keys__\" =     (\n        ts,\n        info,\n        millis\n    );\n    info = \"query fs_dashboard.videos ntoreturn:1 reslen:36 nscanned:230186  \\nquery: { youtube_video_id: \\\"zShroiVnwgE\\\" }  nreturned:0 348ms\";\n    millis = 348;\n    ts = \"2012-03-18 05:13:36 +0000\";\n}",
    "{\n    \"__sorted_keys__\" =     (\n        ts,\n        info,\n        millis\n    );\n    info = \"query fs_dashboard.videos ntoreturn:1 reslen:259 nscanned:150545  \\nquery: { youtube_video_id: \\\"vQ2IoRlclpw\\\" }  nreturned:1 213ms\";\n    millis = 213;\n    ts = \"2012-03-18 05:13:36 +0000\";\n}",
    "{\n    \"__sorted_keys__\" =     (\n        ts,\n        info,\n        millis\n    );\n    info = \"query fs_dashboard.videos ntoreturn:1 reslen:246 nscanned:152335  \\nquery: { youtube_video_id: \\\"yK-VOhfwlXI\\\" }  nreturned:1 292ms\";\n    millis = 292;\n    ts = \"2012-03-18 05:13:36 +0000\";\n}",
    "{\n    \"__sorted_keys__\" =     (\n        ts,\n        info,\n        millis\n    );\n    info = \"query fs_dashboard.videos ntoreturn:1 reslen:227 nscanned:76654  \\nquery: { youtube_video_id: \\\"wZIwBMW-FsE\\\" }  nreturned:1 204ms\";\n    millis = 204;\n    ts = \"2012-03-18 05:13:36 +0000\";\n}",
    "{\n    \"__sorted_keys__\" =     (\n        ts,\n        info,\n        millis\n    );\n    info = \"query fs_dashboard.videos ntoreturn:1 reslen:251 nscanned:75854  \\nquery: { youtube_video_id: \\\"vQ2jGbjJd-Q\\\" }  nreturned:1 157ms\";\n    millis = 157;\n    ts = \"2012-03-18 05:13:36 +0000\";\n}",
    "{\n    \"__sorted_keys__\" =     (\n        ts,\n        info,\n        millis\n    );\n    info = \"query fs_dashboard.videos ntoreturn:1 reslen:240 nscanned:115690  \\nquery: { youtube_video_id: \\\"zSjLuky_guM\\\" }  nreturned:1 226ms\";\n    millis = 226;\n    ts = \"2012-03-18 05:13:36 +0000\";\n}",
    "{\n    \"__sorted_keys__\" =     (\n        ts,\n        info,\n        millis\n    );\n    info = \"query fs_dashboard.videos ntoreturn:1 reslen:240 nscanned:76655  \\nquery: { youtube_video_id: \\\"wZJ5qH9LR-Y\\\" }  nreturned:1 123ms\";\n    millis = 123;\n    ts = \"2012-03-18 05:13:36 +0000\";\n}",
    "{\n    \"__sorted_keys__\" =     (\n        ts,\n        info,\n        millis\n    );\n    info = \"query fs_dashboard.videos ntoreturn:1 reslen:248 nscanned:75855  \\nquery: { youtube_video_id: \\\"vQ3sqesQ9X4\\\" }  nreturned:1 113ms\";\n    millis = 113;\n    ts = \"2012-03-18 05:13:36 +0000\";\n}",
    "{\n    \"__sorted_keys__\" =     (\n        ts,\n        info,\n        millis\n    );\n    info = \"query fs_dashboard.videos ntoreturn:1 reslen:36 nscanned:230187  \\nquery: { youtube_video_id: \\\"xENUZ7nJ2Lg\\\" }  nreturned:0 531ms\";\n    millis = 531;\n    ts = \"2012-03-18 05:13:36 +0000\";\n}",
    "{\n    \"__sorted_keys__\" =     (\n        ts,\n        info,\n        millis\n    );\n    info = \"query fs_dashboard.videos ntoreturn:1 reslen:247 nscanned:152337  \\nquery: { youtube_video_id: \\\"yK0UaqbvaiE\\\" }  nreturned:1 302ms\";\n    millis = 302;\n    ts = \"2012-03-18 05:13:36 +0000\";\n}",
    "{\n    \"__sorted_keys__\" =     (\n        ts,\n        info,\n        millis\n    );\n    info = \"query fs_dashboard.videos ntoreturn:1 reslen:222 nscanned:78703  \\nquery: { youtube_video_id: \\\"zSk37YLx6pA\\\" }  nreturned:1 138ms\";\n    millis = 138;\n    ts = \"2012-03-18 05:13:36 +0000\";\n}",
    "{\n    \"__sorted_keys__\" =     (\n        ts,\n        info,\n        millis\n    );\n    info = \"query fs_dashboard.videos ntoreturn:1 reslen:236 nscanned:148018  \\nquery: { youtube_video_id: \\\"wZKPHDmLTzo\\\" }  nreturned:1 167ms\";\n    millis = 167;\n    ts = \"2012-03-18 05:13:36 +0000\";\n}",
    "{\n    \"__sorted_keys__\" =     (\n        ts,\n        info,\n        millis\n    );\n    info = \"query fs_dashboard.videos ntoreturn:1 reslen:285 nscanned:195166  \\nquery: { youtube_video_id: \\\"vQ5RHTkFWeM\\\" }  nreturned:1 403ms\";\n    millis = 403;\n    ts = \"2012-03-18 05:13:37 +0000\";\n}",
    "{\n    \"__sorted_keys__\" =     (\n        ts,\n        info,\n        millis\n    );\n    info = \"query fs_dashboard.videos ntoreturn:1 reslen:224 nscanned:193151  \\nquery: { youtube_video_id: \\\"xEPcpQbuRtQ\\\" }  nreturned:1 411ms\";\n    millis = 411;\n    ts = \"2012-03-18 05:13:37 +0000\";\n}",
    "{\n    \"__sorted_keys__\" =     (\n        ts,\n        info,\n        millis\n    );\n    info = \"query fs_dashboard.videos ntoreturn:1 reslen:36 nscanned:230188  \\nquery: { youtube_video_id: \\\"vQ7jjYLbFwM\\\" }  nreturned:0 232ms\";\n    millis = 232;\n    ts = \"2012-03-18 05:13:37 +0000\";\n}",
    "{\n    \"__sorted_keys__\" =     (\n        ts,\n        info,\n        millis\n    );\n    info = \"query fs_dashboard.videos ntoreturn:1 reslen:36 nscanned:230189  \\nquery: { youtube_video_id: \\\"zSkB9jy3nko\\\" }  nreturned:0 652ms\";\n    millis = 652;\n    ts = \"2012-03-18 05:13:37 +0000\";\n}",
    "{\n    \"__sorted_keys__\" =     (\n        ts,\n        info,\n        millis\n    );\n    info = \"query fs_dashboard.videos ntoreturn:1 reslen:237 nscanned:194941  \\nquery: { youtube_video_id: \\\"wZLuQgFm9mc\\\" }  nreturned:1 609ms\";\n    millis = 609;\n    ts = \"2012-03-18 05:13:37 +0000\";\n}",
    "{\n    \"__sorted_keys__\" =     (\n        ts,\n        info,\n        millis\n    );\n    info = \"query fs_dashboard.videos ntoreturn:1 reslen:36 nscanned:230190  \\nquery: { youtube_video_id: \\\"yK1IwsifScI\\\" }  nreturned:0 631ms\";\n    millis = 631;\n    ts = \"2012-03-18 05:13:37 +0000\";\n}",
    "{\n    \"__sorted_keys__\" =     (\n        ts,\n        info,\n        millis\n    );\n    info = \"query fs_dashboard.$cmd ntoreturn:1 command: { count: \\\"channels\\\", query: { deleted_at: { $exists: false }, name: /^DavetheUsher$/i }, fields: null } reslen:64 94ms\";\n    millis = 94;\n    ts = \"2012-03-18 05:13:37 +0000\";\n}",
    "{\n    \"__sorted_keys__\" =     (\n        ts,\n        info,\n        millis\n    );\n    info = \"query fs_dashboard.videos ntoreturn:1 reslen:270 nscanned:78704  \\nquery: { youtube_video_id: \\\"zSoIP3nPMPM\\\" }  nreturned:1 186ms\";\n    millis = 186;\n    ts = \"2012-03-18 05:13:37 +0000\";\n}",
    "{\n    \"__sorted_keys__\" =     (\n        ts,\n        info,\n        millis\n    );\n    info = \"query fs_dashboard.videos ntoreturn:1 reslen:248 nscanned:77117  \\nquery: { youtube_video_id: \\\"xEUcwu9Bujo\\\" }  nreturned:1 216ms\";\n    millis = 216;\n    ts = \"2012-03-18 05:13:37 +0000\";\n}",
    "{\n    \"__sorted_keys__\" =     (\n        ts,\n        info,\n        millis\n    );\n    info = \"query fs_dashboard.videos ntoreturn:1 reslen:255 nscanned:76656  \\nquery: { youtube_video_id: \\\"wZME39hOUQU\\\" }  nreturned:1 241ms\";\n    millis = 241;\n    ts = \"2012-03-18 05:13:37 +0000\";\n}",
    "{\n    \"__sorted_keys__\" =     (\n        ts,\n        info,\n        millis\n    );\n    info = \"query fs_dashboard.videos ntoreturn:1 reslen:219 nscanned:195168  \\nquery: { youtube_video_id: \\\"vQB-SbiGvRs\\\" }  nreturned:1 414ms\";\n    millis = 414;\n    ts = \"2012-03-18 05:13:38 +0000\";\n}"
)

followed by

5/7/12 5:13:10.206 PM MongoHub: type (null) value (null)

followed by

5/7/12 5:13:10.206 PM MongoHub: *** Assertion failure in +[MODHelper convertForOutlineWithValue:dataKey:], /Users/jerome/Sources/MongoHub-Mac/Sources/Helpers/MODHelper.m:136

then

5/7/12 5:13:10.206 PM MongoHub: An uncaught exception was raised
5/7/12 5:13:10.206 PM MongoHub: unknown type type (null) value (null)
5/7/12 5:13:10.207 PM MongoHub: (
    0   CoreFoundation                      0x00007fff95525fc6 __exceptionPreprocess + 198
    1   libobjc.A.dylib                     0x00007fff8bdc2d5e objc_exception_throw + 43
    2   CoreFoundation                      0x00007fff95525dfa +[NSException raise:format:arguments:] + 106
    3   Foundation                          0x00007fff93501743 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 169
    4   MongoHub                            0x0000000100050fde +[MODHelper convertForOutlineWithValue:dataKey:] + 2590
    5   MongoHub                            0x00000001000500d2 +[MODHelper convertForOutlineWithObjects:] + 562
    6   MongoHub                            0x000000010002701c __37-[MHQueryWindowController findQuery:]_block_invoke_0 + 972
    7   MongoHub                            0x000000010003fa65 __block_global_2 + 117
    8   libdispatch.dylib                   0x00007fff920908ba _dispatch_call_block_and_release + 18
    9   libdispatch.dylib                   0x00007fff9209272a _dispatch_main_queue_callback_4CF + 308
    10  CoreFoundation                      0x00007fff954bb06c __CFRunLoopRun + 1724
    11  CoreFoundation                      0x00007fff954ba676 CFRunLoopRunSpecific + 230
    12  HIToolbox                           0x00007fff95e3731f RunCurrentEventLoopInMode + 277
    13  HIToolbox                           0x00007fff95e3e5c9 ReceiveNextEventCommon + 355
    14  HIToolbox                           0x00007fff95e3e456 BlockUntilNextEventMatchingListInMode + 62
    15  AppKit                              0x00007fff96811f5d _DPSNextEvent + 659
    16  AppKit                              0x00007fff96811861 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
    17  AppKit                              0x00007fff9680e19d -[NSApplication run] + 470
    18  AppKit                              0x00007fff96a8cb88 NSApplicationMain + 867
    19  MongoHub                            0x0000000100011992 main + 34
    20  MongoHub                            0x0000000100001dd4 start + 52
)
5/7/12 5:13:10.207 PM MongoHub: *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'unknown type type (null) value (null)'
*** First throw call stack:
(
    0   CoreFoundation                      0x00007fff95525fc6 __exceptionPreprocess + 198
    1   libobjc.A.dylib                     0x00007fff8bdc2d5e objc_exception_throw + 43
    2   CoreFoundation                      0x00007fff95525dfa +[NSException raise:format:arguments:] + 106
    3   Foundation                          0x00007fff93501743 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 169
    4   MongoHub                            0x0000000100050fde +[MODHelper convertForOutlineWithValue:dataKey:] + 2590
    5   MongoHub                            0x00000001000500d2 +[MODHelper convertForOutlineWithObjects:] + 562
    6   MongoHub                            0x000000010002701c __37-[MHQueryWindowController findQuery:]_block_invoke_0 + 972
    7   MongoHub                            0x000000010003fa65 __block_global_2 + 117
    8   libdispatch.dylib                   0x00007fff920908ba _dispatch_call_block_and_release + 18
    9   libdispatch.dylib                   0x00007fff9209272a _dispatch_main_queue_callback_4CF + 308
    10  CoreFoundation                      0x00007fff954bb06c __CFRunLoopRun + 1724
    11  CoreFoundation                      0x00007fff954ba676 CFRunLoopRunSpecific + 230
    12  HIToolbox                           0x00007fff95e3731f RunCurrentEventLoopInMode + 277
    13  HIToolbox                           0x00007fff95e3e5c9 ReceiveNextEventCommon + 355
    14  HIToolbox                           0x00007fff95e3e456 BlockUntilNextEventMatchingListInMode + 62
    15  AppKit                              0x00007fff96811f5d _DPSNextEvent + 659
    16  AppKit                              0x00007fff96811861 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
    17  AppKit                              0x00007fff9680e19d -[NSApplication run] + 470
    18  AppKit                              0x00007fff96a8cb88 NSApplicationMain + 867
    19  MongoHub                            0x0000000100011992 main + 34
    20  MongoHub                            0x0000000100001dd4 start + 52
)
5/7/12 5:13:10.207 PM [0x0-0x1dd1dd].com.fotonauts.MongoHub: terminate called throwing an exception
5/7/12 5:13:10.926 PM com.apple.launchd.peruser.501: ([0x0-0x1dd1dd].com.fotonauts.MongoHub[8765]) Job appears to have crashed: Abort trap: 6
5/7/12 5:13:11.183 PM ReportCrash: Saved crash report for MongoHub[8765] version 2.4.16 (90) to /Users/aaron/Library/Logs/DiagnosticReports/MongoHub_2012-05-07-171311_Aarons-iMac.crash

And if it's useful, the full crash report:


Process:         MongoHub [8765]
Path:            /Users/USER/Downloads/MongoHub_issue_24.app/Contents/MacOS/MongoHub
Identifier:      com.fotonauts.MongoHub
Version:         2.4.16 (90)
Code Type:       X86-64 (Native)
Parent Process:  launchd [131]

Date/Time:       2012-05-07 17:13:10.214 -0700
OS Version:      Mac OS X 10.7.3 (11D50)
Report Version:  9

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

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

Application Specific Information:
objc[8765]: garbage collection is OFF
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'unknown type type (null) value (null)'
*** First throw call stack:
(
    0   CoreFoundation                      0x00007fff95525fc6 __exceptionPreprocess + 198
    1   libobjc.A.dylib                     0x00007fff8bdc2d5e objc_exception_throw + 43
    2   CoreFoundation                      0x00007fff95525dfa +[NSException raise:format:arguments:] + 106
    3   Foundation                          0x00007fff93501743 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 169
    4   MongoHub                            0x0000000100050fde +[MODHelper convertForOutlineWithValue:dataKey:] + 2590
    5   MongoHub                            0x00000001000500d2 +[MODHelper convertForOutlineWithObjects:] + 562
    6   MongoHub                            0x000000010002701c __37-[MHQueryWindowController findQuery:]_block_invoke_0 + 972
    7   MongoHub                            0x000000010003fa65 __block_global_2 + 117
    8   libdispatch.dylib                   0x00007fff920908ba _dispatch_call_block_and_release + 18
    9   libdispatch.dylib                   0x00007fff9209272a _dispatch_main_queue_callback_4CF + 308
    10  CoreFoundation                      0x00007fff954bb06c __CFRunLoopRun + 1724
    11  CoreFoundation                      0x00007fff954ba676 CFRunLoopRunSpecific + 230
    12  HIToolbox                           0x00007fff95e3731f RunCurrentEventLoopInMode + 277
    13  HIToolbox                           0x00007fff95e3e5c9 ReceiveNextEventCommon + 355
    14  HIToolbox                           0x00007fff95e3e456 BlockUntilNextEventMatchingListInMode + 62
    15  AppKit                              0x00007fff96811f5d _DPSNextEvent + 659
    16  AppKit                              0x00007fff96811861 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
    17  AppKit                              0x00007fff9680e19d -[NSApplication run] + 470
    18  AppKit                              0x00007fff96a8cb88 NSApplicationMain + 867
    19  MongoHub                            0x0000000100011992 main + 34
    20  MongoHub                            0x0000000100001dd4 start + 52
)

terminate called throwing an exception
abort() called

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib          0x00007fff98547ce2 __pthread_kill + 10
1   libsystem_c.dylib               0x00007fff949227d2 pthread_kill + 95
2   libsystem_c.dylib               0x00007fff94913a7a abort + 143
3   libc++abi.dylib                 0x00007fff8dde97bc abort_message + 214
4   libc++abi.dylib                 0x00007fff8dde6fcf default_terminate() + 28
5   libobjc.A.dylib                 0x00007fff8bdc31b9 _objc_terminate + 94
6   libc++abi.dylib                 0x00007fff8dde7001 safe_handler_caller(void (*)()) + 11
7   libc++abi.dylib                 0x00007fff8dde705c std::terminate() + 16
8   libc++abi.dylib                 0x00007fff8dde8152 __cxa_throw + 114
9   libobjc.A.dylib                 0x00007fff8bdc2e7a objc_exception_throw + 327
10  com.apple.CoreFoundation        0x00007fff95525dfa +[NSException raise:format:arguments:] + 106
11  com.apple.Foundation            0x00007fff93501743 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 169
12  com.fotonauts.MongoHub          0x0000000100050fde +[MODHelper convertForOutlineWithValue:dataKey:] + 2590
13  com.fotonauts.MongoHub          0x00000001000500d2 +[MODHelper convertForOutlineWithObjects:] + 562
14  com.fotonauts.MongoHub          0x000000010002701c __37-[MHQueryWindowController findQuery:]_block_invoke_0 + 972
15  com.fotonauts.MongoHub          0x000000010003fa65 __block_global_2 + 117
16  libdispatch.dylib               0x00007fff920908ba _dispatch_call_block_and_release + 18
17  libdispatch.dylib               0x00007fff9209272a _dispatch_main_queue_callback_4CF + 308
18  com.apple.CoreFoundation        0x00007fff954bb06c __CFRunLoopRun + 1724
19  com.apple.CoreFoundation        0x00007fff954ba676 CFRunLoopRunSpecific + 230
20  com.apple.HIToolbox             0x00007fff95e3731f RunCurrentEventLoopInMode + 277
21  com.apple.HIToolbox             0x00007fff95e3e5c9 ReceiveNextEventCommon + 355
22  com.apple.HIToolbox             0x00007fff95e3e456 BlockUntilNextEventMatchingListInMode + 62
23  com.apple.AppKit                0x00007fff96811f5d _DPSNextEvent + 659
24  com.apple.AppKit                0x00007fff96811861 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
25  com.apple.AppKit                0x00007fff9680e19d -[NSApplication run] + 470
26  com.apple.AppKit                0x00007fff96a8cb88 NSApplicationMain + 867
27  com.fotonauts.MongoHub          0x0000000100011992 main + 34
28  com.fotonauts.MongoHub          0x0000000100001dd4 start + 52

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib          0x00007fff985487e6 kevent + 10
1   libdispatch.dylib               0x00007fff920925be _dispatch_mgr_invoke + 923
2   libdispatch.dylib               0x00007fff9209114e _dispatch_mgr_thread + 54

Thread 2:: com.apple.NSURLConnectionLoader
0   libsystem_kernel.dylib          0x00007fff9854667a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff98545d71 mach_msg + 73
2   com.apple.CoreFoundation        0x00007fff954b26fc __CFRunLoopServiceMachPort + 188
3   com.apple.CoreFoundation        0x00007fff954bae64 __CFRunLoopRun + 1204
4   com.apple.CoreFoundation        0x00007fff954ba676 CFRunLoopRunSpecific + 230
5   com.apple.Foundation            0x00007fff9349bffb +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 335
6   com.apple.Foundation            0x00007fff9349074e -[NSThread main] + 68
7   com.apple.Foundation            0x00007fff934906c6 __NSThread__main__ + 1575
8   libsystem_c.dylib               0x00007fff949208bf _pthread_start + 335
9   libsystem_c.dylib               0x00007fff94923b75 thread_start + 13

Thread 3:: com.apple.CFSocket.private
0   libsystem_kernel.dylib          0x00007fff98547df2 __select + 10
1   com.apple.CoreFoundation        0x00007fff95503cdb __CFSocketManager + 1355
2   libsystem_c.dylib               0x00007fff949208bf _pthread_start + 335
3   libsystem_c.dylib               0x00007fff94923b75 thread_start + 13

Thread 4:: WebCore: LocalStorage
0   libsystem_kernel.dylib          0x00007fff98547bca __psynch_cvwait + 10
1   libsystem_c.dylib               0x00007fff94924274 _pthread_cond_wait + 840
2   com.apple.JavaScriptCore        0x00007fff94ad25a0 WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 64
3   com.apple.WebCore               0x00007fff924126ba WTF::MessageQueue<WebCore::LocalStorageTask>::waitForMessage() + 132
4   com.apple.WebCore               0x00007fff92412613 WebCore::LocalStorageThread::threadEntryPoint() + 99
5   com.apple.WebCore               0x00007fff9241255b WebCore::LocalStorageThread::threadEntryPointCallback(void*) + 9
6   libsystem_c.dylib               0x00007fff949208bf _pthread_start + 335
7   libsystem_c.dylib               0x00007fff94923b75 thread_start + 13

Thread 5:: JavaScriptCore::BlockFree
0   libsystem_kernel.dylib          0x00007fff98547bca __psynch_cvwait + 10
1   libsystem_c.dylib               0x00007fff94924274 _pthread_cond_wait + 840
2   com.apple.JavaScriptCore        0x00007fff94ad25f7 WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 151
3   com.apple.JavaScriptCore        0x00007fff94cfeccf JSC::Heap::blockFreeingThreadMain() + 319
4   com.apple.JavaScriptCore        0x00007fff94cfed09 JSC::Heap::blockFreeingThreadStartFunc(void*) + 9
5   libsystem_c.dylib               0x00007fff949208bf _pthread_start + 335
6   libsystem_c.dylib               0x00007fff94923b75 thread_start + 13

Thread 6:
0   libsystem_kernel.dylib          0x00007fff98548192 __workq_kernreturn + 10
1   libsystem_c.dylib               0x00007fff94922594 _pthread_wqthread + 758
2   libsystem_c.dylib               0x00007fff94923b85 start_wqthread + 13

Thread 7:
0   libsystem_kernel.dylib          0x00007fff98548192 __workq_kernreturn + 10
1   libsystem_c.dylib               0x00007fff94922594 _pthread_wqthread + 758
2   libsystem_c.dylib               0x00007fff94923b85 start_wqthread + 13

Thread 8:
0   libsystem_kernel.dylib          0x00007fff98548192 __workq_kernreturn + 10
1   libsystem_c.dylib               0x00007fff94922594 _pthread_wqthread + 758
2   libsystem_c.dylib               0x00007fff94923b85 start_wqthread + 13

Thread 9:
0   libsystem_kernel.dylib          0x00007fff98548192 __workq_kernreturn + 10
1   libsystem_c.dylib               0x00007fff94922594 _pthread_wqthread + 758
2   libsystem_c.dylib               0x00007fff94923b85 start_wqthread + 13

Thread 10:
0   libsystem_kernel.dylib          0x00007fff98548192 __workq_kernreturn + 10
1   libsystem_c.dylib               0x00007fff94922594 _pthread_wqthread + 758
2   libsystem_c.dylib               0x00007fff94923b85 start_wqthread + 13

Thread 11:: com.apple.appkit-heartbeat
0   libsystem_kernel.dylib          0x00007fff98547e42 __semwait_signal + 10
1   libsystem_c.dylib               0x00007fff948d6dea nanosleep + 164
2   libsystem_c.dylib               0x00007fff948d6bb5 usleep + 53
3   com.apple.AppKit                0x00007fff96a48c73 -[NSUIHeartBeat _heartBeatThread:] + 1727
4   com.apple.Foundation            0x00007fff9349074e -[NSThread main] + 68
5   com.apple.Foundation            0x00007fff934906c6 __NSThread__main__ + 1575
6   libsystem_c.dylib               0x00007fff949208bf _pthread_start + 335
7   libsystem_c.dylib               0x00007fff94923b75 thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff5fbfceb8  rdx: 0x0000000000000000
  rdi: 0x0000000000000707  rsi: 0x0000000000000006  rbp: 0x00007fff5fbfcee0  rsp: 0x00007fff5fbfceb8
   r8: 0x00007fff7cf0afb8   r9: 0x00007fff5fbfc948  r10: 0x00007fff98547d0a  r11: 0xffffff80002d8220
  r12: 0x00007fff5fbfe778  r13: 0x0000000000000000  r14: 0x00007fff7cf0d960  r15: 0x00007fff5fbfd030
  rip: 0x00007fff98547ce2  rfl: 0x0000000000000246  cr2: 0x0000000100729000
Logical CPU: 0

Binary Images:
       0x100000000 -        0x10007afff +com.fotonauts.MongoHub (2.4.16 - 90) <249E747A-D3B3-3E86-87F9-5C68BED0A27E> /Users/USER/Downloads/MongoHub_issue_24.app/Contents/MacOS/MongoHub
       0x1000e4000 -        0x10012cfeb +com.zang.RegexKit (0.6.0 - 0.6.0) /Users/USER/Downloads/MongoHub_issue_24.app/Contents/Frameworks/RegexKit.framework/Versions/A/RegexKit
       0x100148000 -        0x10015ffff +org.andymatuschak.Sparkle (1.5 Beta 6 - 313) <9253F8F7-250B-1114-7AE9-A10A54EB2298> /Users/USER/Downloads/MongoHub_issue_24.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
       0x100178000 -        0x100245fff +com.google.code.sequel-pro.mcpkit (1.0 - 1.0) <96C5CE58-644D-3D25-9BA7-D3B3993E1603> /Users/USER/Downloads/MongoHub_issue_24.app/Contents/Frameworks/MCPKit.framework/Versions/A/MCPKit
       0x1002ca000 -        0x1003adfff  libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <358B5B40-43B2-3F92-9FD3-DAA68806E1FF> /usr/lib/libcrypto.0.9.7.dylib
       0x10070e000 -        0x10070eff5 +cl_kernels (??? - ???) <61C31377-B03C-4533-A0BE-C79E9ED34910> cl_kernels
       0x100739000 -        0x10073aff3 +cl_kernels (??? - ???) <21661A98-3319-4003-A70C-5D6A6FC0C089> cl_kernels
       0x100741000 -        0x100741ff1 +cl_kernels (??? - ???) <C5146E73-CBA0-4078-9F55-3594AB5A941D> cl_kernels
       0x10074e000 -        0x10074effd +cl_kernels (??? - ???) <D29C9698-C0A9-4AA0-AD22-EFAF592AE4DE> cl_kernels
       0x101be3000 -        0x101be9fef  libcldcpuengine.dylib (1.50.69 - compatibility 1.0.0) <C0C4CC37-F2FD-301C-A830-EC54D86612D5> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
       0x101bf0000 -        0x101bf3ff7  libCoreFSCache.dylib (??? - ???) <0E2C3D54-7D05-35E8-BA10-2142B7C03946> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
       0x101bfa000 -        0x101bfaffd +cl_kernels (??? - ???) <4F0B51F2-7C0D-455A-A8CA-37DDC98228FC> cl_kernels
       0x101f87000 -        0x101f88ff3 +cl_kernels (??? - ???) <D30E8204-6CEA-49F0-A249-D1F97E1D818A> cl_kernels
       0x101f93000 -        0x101f94ffc +cl_kernels (??? - ???) <DB661F91-DBEC-4EA3-94BA-235025992C59> cl_kernels
       0x101fa6000 -        0x101fa6ff5 +cl_kernels (??? - ???) <28B79708-E8E5-4439-8A13-75EBDD08392D> cl_kernels
       0x103f2d000 -        0x103fc0ff7  unorm8_bgra.dylib (1.50.69 - compatibility 1.0.0) <5FB796A4-1AD0-3B4D-AA83-F8A46E039224> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
       0x108be2000 -        0x108c74ff7  com.apple.xquery (1.3 - 29) <F141557A-93DF-3DD5-9B91-24F0F07D12EF> /System/Library/PrivateFrameworks/XQuery.framework/XQuery
       0x10957b000 -        0x10960cff7  unorm8_rgba.dylib (1.50.69 - compatibility 1.0.0) <2683BD70-B7EE-3A60-A39C-2360B3C2A301> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_rgba.dylib
    0x7fff614e6000 -     0x7fff6151abaf  dyld (195.6 - ???) <0CD1B35B-A28F-32DA-B72E-452EAD609613> /usr/lib/dyld
    0x7fff8bced000 -     0x7fff8bd72ff7  com.apple.Heimdal (2.1 - 2.0) <3758B442-6175-32B8-8C17-D8ABDD589BF9> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff8bdac000 -     0x7fff8be90e5f  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib
    0x7fff8be93000 -     0x7fff8bee7ff7  libFontRegistry.dylib (??? - ???) <F98926EF-FFA0-37C5-824C-02E436E21DD1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff8bee8000 -     0x7fff8bf05ff7  com.apple.openscripting (1.3.3 - ???) <4FACC89E-FDAA-3CA5-B5CD-1F4EEAEDF7CF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff8bf06000 -     0x7fff8bf09fff  com.apple.AppleSystemInfo (1.0 - 1) <111B6F69-3FBD-3860-BCF8-1DF02D9BED28> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff8bf0a000 -     0x7fff8c040fff  com.apple.vImage (5.1 - 5.1) <A08B7582-67BC-3EED-813A-4833645964A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff8c041000 -     0x7fff8c123fff  com.apple.CoreServices.OSServices (478.37 - 478.37) <1DAC695E-0D0F-3AE2-974F-A173E69E67CC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff8c124000 -     0x7fff8c177fff  com.apple.AppleVAFramework (5.0.14 - 5.0.14) <45159B9E-05BF-35B2-AF76-D933490FBFB1> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff8c1d5000 -     0x7fff8c69cfff  FaceCoreLight (1.4.7 - compatibility 1.0.0) <E9D2A69C-6E81-358C-A162-510969F91490> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
    0x7fff8c69d000 -     0x7fff8c69efff  com.apple.MonitorPanelFramework (1.4.0 - 1.4.0) <92364334-3B11-360B-89D8-447185FEC653> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
    0x7fff8c69f000 -     0x7fff8c6a4fff  com.apple.OpenDirectory (10.7 - 146) <A674AB55-6E3D-39AE-9F9B-9865D0193020> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff8c6ce000 -     0x7fff8c720ff7  libGLU.dylib (??? - ???) <3C9153A0-8499-3DC0-AAA4-9FA6E488BE13> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff8c780000 -     0x7fff8c784ff7  com.apple.CommonPanels (1.2.5 - 94) <37C6540B-F8D1-355A-806C-F93D8FB522AB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff8c8b9000 -     0x7fff8c8c0fff  com.apple.NetFS (4.0 - 4.0) <433EEE54-E383-3505-9154-45B909FD3AF0> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff8c8c1000 -     0x7fff8c8c1fff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <C06A140F-6114-3B8B-B080-E509303145B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff8c8c2000 -     0x7fff8c8c6fff  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
    0x7fff8c8c7000 -     0x7fff8caeffe7  com.apple.CoreData (104.1 - 358.13) <F1DA3110-C4DF-3F0A-A057-AEE78DE8C99D> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff8caf0000 -     0x7fff8cb1bff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <4DB5ED11-004B-36B5-AE5F-2AB714754241> /usr/lib/libxslt.1.dylib
    0x7fff8cb21000 -     0x7fff8cba4fef  com.apple.Metadata (10.7.0 - 627.28) <1C14033A-69C9-3757-B24D-5583AEAC2CBA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff8cba5000 -     0x7fff8cba6fff  liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
    0x7fff8cba7000 -     0x7fff8cbb7ff7  com.apple.opengl (1.7.6 - 1.7.6) <C168883D-9BC5-3C38-9937-42852D719718> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff8cbb8000 -     0x7fff8ce9afff  com.apple.security (7.0 - 55110) <252F9E04-FF8A-3EA7-A38E-51DD0653663C> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff8ce9b000 -     0x7fff8ce9bfff  com.apple.audio.units.AudioUnit (1.7.2 - 1.7.2) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff8ce9c000 -     0x7fff8d630fef  com.apple.CoreAUC (6.11.04 - 6.11.04) <FFC336DF-C71F-3C93-8E93-5CBD9EEAE940> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff8d631000 -     0x7fff8d673ff7  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <BB770C22-8C57-365A-8716-4A3C36AE7BFB> /usr/lib/system/libcommonCrypto.dylib
    0x7fff8d674000 -     0x7fff8d6affff  libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib
    0x7fff8d6b0000 -     0x7fff8d726fff  com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff8d72a000 -     0x7fff8d77eff7  com.apple.ScalableUserInterface (1.0 - 1) <33563775-C662-313D-B7FA-3D575A9F3D41> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
    0x7fff8d77f000 -     0x7fff8dbb1fef  com.apple.VideoToolbox (1.0 - 705.61) <1A70CA82-C849-3033-8598-37C5A72637CC> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff8dc39000 -     0x7fff8dcbdff7  com.apple.ApplicationServices.ATS (317.5.0 - ???) <C2B254F0-6ED8-3313-9CFC-9ACD519C8A9E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff8dcbe000 -     0x7fff8dccbfff  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <CBA71562-050B-3515-92B7-8BC1E2EEEF2A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff8dde1000 -     0x7fff8ddecff7  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
    0x7fff8dded000 -     0x7fff8e21afff  libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff8e21b000 -     0x7fff8e225ff7  liblaunch.dylib (392.36.0 - compatibility 1.0.0) <CB8B5808-80C0-318E-AE12-96CA916442FE> /usr/lib/system/liblaunch.dylib
    0x7fff8e226000 -     0x7fff8e23aff7  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
    0x7fff8e23b000 -     0x7fff8ebcb7a7  com.apple.CoreGraphics (1.600.0 - ???) <177D9BAD-72C9-3ADF-A391-5B88C5EE623F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff8ef27000 -     0x7fff8ef3cfff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <C061ECBB-7061-3A43-8A18-90633F943295> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff8ef3d000 -     0x7fff8ef40fff  libCoreVMClient.dylib (??? - ???) <E034C772-4263-3F48-B083-25A758DD6228> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff8ef92000 -     0x7fff8efa4ff7  libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
    0x7fff8f035000 -     0x7fff8f0d5fff  com.apple.LaunchServices (480.27.1 - 480.27.1) <4DC96C1E-6FDE-305E-9718-E4C5C1341F56> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff8f243000 -     0x7fff8f244fff  libdnsinfo.dylib (395.10.0 - compatibility 1.0.0) <2301DE05-6950-3AFF-A8A6-DA76D4C079B5> /usr/lib/system/libdnsinfo.dylib
    0x7fff8f255000 -     0x7fff8f285ff7  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
    0x7fff8f286000 -     0x7fff8f2c1fff  com.apple.LDAPFramework (3.1 - 120.2) <19B714EB-104B-38D2-9ADD-155F71F6844B> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff8f2c2000 -     0x7fff8f2edfff  libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <7D3CDB0A-840F-3856-8F84-B4A50E66431B> /usr/lib/libpcre.0.dylib
    0x7fff8f2ee000 -     0x7fff8f2fcfff  com.apple.NetAuth (3.2 - 3.2) <F0D60E34-37A9-308D-B44E-E3450906173A> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff8f30a000 -     0x7fff8f324fff  com.apple.CoreMediaAuthoring (2.0 - 890) <7BE57576-8EF5-3473-95E6-6191E239E3F0> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
    0x7fff8f467000 -     0x7fff8f46dfff  IOSurface (??? - ???) <8114F62C-F75D-3123-99E9-268CB3AE74F7> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff8f46e000 -     0x7fff8f46efff  com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff8f4ae000 -     0x7fff8f638ff7  com.apple.WebKit (7534.53 - 7534.53.11) <2969964C-2759-3407-9EBB-C1304A556755> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff8f639000 -     0x7fff8f644ff7  com.apple.DisplayServicesFW (2.5.2 - 317) <D1FE33BD-1D71-343F-B790-685253F1F701> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x7fff8f67f000 -     0x7fff8f67ffff  com.apple.ApplicationServices (41 - 41) <89B6AD5B-5C75-3E83-8C2B-AA7F4C55E400> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff8f689000 -     0x7fff8f68cff7  com.apple.securityhi (4.0 - 1) <37DF1BF8-ACE0-3C4A-81AA-BBA9744EB0A6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff8f68d000 -     0x7fff8f6efff7  com.apple.Symbolication (1.3 - 91) <B072970E-9EC1-3495-A1FA-D344C6E74A13> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff8f6f2000 -     0x7fff8f784fff  com.apple.PDFKit (2.6.2 - 2.6.2) <4C8D80F6-09BB-3BD5-983B-A24FBEB5BCF3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
    0x7fff8f785000 -     0x7fff8f785fff  com.apple.Cocoa (6.6 - ???) <7EC4D759-B2A6-3A99-AC75-809FED1500C6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff8f786000 -     0x7fff8f7d6fff  com.apple.CoreMediaIO (210.0 - 3180) <C5B60D3E-71BE-3CD2-90FC-3B2F9961D662> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff8f7d7000 -     0x7fff8f930fff  com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <0AD8197C-1BA9-30CD-98F1-4CA2C6559BA8> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff8f97f000 -     0x7fff8f9a8fff  libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff8f9a9000 -     0x7fff8f9f0ff7  com.apple.CoreMedia (1.0 - 705.61) <0C34B0D4-DB8A-33C7-B67B-F443AD86482C> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff8f9f1000 -     0x7fff8fa07ff7  com.apple.ImageCapture (7.0 - 7.0) <F15FC6FB-9E88-3BE9-BABE-0454D3A502A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff8fa08000 -     0x7fff8fa0ffff  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <0AB51EE2-E914-358C-AC19-47BC024BDAE7> /usr/lib/system/libcopyfile.dylib
    0x7fff8fa10000 -     0x7fff8fa22ff7  libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib
    0x7fff8fa23000 -     0x7fff8fb25ff7  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <22F1D1B6-1761-3687-9EFD-036EA15FB2E4> /usr/lib/libxml2.2.dylib
    0x7fff8fb81000 -     0x7fff8fc7efff  com.apple.avfoundation (2.0 - 180.30) <061DDF4C-E7BB-33D0-BEB9-0443ADF6EC8C> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff8fc7f000 -     0x7fff8fc9efff  libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib
    0x7fff8fca6000 -     0x7fff8fd19fff  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
    0x7fff8fd29000 -     0x7fff8fd40fff  com.apple.CFOpenDirectory (10.7 - 146) <E6D4F114-678B-3957-9C59-9206ECDA756E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff8fd41000 -     0x7fff8ffb7ff7  com.apple.imageKit (2.1.1 - 1.0) <A4A58BBB-70BB-3A0F-84F0-49EC6113BF2F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x7fff8ffb8000 -     0x7fff90142ff7  com.apple.QTKit (7.7.1 - 2315) <BFC33B70-34F2-3940-A14A-3C51036589F0> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff9087c000 -     0x7fff9087eff7  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
    0x7fff9087f000 -     0x7fff90923fff  com.apple.ink.framework (1.3.2 - 110) <C8840EA4-AE7B-360C-A191-D36B5F10B6B5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff9094b000 -     0x7fff90976ff7  com.apple.CoreServicesInternal (113.12 - 113.12) <C37DAC1A-35D2-30EC-9112-5EEECED5C461> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff90977000 -     0x7fff909bdff7  libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <01DD0773-236C-3AC3-B43B-07911F458767> /usr/lib/libcurl.4.dylib
    0x7fff909be000 -     0x7fff909befff  com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff909bf000 -     0x7fff909e7ff7  com.apple.CoreVideo (1.7 - 70.1) <98F917B2-FB53-3EA3-B548-7E97B38309A7> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff90d34000 -     0x7fff90e29fff  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
    0x7fff90e2a000 -     0x7fff90e46ff7  com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff90e9b000 -     0x7fff90e9cff7  libsystem_sandbox.dylib (??? - ???) <5087ADAD-D34D-3844-9D04-AFF93CED3D92> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff90e9d000 -     0x7fff90eebfff  libauto.dylib (??? - ???) <D8AC8458-DDD0-3939-8B96-B6CED81613EF> /usr/lib/libauto.dylib
    0x7fff90eec000 -     0x7fff90f2fff7  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <85D00F5C-43ED-33A9-80B4-72EB0EAE3E25> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff90f30000 -     0x7fff90f5dfe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <7BEBB139-50BB-3112-947A-F4AA168F991C> /usr/lib/libSystem.B.dylib
    0x7fff90f5e000 -     0x7fff90f64ff7  libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
    0x7fff90fab000 -     0x7fff911adfff  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <38CD6ED3-C8E4-3CCD-89AC-9C3198803101> /usr/lib/libicucore.A.dylib
    0x7fff911ae000 -     0x7fff911c5fff  com.apple.MultitouchSupport.framework (220.62.1 - 220.62.1) <3F8C015B-88AC-370F-B39D-B4665FB7616A> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff91b3c000 -     0x7fff91b47fff  com.apple.CommonAuth (2.1 - 2.0) <272CB600-6DA8-3952-97C0-5DC594DCA024> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff91b4a000 -     0x7fff91b58ff7  libkxld.dylib (??? - ???) <B779CF25-496C-31B0-B336-3E4E3E1C32CC> /usr/lib/system/libkxld.dylib
    0x7fff91b59000 -     0x7fff91b79fff  libPng.dylib (??? - ???) <F4D84592-C450-3076-88E9-8E6517C7EF33> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff91b7a000 -     0x7fff91bf5ff7  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
    0x7fff91bf6000 -     0x7fff91c66fff  com.apple.datadetectorscore (3.0 - 179.4) <B4C6417F-296C-31C1-BB94-980BFCDC9175> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff91c67000 -     0x7fff91ca8fff  com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff91ca9000 -     0x7fff91caefff  libcache.dylib (47.0.0 - compatibility 1.0.0) <1571C3AB-BCB2-38CD-B3B2-C5FC3F927C6A> /usr/lib/system/libcache.dylib
    0x7fff91caf000 -     0x7fff91cb1fff  libCVMSPluginSupport.dylib (??? - ???) <B2FC6EC0-1A0C-3482-A3C9-D08446E8713A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff91cd5000 -     0x7fff91d08ff7  com.apple.GSS (2.1 - 2.0) <57AD81CE-6320-38C9-9B66-0E5A4DEA898A> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff91d0e000 -     0x7fff91d13fff  libGIF.dylib (??? - ???) <393E2DB5-9479-39A6-A75A-B5F20B852532> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff9208f000 -     0x7fff9209dfff  libdispatch.dylib (187.7.0 - compatibility 1.0.0) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
    0x7fff9209e000 -     0x7fff920faff7  com.apple.QuickLookFramework (3.1 - 500.10) <35BF320E-26F5-310C-9FA9-D60919B218EC> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff92153000 -     0x7fff92197ff7  com.apple.MediaKit (12 - 589) <7CFF29BF-D907-3593-B338-0BB48643B2A8> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff92198000 -     0x7fff92202ff7  com.apple.framework.IOKit (2.0 - ???) <EEEB42FD-E3E1-3A94-A771-B1993B694F17> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff92203000 -     0x7fff92209fff  libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib
    0x7fff9220a000 -     0x7fff92323fff  com.apple.DesktopServices (1.6.2 - 1.6.2) <6B83172E-F539-3AF8-A76D-1F9EA357B076> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff92366000 -     0x7fff92367ff7  libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib
    0x7fff92368000 -     0x7fff923a7fff  com.apple.AE (527.7 - 527.7) <B82F7ABC-AC8B-3507-B029-969DD5CA813D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff923ef000 -     0x7fff93103fef  com.apple.WebCore (7534.53 - 7534.53.11) <E37D145A-0BFD-3BE0-98A9-7F04CE9B6E6E> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
    0x7fff93104000 -     0x7fff9310afff  libGFXShared.dylib (??? - ???) <B95E9B22-AE68-3E48-8733-00CCCA08D50E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff9310b000 -     0x7fff9311eff7  libCRFSuite.dylib (??? - ???) <0B76941F-218E-30C8-B6DE-E15919F8DBEB> /usr/lib/libCRFSuite.dylib
    0x7fff9311f000 -     0x7fff9338dff7  com.apple.QuartzComposer (5.0 - 236.3) <F8B96724-2550-32FE-9DE4-22AC7A6C0942> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x7fff9338e000 -     0x7fff93392fff  libdyld.dylib (195.6.0 - compatibility 1.0.0) <FFC59565-64BD-3B37-90A4-E2C3A422CFC1> /usr/lib/system/libdyld.dylib
    0x7fff93393000 -     0x7fff93435ff7  com.apple.securityfoundation (5.0 - 55107) <6C2E7362-CB11-3CBD-BB1C-348E4B10F25A> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff93436000 -     0x7fff9374fff7  com.apple.Foundation (6.7.1 - 833.24) <6D4E6F93-64EF-3D41-AE80-2BB10E2E6323> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff93994000 -     0x7fff93aa0fff  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff93aa1000 -     0x7fff93b68ff7  com.apple.ColorSync (4.7.1 - 4.7.1) <EA74B067-9916-341A-9C68-6165A4656042> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff93d40000 -     0x7fff94324fff  libBLAS.dylib (??? - ???) <C34F6D88-187F-33DC-8A68-C0C9D1FA36DF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff94325000 -     0x7fff9435ffe7  com.apple.DebugSymbols (2.1 - 87) <ED2B177C-4146-3715-91DF-D99A8ED5449A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff94360000 -     0x7fff945d3fff  com.apple.CoreImage (7.93 - 1.0.1) <0B7D855E-A2B6-3C14-A242-2CF2165C6E7E> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff945d4000 -     0x7fff945e6ff7  libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
    0x7fff945e7000 -     0x7fff945fdfff  libGL.dylib (??? - ???) <6A473BF9-4D35-34C6-9F8B-86B68091A9AF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff9460a000 -     0x7fff94711fe7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <EE02BB01-64C9-304D-9719-A35F5CD6D04C> /usr/lib/libsqlite3.dylib
    0x7fff94712000 -     0x7fff94712fff  com.apple.Carbon (153 - 153) <AF0F9910-E3C3-3922-AA92-A39000655E0F> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff94713000 -     0x7fff94715fff  com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff94716000 -     0x7fff947f4fff  com.apple.DiscRecording (6.0.3 - 6030.4.1) <8DB1BDDD-F066-3E8B-B416-11DF712C6A1E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff948d2000 -     0x7fff949affef  libsystem_c.dylib (763.12.0 - compatibility 1.0.0) <FF69F06E-0904-3C08-A5EF-536FAFFFDC22> /usr/lib/system/libsystem_c.dylib
    0x7fff94a7f000 -     0x7fff94a82fff  libRadiance.dylib (??? - ???) <CD89D70D-F177-3BAE-8A26-644EA7D5E28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff94a8d000 -     0x7fff94ac6fe7  libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <79AAEC98-1258-3DA4-B1C0-4120049D390B> /usr/lib/libssl.0.9.8.dylib
    0x7fff94ac7000 -     0x7fff94d52fff  com.apple.JavaScriptCore (7534.53 - 7534.53.8) <619D6392-D833-3C55-B1C0-4DAA0477796C> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff94d73000 -     0x7fff94d76fff  com.apple.help (1.3.2 - 42) <BF14DE49-F7E8-336F-81FB-BBDF2DB3AC09> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff94d7f000 -     0x7fff94e19ff7  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
    0x7fff94e30000 -     0x7fff94e30fff  com.apple.quartzframework (1.5 - 1.5) <2C13AE76-C86B-3D48-A583-121689190F74> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff94e31000 -     0x7fff94e58ff7  com.apple.PerformanceAnalysis (1.10 - 10) <DD87C994-66D6-330A-BAF9-AB86BE125A62> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff94e59000 -     0x7fff94eb4ff7  com.apple.HIServices (1.11 - ???) <DE8FA7FA-0A41-35D9-8473-5104F81DA934> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff950e1000 -     0x7fff950e2ff7  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
    0x7fff950e3000 -     0x7fff95481fef  com.apple.MediaToolbox (1.0 - 705.61) <F48F2150-0573-354C-BBB2-BA52DD0FD0AB> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff95482000 -     0x7fff95656fff  com.apple.CoreFoundation (6.7.1 - 635.19) <57B77925-9065-38C9-A05B-02F4F9ED007C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff95657000 -     0x7fff9565bfff  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <37517279-C92E-3217-B49A-838198B48787> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff95755000 -     0x7fff957ebff7  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
    0x7fff957ec000 -     0x7fff957ecfff  com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff95823000 -     0x7fff9586fff7  com.apple.SystemConfiguration (1.11.2 - 1.11) <A14F3583-9CC0-397D-A50E-17217075953F> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff95870000 -     0x7fff958e5ff7  libc++.1.dylib (19.0.0 - compatibility 1.0.0) <C0EFFF1B-0FEB-3F99-BE54-506B35B555A9> /usr/lib/libc++.1.dylib
    0x7fff958e6000 -     0x7fff95913ff7  com.apple.opencl (1.50.69 - 1.50.69) <687265AF-E9B6-3537-89D7-7C12EB38193D> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff95914000 -     0x7fff95d31ff7  com.apple.SceneKit (2.2 - 125.3) <DDCC8DB6-D5DB-31CD-A401-F56C84216E1C> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
    0x7fff95e35000 -     0x7fff9615fff7  com.apple.HIToolbox (1.8 - ???) <D6A0D513-4893-35B4-9FFE-865FF419F2C2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff966fa000 -     0x7fff967fffff  libFontParser.dylib (??? - ???) <0920DA16-2066-33E6-BF95-AD4B0F3C22B0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff96800000 -     0x7fff96808fff  libsystem_dnssd.dylib (??? - ???) <D0CEBE0E-956F-3CCF-9808-25FDEA42B9AF> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff96809000 -     0x7fff9740dfff  com.apple.AppKit (6.7.3 - 1138.32) <A9EB81C6-C519-3F29-89F1-42C3E8930281> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff97430000 -     0x7fff97432fff  libquarantine.dylib (36.2.0 - compatibility 1.0.0) <48656562-FF20-3B55-9F93-407ACA7341C0> /usr/lib/system/libquarantine.dylib
    0x7fff97433000 -     0x7fff97472ff7  libGLImage.dylib (??? - ???) <348729DC-BC44-3744-B249-9DFA6498344A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff97473000 -     0x7fff9756dff7  com.apple.DiskImagesFramework (10.7.3 - 331.3) <57A7E46A-5AA4-37FF-B19C-5337CCBCA0CA> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff97598000 -     0x7fff9759dff7  libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib
    0x7fff9759e000 -     0x7fff975c4ff7  com.apple.framework.familycontrols (3.0 - 300) <DC06CF3A-2F10-3867-9498-CADAE30D0CE4> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x7fff975c5000 -     0x7fff975cafff  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib
    0x7fff975cb000 -     0x7fff97631ff7  com.apple.coreui (1.2.1 - 165.3) <378C9221-ADE6-36D9-9944-F33AE6904E4F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff97670000 -     0x7fff976d0fff  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
    0x7fff9770f000 -     0x7fff977edfff  com.apple.ImageIO.framework (3.1.1 - 3.1.1) <DB530A63-8ECF-3B53-AC9A-1692A5397E2F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff977ee000 -     0x7fff978fbfff  libJP2.dylib (??? - ???) <F2B34A61-75F0-3BFE-A309-EE0DF4AF9E37> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff978fc000 -     0x7fff97920fff  com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff97953000 -     0x7fff979bbff7  com.apple.audio.CoreAudio (4.0.2 - 4.0.2) <DFD8F4DE-3B45-3A2E-9CBE-FD8D5DD30923> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff979dc000 -     0x7fff979ddfff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff979de000 -     0x7fff97a1eff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <29DE948E-38C4-3CC5-B528-40C691380607> /usr/lib/libcups.2.dylib
    0x7fff97a1f000 -     0x7fff97b86ff7  com.apple.CFNetwork (520.3.2 - 520.3.2) <516B611D-E53E-3467-9211-3C5B86ABA865> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff97bb1000 -     0x7fff97c64fff  com.apple.CoreText (220.11.0 - ???) <0322442E-0530-37E8-A7D6-AEFD909F0AFE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff97c65000 -     0x7fff97c6afff  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
    0x7fff97dc0000 -     0x7fff97f5ffff  com.apple.QuartzCore (1.7 - 270.2) <F2CCDEFB-DE43-3E32-B242-A22C82617186> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff97fc2000 -     0x7fff98016ff7  com.apple.ImageCaptureCore (3.0.2 - 3.0.2) <68147E63-C211-361E-8B24-B5E0675B4297> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x7fff98017000 -     0x7fff98017fff  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
    0x7fff980e5000 -     0x7fff980f4ff7  libxar-nossl.dylib (??? - ???) <A6ABBFB9-E4ED-38AD-BBBB-F9958B9CEFB5> /usr/lib/libxar-nossl.dylib
    0x7fff980f5000 -     0x7fff98187ff7  com.apple.CorePDF (3.1 - 3.1) <F81F99A9-7FF6-3A6A-92C7-78C76BA35777> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff981a9000 -     0x7fff981b0ff7  com.apple.CommerceCore (1.0 - 17) <3894FE48-EDCE-30E9-9796-E2F959D92704> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
    0x7fff981b1000 -     0x7fff98209fff  libTIFF.dylib (??? - ???) <DD797FBE-9B63-3785-A9EA-0321D113538B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff9820a000 -     0x7fff98526ff7  com.apple.CoreServices.CarbonCore (960.20 - 960.20) <C45CA09E-8867-3D67-BB2E-48D2E6B0D78C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff98527000 -     0x7fff98530ff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <A4D651E3-D1C6-3934-AD49-7A104FD14596> /usr/lib/system/libsystem_notify.dylib
    0x7fff98531000 -     0x7fff98551fff  libsystem_kernel.dylib (1699.24.23 - compatibility 1.0.0) <80927C55-D4D9-31B6-9CF3-6134FCF1E1CA> /usr/lib/system/libsystem_kernel.dylib
    0x7fff98552000 -     0x7fff98553fff  libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /usr/lib/system/libunc.dylib
    0x7fff98554000 -     0x7fff9855bfff  libCGXCoreImage.A.dylib (600.0.0 - compatibility 64.0.0) <848F5267-C6B3-3591-AB27-B0176B04CCC4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x7fff9855c000 -     0x7fff98567ff7  com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <48607E6E-8612-3267-9184-E948B1863B32> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff98599000 -     0x7fff985bdfff  com.apple.RemoteViewServices (1.3 - 44) <21D7A0E7-6699-37AB-AE6C-BF69AF3D61C2> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff985be000 -     0x7fff985c4fff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <CEA34337-63DE-302E-81AA-10D717E1F699> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff985cb000 -     0x7fff98aa7fef  com.apple.RawCamera.bundle (3.12.0 - 614) <E0F08224-8A63-BBCE-BE85-8B0BAB22A7DA> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff98aa8000 -     0x7fff98ba8fff  com.apple.QuickLookUIFramework (3.1 - 500.10) <ABD3BF58-DD33-31CA-AAE3-E0EE274C8B9C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x7fff98bae000 -     0x7fff98bcbfff  libxpc.dylib (77.18.0 - compatibility 1.0.0) <26C05F31-E809-3B47-AF42-1460971E3AC3> /usr/lib/system/libxpc.dylib
    0x7fff98bcc000 -     0x7fff98bd9ff7  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <3373D310-3B10-3DD1-B754-B7B138CD448D> /usr/lib/libbz2.1.0.dylib
    0x7fff98bda000 -     0x7fff98c07fff  com.apple.quartzfilters (1.7.0 - 1.7.0) <CE1EDD58-7273-38F9-AD33-871A8BA7ABF3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 61
    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: 24710772
    thread_create: 1
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=202.8M resident=148.8M(73%) swapped_out_or_unallocated=54.0M(27%)
Writable regions: Total=1.1G written=9700K(1%) resident=36.4M(3%) swapped_out=0K(0%) unallocated=1.1G(97%)

REGION TYPE                        VIRTUAL
===========                        =======
CG backing stores                    6872K
CG image                               76K
CG raster data                        780K
CG shared images                     3504K
CoreAnimation                           4K
CoreGraphics                           16K
CoreImage                              12K
CoreServices                         2332K
JS JIT generated code               128.0M
JS JIT generated code (reserved)    896.0M        reserved VM address space (unallocated)
JS VM register file (reserved)       4096K        reserved VM address space (unallocated)
JS garbage collector                   16K
MALLOC               

@jeromelebel
Copy link
Owner

Why do you have no "_id" field in your documents?

@aharpole
Copy link
Author

It's a system generated collection; I have no control over what fields the documents have.
Aaron
Fullscreen • Software Engineering

On May 9, 2012, at 4:54 PM, Jérôme Lebel wrote:

Why do you have no "_id" field in your documents?


Reply to this email directly or view it on GitHub:
#24 (comment)

@jeromelebel
Copy link
Owner

Can you try with : https://github.com/downloads/fotonauts/MongoHub-Mac/MongoHub%20Fix%20for%2024&35.zip ?

It should work correctly now. Let me know how it goes.

@aharpole
Copy link
Author

It works!
On May 16, 2012, at 5:36 PM, Jérôme Lebel wrote:

Can you try with : https://github.com/downloads/fotonauts/MongoHub-Mac/MongoHub%20Fix%20for%2024&35.zip ?

It should work correctly now. Let me know how it goes.


Reply to this email directly or view it on GitHub:
#24 (comment)

@jeromelebel
Copy link
Owner

fixed in 2.4.19(93)

@xeraa
Copy link

xeraa commented May 24, 2012

great timing - just ran into the same issue in 2.4.18, but it's working now.
thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants