#305 ✓released
Helmut K. C. Tessarek

build error - no visible @interface for 'GPGController'

Reported by Helmut K. C. Tessarek | December 9th, 2014 @ 07:16 PM | in 1.2 (closed)

I followed the instructions in the README. Btw, the URL in section 'Clone the repository' is wrong. It should be

git clone https://github.com/GPGTools/GPGKeychainAccess.git
cd GPGKeychainAccess

Anyway, after compiling a few sources, I get the following error:

In file included from /Users/helmutt/data/work/GPGKeychainAccess/Source/PreferencesController.m:21:
/Users/helmutt/data/work/GPGKeychainAccess/Source/PreferencesController.h:35:39: warning: 'retain (or strong)' attribute on property 'window' does not match the
      property inherited from 'NSWindowController' [-Wproperty-attribute-mismatch]
@property (assign) IBOutlet NSWindow *window;
                                      ^
/Users/helmutt/data/work/GPGKeychainAccess/Source/PreferencesController.m:256:8: error: no visible @interface for 'GPGController' declares the selector
      'testKeyserver'
        [gpgc testKeyserver];
         ~~~~ ^~~~~~~~~~~~~
1 warning and 1 error generated.

CompileC build/GPGKeychain.build/Release/GPG\ Keychain.build/Objects-normal/x86_64/SheetController.o Source/SheetController.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/helmutt/data/work/GPGKeychainAccess
    export LANG=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=160 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu99 -fobjc-arc -Wno-trigraphs -fpascal-strings -Os -flto -Wno-missing-field-initializers -Wmissing-prototypes -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-format -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wshadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.6 -fvisibility=hidden -Wno-sign-conversion -iquote /Users/helmutt/data/work/GPGKeychainAccess/build/GPGKeychain.build/Release/GPG\ Keychain.build/GPG\ Keychain-generated-files.hmap -I/Users/helmutt/data/work/GPGKeychainAccess/build/GPGKeychain.build/Release/GPG\ Keychain.build/GPG\ Keychain-own-target-headers.hmap -I/Users/helmutt/data/work/GPGKeychainAccess/build/GPGKeychain.build/Release/GPG\ Keychain.build/GPG\ Keychain-all-target-headers.hmap -iquote /Users/helmutt/data/work/GPGKeychainAccess/build/GPGKeychain.build/Release/GPG\ Keychain.build/GPG\ Keychain-project-headers.hmap -I/Users/helmutt/data/work/GPGKeychainAccess/build/Release/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Users/helmutt/data/work/GPGKeychainAccess/build/GPGKeychain.build/Release/GPG\ Keychain.build/DerivedSources/x86_64 -I/Users/helmutt/data/work/GPGKeychainAccess/build/GPGKeychain.build/Release/GPG\ Keychain.build/DerivedSources -F/Users/helmutt/data/work/GPGKeychainAccess/build/Release -F/Users/helmutt/data/work/GPGKeychainAccess/Frameworks -F/Library/Frameworks -F/Users/helmutt/Library/Frameworks -F/Users/helmutt/data/work/GPGKeychainAccess/Dependencies/Libmacgpg/build/Release -Xclang -fobjc-runtime-has-weak -include /var/folders/nr/48jm7yfs79bfgt7df623x_w0q0j26h/C/com.apple.DeveloperTools/6.1.1-6A2008a/Xcode/SharedPrecompiledHeaders/Prefix-dfynomygdhxndrehibovczvditkk/Prefix.pch -MMD -MT dependencies -MF /Users/helmutt/data/work/GPGKeychainAccess/build/GPGKeychain.build/Release/GPG\ Keychain.build/Objects-normal/x86_64/SheetController.d --serialize-diagnostics /Users/helmutt/data/work/GPGKeychainAccess/build/GPGKeychain.build/Release/GPG\ Keychain.build/Objects-normal/x86_64/SheetController.dia -c /Users/helmutt/data/work/GPGKeychainAccess/Source/SheetController.m -o /Users/helmutt/data/work/GPGKeychainAccess/build/GPGKeychain.build/Release/GPG\ Keychain.build/Objects-normal/x86_64/SheetController.o

** BUILD FAILED **


The following build commands failed:
    CompileC build/GPGKeychain.build/Release/GPG\ Keychain.build/Objects-normal/x86_64/ActionController.o Source/ActionController.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    CompileC build/GPGKeychain.build/Release/GPG\ Keychain.build/Objects-normal/x86_64/KeychainController.o Source/KeychainController.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    CompileC build/GPGKeychain.build/Release/GPG\ Keychain.build/Objects-normal/x86_64/PreferencesController.o Source/PreferencesController.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(3 failures)
make: *** [GPG Keychain.app] Error 65

