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

MongoHub crashes when double-clicking on a document #198

Closed
tessus opened this issue Feb 18, 2015 · 11 comments
Closed

MongoHub crashes when double-clicking on a document #198

tessus opened this issue Feb 18, 2015 · 11 comments

Comments

@tessus
Copy link

tessus commented Feb 18, 2015

I've compiled MongoHub (git head) and when I double-click a document, it crashes.

screen shot 2015-02-18 at 11 57 33

Here's the stack trace:

Process:         MongoHub [22348]
Path:            /Users/USER/Library/Developer/Xcode/DerivedData/Build/Products/Debug/MongoHub.app/Contents/MacOS/MongoHub
Identifier:      com.fotonauts.MongoHub
Version:         3.1b2 (3.1b2)
Code Type:       X86-64 (Native)
Parent Process:  launchd [298]
Responsible:     MongoHub [22348]
User ID:         772311248

Date/Time:       2015-02-18 11:57:58.901 -0500
OS Version:      Mac OS X 10.9.5 (13F34)
Report Version:  11
Anonymous UUID:  4FDBD7CB-B185-325F-94F0-9F0218538120

Sleep/Wake UUID: F45D8965-B99E-4D71-A8F7-52804D8DD200

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

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

Application Specific Information:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** setObjectForKey: key cannot be nil'
terminating with uncaught exception of type NSException
abort() called

Application Specific Backtrace 1:
0   CoreFoundation                      0x00007fff8bfc225c __exceptionPreprocess + 172
1   libobjc.A.dylib                     0x00007fff81b18e75 objc_exception_throw + 43
2   CoreFoundation                      0x00007fff8bebd22e -[__NSDictionaryM setObject:forKey:] + 1102
3   MongoHub                            0x00000001014ddaf6 -[MHQueryViewController showEditWindow:] + 902
4   AppKit                              0x00007fff84d3a2ca -[NSObject(_NSBinderKeyValueCodingAdditions) _invokeSelector:withArguments:onKeyPath:] + 466
5   AppKit                              0x00007fff84d3a3e1 -[NSObject(_NSBinderKeyValueCodingAdditions) _invokeSelector:withArguments:onKeyPath:] + 745
6   CoreFoundation                      0x00007fff8bead9ac __invoking___ + 140
7   CoreFoundation                      0x00007fff8bead814 -[NSInvocation invoke] + 308
8   CoreFoundation                      0x00007fff8bf20044 ___forwarding___ + 452
9   CoreFoundation                      0x00007fff8bf1fdf8 _CF_forwarding_prep_0 + 120
10  AppKit                              0x00007fff8495e72d -[NSBinder _invokeSelector:withArguments:onKeyPath:ofObject:mode:raisesForNotApplicableKeys:] + 234
11  AppKit                              0x00007fff8495ec40 -[NSBinder invokeSelector:withArguments:forBinding:error:] + 173
12  AppKit                              0x00007fff8492f57e -[NSActionBinder _invokeSelector:withArguments:forBinding:] + 131
13  AppKit                              0x00007fff8492fdbf -[NSActionBinder _performActionWithCommitEditing:didCommit:contextInfo:] + 314
14  CoreFoundation                      0x00007fff8bead9ac __invoking___ + 140
15  CoreFoundation                      0x00007fff8bead814 -[NSInvocation invoke] + 308
16  libdispatch.dylib                   0x00007fff8c5191bb _dispatch_call_block_and_release + 12
17  libdispatch.dylib                   0x00007fff8c51628d _dispatch_client_callout + 8
18  libdispatch.dylib                   0x00007fff8c51def0 _dispatch_main_queue_callback_4CF + 333
19  CoreFoundation                      0x00007fff8bf294f9 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
20  CoreFoundation                      0x00007fff8bee4714 __CFRunLoopRun + 1636
21  CoreFoundation                      0x00007fff8bee3e75 CFRunLoopRunSpecific + 309
22  HIToolbox                           0x00007fff88d36a0d RunCurrentEventLoopInMode + 226
23  HIToolbox                           0x00007fff88d36685 ReceiveNextEventCommon + 173
24  HIToolbox                           0x00007fff88d365bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
25  AppKit                              0x00007fff845a524e _DPSNextEvent + 1434
26  AppKit                              0x00007fff845a489b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
27  AppKit                              0x00007fff8459899c -[NSApplication run] + 553
28  AppKit                              0x00007fff84583783 NSApplicationMain + 940
29  MongoHub                            0x00000001014cd622 main + 34
30  libdyld.dylib                       0x00007fff8b96c5fd start + 1

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib          0x00007fff83df3866 __pthread_kill + 10
1   libsystem_pthread.dylib         0x00007fff8f38935c pthread_kill + 92
2   libsystem_c.dylib               0x00007fff8372bb1a abort + 125
3   libc++abi.dylib                 0x00007fff83c75f31 abort_message + 257
4   libc++abi.dylib                 0x00007fff83c9b952 default_terminate_handler() + 264
5   libobjc.A.dylib                 0x00007fff81b1930d _objc_terminate() + 103
6   libc++abi.dylib                 0x00007fff83c991d1 std::__terminate(void (*)()) + 8
7   libc++abi.dylib                 0x00007fff83c99246 std::terminate() + 54
8   libobjc.A.dylib                 0x00007fff81b190b0 objc_terminate + 9
9   libdispatch.dylib               0x00007fff8c5162a1 _dispatch_client_callout + 28
10  libdispatch.dylib               0x00007fff8c51def0 _dispatch_main_queue_callback_4CF + 333
11  com.apple.CoreFoundation        0x00007fff8bf294f9 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
12  com.apple.CoreFoundation        0x00007fff8bee4714 __CFRunLoopRun + 1636
13  com.apple.CoreFoundation        0x00007fff8bee3e75 CFRunLoopRunSpecific + 309
14  com.apple.HIToolbox             0x00007fff88d36a0d RunCurrentEventLoopInMode + 226
15  com.apple.HIToolbox             0x00007fff88d36685 ReceiveNextEventCommon + 173
16  com.apple.HIToolbox             0x00007fff88d365bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
17  com.apple.AppKit                0x00007fff845a524e _DPSNextEvent + 1434
18  com.apple.AppKit                0x00007fff845a489b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
19  com.apple.AppKit                0x00007fff8459899c -[NSApplication run] + 553
20  com.apple.AppKit                0x00007fff84583783 NSApplicationMain + 940
21  com.fotonauts.MongoHub          0x00000001014cd622 main + 34 (main.m:17)
22  libdyld.dylib                   0x00007fff8b96c5fd start + 1

Thread 1:
0   libsystem_kernel.dylib          0x00007fff83df3e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8f389f08 _pthread_wqthread + 330
2   libsystem_pthread.dylib         0x00007fff8f38cfb9 start_wqthread + 13

Thread 2:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib          0x00007fff83df4662 kevent64 + 10
1   libdispatch.dylib               0x00007fff8c518421 _dispatch_mgr_invoke + 239
2   libdispatch.dylib               0x00007fff8c518136 _dispatch_mgr_thread + 52

Thread 3:
0   libsystem_kernel.dylib          0x00007fff83df3e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8f389f08 _pthread_wqthread + 330
2   libsystem_pthread.dylib         0x00007fff8f38cfb9 start_wqthread + 13

Thread 4:
0   libsystem_kernel.dylib          0x00007fff83df3e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8f389f08 _pthread_wqthread + 330
2   libsystem_pthread.dylib         0x00007fff8f38cfb9 start_wqthread + 13

Thread 5:
0   libsystem_kernel.dylib          0x00007fff83df3e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8f389f08 _pthread_wqthread + 330
2   libsystem_pthread.dylib         0x00007fff8f38cfb9 start_wqthread + 13

Thread 6:: com.apple.NSURLConnectionLoader
0   libsystem_kernel.dylib          0x00007fff83defa1a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff83deed18 mach_msg + 64
2   com.apple.CoreFoundation        0x00007fff8bee4f15 __CFRunLoopServiceMachPort + 181
3   com.apple.CoreFoundation        0x00007fff8bee4539 __CFRunLoopRun + 1161
4   com.apple.CoreFoundation        0x00007fff8bee3e75 CFRunLoopRunSpecific + 309
5   com.apple.Foundation            0x00007fff8668cf87 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
6   com.apple.Foundation            0x00007fff8668cd8b __NSThread__main__ + 1318
7   libsystem_pthread.dylib         0x00007fff8f388899 _pthread_body + 138
8   libsystem_pthread.dylib         0x00007fff8f38872a _pthread_start + 137
9   libsystem_pthread.dylib         0x00007fff8f38cfc9 thread_start + 13

Thread 7:
0   libsystem_kernel.dylib          0x00007fff83defa1a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff83deed18 mach_msg + 64
2   com.apple.CoreFoundation        0x00007fff8bee4f15 __CFRunLoopServiceMachPort + 181
3   com.apple.CoreFoundation        0x00007fff8bee4539 __CFRunLoopRun + 1161
4   com.apple.CoreFoundation        0x00007fff8bee3e75 CFRunLoopRunSpecific + 309
5   com.apple.AppKit                0x00007fff8474505e _NSEventThread + 144
6   libsystem_pthread.dylib         0x00007fff8f388899 _pthread_body + 138
7   libsystem_pthread.dylib         0x00007fff8f38872a _pthread_start + 137
8   libsystem_pthread.dylib         0x00007fff8f38cfc9 thread_start + 13

Thread 8:: com.apple.CFSocket.private
0   libsystem_kernel.dylib          0x00007fff83df39aa __select + 10
1   com.apple.CoreFoundation        0x00007fff8bf30a03 __CFSocketManager + 867
2   libsystem_pthread.dylib         0x00007fff8f388899 _pthread_body + 138
3   libsystem_pthread.dylib         0x00007fff8f38872a _pthread_start + 137
4   libsystem_pthread.dylib         0x00007fff8f38cfc9 thread_start + 13

Thread 9:
0   libsystem_kernel.dylib          0x00007fff83df3e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8f389f08 _pthread_wqthread + 330
2   libsystem_pthread.dylib         0x00007fff8f38cfb9 start_wqthread + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x00007fff73f39310  rcx: 0x00007fff5e735dc8  rdx: 0x0000000000000000
  rdi: 0x0000000000000707  rsi: 0x0000000000000006  rbp: 0x00007fff5e735df0  rsp: 0x00007fff5e735dc8
   r8: 0x6e6f697470656378   r9: 0x00007fff837538d0  r10: 0x0000000008000000  r11: 0x0000000000000206
  r12: 0x00007fff5e735f50  r13: 0x00007fff5e736420  r14: 0x0000000000000006  r15: 0x00007fff5e735e30
  rip: 0x00007fff83df3866  rfl: 0x0000000000000206  cr2: 0x0000000102fff000

Logical CPU:     0
Error Code:      0x02000148
Trap Number:     133