Comments and changes to this ticket

  • steve

    steve December 15th, 2014 @ 04:55 PM

    • State changed from “new” to “fixed”
    • Assigned user set to “Luke Le”
    • Milestone set to 1.2b3
    • Importance changed from “” to “Low”

    Hi Helmut, thanks for the feedback. For such problems, it's best to go via our support platform. But now that we are here: this is already fixed in the "dev" branch. Could you try building from there? It will be fixed in stable as soon as we release the next version.

  • Helmut K. C. Tessarek

    Helmut K. C. Tessarek December 15th, 2014 @ 06:19 PM

    I was and I am using the dev branch (it's the default branch btw). And it is not working. I get the above error message.

    Can you please tell me when to use the support platform and when to open a ticket? A support platform is for support questions. A ticket system usually handles bugs and feature requests, so I'm at a loss when to use what.

  • Helmut K. C. Tessarek

    Helmut K. C. Tessarek December 15th, 2014 @ 06:29 PM

    Shall I still open a discussiuon topic for this one?

  • Helmut K. C. Tessarek

    Helmut K. C. Tessarek December 15th, 2014 @ 06:44 PM

    additional info: it seems there's a mixup with the naming. The application that was distributed with GPGTools was called GPG Keychain Access, the repository is also called GPGKeychainAccess (which is actually wrongly stated in the README.md) and the make command seems to create an application called GPG Keychain.

    I really could need your help with this compile problem.

  • Luke Le

    Luke Le December 15th, 2014 @ 06:45 PM

    Hi Helmut,

    no no, it's not necessary now. Generally as Steve added in your other ticket (import from clip board) we prefer to handle everything on the support platform first, to determine if it is indeed a bug, and then open tickets here. The main reason, since it makes it easier for us to keep the two organized.

    I just tried the instructions from the Readme and they work here (except the URL which is indeed wrong as you said)
    Could you check what happens if you remove /Library/Frameworks/Libmacgpg.framework before trying to compile?

  • Luke Le

    Luke Le December 15th, 2014 @ 06:46 PM

    I will update the Readme file. We've renamed GPG Keychain Access to GPG Keychain, unfortunately it might create chaos if we rename the repository, so we'll keep it this way for a little longer.

  • Luke Le

    Luke Le December 15th, 2014 @ 06:48 PM

    Just pushed the updated Readme file.

  • Helmut K. C. Tessarek

    Helmut K. C. Tessarek December 15th, 2014 @ 06:58 PM

    Whoha, that's weird. The build succeeded, but I'm unable to run the app:

    Libmacgpg was not found
    
    Libmacgpg was not found on your system. Please reinstall GPG Suite from https://www.gpgtools.org.
    

    After restoring the framework, I'm able to start the app, but it crashes right away:

    Process:         GPG Keychain [21656]
    Path:            /Users/USER/*/GPG Keychain.app/Contents/MacOS/GPG Keychain
    Identifier:      org.gpgtools.gpgkeychain
    Version:         1.2b2 [4fb5077] (0n)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [278]
    Responsible:     GPG Keychain [21656]
    User ID:         772311248
    
    Date/Time:       2014-12-15 12:54:49.977 -0500
    OS Version:      Mac OS X 10.9.5 (13F34)
    Report Version:  11
    Anonymous UUID:  4FDBD7CB-B185-325F-94F0-9F0218538120
    
    Sleep/Wake UUID: 389AD1C5-7606-4E40-B7A9-8A830C5DE84C
    
    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: '+[GPGController testGPGError:]: unrecognized selector sent to class 0x10009fb70'
    abort() called
    terminating with uncaught exception of type NSException
    
    Application Specific Backtrace 1:
    0   CoreFoundation                      0x00007fff906b025c __exceptionPreprocess + 172
    1   libobjc.A.dylib                     0x00007fff96485e75 objc_exception_throw + 43
    2   CoreFoundation                      0x00007fff906b302d +[NSObject(NSObject) doesNotRecognizeSelector:] + 205
    3   CoreFoundation                      0x00007fff9060e272 ___forwarding___ + 1010
    4   CoreFoundation                      0x00007fff9060ddf8 _CF_forwarding_prep_0 + 120
    5   GPG Keychain                        0x0000000100003f3f -[KeychainController init] + 169
    6   GPG Keychain                        0x0000000100002bcd +[KeychainController sharedInstance] + 72
    7   GPG Keychain                        0x0000000100002c02 +[KeychainController allocWithZone:] + 17
    8   AppKit                              0x00007fff8f9aa6e7 -[NSCustomObject nibInstantiate] + 355
    9   AppKit                              0x00007fff8f9aa520 -[NSIBObjectData instantiateObject:] + 309
    10  AppKit                              0x00007fff8f9a9815 -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 413
    11  AppKit                              0x00007fff8f99e5ce loadNib + 327
    12  AppKit                              0x00007fff8f99db6c +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 288
    13  AppKit                              0x00007fff8f99d95c -[NSBundle(NSNibLoading) loadNibNamed:owner:topLevelObjects:] + 197
    14  AppKit                              0x00007fff8f99d74b +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 357
    15  AppKit                              0x00007fff8f999597 NSApplicationMain + 448
    16  GPG Keychain                        0x0000000100001f04 start + 52
    
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib          0x00007fff8dfe1866 __pthread_kill + 10
    1   libsystem_pthread.dylib         0x00007fff8dfeb35c pthread_kill + 92
    2   libsystem_c.dylib               0x00007fff95a7fb1a abort + 125
    3   libc++abi.dylib                 0x00007fff8f849f31 abort_message + 257
    4   libc++abi.dylib                 0x00007fff8f86f952 default_terminate_handler() + 264
    5   libobjc.A.dylib                 0x00007fff9648630d _objc_terminate() + 103
    6   libc++abi.dylib                 0x00007fff8f86d1d1 std::__terminate(void (*)()) + 8
    7   libc++abi.dylib                 0x00007fff8f86cc5b __cxa_throw + 124
    8   libobjc.A.dylib                 0x00007fff96485fa1 objc_exception_throw + 343
    9   com.apple.CoreFoundation        0x00007fff906b302d +[NSObject(NSObject) doesNotRecognizeSelector:] + 205
    10  com.apple.CoreFoundation        0x00007fff9060e272 ___forwarding___ + 1010
    11  com.apple.CoreFoundation        0x00007fff9060ddf8 _CF_forwarding_prep_0 + 120
    12  org.gpgtools.gpgkeychain        0x0000000100003f3f -[KeychainController init] + 169
    13  org.gpgtools.gpgkeychain        0x0000000100002bcd +[KeychainController sharedInstance] + 72
    14  org.gpgtools.gpgkeychain        0x0000000100002c02 +[KeychainController allocWithZone:] + 17
    15  com.apple.AppKit                0x00007fff8f9aa6e7 -[NSCustomObject nibInstantiate] + 355
    16  com.apple.AppKit                0x00007fff8f9aa520 -[NSIBObjectData instantiateObject:] + 309
    17  com.apple.AppKit                0x00007fff8f9a9815 -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 413
    18  com.apple.AppKit                0x00007fff8f99e5ce loadNib + 327
    19  com.apple.AppKit                0x00007fff8f99db6c +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 288
    20  com.apple.AppKit                0x00007fff8f99d95c -[NSBundle(NSNibLoading) loadNibNamed:owner:topLevelObjects:] + 197
    21  com.apple.AppKit                0x00007fff8f99d74b +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 357
    22  com.apple.AppKit                0x00007fff8f999597 NSApplicationMain + 448
    23  org.gpgtools.gpgkeychain        0x0000000100001f04 start + 52
    
    Thread 1:
    0   libsystem_kernel.dylib          0x00007fff8dfe1e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib         0x00007fff8dfebf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib         0x00007fff8dfeefb9 start_wqthread + 13
    
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib          0x00007fff8dfe2662 kevent64 + 10
    1   libdispatch.dylib               0x00007fff8b958421 _dispatch_mgr_invoke + 239
    2   libdispatch.dylib               0x00007fff8b958136 _dispatch_mgr_thread + 52
    
    Thread 3:
    0   libsystem_kernel.dylib          0x00007fff8dfe1e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib         0x00007fff8dfebf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib         0x00007fff8dfeefb9 start_wqthread + 13
    
    Thread 4:
    0   libsystem_kernel.dylib          0x00007fff8dfe1e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib         0x00007fff8dfebf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib         0x00007fff8dfeefb9 start_wqthread + 13
    
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x00007fff7ba3c310  rcx: 0x00007fff5fbfdde8  rdx: 0x0000000000000000
      rdi: 0x0000000000000807  rsi: 0x0000000000000006  rbp: 0x00007fff5fbfde10  rsp: 0x00007fff5fbfdde8
       r8: 0x6e6f697470656378   r9: 0x00007fff95aa78d0  r10: 0x0000000008000000  r11: 0x0000000000000206
      r12: 0x00007fff5fbfdf70  r13: 0x000000010036c0e8  r14: 0x0000000000000006  r15: 0x00007fff5fbfde50
      rip: 0x00007fff8dfe1866  rfl: 0x0000000000000206  cr2: 0x0000000102012bfe
      
    Logical CPU:     0
    Error Code:      0x02000148
    Trap Number:     133
    
    
    Binary Images:
           0x100000000 -        0x10002eff7 +org.gpgtools.gpgkeychain (1.2b2 [4fb5077] - 0n) <567E92C6-509A-38F9-A218-F8ECFC297A90> /Users/USER/*/GPG Keychain.app/Contents/MacOS/GPG Keychain
           0x10004f000 -        0x100091fff +org.gpgtools.Libmacgpg (0.4 [ac7a14e] - 559n) <03F03F40-BF01-3508-BAFC-34CBD154F2F4> /Library/Frameworks/Libmacgpg.framework/Versions/B/Libmacgpg
           0x1000c6000 -        0x1000e5fff +org.andymatuschak.gpgtools.Sparkle (1.5 Beta [git] - 10894bf) <2DCD3962-F389-3C2F-BA6E-1489D3737540> /Users/USER/*/GPG Keychain.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
        0x7fff699a2000 -     0x7fff699d5817  dyld (239.4) <7AD43B9B-5CEA-3C7E-9836-A06909F9CA56> /usr/lib/dyld
        0x7fff8a98c000 -     0x7fff8a9cdfff  com.apple.PerformanceAnalysis (1.47 - 47) <7B73DFF4-75DB-3403-80D2-0F3FE48764C3> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
        0x7fff8a9ce000 -     0x7fff8a9d9fff  libkxld.dylib (2422.115.4) <3C678B75-F7C5-3DBB-8DBD-48483AD54D5C> /usr/lib/system/libkxld.dylib
        0x7fff8a9da000 -     0x7fff8aafcfff  com.apple.avfoundation (2.0 - 651.12.1) <FF001F98-E198-3B1D-A7EB-A8C48E6E34A3> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff8aafd000 -     0x7fff8ac33ff5  com.apple.WebKit (9537 - 9537.78.2) <EB8D3D78-92E7-3B67-8AAF-B51A181461E0> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff8ac34000 -     0x7fff8acd1fff  com.apple.imcore (10.0 - 1000) <DF924E35-74AB-389C-9279-1828518218F8> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore
        0x7fff8acd2000 -     0x7fff8acdfff4  com.apple.Librarian (1.2 - 1) <F1A2744D-8536-32C7-8218-9972C6300DAE> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
        0x7fff8ace0000 -     0x7fff8b0c1ffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
        0x7fff8b0fd000 -     0x7fff8b530ffb  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
        0x7fff8b531000 -     0x7fff8b583fff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
        0x7fff8b584000 -     0x7fff8b815ff7  com.apple.AOSKit (1.06 - 176) <35525B2F-B02F-31FD-A3B2-FD6AE6D32C11> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
        0x7fff8b816000 -     0x7fff8b82fff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8b830000 -     0x7fff8b857ffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
        0x7fff8b955000 -     0x7fff8b96ffff  libdispatch.dylib (339.92.1) <C4E4A18D-3C3B-3C9C-8709-A4270D998DE7> /usr/lib/system/libdispatch.dylib
        0x7fff8b970000 -     0x7fff8bab1fff  com.apple.QTKit (7.7.3 - 2826.24) <08E58C71-D16C-3357-989C-780A08994B27> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff8bab2000 -     0x7fff8babffff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
        0x7fff8bac0000 -     0x7fff8baf5ffc  com.apple.LDAPFramework (2.4.28 - 194.5) <4ADD0595-25B9-3F09-897E-3FB790AD2C5A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff8bd5f000 -     0x7fff8bd76ff7  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
        0x7fff8bd8a000 -     0x7fff8bdd1ff7  libcups.2.dylib (372.4) <36EA4350-43B4-3A5C-9904-10685BFDA7D4> /usr/lib/libcups.2.dylib
        0x7fff8bdd2000 -     0x7fff8bddcfff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
        0x7fff8bdea000 -     0x7fff8be0fff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
        0x7fff8be10000 -     0x7fff8be22fff  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
        0x7fff8be23000 -     0x7fff8be50ff2  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <43A137C4-3E72-37DC-945F-92569C12AAD4> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
        0x7fff8be51000 -     0x7fff8be7bff7  libsandbox.1.dylib (278.11.1) <D98EE9E5-BEB9-3396-924B-9CD100E81C41> /usr/lib/libsandbox.1.dylib
        0x7fff8be7c000 -     0x7fff8becffff  com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
        0x7fff8bed0000 -     0x7fff8bf0bfff  com.apple.bom (14.0 - 193.1) <EF24A562-6D3C-379E-8B9B-FAE0E4A0EF7C> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff8bf0c000 -     0x7fff8c0a8ff3  com.apple.QuartzCore (1.8 - 332.3) <72003E51-1287-395B-BCBC-331597D45C5E> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff8c0a9000 -     0x7fff8c0f2fff  com.apple.CoreMedia (1.0 - 1273.54) <CAB7303A-9AB2-317A-99C3-BEAA8AE8764B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff8c0f3000 -     0x7fff8c0f3fff  com.apple.quartzframework (1.5 - 1.5) <3B2A72DB-39FC-3C5B-98BE-605F37777F37> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff8c2b3000 -     0x7fff8c2ffffe  com.apple.CoreMediaIO (408.0 - 4570) <72371044-3FF2-3538-8EE1-C7C20F7C60A0> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff8c300000 -     0x7fff8c406ff7  com.apple.ImageIO.framework (3.3.0 - 1044) <3BCCF2AE-CF1F-3324-A371-DF0A42C841A2> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff8c407000 -     0x7fff8c44cff6  com.apple.HIServices (1.23 - 468) <5970AF5C-F5BD-3B6A-97C9-95B2CA98D71D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
        0x7fff8c44d000 -     0x7fff8c4b9fff  com.apple.framework.IOKit (2.0.1 - 907.100.13) <057FDBA3-56D6-3903-8C0B-849214BF1985> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff8c4ba000 -     0x7fff8c4bdff7  libdyld.dylib (239.4) <7C9EC3B7-DDE3-33FF-953F-4067C743951D> /usr/lib/system/libdyld.dylib
        0x7fff8c4be000 -     0x7fff8c4bfffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
        0x7fff8cc10000 -     0x7fff8cc28ff7  com.apple.GenerationalStorage (2.0 - 160.3) <64749B08-0212-3AC8-9B49-73D662B09304> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
        0x7fff8cc2c000 -     0x7fff8ccf7fff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
        0x7fff8d292000 -     0x7fff8d2d9fff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff8d2da000 -     0x7fff8d2dffff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
        0x7fff8d2e0000 -     0x7fff8d40ffef  com.apple.MediaControlSender (2.0 - 200.34.4) <FC24EC8D-2E46-3F76-AF63-749F30857B96> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender
        0x7fff8d410000 -     0x7fff8d43aff7  libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
        0x7fff8d43b000 -     0x7fff8d48cfff  com.apple.QuickLookFramework (5.0 - 622.7) <17685CEC-C94B-3F83-ADE1-B24840B35E44> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff8d558000 -     0x7fff8d5c7ff1  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
        0x7fff8d672000 -     0x7fff8d673ff7  libSystem.B.dylib (1197.1.1) <E303F2F8-A8CF-3DF3-84B3-F2D0EE41CCF6> /usr/lib/libSystem.B.dylib
        0x7fff8d674000 -     0x7fff8d678ff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
        0x7fff8d6bf000 -     0x7fff8d701ff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
        0x7fff8d702000 -     0x7fff8d966ffd  com.apple.security (7.0 - 55471.14.21) <B3C61C91-E9D6-3A3C-99CF-665D54D13C34> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8d9ad000 -     0x7fff8da9eff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
        0x7fff8da9f000 -     0x7fff8daa1fff  com.apple.SecCodeWrapper (3.0 - 1) <DE7CA981-2B8B-34AC-845D-06D5C8F10441> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
        0x7fff8daac000 -     0x7fff8dad3ff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
        0x7fff8db23000 -     0x7fff8db2dff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
        0x7fff8db2e000 -     0x7fff8de2eff7  com.apple.Foundation (6.9 - 1056.16) <24349208-3603-3F5D-95CC-B379616FBEF8> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8de2f000 -     0x7fff8de3cff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
        0x7fff8de46000 -     0x7fff8de6afff  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
        0x7fff8de6b000 -     0x7fff8de6efff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
        0x7fff8de6f000 -     0x7fff8deccfff  com.apple.imfoundation (10.0 - 1000) <122D84B9-871D-3885-9D8D-840CD529028F> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundation
        0x7fff8decd000 -     0x7fff8df26fff  libTIFF.dylib (1044) <FBC5800B-7F34-3755-A44E-7B37B3E0B32E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8df27000 -     0x7fff8df43fff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
        0x7fff8df44000 -     0x7fff8df4dffb  libsystem_notify.dylib (121.20.1) <9B34B4FE-F5AD-3F09-A5F0-46AFF3571323> /usr/lib/system/libsystem_notify.dylib
        0x7fff8df4e000 -     0x7fff8df5efff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
        0x7fff8df5f000 -     0x7fff8df75fff  com.apple.CoreMediaAuthoring (2.2 - 947) <F1886A05-1C29-3F88-88C0-4A1013530AD1> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
        0x7fff8dfcc000 -     0x7fff8dfe8ff7  libsystem_kernel.dylib (2422.115.4) <9EDE872E-2A9E-3A78-8E1D-AB790794A098> /usr/lib/system/libsystem_kernel.dylib
        0x7fff8dfe9000 -     0x7fff8dff0ff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
        0x7fff8dff1000 -     0x7fff8dff1fff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff8e07e000 -     0x7fff8e0a3ff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff8e0a4000 -     0x7fff8e0e0ff7  com.apple.ids (10.0 - 1000) <632F7192-0399-34C8-B6BB-463D2F4370E0> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
        0x7fff8e110000 -     0x7fff8e12bff7  libsystem_malloc.dylib (23.10.1) <A695B4E4-38E9-332E-A772-29D31E3F1385> /usr/lib/system/libsystem_malloc.dylib
        0x7fff8e155000 -     0x7fff8e156fff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
        0x7fff8e159000 -     0x7fff8e198fff  libGLU.dylib (9.6.1) <AE032555-3E2F-3DBF-A26D-EA4576061605> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff8e199000 -     0x7fff8e42dff7  com.apple.RawCamera.bundle (5.07 - 760) <EA94F148-975D-32D7-8A20-B06017E5793B> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff8e42e000 -     0x7fff8e436fff  libMatch.1.dylib (19) <021293AB-407D-309A-87F5-8E782F46753E> /usr/lib/libMatch.1.dylib
        0x7fff8e437000 -     0x7fff8e43dff7  libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
        0x7fff8e440000 -     0x7fff8e776fff  com.apple.MediaToolbox (1.0 - 1273.54) <CB6F6690-D44C-30B5-93AB-CAB198D51884> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff8e777000 -     0x7fff8e779ff3  libsystem_configuration.dylib (596.15) <4998CB6A-9D54-390A-9F57-5D1AC53C135C> /usr/lib/system/libsystem_configuration.dylib
        0x7fff8e77a000 -     0x7fff8f099797  com.apple.CoreGraphics (1.600.0 - 599.35.4) <C8CBC664-0CD2-3C7D-A301-9B3BA731250C> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff8f09a000 -     0x7fff8f09afff  com.apple.AOSMigrate (1.0 - 1) <ABA8F3F2-BC96-3F89-AAF4-1AA459A0BCBD> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
        0x7fff8f09b000 -     0x7fff8f165ff7  com.apple.LaunchServices (572.28 - 572.28) <FC72C089-A069-3374-B80A-E041AF149F24> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
        0x7fff8f166000 -     0x7fff8f1c9ffb  com.apple.SystemConfiguration (1.13.1 - 1.13.1) <2C8E1A73-5AD6-3A7D-8ED8-D6755555A993> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
        0x7fff8f1ca000 -     0x7fff8f49bff4  com.apple.CoreImage (9.4.0) <2C636ECD-0F1A-357C-9EFF-0452476FDDF5> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
        0x7fff8f4d5000 -     0x7fff8f4e4ff8  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
        0x7fff8f6d7000 -     0x7fff8f6e1ff7  com.apple.CrashReporterSupport (10.9 - 539) <B25A09EC-A021-32EC-86F8-05B4837E0EDE> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
        0x7fff8f849000 -     0x7fff8f872ff7  libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
        0x7fff8f873000 -     0x7fff8f8d9fff  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff8f968000 -     0x7fff8f991fff  com.apple.DictionaryServices (1.2 - 208) <A539A058-BA57-35EE-AA08-D0B0E835127D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
        0x7fff8f997000 -     0x7fff9050dff7  com.apple.AppKit (6.9 - 1265.21) <9DC13B27-841D-3839-93B2-3EDE66157BDE> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff90562000 -     0x7fff90747fff  com.apple.CoreFoundation (6.9 - 855.17) <729BD6DA-1F63-3E72-A148-26F21EBF52BB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff90748000 -     0x7fff90a1cfc7  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
        0x7fff90a1d000 -     0x7fff90a1fff7  com.apple.securityhi (9.0 - 55005) <18C42525-688C-3D47-B9C9-1E0F8F58FA64> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
        0x7fff90a20000 -     0x7fff90ad0ff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
        0x7fff90b4b000 -     0x7fff90bb0ffb  com.apple.Heimdal (4.0 - 2.0) <F34D6627-9F80-3823-8B57-DB629307DF87> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff90ef1000 -     0x7fff90f81ff7  com.apple.Metadata (10.7.0 - 800.28) <E85AEB1B-CB17-38BC-B5C6-AAB50B47AF05> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
        0x7fff90f82000 -     0x7fff90f8bfff  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
        0x7fff90f8c000 -     0x7fff90fa7ff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
        0x7fff90fa8000 -     0x7fff91092fff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
        0x7fff910b7000 -     0x7fff910b8fff  libsystem_sandbox.dylib (278.11.1) <0D0B13EA-6B7A-3AC8-BE60-B548543BEB77> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff910eb000 -     0x7fff910ecfff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
        0x7fff910ed000 -     0x7fff914c4fef  com.apple.CoreAUC (6.25.00 - 6.25.00) <2D7DC96C-BA83-3220-A03F-C790D50A23D8> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff915be000 -     0x7fff915d6ff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
        0x7fff915d7000 -     0x7fff915e2ff7  com.apple.DirectoryService.Framework (10.9 - 173.90.1) <22A0C230-CF1E-38F5-A947-5ACDAEEE0DB6> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
        0x7fff915f6000 -     0x7fff9165dff7  com.apple.CoreUtils (2.0 - 200.34.4) <E53B97FE-E067-33F6-A9C1-D4EC2A20FB9F> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
        0x7fff916e7000 -     0x7fff916f8fff  com.apple.idsfoundation (10.0 - 1000) <D3E6646B-4118-30D3-B4F7-DA9A28B396E4> /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundation
        0x7fff916f9000 -     0x7fff916fbfff  libCVMSPluginSupport.dylib (9.6.1) <FB37F4C4-1E84-3349-BB03-92CA0A5F6837> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
        0x7fff916fc000 -     0x7fff91720fff  libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
        0x7fff91fe5000 -     0x7fff91febff7  com.apple.XPCService (2.0 - 1) <2CE632D7-FE57-36CF-91D4-C57D0F2E0BFE> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
        0x7fff92033000 -     0x7fff92045ff7  com.apple.MultitouchSupport.framework (245.13.1 - 245.13.1) <38262B92-C63F-35A0-997D-AD2EBF2F8338> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
        0x7fff92046000 -     0x7fff92047fff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
        0x7fff920e0000 -     0x7fff9210ffd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
        0x7fff9218e000 -     0x7fff92193ff7  com.apple.MediaAccessibility (1.0 - 43) <D309D83D-5FAE-37A4-85ED-FFBDA8B66B82> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
        0x7fff92194000 -     0x7fff92195ff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
        0x7fff92198000 -     0x7fff92274fff  libcrypto.0.9.8.dylib (52) <ED7F3865-10D4-346B-8C9C-D968EB3B5D35> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff92324000 -     0x7fff92847fff  com.apple.QuartzComposer (5.1 - 319) <8B90921F-911B-3240-A1D5-3C084F3E6A36> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
        0x7fff92848000 -     0x7fff9284cfff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
        0x7fff9284d000 -     0x7fff92af7ff5  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
        0x7fff92af8000 -     0x7fff92affff7  com.apple.phonenumbers (1.1.1 - 105) <767A63EB-244C-34F1-9FFA-D1A6BED60C31> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
        0x7fff92b00000 -     0x7fff92b00fff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff92b0b000 -     0x7fff92b12ff8  liblaunch.dylib (842.92.1) <A40A0C7B-3216-39B4-8AE0-B5D3BAF1DA8A> /usr/lib/system/liblaunch.dylib
        0x7fff92b13000 -     0x7fff92b6bff7  com.apple.Symbolication (1.4 - 129.0.2) <B1F008C4-184D-36A2-922F-4A67A075D512> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
        0x7fff92bc7000 -     0x7fff92bebff7  libJPEG.dylib (1044) <BE0ED4E1-F7FC-3038-86D3-0456DD173FCB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff92c20000 -     0x7fff92d04ff7  com.apple.coreui (2.2 - 231.1) <187DF89C-8A64-366D-8782-F90315FA3CD7> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff92d05000 -     0x7fff92d52fff  com.apple.AppleVAFramework (5.0.27 - 5.0.27) <608D91BD-9D88-3FAB-9A06-24C1DAEA092D> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff92d53000 -     0x7fff92d5efff  libGL.dylib (9.6.1) <4B65BF9F-F34A-3CD1-94E8-DB26DAA0A59D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff92d5f000 -     0x7fff931adfef  com.apple.VideoToolbox (1.0 - 1273.54) <4699BB55-7387-3981-9217-869215F00CA9> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff936b5000 -     0x7fff936ccffa  libAVFAudio.dylib (32.2) <52DA516B-DE79-322C-9E1B-2658019289D7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib
        0x7fff9374c000 -     0x7fff93774ffb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
        0x7fff93775000 -     0x7fff939bdff7  com.apple.CoreData (107 - 481.3) <E78734AA-E3D0-33CB-A014-620BBCAB2E96> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff93a74000 -     0x7fff93a87ff7  com.apple.AppContainer (3.0 - 1) <BD342039-430E-39FE-BC2D-8F97B557548E> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
        0x7fff93a88000 -     0x7fff93a94ffb  com.apple.AppleFSCompression (56.92.1 - 1.0) <066255FD-DBD1-3041-8DDA-7AFC41C9096D> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
        0x7fff93cac000 -     0x7fff93caefff  com.apple.marco (10.0 - 1000) <FC7EF8C7-5EDF-3720-BAEC-281F12A7A3F8> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
        0x7fff93caf000 -     0x7fff93cc0ff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
        0x7fff93d54000 -     0x7fff93d80fff  com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
        0x7fff93e16000 -     0x7fff93e19fff  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
        0x7fff93e1a000 -     0x7fff93f09fff  libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff93f0a000 -     0x7fff93f14ff7  com.apple.AppSandbox (3.0 - 1) <9F27DC25-C566-3AEF-92D3-DCFE7836916D> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
        0x7fff93f15000 -     0x7fff93f1effd  com.apple.CommonAuth (4.0 - 2.0) <32BA436F-6319-3A0B-B5D2-2EB75FF36B5B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff93f51000 -     0x7fff93f53ff7  com.apple.diagnosticlogcollection (10.0 - 1000) <5CA6D8A2-DEA6-33C3-91BC-F3B076C0500B> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/DiagnosticLogCollection
        0x7fff93f54000 -     0x7fff94084ff7  com.apple.desktopservices (1.8.3 - 1.8.3) <225BEC20-F8E0-3F22-9560-890A1A5B9050> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
        0x7fff94085000 -     0x7fff940c3ff7  libGLImage.dylib (9.6.1) <5E02B38C-9F36-39BE-8746-724F0D8BBFC0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
        0x7fff940c4000 -     0x7fff940cdfff  com.apple.DisplayServicesFW (2.8 - 360.8.14) <816A9CED-1BC0-3C76-8103-1B9BE0F723BB> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
        0x7fff9410f000 -     0x7fff94143fff  libssl.0.9.8.dylib (52) <51C844FF-D7CD-3525-9ABB-84B8DD11D5E4> /usr/lib/libssl.0.9.8.dylib
        0x7fff94144000 -     0x7fff94146ff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
        0x7fff94147000 -     0x7fff9420bff7  com.apple.backup.framework (1.5.4 - 1.5.4) <195DA868-47A5-37E6-8CF0-9BCF11846899> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff9422f000 -     0x7fff9425efff  com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
        0x7fff9425f000 -     0x7fff942b0ff7  com.apple.audio.CoreAudio (4.2.1 - 4.2.1) <BE13E840-FB45-3BC2-BCF5-031629754FD5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff942b1000 -     0x7fff9433afff  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
        0x7fff9440d000 -     0x7fff95261ff7  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
        0x7fff9563a000 -     0x7fff95645ff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff95646000 -     0x7fff95646fff  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
        0x7fff95647000 -     0x7fff957b5ff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
        0x7fff957b6000 -     0x7fff957baff7  libGIF.dylib (1044) <7E51DFC3-740A-3CD3-98A1-1EC510A4A055> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff957db000 -     0x7fff957e2ffb  libcopyfile.dylib (103.92.1) <CF29DFF6-0589-3590-834C-82E2316612E8> /usr/lib/system/libcopyfile.dylib
        0x7fff957e3000 -     0x7fff957e4ff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff958c0000 -     0x7fff958c8ffc  libGFXShared.dylib (9.6.1) <25BBF325-AC57-3BAA-9427-2D14CC243AE6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
        0x7fff958ca000 -     0x7fff95918ff7  com.apple.opencl (2.3.59 - 2.3.59) <9F43F471-C3C3-352D-889D-EC418DC1F5B2> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff95919000 -     0x7fff9592dfff  com.apple.aps.framework (4.0 - 4.0) <2D42DCDD-055E-3EE1-97F8-FC447B495D3E> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
        0x7fff9592e000 -     0x7fff95936fff  libsystem_dnssd.dylib (522.92.1) <17B03FFD-92C5-3282-9981-EBB28B456207> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff95937000 -     0x7fff95a08fff  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
        0x7fff95a09000 -     0x7fff95a22ff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff95a23000 -     0x7fff95aacff7  libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
        0x7fff95aad000 -     0x7fff95b04fff  com.apple.ViewBridge (1.0 - 46.2) <4AF3CB98-7691-39A2-8DC3-ABE5CC55CE7F> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
        0x7fff95b05000 -     0x7fff95b7cfff  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
        0x7fff95b7d000 -     0x7fff95b7ffff  com.apple.Mangrove (1.0 - 1) <72F5CBC7-4E78-374E-98EA-C3700136904E> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
        0x7fff95c7e000 -     0x7fff95cd9ffb  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
        0x7fff95cda000 -     0x7fff95ce2ff3  libCGCMS.A.dylib (599.35.4) <67AD122A-B8DA-3C05-8B8C-1939F5064FAE> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
        0x7fff95ce3000 -     0x7fff95ce9ff7  com.apple.AddressBook.ContactsFoundation (8.0 - 1371.2) <A403E9E7-6BAC-3440-86CA-92D4523E9A3B> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation
        0x7fff95cea000 -     0x7fff95ceaff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
        0x7fff95ceb000 -     0x7fff95d58fff  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
        0x7fff95d75000 -     0x7fff95d83fff  com.apple.opengl (9.6.1 - 9.6.1) <B22FA400-5824-36AF-9945-5FEC31995A0E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff95dc6000 -     0x7fff95dc9ffc  com.apple.IOSurface (91.1 - 91.1) <D00EEB0C-8AA8-3986-90C1-C97B2486E8FA> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff95e15000 -     0x7fff95e26ff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
        0x7fff95e27000 -     0x7fff95ee9ff5  com.apple.CoreText (367.20 - 367.20) <B80D086D-93A9-3C35-860E-9C3FDD027F3B> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff95eea000 -     0x7fff95f4efff  com.apple.datadetectorscore (5.0 - 354.5) <0AE9749A-6BFC-3032-B802-210DF59AEDB0> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
        0x7fff95f52000 -     0x7fff960a6ff3  com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <69B273E8-5A8E-3FC7-B807-C16B657662FE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff960a7000 -     0x7fff960afff7  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
        0x7fff960bf000 -     0x7fff960c2fff  com.apple.AppleSystemInfo (3.0 - 3.0) <61FE171D-3D88-313F-A832-280AEC8F4AB7> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
        0x7fff960c9000 -     0x7fff9614afff  com.apple.CoreSymbolication (3.0.1 - 141.0.5) <20E484C4-9F0E-3DF6-BB27-D509859FF57A> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
        0x7fff9617c000 -     0x7fff96466fff  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
        0x7fff96467000 -     0x7fff96477ffb  libsasl2.2.dylib (170) <C8E25710-68B6-368A-BF3E-48EC7273177B> /usr/lib/libsasl2.2.dylib
        0x7fff96478000 -     0x7fff96625f27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
        0x7fff96626000 -     0x7fff9686ffff  com.apple.AddressBook.framework (8.0 - 1371.2) <7DB320AB-4ED4-391E-89CC-125826D94026> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff9688c000 -     0x7fff968dbff7  com.apple.framework.internetaccounts (2.1 - 210) <D7175985-03A5-315B-B788-FBDC0019B0EA> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts
        0x7fff968dc000 -     0x7fff96c53ff6  com.apple.JavaScriptCore (9537 - 9537.78.1) <8623A109-9E9D-3E3B-A8E1-6EE447C0110C> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff96c54000 -     0x7fff96c6fff7  libPng.dylib (1044) <151BA92C-6E7C-3B69-8024-FDD1E2C89DD3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff96c70000 -     0x7fff96c70fff  com.apple.Carbon (154 - 157) <EFC1A1C0-CB07-395A-B038-CFA2E71D3E69> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff96c71000 -     0x7fff96e0cff8  com.apple.CFNetwork (673.5 - 673.5) <EF4DA617-D442-327A-9575-A75111A0A742> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff96e0d000 -     0x7fff96e2bfff  com.apple.facetimeservices (10.0 - 1000) <DED6A966-DF0E-3E58-BD34-D85ED82A99D7> /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices
        0x7fff96e2c000 -     0x7fff96e5bff7  com.apple.CoreAVCHD (5.7.0 - 5700.4.3) <404369C0-ED9F-3010-8D2F-BC55285F7808> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff96e5c000 -     0x7fff96e8bff9  com.apple.GSS (4.0 - 2.0) <44E914BE-B0D0-3E05-9451-CA9E539AFA52> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff96e8c000 -     0x7fff96e90fff  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
        0x7fff96e91000 -     0x7fff96e94fff  com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff96e95000 -     0x7fff96f30ff7  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
        0x7fff96f48000 -     0x7fff96f49fff  com.apple.AddressBook.ContactsData (8.0 - 1371.2) <5C8D3406-C4DE-305A-958F-53BCE7B179AA> /System/Library/PrivateFrameworks/ContactsData.framework/Versions/A/ContactsData
        0x7fff96fa9000 -     0x7fff96fc5fff  com.apple.frameworks.preferencepanes (16.0 - 16.0) <059E99D8-67C2-3B59-B5E7-850DD7A92D75> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
        0x7fff96fc6000 -     0x7fff97052ff7  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
        0x7fff97077000 -     0x7fff9707efff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff9707f000 -     0x7fff970dffff  com.apple.ISSupport (1.9.9 - 57) <E1E343D7-222C-3458-9D1F-FC600B7F1C50> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff970e0000 -     0x7fff9713ffff  com.apple.framework.CoreWLAN (4.3.3 - 433.48) <1F17FA12-6E84-309D-9808-C536D445FA6E> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff9717d000 -     0x7fff97181ff7  libsystem_stats.dylib (93.90.3) <4E51D5B0-92A0-3D0D-B90E-495A1ED3E391> /usr/lib/system/libsystem_stats.dylib
        0x7fff9725e000 -     0x7fff9726bff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
        0x7fff97270000 -     0x7fff972a0fff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
        0x7fff972a1000 -     0x7fff972effff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
        0x7fff972f0000 -     0x7fff972fcff7  com.apple.OpenDirectory (10.9 - 173.90.1) <F08601E8-F7E8-3222-AD05-6A26003779CF> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff97389000 -     0x7fff97389fff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
        0x7fff9738a000 -     0x7fff9738ffff  com.apple.DiskArbitration (2.6 - 2.6) <A4165553-770E-3D27-B217-01FC1F852B87> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff973bd000 -     0x7fff973beff7  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
        0x7fff973bf000 -     0x7fff973c1fff  libRadiance.dylib (1044) <461482C9-CADB-3B36-B023-597C64AD4B00> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff973c2000 -     0x7fff973c2ffd  com.apple.audio.units.AudioUnit (1.10 - 1.10) <68B21135-55A6-3563-A3D6-3E692A7DEB7F> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff973c3000 -     0x7fff973f4ff7  libtidy.A.dylib (15.12) <BF757E3C-733A-3B6B-809A-A3949D46466E> /usr/lib/libtidy.A.dylib
        0x7fff97402000 -     0x7fff97430ff7  com.apple.securityinterface (9.0 - 55047) <0346D8A9-2CAA-38F3-A741-5FBA5E9F1E7C> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
        0x7fff974c0000 -     0x7fff974c0ffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff974c1000 -     0x7fff974deff7  com.apple.framework.Apple80211 (9.4 - 940.60) <043C7CFD-B57B-3F9D-B0FE-CA4B97C43968> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff97840000 -     0x7fff9792efff  libJP2.dylib (1044) <BE5FF765-5ECE-38B5-BF5D-BE806F5CAD18> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff97b06000 -     0x7fff97bedff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
        0x7fff97bf4000 -     0x7fff97bfcff7  com.apple.AppleSRP (5.0 - 1) <ABC7F088-1FD5-3768-B9F3-847F355E90B3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
        0x7fff97bfd000 -     0x7fff97db5ffb  libicucore.A.dylib (511.35) <6F097DA7-147C-32A1-93D2-728A64CF0DC2> /usr/lib/libicucore.A.dylib
        0x7fff97db6000 -     0x7fff97defff7  com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
        0x7fff97f1f000 -     0x7fff97f24ff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
        0x7fff97f25000 -     0x7fff97f72ff2  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
        0x7fff97f73000 -     0x7fff97f7afff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
        0x7fff97fdd000 -     0x7fff98050fff  com.apple.securityfoundation (6.0 - 55122.3) <0FDC8F53-104C-3938-A852-5B33C30BAAD5> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
        0x7fff98053000 -     0x7fff980dbff7  com.apple.CorePDF (4.0 - 4) <92D15ED1-D2E1-3ECB-93FF-42888219A99F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff980dc000 -     0x7fff98127fff  com.apple.ImageCaptureCore (5.0 - 5.0) <F529EDDC-E2F5-30CA-9938-AF23296B5C5B> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
        0x7fff98128000 -     0x7fff98389fff  com.apple.imageKit (2.5 - 774) <AACDE16E-ED9F-3B3F-A792-69BA1942753B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
        0x7fff9838d000 -     0x7fff983c5ff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
        0x7fff983db000 -     0x7fff983dfff7  libheimdal-asn1.dylib (323.92.1) <CAE21FFF-5763-399C-B7C5-EEBFFEEF2242> /usr/lib/libheimdal-asn1.dylib
        0x7fff98682000 -     0x7fff98682fff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    
    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: 48600
        thread_create: 0
        thread_set_state: 0
    
    VM Region Summary:
    ReadOnly portion of Libraries: Total=214.2M resident=193.0M(90%) swapped_out_or_unallocated=21.2M(10%)
    Writable regions: Total=54.4M written=1608K(3%) resident=2640K(5%) swapped_out=0K(0%) unallocated=51.8M(95%)
     
    REGION TYPE                      VIRTUAL
    ===========                      =======
    CG image                              4K
    CG shared images                    140K
    Dispatch continuations             8192K
    Kernel Alloc Once                     8K
    MALLOC                             36.3M
    MALLOC (admin)                       32K
    Memory Tag 251                        8K
    STACK GUARD                        56.0M
    Stack                              9824K
    VM_ALLOCATE                         360K
    __DATA                             28.3M
    __IMAGE                             528K
    __LINKEDIT                         66.4M
    __TEXT                            147.8M
    __UNICODE                           544K
    mapped file                        40.1M
    shared memory                         4K
    ===========                      =======
    TOTAL                             394.1M
    
    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.7f3 14616, 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: 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
    
  • Luke Le

    Luke Le December 15th, 2014 @ 07:00 PM

    Yeah, that is stupid alright.
    We'll adjust our documentation.
    For now, if you want to add features to GPG Keychain or fix a bug, simply open the project folder in Xcode (GPGKeychain.xcodeproj) and click on the run button.

    "make" is for release builds only, after which you would have to run "make install" since it will look for a multi user Libmacgpg.framework installed in /Library/Frameworks The Debug build will look for Libmacgpg.framework in different directories, the first being the build directory.

  • Helmut K. C. Tessarek

    Helmut K. C. Tessarek December 15th, 2014 @ 07:14 PM

    My last comment has been marked as spam...

    It includes the crash info.

  • Luke Le

    Luke Le December 15th, 2014 @ 07:15 PM

    Could you run git pull? Just fixed that problem a day ago.

  • Helmut K. C. Tessarek

    Helmut K. C. Tessarek December 15th, 2014 @ 07:19 PM

    I did run git pull before my build. So something still seems to be missing.

  • Helmut K. C. Tessarek

    Helmut K. C. Tessarek December 15th, 2014 @ 07:32 PM

    When I run git pull I only get the message Already up-to-date.

    Did you push your change?

  • Luke Le

    Luke Le December 15th, 2014 @ 07:36 PM

    Would you mind hopping onto our live chat?
    http://www.hipchat.com/gi8zHW4K3

    That might go faster.

  • steve

    steve December 30th, 2014 @ 05:02 PM

    • State changed from “fixed” to “verified”
    • Milestone cleared.
  • steve

    steve June 18th, 2015 @ 01:09 PM

    • Milestone set to 1.2
  • steve

    steve June 18th, 2015 @ 01:33 PM

    • State changed from “verified” to “released”

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

Shared Ticket Bins

Referenced by

Pages