Binary Images:
       0x1014c8000 -        0x10153dff7 +com.fotonauts.MongoHub (3.1b2 - 3.1b2) <E82952B0-D074-3FE9-B340-88BB89AFDEB5> /Users/USER/Library/Developer/Xcode/DerivedData/Build/Products/Debug/MongoHub.app/Contents/MacOS/MongoHub
       0x1015a6000 -        0x1015eefeb +com.zang.RegexKit (0.6.0 - 0.6.0) /Users/USER/Library/Developer/Xcode/DerivedData/Build/Products/Debug/MongoHub.app/Contents/Frameworks/RegexKit.framework/Versions/A/RegexKit
       0x10160f000 -        0x101626fff +org.andymatuschak.Sparkle (1.5 Beta 6 - 313) <9253F8F7-250B-1114-7AE9-A10A54EB2298> /Users/USER/Library/Developer/Xcode/DerivedData/Build/Products/Debug/MongoHub.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
       0x101640000 -        0x10170dfff +com.google.code.sequel-pro.mcpkit (1.0 - 1.0) <96C5CE58-644D-3D25-9BA7-D3B3993E1603> /Users/USER/Library/Developer/Xcode/DerivedData/Build/Products/Debug/MongoHub.app/Contents/Frameworks/MCPKit.framework/Versions/A/MCPKit
       0x101792000 -        0x101847ff7 +com.jeromelebel.MongoObjCDriver (1.0 - 1) <E038CD53-29CA-3C2F-A3E0-4460F7B568C6> /Users/USER/Library/Developer/Xcode/DerivedData/Build/Products/Debug/MongoHub.app/Contents/Frameworks/MongoObjCDriver.framework/Versions/A/MongoObjCDriver
       0x103191000 -        0x103194fff  libspindump.dylib (161.2) <E16E9BFB-8F34-366F-BE10-48993F5843BC> /usr/lib/libspindump.dylib
       0x1031a2000 -        0x1031a3fe2 +cl_kernels (???) <429782AF-E707-46D0-AFE7-7D83607F24AD> cl_kernels
       0x1034c1000 -        0x1034c1fe7 +cl_kernels (???) <65FE8C51-AD3A-4722-9FD9-46B089E43410> cl_kernels
       0x1034c7000 -        0x1034c8fef +cl_kernels (???) <9F02060F-9396-416D-AAA4-69B42536740B> cl_kernels
       0x1034d1000 -        0x1034d2fee +cl_kernels (???) <CC1D52DE-B45A-4544-B7B1-12B3B8960668> cl_kernels
       0x1034ed000 -        0x1034edfff +cl_kernels (???) <0FDABA0B-27AB-47BF-8EC5-489B50BAEBB9> cl_kernels
       0x1056d9000 -        0x1057bffef  unorm8_bgra.dylib (2.3.58) <280D6FDD-8CA5-36EC-9EA1-D7DC09598E20> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
       0x105884000 -        0x105969fe7  unorm8_argb.dylib (2.3.58) <7B4A2580-C169-3ABC-8F62-B766914C59DD> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_argb.dylib
       0x106b31000 -        0x106b31feb +cl_kernels (???) <74BFE134-168C-4303-9D39-592856B87DDE> cl_kernels
       0x106b7c000 -        0x106b7dfeb +cl_kernels (???) <749C8BB5-A1B7-477A-AE9B-205F1C25A021> cl_kernels
       0x106c6b000 -        0x106c6bffd +cl_kernels (???) <1495E0E3-7359-495E-AFC8-412B7E001EDB> cl_kernels
       0x106efc000 -        0x106f73ff7  com.apple.xquery (1.3.1 - 30) <2F2DC0D6-456F-33A0-8537-E0C651F6817C> /System/Library/PrivateFrameworks/XQuery.framework/XQuery
       0x107272000 -        0x107352ff7  unorm8_rgba.dylib (2.3.58) <8252DC3E-7434-34C6-B4B9-CFD59B923D12> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba.dylib
       0x108053000 -        0x108054ff9 +cl_kernels (???) <D19E1010-FA74-4DC2-BFEA-696C8ADE4F13> cl_kernels
       0x1080fb000 -        0x1080fbffd +cl_kernels (???) <8788BE5A-5C2D-4C34-AA83-5835A16909B9> cl_kernels
       0x10815f000 -        0x10815fff6 +cl_kernels (???) <BA79D579-1CAD-46D1-85FC-C8311FCA34AF> cl_kernels
    0x7fff6f3ef000 -     0x7fff6f422817  dyld (239.4) <7AD43B9B-5CEA-3C7E-9836-A06909F9CA56> /usr/lib/dyld
    0x7fff81809000 -     0x7fff81809fff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff8180a000 -     0x7fff819a5ff8  com.apple.CFNetwork (673.5 - 673.5) <EF4DA617-D442-327A-9575-A75111A0A742> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff819a6000 -     0x7fff81ac8fff  com.apple.avfoundation (2.0 - 651.12.1) <FF001F98-E198-3B1D-A7EB-A8C48E6E34A3> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff81ac9000 -     0x7fff81acbfff  libCVMSPluginSupport.dylib (9.6.1) <FB37F4C4-1E84-3349-BB03-92CA0A5F6837> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff81b0b000 -     0x7fff81cb8f27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
    0x7fff81cb9000 -     0x7fff81cb9fff  com.apple.quartzframework (1.5 - 1.5) <3B2A72DB-39FC-3C5B-98BE-605F37777F37> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff81d46000 -     0x7fff81d72fff  com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff81d73000 -     0x7fff81d73ffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff81e2b000 -     0x7fff81e97fff  com.apple.framework.IOKit (2.0.1 - 907.100.14) <10932113-9F7E-38A0-A158-A019A555CAC3> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff81e98000 -     0x7fff81e9cff7  libGIF.dylib (1044) <7E51DFC3-740A-3CD3-98A1-1EC510A4A055> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff81e9d000 -     0x7fff81ec2ff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff81f29000 -     0x7fff81f36fff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff81f6d000 -     0x7fff82057fff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
    0x7fff82277000 -     0x7fff82282fff  libGL.dylib (9.6.1) <4B65BF9F-F34A-3CD1-94E8-DB26DAA0A59D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff8278a000 -     0x7fff8278bff7  com.apple.print.framework.Print (9.0 - 260) <EE00FAE1-DA03-3EC2-8571-562518C46994> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff8278c000 -     0x7fff8278cff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
    0x7fff8278d000 -     0x7fff8286aff7  libcrypto.0.9.8.dylib (52.8.1) <52B36740-372F-3AF6-99E4-B1A24A3C9954> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff8286b000 -     0x7fff82875ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff82876000 -     0x7fff8287fffd  com.apple.CommonAuth (4.0 - 2.0) <BD720379-757B-305C-A7BE-E00E680F8218> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff829ca000 -     0x7fff82a9bfff  com.apple.QuickLookUIFramework (5.0 - 622.7) <13841701-34C2-353D-868D-3E08D020C90F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x7fff82ad6000 -     0x7fff82adfffb  libsystem_notify.dylib (121.20.1) <9B34B4FE-F5AD-3F09-A5F0-46AFF3571323> /usr/lib/system/libsystem_notify.dylib
    0x7fff82ae2000 -     0x7fff82d76ff7  com.apple.RawCamera.bundle (5.07 - 760) <EA94F148-975D-32D7-8A20-B06017E5793B> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff82d77000 -     0x7fff82dacfff  libssl.0.9.8.dylib (52.8.1) <AE21E7AA-9CB1-3007-8A3F-D1AF367BBE5E> /usr/lib/libssl.0.9.8.dylib
    0x7fff82dad000 -     0x7fff82e06fff  libTIFF.dylib (1044) <FBC5800B-7F34-3755-A44E-7B37B3E0B32E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff82e50000 -     0x7fff82e50ffd  com.apple.audio.units.AudioUnit (1.10 - 1.10) <68B21135-55A6-3563-A3D6-3E692A7DEB7F> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff82e51000 -     0x7fff82ebefff  com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff82ebf000 -     0x7fff82ec9fff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
    0x7fff82eca000 -     0x7fff82ef2ffb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
    0x7fff82ef3000 -     0x7fff82f01fff  com.apple.opengl (9.6.1 - 9.6.1) <B22FA400-5824-36AF-9945-5FEC31995A0E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff82f03000 -     0x7fff82f93ff7  com.apple.Metadata (10.7.0 - 800.29) <6310AE28-EB99-3BB4-92F1-0C8BE6DEAD48> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff82fdf000 -     0x7fff83068fff  com.apple.ColorSync (4.9.0 - 4.9.0) <B756B908-9AD1-3F5D-83F9-7A0B068387D2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff83069000 -     0x7fff8306afff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
    0x7fff8306b000 -     0x7fff83207ff3  com.apple.QuartzCore (1.8 - 332.3) <72003E51-1287-395B-BCBC-331597D45C5E> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff83208000 -     0x7fff83237fff  com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff8323a000 -     0x7fff833f2ffb  libicucore.A.dylib (511.35) <6F097DA7-147C-32A1-93D2-728A64CF0DC2> /usr/lib/libicucore.A.dylib
    0x7fff833f3000 -     0x7fff83435ff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
    0x7fff8346a000 -     0x7fff834b8fff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
    0x7fff834b9000 -     0x7fff834d4ff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
    0x7fff834d5000 -     0x7fff8353cff7  com.apple.CoreUtils (2.0 - 200.34.4) <E53B97FE-E067-33F6-A9C1-D4EC2A20FB9F> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff836cf000 -     0x7fff83758ff7  libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
    0x7fff838fa000 -     0x7fff8392afff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff839a2000 -     0x7fff839ccff7  libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
    0x7fff839f1000 -     0x7fff83a79ff7  com.apple.CorePDF (4.0 - 4) <92D15ED1-D2E1-3ECB-93FF-42888219A99F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff83a9d000 -     0x7fff83afcfff  com.apple.framework.CoreWLAN (4.3.3 - 433.48) <1F17FA12-6E84-309D-9808-C536D445FA6E> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff83b3e000 -     0x7fff83c74ff5  com.apple.WebKit (9537 - 9537.78.2) <EB8D3D78-92E7-3B67-8AAF-B51A181461E0> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff83c75000 -     0x7fff83c9eff7  libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
    0x7fff83c9f000 -     0x7fff83ca4fff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
    0x7fff83ca5000 -     0x7fff83ccefff  com.apple.DictionaryServices (1.2 - 208) <A539A058-BA57-35EE-AA08-D0B0E835127D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff83d25000 -     0x7fff83d27ff3  libsystem_configuration.dylib (596.15) <4998CB6A-9D54-390A-9F57-5D1AC53C135C> /usr/lib/system/libsystem_configuration.dylib
    0x7fff83dde000 -     0x7fff83dfaff7  libsystem_kernel.dylib (2422.115.10) <1A75B3AB-3FAE-3D26-922D-726FE6C99F4D> /usr/lib/system/libsystem_kernel.dylib
    0x7fff83e06000 -     0x7fff83e58fff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
    0x7fff83e59000 -     0x7fff83e71ff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff83f09000 -     0x7fff83f61ff7  com.apple.Symbolication (1.4 - 129.0.2) <B1F008C4-184D-36A2-922F-4A67A075D512> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff83f62000 -     0x7fff83f74fff  com.apple.ImageCapture (9.0 - 9.0) <BE0B65DA-3031-359B-8BBA-B9803D4ADBF4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff83f75000 -     0x7fff83f75fff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff83f76000 -     0x7fff83fc4ff7  com.apple.opencl (2.3.59 - 2.3.59) <9F43F471-C3C3-352D-889D-EC418DC1F5B2> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff83fc5000 -     0x7fff83fd5ffb  libsasl2.2.dylib (170) <C8E25710-68B6-368A-BF3E-48EC7273177B> /usr/lib/libsasl2.2.dylib
    0x7fff83fd6000 -     0x7fff83fe2ffb  com.apple.AppleFSCompression (56.92.1 - 1.0) <066255FD-DBD1-3041-8DDA-7AFC41C9096D> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff83fe3000 -     0x7fff83febfff  libMatch.1.dylib (19) <021293AB-407D-309A-87F5-8E782F46753E> /usr/lib/libMatch.1.dylib
    0x7fff8407b000 -     0x7fff8408cff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
    0x7fff844b5000 -     0x7fff84580fff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff84581000 -     0x7fff850f7ff7  com.apple.AppKit (6.9 - 1265.21) <9DC13B27-841D-3839-93B2-3EDE66157BDE> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff850f8000 -     0x7fff85101fff  com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <383FB557-E88E-3239-82B8-15F9F885B702> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff8515a000 -     0x7fff8519bfff  com.apple.PerformanceAnalysis (1.47 - 47) <7B73DFF4-75DB-3403-80D2-0F3FE48764C3> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff851a2000 -     0x7fff8522eff7  com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff8525d000 -     0x7fff8534eff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
    0x7fff8534f000 -     0x7fff85355ff7  com.apple.XPCService (2.0 - 1) <2CE632D7-FE57-36CF-91D4-C57D0F2E0BFE> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0x7fff853d4000 -     0x7fff85420ffe  com.apple.CoreMediaIO (408.0 - 4570) <72371044-3FF2-3538-8EE1-C7C20F7C60A0> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff85441000 -     0x7fff85442fff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff85489000 -     0x7fff854dcfff  com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
    0x7fff854dd000 -     0x7fff85554fff  com.apple.CoreServices.OSServices (600.4 - 600.4) <C63562F5-6DF5-3EE9-8897-FF61A44C8251> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff85555000 -     0x7fff8563cff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
    0x7fff8563d000 -     0x7fff85a8bfef  com.apple.VideoToolbox (1.0 - 1273.54) <4699BB55-7387-3981-9217-869215F00CA9> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff85aea000 -     0x7fff85bd8fff  libJP2.dylib (1044) <BE5FF765-5ECE-38B5-BF5D-BE806F5CAD18> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff85bd9000 -     0x7fff85bf4ff7  libsystem_malloc.dylib (23.10.1) <A695B4E4-38E9-332E-A772-29D31E3F1385> /usr/lib/system/libsystem_malloc.dylib
    0x7fff85bf5000 -     0x7fff85bf9ff7  libheimdal-asn1.dylib (323.92.2) <979AEAA0-59B3-3E99-94B1-9BB9C6C45273> /usr/lib/libheimdal-asn1.dylib
    0x7fff85bfa000 -     0x7fff85cb3fff  libcrypto.0.9.7.dylib (106) <BFE87BFA-7971-37DC-9B20-55F04E509A80> /usr/lib/libcrypto.0.9.7.dylib
    0x7fff85cb4000 -     0x7fff85de3fef  com.apple.MediaControlSender (2.0 - 200.34.4) <FC24EC8D-2E46-3F76-AF63-749F30857B96> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender
    0x7fff85de4000 -     0x7fff85e49ffb  com.apple.Heimdal (4.0 - 2.0) <C28DBCAE-01AC-363A-9046-3BD33F225526> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff860a7000 -     0x7fff86171fff  com.apple.LaunchServices (572.29 - 572.29) <15C7BB21-73FB-38E7-924F-E6C4DF49D440> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff86172000 -     0x7fff8620dff7  com.apple.PDFKit (2.9.2 - 2.9.2) <0CDC6467-9227-3D98-B4D4-660796AE9F6B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
    0x7fff862df000 -     0x7fff862e1ff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
    0x7fff862e2000 -     0x7fff862faff7  com.apple.GenerationalStorage (2.0 - 160.3) <64749B08-0212-3AC8-9B49-73D662B09304> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff862fb000 -     0x7fff86334ff7  com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff86335000 -     0x7fff863f9ff7  com.apple.backup.framework (1.5.4 - 1.5.4) <195DA868-47A5-37E6-8CF0-9BCF11846899> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff86420000 -     0x7fff86444fff  libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
    0x7fff86445000 -     0x7fff8648aff6  com.apple.HIServices (1.23 - 468) <5970AF5C-F5BD-3B6A-97C9-95B2CA98D71D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff8648b000 -     0x7fff86492ff8  liblaunch.dylib (842.92.1) <A40A0C7B-3216-39B4-8AE0-B5D3BAF1DA8A> /usr/lib/system/liblaunch.dylib
    0x7fff86493000 -     0x7fff865d4fff  com.apple.QTKit (7.7.3 - 2826.24) <08E58C71-D16C-3357-989C-780A08994B27> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff865d5000 -     0x7fff865fdffb  libRIP.A.dylib (599.35.6) <45A8594F-906E-3EAE-87D4-BA1DB091C690> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff865fe000 -     0x7fff86625ff7  libsystem_network.dylib (241.4) <0D630D53-C772-3EC5-8257-EFB0ACCE3153> /usr/lib/system/libsystem_network.dylib
    0x7fff86626000 -     0x7fff86926ff7  com.apple.Foundation (6.9 - 1056.17) <E0B0FAF6-5CA8-3EEB-8BF2-104C0AEEF925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff86a05000 -     0x7fff86a56fff  com.apple.QuickLookFramework (5.0 - 622.7) <17685CEC-C94B-3F83-ADE1-B24840B35E44> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff86a57000 -     0x7fff86b0fff7  com.apple.DiscRecording (8.0 - 8000.4.6) <CDAAAD04-A1D0-3C67-ABCC-EFC9E8D44E7E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff86b10000 -     0x7fff86ef1ffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff8728b000 -     0x7fff872f1fff  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff872f2000 -     0x7fff87339ff7  libcups.2.dylib (372.4) <36EA4350-43B4-3A5C-9904-10685BFDA7D4> /usr/lib/libcups.2.dylib
    0x7fff8736b000 -     0x7fff87377ff7  com.apple.OpenDirectory (10.9 - 173.90.1) <F08601E8-F7E8-3222-AD05-6A26003779CF> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff87378000 -     0x7fff8738efff  com.apple.CoreMediaAuthoring (2.2 - 947) <F1886A05-1C29-3F88-88C0-4A1013530AD1> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
    0x7fff8738f000 -     0x7fff873a6ff7  com.apple.CFOpenDirectory (10.9 - 173.90.1) <7BC0194E-1B40-3FCA-ACD2-235CE5D65DFA> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff874c3000 -     0x7fff874d3fff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
    0x7fff87549000 -     0x7fff877adffd  com.apple.security (7.0 - 55471.14.25) <7E5475CB-CDD5-3C68-B335-8D2FECBDA21F> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff877ae000 -     0x7fff877b9ff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff877bb000 -     0x7fff87beeffb  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff87bef000 -     0x7fff87bf3ff7  libsystem_stats.dylib (93.90.3) <4E51D5B0-92A0-3D0D-B90E-495A1ED3E391> /usr/lib/system/libsystem_stats.dylib
    0x7fff87c4d000 -     0x7fff87c4ffff  com.apple.Mangrove (1.0 - 1) <72F5CBC7-4E78-374E-98EA-C3700136904E> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff87c50000 -     0x7fff87c50fff  com.apple.Carbon (154 - 157) <EFC1A1C0-CB07-395A-B038-CFA2E71D3E69> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff87c51000 -     0x7fff87c52ff7  libSystem.B.dylib (1197.1.1) <E303F2F8-A8CF-3DF3-84B3-F2D0EE41CCF6> /usr/lib/libSystem.B.dylib
    0x7fff87c53000 -     0x7fff87c78ff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff87c79000 -     0x7fff87c82ff7  libcldcpuengine.dylib (2.3.58) <E3A84FEC-4060-39C2-A469-159A443D2B6D> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff87c83000 -     0x7fff87c88ff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
    0x7fff87c96000 -     0x7fff87ca0ff7  com.apple.CrashReporterSupport (10.9 - 539) <B25A09EC-A021-32EC-86F8-05B4837E0EDE> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff87d20000 -     0x7fff87d37ffa  libAVFAudio.dylib (32.2) <52DA516B-DE79-322C-9E1B-2658019289D7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib
    0x7fff87d3d000 -     0x7fff87eabff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff87ebb000 -     0x7fff87ebcfff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
    0x7fff87ebd000 -     0x7fff87ef8fff  com.apple.bom (14.0 - 193.1) <EF24A562-6D3C-379E-8B9B-FAE0E4A0EF7C> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff87ef9000 -     0x7fff87f37ff7  libGLImage.dylib (9.6.1) <5E02B38C-9F36-39BE-8746-724F0D8BBFC0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff87f38000 -     0x7fff87ffaff5  com.apple.CoreText (367.20 - 367.20) <B80D086D-93A9-3C35-860E-9C3FDD027F3B> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff8802d000 -     0x7fff8803aff4  com.apple.Librarian (1.2 - 1) <F1A2744D-8536-32C7-8218-9972C6300DAE> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x7fff8803b000 -     0x7fff880c6ff7  libCoreStorage.dylib (380.70.2) <BD993BC8-ED54-3DC1-B28B-3B6AC77E8E5C> /usr/lib/libCoreStorage.dylib
    0x7fff880c7000 -     0x7fff8810cfff  libcurl.4.dylib (78.94.1) <88F27F9B-052E-3375-938D-2603E90D8AD5> /usr/lib/libcurl.4.dylib
    0x7fff8810d000 -     0x7fff88154fff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff881be000 -     0x7fff881c1fff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff881c2000 -     0x7fff881c2fff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff881c3000 -     0x7fff881d2ff8  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff881d3000 -     0x7fff881e5ff7  com.apple.MultitouchSupport.framework (245.13.1 - 245.13.1) <38262B92-C63F-35A0-997D-AD2EBF2F8338> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff881f3000 -     0x7fff88244ff7  com.apple.audio.CoreAudio (4.2.1 - 4.2.1) <BE13E840-FB45-3BC2-BCF5-031629754FD5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff88245000 -     0x7fff88249fff  com.apple.CommonPanels (1.2.6 - 96) <6B434AFD-50F8-37C7-9A56-162C17E375B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff8824d000 -     0x7fff88266ff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff88267000 -     0x7fff88269fff  com.apple.EFILogin (2.0 - 2) <C360E8AF-E9BB-3BBA-9DF0-57A92CEF00D4> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fff8826a000 -     0x7fff88299ff7  com.apple.CoreAVCHD (5.7.0 - 5700.4.3) <404369C0-ED9F-3010-8D2F-BC55285F7808> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff882c1000 -     0x7fff8830cfff  com.apple.ImageCaptureCore (5.0 - 5.0) <F529EDDC-E2F5-30CA-9938-AF23296B5C5B> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x7fff8832f000 -     0x7fff8845fff7  com.apple.desktopservices (1.8.3 - 1.8.3) <225BEC20-F8E0-3F22-9560-890A1A5B9050> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff884a2000 -     0x7fff88505ffb  com.apple.SystemConfiguration (1.13.1 - 1.13.1) <2C8E1A73-5AD6-3A7D-8ED8-D6755555A993> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff88506000 -     0x7fff88508fff  libRadiance.dylib (1044) <461482C9-CADB-3B36-B023-597C64AD4B00> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff88895000 -     0x7fff888b1fff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
    0x7fff888b2000 -     0x7fff88b83ff4  com.apple.CoreImage (9.4.0) <2C636ECD-0F1A-357C-9EFF-0452476FDDF5> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff88b84000 -     0x7fff88c34ff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff88c4c000 -     0x7fff88c52fff  com.apple.AOSNotification (1.7.0 - 760.3) <7901B867-60F7-3645-BB3E-18C51A6FBCC6> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification
    0x7fff88c55000 -     0x7fff88c5bff7  libCGXCoreImage.A.dylib (599.35.6) <69BEB63E-93AF-3A32-BA27-EDC2B6649B2E> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x7fff88c7b000 -     0x7fff88c7fff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
    0x7fff88cd8000 -     0x7fff88d07ff9  com.apple.GSS (4.0 - 2.0) <27FCA2B4-0767-3002-8755-862B19B5CF92> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff88d08000 -     0x7fff88fb2ff5  com.apple.HIToolbox (2.1.1 - 698) <A388E773-AE7B-3FD1-8662-A98E6E24EA16> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff89959000 -     0x7fff8a7adff7  com.apple.WebCore (9537 - 9537.78.1) <56C3D4BF-2495-3FD2-8212-91AF7DF693B8> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
    0x7fff8a7ae000 -     0x7fff8a7aefff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff8a7af000 -     0x7fff8a7b6fff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff8a7b7000 -     0x7fff8a9ffff7  com.apple.CoreData (107 - 481.3) <E78734AA-E3D0-33CB-A014-620BBCAB2E96> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff8aa00000 -     0x7fff8aa0dff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
    0x7fff8aa0e000 -     0x7fff8aa11fff  com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff8aa12000 -     0x7fff8aa6dffb  com.apple.AE (665.5 - 665.5) <BBA230F9-144C-3CAB-A77A-0621719244CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff8aa93000 -     0x7fff8aaaeff7  libPng.dylib (1044) <151BA92C-6E7C-3B69-8024-FDD1E2C89DD3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff8aaaf000 -     0x7fff8aafcfff  com.apple.AppleVAFramework (5.0.27 - 5.0.27) <608D91BD-9D88-3FAB-9A06-24C1DAEA092D> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff8aafd000 -     0x7fff8add1fc7  com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff8add2000 -     0x7fff8af26ff3  com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <69B273E8-5A8E-3FC7-B807-C16B657662FE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff8af27000 -     0x7fff8af51ff7  libsandbox.1.dylib (278.11.2) <A1933747-6A0F-3C93-8400-D441BB35B7A3> /usr/lib/libsandbox.1.dylib
    0x7fff8af52000 -     0x7fff8afb6fff  com.apple.datadetectorscore (5.0 - 354.5) <0AE9749A-6BFC-3032-B802-210DF59AEDB0> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff8b057000 -     0x7fff8b05fff7  com.apple.AppleSRP (5.0 - 1) <ABC7F088-1FD5-3768-B9F3-847F355E90B3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff8b08e000 -     0x7fff8b093fff  com.apple.DiskArbitration (2.6 - 2.6) <A4165553-770E-3D27-B217-01FC1F852B87> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff8b95e000 -     0x7fff8b961fff  com.apple.help (1.3.3 - 46) <AE763646-D07A-3F9A-ACD4-F5CBD734EE36> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff8b962000 -     0x7fff8b968ff7  libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
    0x7fff8b969000 -     0x7fff8b96cff7  libdyld.dylib (239.4) <7C9EC3B7-DDE3-33FF-953F-4067C743951D> /usr/lib/system/libdyld.dylib
    0x7fff8b96d000 -     0x7fff8b97eff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
    0x7fff8b97f000 -     0x7fff8b987fff  libsystem_dnssd.dylib (522.92.1) <17B03FFD-92C5-3282-9981-EBB28B456207> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff8ba32000 -     0x7fff8ba35ffa  libCGXType.A.dylib (599.35.6) <7DAB1A62-D475-37F1-8234-07649906E234> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff8ba36000 -     0x7fff8ba40ff7  com.apple.AppSandbox (3.0 - 1) <9F27DC25-C566-3AEF-92D3-DCFE7836916D> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x7fff8ba41000 -     0x7fff8bb12ff1  com.apple.DiskImagesFramework (10.9 - 371.1) <DCCAADEC-35D5-3968-8B39-358ACC56ADC4> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff8be74000 -     0x7fff8c059fff  com.apple.CoreFoundation (6.9 - 855.17) <729BD6DA-1F63-3E72-A148-26F21EBF52BB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8c05a000 -     0x7fff8c431fef  com.apple.CoreAUC (6.25.00 - 6.25.00) <2D7DC96C-BA83-3220-A03F-C790D50A23D8> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff8c432000 -     0x7fff8c445ff7  com.apple.AppContainer (3.0 - 1) <BD342039-430E-39FE-BC2D-8F97B557548E> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x7fff8c499000 -     0x7fff8c50cfff  com.apple.securityfoundation (6.0 - 55122.3) <0FDC8F53-104C-3938-A852-5B33C30BAAD5> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff8c50d000 -     0x7fff8c514fff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
    0x7fff8c515000 -     0x7fff8c52ffff  libdispatch.dylib (339.92.1) <C4E4A18D-3C3B-3C9C-8709-A4270D998DE7> /usr/lib/system/libdispatch.dylib
    0x7fff8c533000 -     0x7fff8c8aaff6  com.apple.JavaScriptCore (9537 - 9537.78.1) <8623A109-9E9D-3E3B-A8E1-6EE447C0110C> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff8c8ab000 -     0x7fff8c8b6fff  libkxld.dylib (2422.115.10) <AD2E562E-BB12-3AFF-A443-6AD173F03977> /usr/lib/system/libkxld.dylib
    0x7fff8cb59000 -     0x7fff8cb5bff7  com.apple.securityhi (9.0 - 55005) <18C42525-688C-3D47-B9C9-1E0F8F58FA64> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff8cb65000 -     0x7fff8cb6effb  libCGInterfaces.dylib (271) <68EFBEFE-7506-3235-99A2-5B69EDBFD7B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Resources/libCGInterfaces.dylib
    0x7fff8cd13000 -     0x7fff8cd14ff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
    0x7fff8cd15000 -     0x7fff8ce04fff  libFontParser.dylib (111.1.2) <25C4548B-A2DE-30BE-9FAF-DDA161DADB16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff8ce12000 -     0x7fff8d73230b  com.apple.CoreGraphics (1.600.0 - 599.35.6) <07F8BE29-8352-30DE-A136-FD8CE9526B8A> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff8d733000 -     0x7fff8d740ff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
    0x7fff8d741000 -     0x7fff8d742ff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff8d743000 -     0x7fff8d74bff7  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff8d74c000 -     0x7fff8d756ff7  libcsfde.dylib (380.70.2) <3ACB87D7-A81C-3C45-B648-AD27F1B9D841> /usr/lib/libcsfde.dylib
    0x7fff8d757000 -     0x7fff8d75affc  com.apple.IOSurface (91.1 - 91.1) <D00EEB0C-8AA8-3986-90C1-C97B2486E8FA> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff8d75b000 -     0x7fff8d782ffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
    0x7fff8d783000 -     0x7fff8d7b2fd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
    0x7fff8d7b3000 -     0x7fff8da14fff  com.apple.imageKit (2.5 - 774) <AACDE16E-ED9F-3B3F-A792-69BA1942753B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x7fff8da75000 -     0x7fff8da76ffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
    0x7fff8dab2000 -     0x7fff8dad6fff  com.apple.quartzfilters (1.8.0 - 1.7.0) <39C08086-9866-372F-9420-81F5689149DF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
    0x7fff8dad7000 -     0x7fff8dbbbff7  com.apple.coreui (2.2 - 231.1) <187DF89C-8A64-366D-8782-F90315FA3CD7> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff8dbbc000 -     0x7fff8dea6fff  com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <3A2E92FD-DEE2-3D45-9619-11500801A61C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff8dea7000 -     0x7fff8deafff3  libCGCMS.A.dylib (599.35.6) <09F33B9F-098A-340A-8717-E3BA6849470E> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
    0x7fff8deb3000 -     0x7fff8deb6fff  com.apple.AppleSystemInfo (3.0 - 3.0) <61FE171D-3D88-313F-A832-280AEC8F4AB7> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff8df14000 -     0x7fff8df5dfff  com.apple.CoreMedia (1.0 - 1273.54) <CAB7303A-9AB2-317A-99C3-BEAA8AE8764B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff8df5e000 -     0x7fff8e481fff  com.apple.QuartzComposer (5.1 - 319) <8B90921F-911B-3240-A1D5-3C084F3E6A36> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x7fff8e48e000 -     0x7fff8e490ffb  libutil.dylib (34) <DAC4A6CF-A1BB-3874-9569-A919316D30E8> /usr/lib/libutil.dylib
    0x7fff8e491000 -     0x7fff8e495fff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
    0x7fff8e496000 -     0x7fff8e517fff  com.apple.CoreSymbolication (3.0.1 - 141.0.6) <B594EF34-A1A3-3631-914E-6FD129291983> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff8e518000 -     0x7fff8e51fffb  libcopyfile.dylib (103.92.1) <CF29DFF6-0589-3590-834C-82E2316612E8> /usr/lib/system/libcopyfile.dylib
    0x7fff8e761000 -     0x7fff8e867ff7  com.apple.ImageIO.framework (3.3.0 - 1044) <3BCCF2AE-CF1F-3324-A371-DF0A42C841A2> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff8e868000 -     0x7fff8e8d7ff1  com.apple.ApplicationServices.ATS (360 - 363.3) <546E89D9-2AE7-3111-B2B8-2366650D22F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff8eb62000 -     0x7fff8ebafff2  com.apple.print.framework.PrintCore (9.0 - 428) <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff8ebcd000 -     0x7fff8ebd6fff  com.apple.DisplayServicesFW (2.8 - 360.8.14) <816A9CED-1BC0-3C76-8103-1B9BE0F723BB> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x7fff8eed4000 -     0x7fff8ef09ffc  com.apple.LDAPFramework (2.4.28 - 194.5) <4ADD0595-25B9-3F09-897E-3FB790AD2C5A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff8ef0a000 -     0x7fff8ef0cfff  com.apple.SecCodeWrapper (3.0 - 1) <DE7CA981-2B8B-34AC-845D-06D5C8F10441> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x7fff8ef4e000 -     0x7fff8ef56ffc  libGFXShared.dylib (9.6.1) <25BBF325-AC57-3BAA-9427-2D14CC243AE6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff8ef57000 -     0x7fff8ef96fff  libGLU.dylib (9.6.1) <AE032555-3E2F-3DBF-A26D-EA4576061605> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff8ef97000 -     0x7fff8efb4ff7  com.apple.framework.Apple80211 (9.4 - 940.60) <043C7CFD-B57B-3F9D-B0FE-CA4B97C43968> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff8efb5000 -     0x7fff8efedff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff8efee000 -     0x7fff8efeefff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff8f016000 -     0x7fff8f047fff  com.apple.MediaKit (15 - 709) <23E33409-5C39-3F93-9E73-2B0E9EE8883E> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff8f048000 -     0x7fff8f049fff  libsystem_sandbox.dylib (278.11.2) <0C93EB23-7364-3670-B511-212A7A524695> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff8f04a000 -     0x7fff8f380fff  com.apple.MediaToolbox (1.0 - 1273.54) <CB6F6690-D44C-30B5-93AB-CAB198D51884> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff8f381000 -     0x7fff8f386ff7  com.apple.MediaAccessibility (1.0 - 43) <D309D83D-5FAE-37A4-85ED-FFBDA8B66B82> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff8f387000 -     0x7fff8f38eff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
    0x7fff8f38f000 -     0x7fff8f3a8ff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x7fff8f3a9000 -     0x7fff8f3cdff7  libJPEG.dylib (1044) <BE0ED4E1-F7FC-3038-86D3-0456DD173FCB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 1
    thread_create: 0
    thread_set_state: 0
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by all processes on this machine:
    task_for_pid: 49517
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=215.9M resident=125.7M(58%) swapped_out_or_unallocated=90.2M(42%)
Writable regions: Total=130.3M written=29.9M(23%) resident=58.1M(45%) swapped_out=0K(0%) unallocated=72.2M(55%)

REGION TYPE                      VIRTUAL
===========                      =======
CG backing stores                  14.3M
CG image                           3924K
CG raster data                      700K
CG shared images                    308K
CoreAnimation                      18.1M
CoreData                              4K
CoreImage                           120K
Foundation                            4K
Image IO                           1160K
Kernel Alloc Once                     8K
MALLOC                             63.4M
MALLOC (admin)                       32K
Memory Tag 242                       12K
OpenCL                              108K
SQLite page cache                   256K
STACK GUARD                        56.0M
Stack                              11.7M
VM_ALLOCATE                        16.4M
__DATA                             27.6M
__IMAGE                             528K
__LINKEDIT                         67.7M
__TEXT                            148.3M
__UNICODE                           544K
mapped file                        66.2M
shared memory                         4K
===========                      =======
TOTAL                             497.2M

Model: MacBookPro11,1, BootROM MBP111.0138.B07, 2 processors, Intel Core i7, 2.8 GHz, 8 GB, SMC 2.16f63
Graphics: Intel Iris, Intel Iris, Built-In
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343531533641465238412D50422020
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343531533641465238412D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x112), Broadcom BCM43xx 1.0 (6.30.223.154.65)
Bluetooth: Version 4.2.7f4 15112, 3 services, 15 devices, 1 incoming serial ports
Network Service: Thunderbolt Ethernet, Ethernet, en6
Network Service: Wi-Fi, AirPort, en0
PCI Card: Apple 57762-A0, Ethernet Controller, Thunderbolt@195,0,0
Serial ATA Device: APPLE SSD SM0256F, 251 GB
USB Device: Internal Memory Card Reader
USB Device: Logitech Wireless Headset
USB Device: Keyboard Hub
USB Device: Microsoft® Nano Transceiver v1.0
USB Device: Apple Keyboard
USB Device: Apple Internal Keyboard / Trackpad
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
Thunderbolt Bus: MacBook Pro, Apple Inc., 17.2
Thunderbolt Device: Thunderbolt to Gigabit Ethernet Adapter, Apple Inc., 1, 5.5
@jeromelebel
Copy link
Owner

Can you reproduce this bug all the time?

@jeromelebel
Copy link
Owner

Can you give me the stack trace from Xcode?

@tessus
Copy link
Author

tessus commented Feb 18, 2015

I can reproduce it every time I double-click a document.

Here's the Xcode stack trace:

2015-02-18 14:44:32.109 MongoHub[26564:303] Invalid color System, labelColor (warning given only once)
2015-02-18 14:44:34.632 MongoHub[26564:303] An uncaught exception was raised
2015-02-18 14:44:34.632 MongoHub[26564:303] *** setObjectForKey: key cannot be nil
2015-02-18 14:44:34.632 MongoHub[26564:303] (
    0   CoreFoundation                      0x00007fff8bfc225c __exceptionPreprocess + 172
    1   libobjc.A.dylib                     0x00007fff81b18e75 objc_exception_throw + 43
    2   CoreFoundation                      0x00007fff8bebd22e -[__NSDictionaryM setObject:forKey:] + 1102
    3   MongoHub                            0x0000000100015af6 -[MHQueryViewController showEditWindow:] + 902
    4   AppKit                              0x00007fff84d3a2ca -[NSObject(_NSBinderKeyValueCodingAdditions) _invokeSelector:withArguments:onKeyPath:] + 466
    5   AppKit                              0x00007fff84d3a3e1 -[NSObject(_NSBinderKeyValueCodingAdditions) _invokeSelector:withArguments:onKeyPath:] + 745
    6   CoreFoundation                      0x00007fff8bead9ac __invoking___ + 140
    7   CoreFoundation                      0x00007fff8bead814 -[NSInvocation invoke] + 308
    8   CoreFoundation                      0x00007fff8bf20044 ___forwarding___ + 452
    9   CoreFoundation                      0x00007fff8bf1fdf8 _CF_forwarding_prep_0 + 120
    10  AppKit                              0x00007fff8495e72d -[NSBinder _invokeSelector:withArguments:onKeyPath:ofObject:mode:raisesForNotApplicableKeys:] + 234
    11  AppKit                              0x00007fff8495ec40 -[NSBinder invokeSelector:withArguments:forBinding:error:] + 173
    12  AppKit                              0x00007fff8492f57e -[NSActionBinder _invokeSelector:withArguments:forBinding:] + 131
    13  AppKit                              0x00007fff8492fdbf -[NSActionBinder _performActionWithCommitEditing:didCommit:contextInfo:] + 314
    14  CoreFoundation                      0x00007fff8bead9ac __invoking___ + 140
    15  CoreFoundation                      0x00007fff8bead814 -[NSInvocation invoke] + 308
    16  libdispatch.dylib                   0x00000001003f932d _dispatch_call_block_and_release + 12
    17  libdispatch.dylib                   0x00000001003f5925 _dispatch_client_callout + 8
    18  libdispatch.dylib                   0x00000001003ff3cd _dispatch_main_queue_callback_4CF + 607
    19  CoreFoundation                      0x00007fff8bf294f9 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
    20  CoreFoundation                      0x00007fff8bee4714 __CFRunLoopRun + 1636
    21  CoreFoundation                      0x00007fff8bee3e75 CFRunLoopRunSpecific + 309
    22  HIToolbox                           0x00007fff88d36a0d RunCurrentEventLoopInMode + 226
    23  HIToolbox                           0x00007fff88d36685 ReceiveNextEventCommon + 173
    24  HIToolbox                           0x00007fff88d365bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    25  AppKit                              0x00007fff845a524e _DPSNextEvent + 1434
    26  AppKit                              0x00007fff845a489b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    27  AppKit                              0x00007fff8459899c -[NSApplication run] + 553
    28  AppKit                              0x00007fff84583783 NSApplicationMain + 940
    29  MongoHub                            0x0000000100005622 main + 34
    30  libdyld.dylib                       0x00007fff8b96c5fd start + 1
    31  ???                                 0x0000000000000003 0x0 + 3
)
2015-02-18 14:44:34.633 MongoHub[26564:303] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** setObjectForKey: key cannot be nil'
*** First throw call stack:
(
    0   CoreFoundation                      0x00007fff8bfc225c __exceptionPreprocess + 172
    1   libobjc.A.dylib                     0x00007fff81b18e75 objc_exception_throw + 43
    2   CoreFoundation                      0x00007fff8bebd22e -[__NSDictionaryM setObject:forKey:] + 1102
    3   MongoHub                            0x0000000100015af6 -[MHQueryViewController showEditWindow:] + 902
    4   AppKit                              0x00007fff84d3a2ca -[NSObject(_NSBinderKeyValueCodingAdditions) _invokeSelector:withArguments:onKeyPath:] + 466
    5   AppKit                              0x00007fff84d3a3e1 -[NSObject(_NSBinderKeyValueCodingAdditions) _invokeSelector:withArguments:onKeyPath:] + 745
    6   CoreFoundation                      0x00007fff8bead9ac __invoking___ + 140
    7   CoreFoundation                      0x00007fff8bead814 -[NSInvocation invoke] + 308
    8   CoreFoundation                      0x00007fff8bf20044 ___forwarding___ + 452
    9   CoreFoundation                      0x00007fff8bf1fdf8 _CF_forwarding_prep_0 + 120
    10  AppKit                              0x00007fff8495e72d -[NSBinder _invokeSelector:withArguments:onKeyPath:ofObject:mode:raisesForNotApplicableKeys:] + 234
    11  AppKit                              0x00007fff8495ec40 -[NSBinder invokeSelector:withArguments:forBinding:error:] + 173
    12  AppKit                              0x00007fff8492f57e -[NSActionBinder _invokeSelector:withArguments:forBinding:] + 131
    13  AppKit                              0x00007fff8492fdbf -[NSActionBinder _performActionWithCommitEditing:didCommit:contextInfo:] + 314
    14  CoreFoundation                      0x00007fff8bead9ac __invoking___ + 140
    15  CoreFoundation                      0x00007fff8bead814 -[NSInvocation invoke] + 308
    16  libdispatch.dylib                   0x00000001003f932d _dispatch_call_block_and_release + 12
    17  libdispatch.dylib                   0x00000001003f5925 _dispatch_client_callout + 8
    18  libdispatch.dylib                   0x00000001003ff3cd _dispatch_main_queue_callback_4CF + 607
    19  CoreFoundation                      0x00007fff8bf294f9 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
    20  CoreFoundation                      0x00007fff8bee4714 __CFRunLoopRun + 1636
    21  CoreFoundation                      0x00007fff8bee3e75 CFRunLoopRunSpecific + 309
    22  HIToolbox                           0x00007fff88d36a0d RunCurrentEventLoopInMode + 226
    23  HIToolbox                           0x00007fff88d36685 ReceiveNextEventCommon + 173
    24  HIToolbox                           0x00007fff88d365bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    25  AppKit                              0x00007fff845a524e _DPSNextEvent + 1434
    26  AppKit                              0x00007fff845a489b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    27  AppKit                              0x00007fff8459899c -[NSApplication run] + 553
    28  AppKit                              0x00007fff84583783 NSApplicationMain + 940
    29  MongoHub                            0x0000000100005622 main + 34
    30  libdyld.dylib                       0x00007fff8b96c5fd start + 1
    31  ???                                 0x0000000000000003 0x0 + 3
)
libc++abi.dylib: terminating with uncaught exception of type NSException
(lldb) 

@jeromelebel
Copy link
Owner

Do you have line number in -[MHQueryViewController showEditWindow:]?

@tessus
Copy link
Author

tessus commented Feb 18, 2015

I'm not quite sure what you are asking me.

I have copy'n'pasted the entire stack trace. If the info is not there, what else do you want me to do? Any commands I should run?

@jeromelebel
Copy link
Owner

Are you able to reproduce the same issue with compiled version from : https://mongohub.s3.amazonaws.com/MongoHub.zip ?

@jeromelebel
Copy link
Owner

Sorry, I meant this one: https://mongohub.s3.amazonaws.com/MongoHub-3.1b2.zip

@jeromelebel
Copy link
Owner

Could you give me the content of the document?

@tessus
Copy link
Author

tessus commented Feb 18, 2015

Yes, I can reproduce it with your binary as well.

It happens for all documents, no matter the structure. Here's one:

{
    "_id" : 126,
    "x" : 2
}

@jeromelebel
Copy link
Owner

Should be fixed in 3.1. I let you verify this issue and close it.

@tessus
Copy link
Author

tessus commented Mar 29, 2015

I sent you an email back when you fixed it in dcae0ec.
Anyway, I compiled it back then and everything's fine.

@tessus tessus closed this as completed Mar 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants