bobthecow / ManipulateCoda

A text manipulation plug-in for Panic’s Coda
http://justinhileman.info/manipulate-coda-plugin/
MIT License
5 stars 0 forks source link

Install crashes Coda 2.5.1 and keeps it from opening #2

Open matthisamoto opened 9 years ago

matthisamoto commented 9 years ago

Installed, Coda crashed. Reopened Coda, and it stalls and crashes.

bobthecow commented 9 years ago

I can't reproduce this with 2.5.2. Can you do me a favor and open Console.app and check for error messages from Coda?

matthisamoto commented 9 years ago
12/17/14 4:07:23.199 PM com.apple.xpc.launchd[1]: (com.panic.Coda2.45188[6911]) Service exited with abnormal code: 1
12/17/14 4:07:37.384 PM com.apple.xpc.launchd[1]: (com.panic.Coda2.45188[7648]) Service exited with abnormal code: 1
12/17/14 4:07:54.453 PM com.apple.xpc.launchd[1]: (com.panic.Coda2.45188[7666]) Service exited with abnormal code: 1
12/17/14 4:09:15.887 PM com.apple.xpc.launchd[1]: (com.panic.Coda2.45188[7691]) Service exited with abnormal code: 1
bobthecow commented 9 years ago

Boo. That's not helpful at all :(

Are you using the latest version of Manipulate?

matthisamoto commented 9 years ago

Yes, v3.0.0

bobthecow commented 9 years ago

What OS version are you running? Open a console and run python --version and tell me what it says?

matthisamoto commented 9 years ago

OSX 10.10.1

Python 2.7.6

bobthecow commented 9 years ago

Yep. All of those are the same as my machine.

Are you getting a crash reporter window or anything?

bobthecow commented 9 years ago

Also, is there anything in ~/Library/Logs/DiagnosticReports that looks coda-y?

matthisamoto commented 9 years ago

No, it just quits completely, then I try to open it and I don't even get a window it just stalls and then the dot indicating the app is open goes away. Those errors from the console happen each time.

matthisamoto commented 9 years ago
Process:               Coda 2 [299]
Path:                  /Applications/Coda 2.app/Contents/MacOS/Coda 2
Identifier:            com.panic.Coda2
Version:               2.5.1 (6433)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           Coda 2 [299]
User ID:               501

Date/Time:             2014-12-17 15:31:08.613 -0500
OS Version:            Mac OS X 10.10.1 (14B25)
Report Version:        11
Anonymous UUID:        7B5C2E7A-5FC7-AD2C-5530-C2ACE3258EBC

Sleep/Wake UUID:       F6600961-B19A-412C-8D59-F557955A6AAA

Time Awake Since Boot: 27000 seconds
Time Since Wake:       23000 seconds

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

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

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   com.apple.Foundation            0x00007fff92b6470b -[NSFileManager fileExistsAtPath:] + 1
1   com.panic.Coda2                 0x0000000107567be1 -[GitOperation launchTaskWithArguments:] + 154
2   com.panic.Coda2                 0x00000001076ba79c -[GitListBranchesOperation(PCTaskWrapperDelegate) taskWrapperDidTerminate:terminationStatus:] + 1255
3   com.panic.Coda2                 0x00000001075046a1 -[SCMOperation startOperationWaitUntilDone:] + 133
4   com.panic.Coda2                 0x0000000107564065 -[GitRepository refreshBranchInfo] + 102
5   com.panic.PanicCore             0x0000000107e948ee EventStreamCallback + 1627
6   com.apple.CoreServices.FSEvents 0x00007fff999f0bc1 implementation_callback_rpc + 2071
7   com.apple.CoreServices.FSEvents 0x00007fff999ee6c6 _Xcallback_rpc + 254
8   com.apple.CoreServices.FSEvents 0x00007fff999ee79a FSEventsD2F_server + 54
9   com.apple.CoreServices.FSEvents 0x00007fff999f3f85 FSEventsClientProcessMessageCallback + 44
10  com.apple.CoreFoundation        0x00007fff8d84a9e7 __CFMachPortPerform + 247
11  com.apple.CoreFoundation        0x00007fff8d84a8d9 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 41
12  com.apple.CoreFoundation        0x00007fff8d84a84b __CFRunLoopDoSource1 + 475
13  com.apple.CoreFoundation        0x00007fff8d83c3c7 __CFRunLoopRun + 2375
14  com.apple.CoreFoundation        0x00007fff8d83b838 CFRunLoopRunSpecific + 296
15  com.apple.HIToolbox             0x00007fff9072943f RunCurrentEventLoopInMode + 235
16  com.apple.HIToolbox             0x00007fff907291ba ReceiveNextEventCommon + 431
17  com.apple.HIToolbox             0x00007fff90728ffb _BlockUntilNextEventMatchingListInModeWithFilter + 71
18  com.apple.AppKit                0x00007fff919d06d1 _DPSNextEvent + 964
19  com.apple.AppKit                0x00007fff919cfe80 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194
20  com.apple.AppKit                0x00007fff919c3e23 -[NSApplication run] + 594
21  com.apple.AppKit                0x00007fff919af2d4 NSApplicationMain + 1832
22  com.panic.Coda2                 0x0000000107335674 start + 52

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib          0x00007fff94edc22e kevent64 + 10
1   libdispatch.dylib               0x00007fff93760a6a _dispatch_mgr_thread + 52

Thread 2:: com.panic.UKKQueue
0   libsystem_kernel.dylib          0x00007fff94edc216 kevent + 10
1   com.panic.PanicCore             0x0000000107edd1ed -[NSObject(PCThreadAdditions) pc_beginThreadWithFuture:selector:object:] + 120
2   com.apple.CoreFoundation        0x00007fff8d80533c __invoking___ + 140
3   com.apple.CoreFoundation        0x00007fff8d805192 -[NSInvocation invoke] + 290
4   com.apple.Foundation            0x00007fff92ba8b7a __NSThread__main__ + 1345
5   libsystem_pthread.dylib         0x00007fff90a262fc _pthread_body + 131
6   libsystem_pthread.dylib         0x00007fff90a26279 _pthread_start + 176
7   libsystem_pthread.dylib         0x00007fff90a244b1 thread_start + 13

Thread 3:: com.apple.CFSocket.private
0   libsystem_kernel.dylib          0x00007fff94edb3f6 __select + 10
1   libsystem_pthread.dylib         0x00007fff90a262fc _pthread_body + 131
2   libsystem_pthread.dylib         0x00007fff90a26279 _pthread_start + 176
3   libsystem_pthread.dylib         0x00007fff90a244b1 thread_start + 13

Thread 4:: com.apple.NSURLConnectionLoader
0   libsystem_kernel.dylib          0x00007fff94ed652e mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff94ed569f mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff8d83cb14 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff8d83bfdb __CFRunLoopRun + 1371
4   com.apple.CoreFoundation        0x00007fff8d83b838 CFRunLoopRunSpecific + 296
5   com.apple.CFNetwork             0x00007fff91620d20 +[NSURLConnection(Loader) _resourceLoadLoop:] + 434
6   com.apple.Foundation            0x00007fff92ba8b7a __NSThread__main__ + 1345
7   libsystem_pthread.dylib         0x00007fff90a262fc _pthread_body + 131
8   libsystem_pthread.dylib         0x00007fff90a26279 _pthread_start + 176
9   libsystem_pthread.dylib         0x00007fff90a244b1 thread_start + 13

Thread 5:
0   libsystem_kernel.dylib          0x00007fff94ed652e mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff94ed569f mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff8d83cb14 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff8d83bfdb __CFRunLoopRun + 1371
4   com.apple.CoreFoundation        0x00007fff8d83b838 CFRunLoopRunSpecific + 296
5   com.apple.AppKit                0x00007fff91b337a7 _NSEventThread + 137
6   libsystem_pthread.dylib         0x00007fff90a262fc _pthread_body + 131
7   libsystem_pthread.dylib         0x00007fff90a26279 _pthread_start + 176
8   libsystem_pthread.dylib         0x00007fff90a244b1 thread_start + 13

Thread 6:: CVDisplayLink
0   libsystem_kernel.dylib          0x00007fff94edb132 __psynch_cvwait + 10
1   com.apple.CoreVideo             0x00007fff9788d558 CVDisplayLink::runIOThread() + 676
2   com.apple.CoreVideo             0x00007fff9788d29b startIOThread(void*) + 147
3   libsystem_pthread.dylib         0x00007fff90a262fc _pthread_body + 131
4   libsystem_pthread.dylib         0x00007fff90a26279 _pthread_start + 176
5   libsystem_pthread.dylib         0x00007fff90a244b1 thread_start + 13

Thread 7:: com.panic.PCTranscript
0   libsystem_kernel.dylib          0x00007fff94ed652e mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff94ed569f mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff8d83cb14 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff8d83bfdb __CFRunLoopRun + 1371
4   com.apple.CoreFoundation        0x00007fff8d83b838 CFRunLoopRunSpecific + 296
5   com.apple.Foundation            0x00007fff92baaab9 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
6   com.panic.PanicCore             0x0000000107ee392b -[PCWorkerThread main] + 321
7   com.apple.Foundation            0x00007fff92ba8b7a __NSThread__main__ + 1345
8   libsystem_pthread.dylib         0x00007fff90a262fc _pthread_body + 131
9   libsystem_pthread.dylib         0x00007fff90a26279 _pthread_start + 176
10  libsystem_pthread.dylib         0x00007fff90a244b1 thread_start + 13

Thread 8:: com.panic.PCConnectionPool
0   libsystem_kernel.dylib          0x00007fff94ed652e mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff94ed569f mach_msg + 55
2   com.apple.CoreFoundation        0x00007fff8d83cb14 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation        0x00007fff8d83bfdb __CFRunLoopRun + 1371
4   com.apple.CoreFoundation        0x00007fff8d83b838 CFRunLoopRunSpecific + 296
5   com.apple.Foundation            0x00007fff92baaab9 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
6   com.panic.PanicCore             0x0000000107ee392b -[PCWorkerThread main] + 321
7   com.apple.Foundation            0x00007fff92ba8b7a __NSThread__main__ + 1345
8   libsystem_pthread.dylib         0x00007fff90a262fc _pthread_body + 131
9   libsystem_pthread.dylib         0x00007fff90a26279 _pthread_start + 176
10  libsystem_pthread.dylib         0x00007fff90a244b1 thread_start + 13

Thread 9:
0   libsystem_kernel.dylib          0x00007fff94edb946 __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff90a244a1 start_wqthread + 13

Thread 10:: Dispatch queue: com.apple.root.default-qos
0   libobjc.A.dylib                 0x00007fff935770dd objc_msgSend + 29
1   libdispatch.dylib               0x00007fff93762323 _dispatch_call_block_and_release + 12
2   libdispatch.dylib               0x00007fff9375dc13 _dispatch_client_callout + 8
3   libdispatch.dylib               0x00007fff9376088f _dispatch_root_queue_drain + 935
4   libdispatch.dylib               0x00007fff9376efe4 _dispatch_worker_thread3 + 91
5   libsystem_pthread.dylib         0x00007fff90a266cb _pthread_wqthread + 729
6   libsystem_pthread.dylib         0x00007fff90a244a1 start_wqthread + 13

Thread 11:
0   libsystem_kernel.dylib          0x00007fff94edb946 __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff90a244a1 start_wqthread + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x00007fc1ea52d7b0  rbx: 0x00007fff935770c0  rcx: 0x00007fc1f8957090  rdx: 0x00007fc1ea52d7b0
  rdi: 0x00007fc1ea4098a0  rsi: 0x00007fff9234939d  rbp: 0x00007fff588c6050  rsp: 0x00007fff588c6000
   r8: 0x0000000000001fff   r9: 0x00007fc1f31b3240  r10: 0x00007fc1eb042fd0  r11: 0x00007fff7c88f7d8
  r12: 0x00007fc1ea4098a0  r13: 0x00007fc1ea52d7b0  r14: 0x0000000000000050  r15: 0x00007fc1dadf03d0
  rip: 0x00007fff92b6470b  rfl: 0x0000000000000246  cr2: 0x000000011019a3e8

Logical CPU:     0
Error Code:      0x00000000
Trap Number:     222

Binary Images:
       0x107333000 -        0x10789dff7 +com.panic.Coda2 (2.5.1 - 6433) <00040951-C617-3513-B899-73C486720C1F> /Applications/Coda 2.app/Contents/MacOS/Coda 2
       0x107db1000 -        0x107dd0fff +org.andymatuschak.Sparkle (1.5 Beta [git] - 1.5) <A5FB9C9F-FD1D-3580-A860-3BAB53EFDA9F> /Applications/Coda 2.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
       0x107dee000 -        0x107e39ff7 +com.sunflowersw.SyncKit (1.0 - 1) <5B94AD49-7E38-30A0-A3DD-6E4BBBD46030> /Applications/Coda 2.app/Contents/Frameworks/SyncKit.framework/Versions/A/SyncKit
       0x107e63000 -        0x107fe2ff7 +com.panic.PanicCore (1.0 - 1) <2AEE90B8-12BE-36FF-8025-9395264A6AFA> /Applications/Coda 2.app/Contents/Frameworks/PanicCore.framework/Versions/A/PanicCore
       0x1080d0000 -        0x10831efdf +com.panic.FTPKit (1.3 - 1.3) <28C129F8-F749-3240-8F0B-1A16D130E98A> /Applications/Coda 2.app/Contents/Frameworks/FTPKit.framework/Versions/A/FTPKit
       0x108410000 -        0x10846cff7 +com.growl.growlframework (2.0.1 - 2.0.1) <6C20B93B-75B2-30A4-8267-8C81BF90872B> /Applications/Coda 2.app/Contents/Frameworks/Growl.framework/Versions/A/Growl
       0x10849f000 -        0x108510ff7 +isao.sonobe.OgreKit (2.1.3) <8DFA95A5-DF90-3992-87EC-5AADE495F2E2> /Applications/Coda 2.app/Contents/Frameworks/OgreKit.framework/Versions/A/OgreKit
       0x108528000 -        0x108538fff +de.codingmonkeys.TCMPortMapper (1.3.2) <98704DC3-E59E-30C6-BBF6-334A9C4252D9> /Applications/Coda 2.app/Contents/Frameworks/TCMPortMapper.framework/Versions/A/TCMPortMapper
       0x108549000 -        0x108566fff +org.mozilla.universalchardet (1.0) <63533CE4-8CFA-3E21-B408-4D269D3028BB> /Applications/Coda 2.app/Contents/Frameworks/UniversalDetector.framework/Versions/A/UniversalDetector
       0x108575000 -        0x10880cfe7 +com.sequelpro.spmysql (1.0 - 1) <701BBABA-6D0F-3781-851F-6CB0602D42F3> /Applications/Coda 2.app/Contents/Frameworks/SPMySQL.framework/Versions/A/SPMySQL
       0x1088d1000 -        0x1088dbfff +com.HumbleDaisy.HDCrashReporter (2.0 - 2.0) <8B7B7505-5E4E-3A8D-8651-0B363DFFDD4D> /Applications/Coda 2.app/Contents/Frameworks/HDCrashReporter.framework/Versions/A/HDCrashReporter
       0x1088e9000 -        0x10892fff7 +net.hockeyapp.sdk.mac (2.1.0 - 24) <DD657D9B-77E1-3ED2-A7EE-243120F9AABC> /Applications/Coda 2.app/Contents/Frameworks/HockeySDK.framework/Versions/A/HockeySDK
       0x10896f000 -        0x108adbfc7 +com.panic.Neon (1.0 - 1.0) <FAAA1BFE-FACE-3540-9053-93EC37A10EF4> /Applications/Coda 2.app/Contents/Frameworks/FTPKit.framework/Versions/A/Frameworks/Neon.framework/Versions/A/Neon
       0x108b5d000 -        0x108b92ff7  libssl.0.9.8.dylib (52) <70680606-475F-3C89-BB5F-E274253DC7C6> /usr/lib/libssl.0.9.8.dylib
       0x108ce3000 -        0x108ce3ff5 +cl_kernels (???) <7104D8CB-2000-492A-BAF3-D584483103A0> cl_kernels
       0x108da1000 -        0x108da1fe7 +cl_kernels (???) <099B2A66-EF26-42C7-9CD5-5F38DF5B1306> cl_kernels
       0x10d746000 -        0x10d74aff3  libFontRegistryUI.dylib (134) <9C55337C-4D65-34C8-9BB9-90399B420A6F> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resources/libFontRegistryUI.dylib
       0x10d751000 -        0x10d76efff  libJapaneseConverter.dylib (64) <CEED8CE6-C293-3F81-954D-B710E9FE2A77> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
       0x10d7ac000 -        0x10d7adfff  ATSHI.dylib (375) <D97F7F10-54A1-3148-9D0C-D420298F5053> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/ATSHI.dylib
       0x10d7b5000 -        0x10d7b6fff +com.panic.CodaScriptPlugIn (1.1) <A92CA17C-BCC3-370B-9B30-036757443B2B> /Users/USER/Library/Application Support/Coda 2/*/CodaScriptPlugIn
       0x10e052000 -        0x10e0ccff7  com.apple.xquery (1.3.1 - 30) <9D868AE3-C5A0-34BD-8C33-EB5F8EDD7ACA> /System/Library/PrivateFrameworks/XQuery.framework/XQuery
       0x10f07c000 -        0x10f081ff7  libgermantok.dylib (17) <47EF3D93-B111-3218-AF60-E33F506D57E8> /usr/lib/libgermantok.dylib
       0x110a61000 -        0x110a64fff  com.apple.FileProvider (1.0 - 1) <E5C8FF01-5BC4-3986-86F9-892FB81EF078> /System/Library/PrivateFrameworks/FileProvider.framework/FileProvider
       0x1143ad000 -        0x11448dff7  unorm8_rgba.dylib (2.4.5) <A8805102-8A21-3A5E-AE22-63C0DEC8CB6F> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba.dylib
       0x11e953000 -        0x11e953fef +cl_kernels (???) <3AA7AFF7-E289-47BD-ACFE-55245D0D12B2> cl_kernels
       0x11e962000 -        0x11e962ffe +cl_kernels (???) <17848775-595B-4A5C-98B9-A51B6598A492> cl_kernels
       0x11e964000 -        0x11ea4afef  unorm8_bgra.dylib (2.4.5) <90797750-141F-3114-ACD0-A71363968678> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
       0x11eabe000 -        0x11eabeffe +cl_kernels (???) <17848775-595B-4A5C-98B9-A51B6598A492> cl_kernels
       0x11eac2000 -        0x11eac2fef +cl_kernels (???) <3AA7AFF7-E289-47BD-ACFE-55245D0D12B2> cl_kernels
    0x123400000000 -     0x123400497fff  com.apple.driver.AppleIntelHD4000GraphicsGLDriver (10.0.86 - 10.0.0) <A443198D-E30D-3CF1-AA3E-E2EB52DFD922> /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver
    0x123440000000 -     0x123440864fff  com.apple.GeForceGLDriver (10.0.43 - 10.0.0) <4E749711-614F-32F8-8373-1F0307082D7B> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver
    0x7fff652d7000 -     0x7fff6530d837  dyld (353.2.1) <4696A982-1500-34EC-9777-1EF7A03E2659> /usr/lib/dyld
    0x7fff8b530000 -     0x7fff8b56affb  com.apple.DebugSymbols (115 - 115) <6F03761D-7C3A-3C80-8031-AA1C1AD7C706> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff8b56b000 -     0x7fff8b56dff7  libsystem_sandbox.dylib (358.1.1) <DB9962EF-8898-31CC-9B87-E01F8CE74C9D> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff8b56e000 -     0x7fff8b5baff7  libcups.2.dylib (408) <9CECCDE3-51D7-3028-830C-F58BD36E3317> /usr/lib/libcups.2.dylib
    0x7fff8b5bb000 -     0x7fff8b62ffff  com.apple.ApplicationServices.ATS (360 - 375) <62828B40-231D-3F81-8067-1903143DCB6B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff8b630000 -     0x7fff8b634fff  libpam.2.dylib (20) <E805398D-9A92-31F8-8005-8DC188BD8B6E> /usr/lib/libpam.2.dylib
    0x7fff8b6eb000 -     0x7fff8b6edff7  com.apple.diagnosticlogcollection (10.0 - 1000) <D7516965-DB40-3235-9D00-C724F7D2BC02> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/DiagnosticLogCollection
    0x7fff8b6ee000 -     0x7fff8bf76ff7  libclh.dylib (4.0.3 - 4.0.3) <E6B05F65-EC4F-3CCB-9D70-5E0844877660> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
    0x7fff8bfa6000 -     0x7fff8c015fff  com.apple.SearchKit (1.4.0 - 1.4.0) <BFD6D876-36BA-3A3B-9F15-3E2F7DE6E89D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff8c016000 -     0x7fff8c04dffb  com.apple.LDAPFramework (2.4.28 - 194.5) <4CFE8010-CE3F-35EC-90BA-529B74321029> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff8c04e000 -     0x7fff8c060fff  libsasl2.2.dylib (193) <E523DD05-544B-3430-8AA9-672408A5AF8B> /usr/lib/libsasl2.2.dylib
    0x7fff8c061000 -     0x7fff8c0f6ff7  com.apple.ColorSync (4.9.0 - 4.9.0) <F06733BD-A10C-3DB3-B050-825351130392> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff8c0f7000 -     0x7fff8c125fff  com.apple.CoreServicesInternal (221.1 - 221.1) <51BAE6D2-84F3-392A-BFEC-A3B47B80A3D2> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff8c126000 -     0x7fff8d0caffb  com.apple.WebCore (10600 - 10600.1.25.2) <B4FEC5E3-C0A9-3E91-93F5-548C001C560E> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
    0x7fff8d1ab000 -     0x7fff8d309ff3  com.apple.avfoundation (2.0 - 889.10) <4D1735C4-D055-31E9-8051-FED29F41F4F6> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff8d40b000 -     0x7fff8d41cff7  libz.1.dylib (55) <88C7C7DE-04B8-316F-8B74-ACD9F3DE1AA1> /usr/lib/libz.1.dylib
    0x7fff8d41d000 -     0x7fff8d491fff  com.apple.ShareKit (1.0 - 323) <9FC7280E-DB42-37F0-AE57-29E28C9B4E16> /System/Library/PrivateFrameworks/ShareKit.framework/Versions/A/ShareKit
    0x7fff8d492000 -     0x7fff8d4adff7  libCRFSuite.dylib (34) <D64842BE-7BD4-3D0C-9842-1D202F7C2A51> /usr/lib/libCRFSuite.dylib
    0x7fff8d4ae000 -     0x7fff8d4b0fff  com.apple.OAuth (25 - 25) <EE765AF0-2BB6-3689-9EAA-689BF1F02A0D> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
    0x7fff8d4b4000 -     0x7fff8d4b6fff  com.apple.ExceptionHandling (1.5 - 10) <C3A6EB3D-C0B3-371F-99D8-AF5495498091> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHandling
    0x7fff8d4b7000 -     0x7fff8d4c1fff  com.apple.IntlPreferences (2.0 - 150.1) <F2DE1784-F780-3E3F-A626-D9CBD38F20EE> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences
    0x7fff8d4c2000 -     0x7fff8d650fff  libBLAS.dylib (1128) <497912C1-A98E-3281-BED7-E9C751552F61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff8d76a000 -     0x7fff8d78fff7  libJPEG.dylib (1231) <35F13BD9-AA92-3510-B5BB-420DA15AE7F2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff8d7c1000 -     0x7fff8d7c9fff  com.apple.xpcobjects (103 - 103) <A202ACEF-7A3D-303E-BB07-29FF49DE279D> /System/Library/PrivateFrameworks/XPCObjects.framework/Versions/A/XPCObjects
    0x7fff8d7ca000 -     0x7fff8db60fff  com.apple.CoreFoundation (6.9 - 1151.16) <F2B088AF-A5C6-3FAE-9EB4-7931AF6359E4> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8db61000 -     0x7fff8db69ff7  com.apple.icloud.FindMyDevice (1.0 - 1) <D198E170-3610-3727-BC87-73AD249CA097> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice
    0x7fff8db6a000 -     0x7fff8db72fff  libMatch.1.dylib (24) <C917279D-33C2-38A8-9BDD-18F3B24E6FBD> /usr/lib/libMatch.1.dylib
    0x7fff8db73000 -     0x7fff8dbcefff  libTIFF.dylib (1231) <ACC9ED11-EED8-3A23-B452-3F40FF7EF435> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff8dbcf000 -     0x7fff8dbe0fff  libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib
    0x7fff8dbe1000 -     0x7fff8dc19fff  com.apple.RemoteViewServices (2.0 - 99) <C9A62691-B0D9-34B7-B71C-A48B5F4DC553> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff8dc1a000 -     0x7fff8dc21fff  com.apple.network.statistics.framework (1.2 - 1) <61B311D1-7F15-35B3-80D4-99B8BE90ACD9> /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/NetworkStatistics
    0x7fff8dc22000 -     0x7fff8dc2affb  libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib
    0x7fff8dc2b000 -     0x7fff8dcccff7  com.apple.Bluetooth (4.3.1 - 4.3.1f2) <EDC78AEE-28E7-324C-9947-41A0814A8154> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff8dd61000 -     0x7fff8dd64fff  com.apple.IOSurface (97 - 97) <D4B4D2B2-7B16-3174-9EA6-55E0A10B452D> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff8ddfd000 -     0x7fff8de57ff7  com.apple.LanguageModeling (1.0 - 1) <ACA93FE0-A0E3-333E-AE3C-8EB7DE5F362F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff8de58000 -     0x7fff8de59fff  libsystem_secinit.dylib (18) <581DAD0F-6B63-3A48-B63B-917AF799ABAA> /usr/lib/system/libsystem_secinit.dylib
    0x7fff8de72000 -     0x7fff8dec3ff7  com.apple.AppleVAFramework (5.0.31 - 5.0.31) <762E9358-A69A-3D63-8282-3B77FBE0147E> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff8dec4000 -     0x7fff8deeffff  libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib
    0x7fff8df2d000 -     0x7fff8df3cfff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <D1E527E4-C561-352F-9457-E8C50232793C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff8df48000 -     0x7fff8df4cfff  libspindump.dylib (182) <7BD8C0AC-1CDA-3864-AE03-470B50160148> /usr/lib/libspindump.dylib
    0x7fff8df4d000 -     0x7fff8df96ff3  com.apple.HIServices (1.22 - 519) <59D78E07-C3F1-3272-88F1-876B836D5517> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff8e018000 -     0x7fff8e2c4fff  com.apple.GeoServices (1.0 - 982.4.10) <8A7FE04A-2785-30E7-A6E2-DC15D170DAF5> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x7fff8e2c5000 -     0x7fff8e2c8fff  com.apple.xpc.ServiceManagement (1.0 - 1) <7E9E6BB7-AEE7-3F59-BAC0-59EAF105D0C8> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff8e2c9000 -     0x7fff8e2d7fff  com.apple.AddressBook.ContactsFoundation (9.0 - 1499) <1F879F4E-369A-38F7-A768-8B9009617479> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation
    0x7fff8e2d8000 -     0x7fff8e40aff7  com.apple.MediaControlSender (2.0 - 215.10) <8ECF208C-587A-325F-9866-09890D58F1B1> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender
    0x7fff8e40b000 -     0x7fff8e4fdff7  libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib
    0x7fff8e518000 -     0x7fff8e570ff7  com.apple.accounts.AccountsDaemon (113 - 113) <E0074FA1-1872-3F20-8445-3E2FEA290CFB> /System/Library/PrivateFrameworks/AccountsDaemon.framework/Versions/A/AccountsDaemon
    0x7fff8e571000 -     0x7fff8e5a1ffb  com.apple.GSS (4.0 - 2.0) <D033E7F1-2D34-339F-A814-C67E009DE5A9> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff8e5a8000 -     0x7fff8e647df7  com.apple.AppleJPEG (1.0 - 1) <9BB3D7DF-630A-3E1C-A124-12D6C4D0DE70> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff8e648000 -     0x7fff8e888ff7  com.apple.AddressBook.framework (9.0 - 1499) <8D5C9530-4D90-32C7-BB5E-3A686FE36BE9> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff8e953000 -     0x7fff8e968ff7  com.apple.AppContainer (4.0 - 238) <9481F305-359A-33E6-93F1-89A25FA14E00> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x7fff8e9e8000 -     0x7fff8e9f3fff  libGL.dylib (11.0.7) <C53344AD-8CE6-3111-AB94-BD4CA89ED84E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff8ea86000 -     0x7fff8ea88ff7  libutil.dylib (38) <471AD65E-B86E-3C4A-8ABD-B8665A2BCE3F> /usr/lib/libutil.dylib
    0x7fff8ea93000 -     0x7fff8eab3fff  com.apple.IconServices (47.1 - 47.1) <E83DFE3B-6541-3736-96BB-26DC5D0100F1> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff8eab4000 -     0x7fff8eb36fff  com.apple.PerformanceAnalysis (1.0 - 1) <2FC0F303-B672-3E64-A978-AB78EAD98395> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff8eb8d000 -     0x7fff8ebc3ffb  com.apple.datadetectors (5.0 - 273) <9E17D22E-1A96-3A4F-8394-F14ED7D862D0> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors
    0x7fff8ec1c000 -     0x7fff8ec6fffb  libAVFAudio.dylib (118.3) <CC124063-34DF-39E3-921A-2BA3EA8D6F38> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib
    0x7fff8ecd6000 -     0x7fff8ecf9fff  com.apple.Sharing (328.3 - 328.3) <FDEE49AD-8804-3760-9C14-8D1D10BBEA37> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff8ecfa000 -     0x7fff8ed06ff7  com.apple.OpenDirectory (10.10 - 187) <1D0066FC-1DEB-381B-B15C-4C009E0DF850> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff8ed07000 -     0x7fff8ed6eff7  com.apple.framework.CoreWiFi (3.0 - 300.4) <19269C1D-EB29-384A-83F3-7DDDEB7D9DAD> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff8ed6f000 -     0x7fff8ed9efff  com.apple.securityinterface (10.0 - 55058) <21F38170-2D3D-3FA2-B0EC-379482AFA5E4> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x7fff8ed9f000 -     0x7fff8eec1ff7  com.apple.LaunchServices (644.12 - 644.12) <D7710B20-0561-33BB-A3C8-463691D36E02> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff8eec2000 -     0x7fff8eec4fff  com.apple.EFILogin (2.0 - 2) <F0269EE2-3686-3A8A-8B83-F86974E35E90> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fff8eec5000 -     0x7fff8eecafff  com.apple.DiskArbitration (2.6 - 2.6) <0DFF4D9B-2AC3-3B82-B5C5-30F4EFBD2DB9> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff8ef88000 -     0x7fff8efa7fff  com.apple.CoreDuet (1.0 - 1) <36AA9FD5-2685-314D-B364-3FA4688D86BD> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
    0x7fff8efa8000 -     0x7fff8efc2ff7  liblzma.5.dylib (7) <1D03E875-A7C0-3028-814C-3C27F7B7C079> /usr/lib/liblzma.5.dylib
    0x7fff8efc3000 -     0x7fff8efcfff7  com.apple.HelpData (2.1.4 - 90) <7ACD7E30-8848-36E1-B558-221FDFB42C8E> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x7fff8efd0000 -     0x7fff8efe6ff7  com.apple.CoreMediaAuthoring (2.2 - 951) <B5E5ADF2-BBE8-30D9-83BC-74D0D450CF42> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
    0x7fff8effc000 -     0x7fff8f02cff3  com.apple.CoreAVCHD (5.7.5 - 5750.4.1) <3E51287C-E97D-3886-BE88-8F6872400876> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff8f02d000 -     0x7fff8f144fe7  libvDSP.dylib (512) <52777555-F051-3BC2-A2D2-9645907E836D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff8f1cd000 -     0x7fff8f26bfff  com.apple.Metadata (10.7.0 - 916.1) <CD389631-0F23-3A29-B43A-E3FFB5BC9438> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff8f26c000 -     0x7fff8f271ffb  libheimdal-asn1.dylib (398.1.2) <F9463B34-AAF5-3488-AD0C-85937C81FC5E> /usr/lib/libheimdal-asn1.dylib
    0x7fff8f2c7000 -     0x7fff8f2c7fff  libOpenScriptingUtil.dylib (162) <EFD79173-A9DA-3AE6-BE15-3948938204A6> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff8f39a000 -     0x7fff8f39efff  libcache.dylib (69) <45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib
    0x7fff8f39f000 -     0x7fff8f3d1ff3  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <C6DB0A07-F8E4-3837-BCA9-225F460EDA81> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fff8f4a5000 -     0x7fff8f513ffb  com.apple.Heimdal (4.0 - 2.0) <B852ACA1-4C64-3E2A-A9D3-6D4C80AD9429> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff8fe5a000 -     0x7fff8fe92ffb  libsystem_network.dylib (411) <C0B2313D-47BE-38A9-BEE6-2634A4F5E14B> /usr/lib/system/libsystem_network.dylib
    0x7fff8feb8000 -     0x7fff8fffafff  libsqlite3.dylib (168) <7B580EB9-9260-35FE-AE2F-276A2C242BAB> /usr/lib/libsqlite3.dylib
    0x7fff8fffb000 -     0x7fff9002eff7  com.apple.MediaKit (16 - 757) <345EDAFE-3E39-3B0F-8D84-54657EC4396D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff9002f000 -     0x7fff900a7ff7  com.apple.SystemConfiguration (1.14 - 1.14) <C269BCFD-ACAB-3331-BC7C-0430F0E84817> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff900c1000 -     0x7fff900c3ffb  libCGXType.A.dylib (772) <7CB71BC6-D8EC-37BC-8243-41BAB086FAAA> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff901bb000 -     0x7fff901d5ff7  com.apple.AppleVPAFramework (1.0.30 - 1.0.30) <D47A2125-C72D-3298-B27D-D89EA0D55584> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
    0x7fff901d6000 -     0x7fff901e9ff7  com.apple.CoreBluetooth (1.0 - 1) <FA9B43B3-E183-3040-AE25-66EF9870CF35> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff901ea000 -     0x7fff9049eff7  com.apple.WebKit (10600 - 10600.1.25) <84496A10-D8E5-3E8C-93B1-98D5AE790922> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff904a4000 -     0x7fff904cdffb  libxslt.1.dylib (13) <AED1143F-B848-3E73-81ED-71356F25F084> /usr/lib/libxslt.1.dylib
    0x7fff904ce000 -     0x7fff906b3ff3  libicucore.A.dylib (531.30) <EF0E7544-E317-3550-A962-6AE65E78AF17> /usr/lib/libicucore.A.dylib
    0x7fff906b4000 -     0x7fff906beff7  com.apple.CrashReporterSupport (10.10 - 629) <EC97EA5E-3190-3717-A4A9-2F35A447E7A6> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff906bf000 -     0x7fff906fafff  com.apple.Symbolication (1.4 - 56045) <D64571B1-4483-3FE2-BD67-A91360F79727> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff906fb000 -     0x7fff909fdfff  com.apple.HIToolbox (2.1.1 - 756) <9DD121B5-B7EB-3C43-8155-61A4417F8E9A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff909fe000 -     0x7fff90a22ff7  com.apple.facetimeservices (10.0 - 1000) <52EE049F-36E3-35C8-9304-7878AF7AC241> /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices
    0x7fff90a23000 -     0x7fff90a2cfff  libsystem_pthread.dylib (105.1.4) <26B1897F-0CD3-30F3-B55A-37CB45062D73> /usr/lib/system/libsystem_pthread.dylib
    0x7fff90a2d000 -     0x7fff90a99fff  com.apple.framework.CoreWLAN (5.0 - 500.35.2) <ACBAAB0A-BCC7-37CF-AAFB-2DA1733F2682> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff90a9a000 -     0x7fff90abdff7  com.apple.framework.familycontrols (4.1 - 410) <41499068-0AB2-38CB-BE6A-F0DD0F06AB52> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x7fff90abe000 -     0x7fff90ac9fdb  com.apple.AppleFSCompression (68.1.1 - 1.0) <F30E8CA3-50B3-3B44-90A0-803C5C308BFE> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff90aca000 -     0x7fff91321ff3  com.apple.CoreGraphics (1.600.0 - 772) <6364CBE3-3635-3A53-B448-9D19EF9FEA96> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff91322000 -     0x7fff913b3fff  com.apple.cloudkit.CloudKit (259.2.3 - 259.2.3) <6F955140-D522-32B3-B34B-BD94C5D94E7A> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
    0x7fff913b4000 -     0x7fff913d8ff7  com.apple.quartzfilters (1.10.0 - 1.10.0) <1AE50F4A-0098-34E7-B24D-DF7CB94073CE> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
    0x7fff913d9000 -     0x7fff914b6ff7  com.apple.QuickLookUIFramework (5.0 - 675) <84FEB409-7D7A-35AC-83BE-F79FB293E23E> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x7fff914b7000 -     0x7fff9157aff7  libvMisc.dylib (512) <A4E39464-52EA-34CB-9FFE-53E79B3C65F5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff9157b000 -     0x7fff9157eff7  com.apple.Mangrove (1.0 - 1) <2AF1CAE9-8BF9-33C4-9C1B-123DBAF1522B> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff91580000 -     0x7fff91783ff3  com.apple.CFNetwork (720.1.1 - 720.1.1) <A82E71B3-2CDB-3840-A476-F2304D896E03> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff91784000 -     0x7fff91795ff7  libsystem_coretls.dylib (35.1.2) <EBBF7EF6-80D8-3F8F-825C-B412BD6D22C0> /usr/lib/system/libsystem_coretls.dylib
    0x7fff917a3000 -     0x7fff917a3fff  com.apple.audio.units.AudioUnit (1.12 - 1.12) <76EF1C9D-DEA4-3E55-A134-4099B2FD2CF2> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff917a4000 -     0x7fff917f5ff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <AF72B06E-C6C1-3FAE-8B47-AF461CAE0E22> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff917f6000 -     0x7fff917fbff7  com.apple.MediaAccessibility (1.0 - 61) <00A3E0B6-79AC-387E-B282-AADFBD5722F6> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff917fc000 -     0x7fff919abfff  GLEngine (11.0.7) <3CB7447A-1A1D-3D55-A6A4-4814B49F6678> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
    0x7fff919ac000 -     0x7fff924edfff  com.apple.AppKit (6.9 - 1343.16) <C98DB43F-4245-3E6E-A4EE-37DAEE33E174> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff924ee000 -     0x7fff925d1fff  libcrypto.0.9.8.dylib (52) <7208EEE2-C090-383E-AADD-7E1BD1321BEC> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff925d2000 -     0x7fff926a8ff3  com.apple.DiskImagesFramework (10.10 - 389.1) <7DE2208C-BD55-390A-8167-4F9F11750C4B> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff92810000 -     0x7fff92837fff  com.apple.shortcut (2.12 - 2.12) <66E6B3FE-3726-376E-95A0-40DAAFBE1AE0> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x7fff92843000 -     0x7fff92844fff  liblangid.dylib (117) <B54A4AA0-2E53-3671-90F5-AFF711C0EB9E> /usr/lib/liblangid.dylib
    0x7fff92845000 -     0x7fff92847ff7  com.apple.securityhi (9.0 - 55006) <B1E09986-7AF0-3BD1-BAA1-B5514DFB7CD1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff92953000 -     0x7fff92993fff  com.apple.CloudDocs (1.0 - 280.1.2) <49E75BC1-6556-36B4-804A-E49BC41241CF> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
    0x7fff92994000 -     0x7fff929cffff  com.apple.QD (301 - 301) <C4D2AD03-B839-350A-AAF0-B4A08F8BED77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff929d0000 -     0x7fff929f8ffb  libRIP.A.dylib (772) <9262437A-710A-397D-8E34-1CBFEA1FC5E1> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff929f9000 -     0x7fff929feff7  libmacho.dylib (862) <126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib
    0x7fff929ff000 -     0x7fff92b26fff  com.apple.coreui (2.1 - 305) <BB430677-D1F7-38DD-8F05-70E54352B8B5> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff92b27000 -     0x7fff92b32ff7  com.apple.speech.synthesis.framework (5.2.6 - 5.2.6) <9434AA45-B6BD-37F7-A866-172196A7F91B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff92b33000 -     0x7fff92b3fff7  libGPUSupportMercury.dylib (11.0.7) <C04F6E18-3043-3096-A6E6-F6431ADC41D3> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x7fff92b40000 -     0x7fff92e6eff7  com.apple.Foundation (6.9 - 1151.16) <18EDD673-A010-3E99-956E-DA594CE1FA80> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff92e6f000 -     0x7fff92e8dff7  com.apple.addressbook.vCard (9.0 - 1499) <B1BC7C0A-A783-3574-8248-BC689F43A0A0> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
    0x7fff92e8e000 -     0x7fff92f80fff  libxml2.2.dylib (26) <B834E7C8-EC3E-3382-BC5A-DA38DC4D720C> /usr/lib/libxml2.2.dylib
    0x7fff9301a000 -     0x7fff93040ff7  com.apple.ChunkingLibrary (2.1 - 163.1) <3514F2A4-38BD-3849-9286-B3B991057742> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff9309c000 -     0x7fff93304ffb  com.apple.security (7.0 - 57031.1.35) <96141D1F-614E-32C4-8AC2-F47481F23F43> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff93305000 -     0x7fff93317ff7  com.apple.ImageCapture (9.0 - 9.0) <7FB65DD4-56B5-35C4-862C-7A2DED991D1F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff93318000 -     0x7fff93319fff  libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff9331a000 -     0x7fff9331afff  com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <A48738CA-5B6F-3D14-97E9-2BFDFC3DCC06> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff9331b000 -     0x7fff934aafff  libGLProgrammability.dylib (11.0.7) <AF37E7F3-16C8-3747-9CC6-A442C0153DC6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff934ab000 -     0x7fff934abff7  libunc.dylib (29) <5676F7EA-C1DF-329F-B006-D2C3022B7D70> /usr/lib/system/libunc.dylib
    0x7fff934ac000 -     0x7fff9356bfff  com.apple.backup.framework (1.6.1 - 1.6.1) <A7BBE57D-D5E7-39DD-812C-31190159F679> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff9356c000 -     0x7fff93575fff  libGFXShared.dylib (11.0.7) <EC449E3A-D9D2-3494-8B6C-DEB7B11EEDAB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff93576000 -     0x7fff9375b267  libobjc.A.dylib (646) <3B60CD90-74A2-3A5D-9686-B0772159792A> /usr/lib/libobjc.A.dylib
    0x7fff9375c000 -     0x7fff93786ff7  libdispatch.dylib (442.1.4) <502CF32B-669B-3709-8862-08188225E4F0> /usr/lib/system/libdispatch.dylib
    0x7fff93787000 -     0x7fff93789ff7  libsystem_coreservices.dylib (9) <41B7C578-5A53-31C8-A96F-C73E030B0938> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff937d0000 -     0x7fff937f5ff7  libPng.dylib (1231) <2D5AC0EE-4056-3F76-97E7-BBD415F072B5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff93943000 -     0x7fff93946ff7  com.apple.AppleSystemInfo (3.0 - 3.0) <E54DA0B2-3515-3B1C-A4BD-54A0B02B5612> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff93947000 -     0x7fff93954fff  com.apple.ProtocolBuffer (1 - 225.1) <2D502FBB-D2A0-3937-A5C5-385FA65B3874> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff93955000 -     0x7fff9396fff7  libextension.dylib (55.1) <ECBDCC15-FA19-3578-961C-B45FCC994BAF> /usr/lib/libextension.dylib
    0x7fff93970000 -     0x7fff93cdbfff  com.apple.VideoToolbox (1.0 - 1562.19) <C08228FE-FA1E-394C-98CB-2AFD8E566C3F> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff93ceb000 -     0x7fff93d13fff  libxpc.dylib (559.1.22) <9437C02E-A07B-38C8-91CB-299FAA63083D> /usr/lib/system/libxpc.dylib
    0x7fff93d14000 -     0x7fff93d16fff  com.apple.marco (10.0 - 1000) <ECD31951-F96E-3F5C-B468-729BBEBDCCE3> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
    0x7fff93d1b000 -     0x7fff93d20ff7  libunwind.dylib (35.3) <BE7E51A0-B6EA-3A54-9CCA-9D88F683A6D6> /usr/lib/system/libunwind.dylib
    0x7fff93d21000 -     0x7fff940f8fe7  com.apple.CoreAUC (211.0.0 - 211.0.0) <C8B2470F-3994-37B8-BE10-6F78667604AC> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff940f9000 -     0x7fff94124ff3  libarchive.2.dylib (30) <8CBB4416-EBE9-3574-8ADC-44655D245F39> /usr/lib/libarchive.2.dylib
    0x7fff94125000 -     0x7fff94180fff  com.apple.QuickLookFramework (5.0 - 675) <D71CD23B-643B-341B-A890-57FE099B36C7> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff94418000 -     0x7fff94420ff7  com.apple.AppleSRP (5.0 - 1) <01EC5144-D09A-3D6A-AE35-F6D48585F154> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff94435000 -     0x7fff944a6ff7  com.apple.framework.IOKit (2.0.2 - 1050.1.21) <ED3B0B22-AACC-303B-BFC8-20ECD1AF6BA2> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff944a7000 -     0x7fff944b4ff7  libbz2.1.0.dylib (36) <2DF83FBC-5C08-39E1-94F5-C28653791B5F> /usr/lib/libbz2.1.0.dylib
    0x7fff944e8000 -     0x7fff944efff7  libcompiler_rt.dylib (35) <BF8FC133-EE10-3DA6-9B90-92039E28678F> /usr/lib/system/libcompiler_rt.dylib
    0x7fff944f2000 -     0x7fff944f9fff  com.apple.NetFS (6.0 - 4.0) <1581D25F-CC07-39B0-90E8-5D4F3CF84EBA> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff944fa000 -     0x7fff945eeff7  libFontParser.dylib (134) <506126F8-FDCE-3DE1-9DCA-E07FE658B597> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff945ef000 -     0x7fff945f2ff7  libdyld.dylib (353.2.1) <19FAF435-C165-3374-9DEF-D7BBA7D61DB6> /usr/lib/system/libdyld.dylib
    0x7fff9461f000 -     0x7fff9462cfff  com.apple.SpeechRecognitionCore (2.0.32 - 2.0.32) <87F0C88D-502D-3217-8B4A-8388288568BA> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff94643000 -     0x7fff9465cfff  com.apple.openscripting (1.4 - 162) <80DFF366-B950-3F79-903F-99DA0FFDB570> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff9465d000 -     0x7fff94679fff  com.apple.GenerationalStorage (2.0 - 209.11) <9FF8DD11-25FB-3047-A5BF-9415339B3EEC> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff9467a000 -     0x7fff94685ff7  libkxld.dylib (2782.1.97) <CB1A1B57-54BE-3573-AE0C-B90ED6BAEEE2> /usr/lib/system/libkxld.dylib
    0x7fff946b4000 -     0x7fff9491eff7  com.apple.imageKit (2.6 - 838) <DDFE019E-DF3E-37DA-AEC0-9182454B7312> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x7fff9491f000 -     0x7fff9492bff7  com.apple.commonutilities (8.0 - 900) <E5E018A7-FB3C-37A2-9769-49AFAC89FDE8> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
    0x7fff9492c000 -     0x7fff94937ff7  com.apple.AppSandbox (4.0 - 238) <BC5EE1CA-764A-303D-9989-4041C1291026> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x7fff949f7000 -     0x7fff94a28fff  libtidy.A.dylib (15.15) <37FC944D-271A-386A-9ADD-FA33AD48F96D> /usr/lib/libtidy.A.dylib
    0x7fff94a29000 -     0x7fff94a29fff  com.apple.CoreServices (62 - 62) <9E4577CA-3FC3-300D-AB00-87ADBDDA2E37> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff94a2a000 -     0x7fff94a2cfff  libsystem_configuration.dylib (699.1.5) <9FBA1CE4-97D0-347E-A443-93ED94512E92> /usr/lib/system/libsystem_configuration.dylib
    0x7fff94a2d000 -     0x7fff94cfcff3  com.apple.CoreImage (10.0.33) <6E3DDA29-718B-3BDB-BFAF-F8C201BF93A4> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff94cfd000 -     0x7fff94d18ff7  com.apple.aps.framework (4.0 - 4.0) <9955CAFD-D56B-36E9-BB41-6F7F73317EB5> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
    0x7fff94d19000 -     0x7fff94d1bfff  libRadiance.dylib (1231) <746E9989-E89C-3027-A418-5F99CE131C93> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff94d1c000 -     0x7fff94d5cff7  libGLImage.dylib (11.0.7) <7CBCEB4B-D22F-3116-8B28-D1C22D28C69D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff94d5d000 -     0x7fff94dacff7  com.apple.opencl (2.4.2 - 2.4.2) <6AE26E08-6EFC-3E1B-B202-EFA9C3E5B9D4> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff94dad000 -     0x7fff94e39fff  libsystem_c.dylib (1044.1.2) <C185E862-7424-3210-B528-6B822577A4B8> /usr/lib/system/libsystem_c.dylib
    0x7fff94e3a000 -     0x7fff94ebbff3  com.apple.CoreUtils (1.0 - 101.1) <45E5E51B-947E-3F2D-BD9C-480E72555C23> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff94ebc000 -     0x7fff94ec2fff  com.apple.speech.recognition.framework (5.0.9 - 5.0.9) <BB2D573F-0A01-379F-A2BA-3C454EDCB111> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff94ec3000 -     0x7fff94ec4fff  libSystem.B.dylib (1213) <DA954461-EC6A-3DF0-8551-6FC810627627> /usr/lib/libSystem.B.dylib
    0x7fff94ec5000 -     0x7fff94ee2fff  libsystem_kernel.dylib (2782.1.97) <93E0E0A9-75B6-3904-BB4E-4BC7C05F4B6B> /usr/lib/system/libsystem_kernel.dylib
    0x7fff94ee3000 -     0x7fff94eecff3  com.apple.CommonAuth (4.0 - 2.0) <F4C266BE-2E0E-36B4-9DE7-C6B4BF410FD7> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff94eed000 -     0x7fff94ef6fff  com.apple.DisplayServicesFW (2.9 - 372.1) <30E61754-D83C-330A-AE60-533F27BEBFF5> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x7fff94ef7000 -     0x7fff94efffff  libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib
    0x7fff94f1a000 -     0x7fff94f1dfff  libScreenReader.dylib (390.2) <96ACAA49-21B6-3D10-ADF8-FF6C8F22FD9F> /usr/lib/libScreenReader.dylib
    0x7fff94f54000 -     0x7fff94fa8fff  libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib
    0x7fff94fa9000 -     0x7fff94fe2fff  com.apple.AirPlaySupport (2.0 - 215.10) <E4159036-4C38-3F28-8AF3-4F074DAF01AC> /System/Library/PrivateFrameworks/AirPlaySupport.framework/Versions/A/AirPlaySupport
    0x7fff94fe3000 -     0x7fff950d6ff7  libJP2.dylib (1231) <58849E48-9CD2-38A1-9D48-FCE630F473EB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff950d7000 -     0x7fff950ebff7  com.apple.MultitouchSupport.framework (260.30 - 260.30) <28728A7D-E048-3B14-9932-839A87D381FE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff950ec000 -     0x7fff95228ffb  com.apple.WebKitLegacy (10600 - 10600.1.25) <EE3A7515-AC7B-30D3-A4DC-EB0D36E88E4B> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
    0x7fff95230000 -     0x7fff9536dfff  com.apple.ImageIO.framework (3.3.0 - 1038) <611BDFBA-4BAA-36A8-B7E0-3830F3375E53> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff95386000 -     0x7fff9539bffb  libCGInterfaces.dylib (294.1) <1A6AADE6-09EC-3054-85F9-E6A3607EBA70> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff9539c000 -     0x7fff9539cfff  com.apple.quartzframework (1.5 - 1.5) <4944127A-F319-3689-AAEC-58591D3CAC07> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff9539d000 -     0x7fff95413fe7  libcorecrypto.dylib (233.1.2) <E1789801-3985-3949-B736-6B3378873301> /usr/lib/system/libcorecrypto.dylib
    0x7fff95414000 -     0x7fff9541ffff  libcommonCrypto.dylib (60061) <D381EBC6-69D8-31D3-8084-5A80A32CB748> /usr/lib/system/libcommonCrypto.dylib
    0x7fff95420000 -     0x7fff95420fff  com.apple.Cocoa (6.8 - 21) <EAC0EA1E-3C62-3B28-A941-5D8B1E085FF8> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff95421000 -     0x7fff95442fff  com.apple.framework.Apple80211 (10.0.1 - 1001.57.4) <E449B57F-1AC3-3DF1-8A13-4390FB3A05A4> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff95443000 -     0x7fff9545cff7  com.apple.CFOpenDirectory (10.10 - 187) <0ECA5D80-A045-3A2C-A60C-E1605F3AB6BD> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff9545d000 -     0x7fff954abfff  libcurl.4.dylib (83.1.2) <337A1FF8-E8B1-3173-9F29-C0D4C851D8E1> /usr/lib/libcurl.4.dylib
    0x7fff954ac000 -     0x7fff954b2fff  libsystem_trace.dylib (72.1.3) <A9E6B7D8-C327-3742-AC54-86C94218B1DF> /usr/lib/system/libsystem_trace.dylib
    0x7fff954b3000 -     0x7fff954defff  com.apple.DictionaryServices (1.2 - 229) <6789EC43-CADA-394D-8FE8-FC3A2DD136B9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff954df000 -     0x7fff954e3fff  libsystem_stats.dylib (163.1.4) <1DB04436-5974-3F16-86CC-5FF5F390339C> /usr/lib/system/libsystem_stats.dylib
    0x7fff954e4000 -     0x7fff959f7ff3  com.apple.JavaScriptCore (10600 - 10600.1.17) <CE5255CC-E13F-3694-B6DD-5285356BFCC0> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff959f8000 -     0x7fff95a62ff7  com.apple.imfoundation (10.0 - 1000) <1810C42E-B06B-385B-9D17-FDB9C9D91E90> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundation
    0x7fff95a63000 -     0x7fff95cddfff  com.apple.CoreData (110 - 526) <AEEDAF00-D38F-3A15-B3C9-73732940CC55> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff95cde000 -     0x7fff95dedffb  com.apple.desktopservices (1.9 - 1.9) <6EDAC73F-C42C-3FF7-B67D-FCCA1CFC5405> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff95dee000 -     0x7fff95dfbff7  libxar.1.dylib (254) <CE10EFED-3066-3749-838A-6A15AC0DBCB6> /usr/lib/libxar.1.dylib
    0x7fff95dfc000 -     0x7fff95dfdffb  libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib
    0x7fff95e1c000 -     0x7fff95e22ff7  com.apple.XPCService (2.0 - 1) <AA4A5393-1F5D-3465-A417-0414B95DC052> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0x7fff95e92000 -     0x7fff95ea0ff7  com.apple.opengl (11.0.7 - 11.0.7) <B5C4DF85-37BD-3984-98D1-90A5043DA984> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff95ea1000 -     0x7fff95f2fff7  com.apple.CorePDF (4.0 - 4) <9CD7EC6D-3593-3D60-B04F-75F612CCB99A> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff95f30000 -     0x7fff95f7dff3  com.apple.print.framework.PrintCore (10.0 - 451) <3CA58254-D14F-3913-9DFB-CAC499570CC7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff95fc0000 -     0x7fff95fc1fff  com.apple.TrustEvaluationAgent (2.0 - 25) <2D61A2C3-C83E-3A3F-8EC1-736DBEC250AB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff95fc2000 -     0x7fff95feefff  libsandbox.1.dylib (358.1.1) <9A00BD06-579F-3EDF-9D4C-590DFE54B103> /usr/lib/libsandbox.1.dylib
    0x7fff95fef000 -     0x7fff9615aff7  com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <5C6DBEB4-F2EA-3262-B9FC-AFB89404C1DA> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff9615b000 -     0x7fff96165ff7  com.apple.NetAuth (5.0 - 5.0) <B9EC5425-D38D-308C-865F-207E0A98BAC7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff961d4000 -     0x7fff961dbfff  libCGCMS.A.dylib (772) <E64DC779-A6CF-3B1F-8E57-C09C0B10670F> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
    0x7fff961dc000 -     0x7fff96219ff3  com.apple.bom (14.0 - 193.6) <3CE5593D-DB28-3BFD-943E-6261006FA292> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff9621a000 -     0x7fff96221ff7  com.apple.phonenumbers (1.1.1 - 105) <AE39B6FE-05AB-3181-BB2A-4D50A8B392F2> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
    0x7fff96222000 -     0x7fff9623cff3  com.apple.Ubiquity (1.3 - 313) <DF56A657-CC6E-3BE2-86A0-71F07127724C> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x7fff9623d000 -     0x7fff96248ff7  com.apple.DirectoryService.Framework (10.10 - 187) <813211CD-725D-31B9-ABEF-7B28DE2CB224> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x7fff96259000 -     0x7fff96371ffb  com.apple.CoreText (352.0 - 454.1) <AB07DF12-BB1F-3275-A8A3-45F14BF872BF> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff96441000 -     0x7fff96464ff7  com.apple.idsfoundation (10.0 - 1000) <D0C0714F-B1B0-3D86-BAA8-DACC76121118> /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundation
    0x7fff96465000 -     0x7fff964a7fff  com.apple.sociald.Social (87 - 87) <A32F7CCA-6D52-3F4E-8779-548E07A84738> /System/Library/Frameworks/Social.framework/Versions/A/Social
    0x7fff964a8000 -     0x7fff9650dff7  com.apple.ids (10.0 - 1000) <12E5717E-8D63-3B70-BB46-A60AFB02CCAE> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
    0x7fff9652a000 -     0x7fff9652eff7  libGIF.dylib (1231) <A349BA73-301E-3EDE-8A31-8ACE827C289E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff9652f000 -     0x7fff96530ff7  com.apple.AddressBook.ContactsData (9.0 - 1499) <A3D84EBD-3007-3A49-BEE5-F05790DCF38E> /System/Library/PrivateFrameworks/ContactsData.framework/Versions/A/ContactsData
    0x7fff96531000 -     0x7fff96533ff7  com.apple.SecCodeWrapper (4.0 - 238) <F450AB10-B0A4-3B55-A1B9-563E55C99333> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x7fff96534000 -     0x7fff96549fff  com.apple.ToneKit (1.0 - 1) <CA375645-8DE1-3DE8-A2E0-0537849DF59B> /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit
    0x7fff9657b000 -     0x7fff96611ffb  com.apple.CoreMedia (1.0 - 1562.19) <F79E0E9D-4ED1-3ED1-827A-C3C5377DB1D7> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff96612000 -     0x7fff9662cff7  com.apple.Kerberos (3.0 - 1) <7760E0C2-A222-3709-B2A6-B692D900CEB1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff9662d000 -     0x7fff9665afff  com.apple.Accounts (113 - 113) <3145FCC2-D297-3DD1-B74B-9E7DBB0EE33C> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
    0x7fff9665d000 -     0x7fff96679ff7  com.apple.pluginkit.framework (1.0 - 1) <566FECEA-620F-3E70-8B87-C69A4486811F> /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit
    0x7fff96694000 -     0x7fff96698fff  com.apple.LoginUICore (3.0 - 3.0) <D76AB05B-B627-33EE-BA8A-515D85275DCD> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
    0x7fff968f7000 -     0x7fff96a27fff  com.apple.UIFoundation (1.0 - 1) <8E030D93-441C-3997-9CD2-55C8DFAC8B84> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff96a28000 -     0x7fff96a2afff  com.apple.CoreDuetDebugLogging (1.0 - 1) <9A6E5710-EA99-366E-BF40-9A65EC1B46A1> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging
    0x7fff96a34000 -     0x7fff96a44ff7  libbsm.0.dylib (34) <A3A2E56C-2B65-37C7-B43A-A1F926E1A0BB> /usr/lib/libbsm.0.dylib
    0x7fff96a45000 -     0x7fff96a45ff7  liblaunch.dylib (559.1.22) <8A988924-8BE7-35FE-BF7D-322E90EFE49E> /usr/lib/system/liblaunch.dylib
    0x7fff96a46000 -     0x7fff96b8aff7  com.apple.QTKit (7.7.3 - 2890) <6F6CD79F-CFBB-3FE4-82C6-47991346FB17> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff96b8b000 -     0x7fff96c14fff  com.apple.CoreSymbolication (3.1 - 56072) <8CE81C95-49E8-389F-B989-67CC452C08D0> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff96c15000 -     0x7fff96c3dfff  libsystem_info.dylib (459) <B85A85D5-8530-3A93-B0C3-4DEC41F79478> /usr/lib/system/libsystem_info.dylib
    0x7fff96ed5000 -     0x7fff96ed8fff  com.apple.help (1.3.3 - 46) <CA4541F4-CEF5-355C-8F1F-EA65DC1B400F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff97811000 -     0x7fff97819fff  libsystem_dnssd.dylib (561.1.1) <62B70ECA-E40D-3C63-896E-7F00EC386DDB> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff9781a000 -     0x7fff97831ff7  libLinearAlgebra.dylib (1128) <E78CCBAA-A999-3B65-8EC9-06DB15E67C37> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff97832000 -     0x7fff9783bff7  libsystem_notify.dylib (133.1.1) <61147800-F320-3DAA-850C-BADF33855F29> /usr/lib/system/libsystem_notify.dylib
    0x7fff9783c000 -     0x7fff9783cfff  com.apple.Accelerate (1.10 - Accelerate 1.10) <227E2491-1DDB-336F-BF83-773CECEC66F1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff9783d000 -     0x7fff9788afff  com.apple.ImageCaptureCore (6.0 - 6.0) <93B4D878-A86B-3615-8426-92E4C79F8482> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x7fff9788b000 -     0x7fff978b8fff  com.apple.CoreVideo (1.8 - 145.1) <18DB07E0-B927-3260-A234-636F298D1917> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff978b9000 -     0x7fff97ce9fff  com.apple.vision.FaceCore (3.1.6 - 3.1.6) <C3B823AA-C261-37D3-B4AC-C59CE91C8241> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff97cea000 -     0x7fff97cebff7  libsystem_blocks.dylib (65) <9615D10A-FCA7-3BE4-AA1A-1B195DACE1A1> /usr/lib/system/libsystem_blocks.dylib
    0x7fff98043000 -     0x7fff980aaff7  com.apple.datadetectorscore (6.0 - 396.1) <5D348063-1528-3E2F-B587-9E82970506F9> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff98713000 -     0x7fff98754fff  libGLU.dylib (11.0.7) <8037342E-1ECD-385F-B4C3-545CE97B76AE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff98755000 -     0x7fff9876bff7  libsystem_asl.dylib (267) <F153AC5B-0542-356E-88C8-20A62CA704E2> /usr/lib/system/libsystem_asl.dylib
    0x7fff9878a000 -     0x7fff9880eff7  com.apple.ViewBridge (99.1 - 99.1) <B36779D4-BEAF-36DD-83AF-E67F639BFF36> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff9880f000 -     0x7fff98c62fc7  com.apple.vImage (8.0 - 8.0) <33BE7B31-72DB-3364-B37E-C322A32748C5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff98c63000 -     0x7fff98f0bff7  com.apple.RawCamera.bundle (6.02 - 768) <3156D0F8-335C-3380-A849-D47ED4163D3A> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff98f0c000 -     0x7fff98f10fff  com.apple.IOAccelerator (156.4 - 156.4) <56092CAF-5F0F-3DCA-9047-4F6B93425BFD> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff98f11000 -     0x7fff98f25ff7  com.apple.ProtectedCloudStorage (1.0 - 1) <52CFE68A-0663-3756-AB5B-B42195026052> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
    0x7fff98f26000 -     0x7fff98f28ff7  libquarantine.dylib (76) <DC041627-2D92-361C-BABF-A869A5C72293> /usr/lib/system/libquarantine.dylib
    0x7fff98f29000 -     0x7fff99415fff  com.apple.MediaToolbox (1.0 - 1562.19) <36062C5F-CC37-3F50-8383-07A9C8C75F33> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff99416000 -     0x7fff99433ffb  libresolv.9.dylib (57) <26B38E61-298A-3C3A-82C1-3B5E98AD5E29> /usr/lib/libresolv.9.dylib
    0x7fff99434000 -     0x7fff99493ff3  com.apple.AE (681 - 681) <7F544183-A515-31A8-B45F-89A167F56216> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff99506000 -     0x7fff9957aff3  com.apple.securityfoundation (6.0 - 55126) <E7FB7A4E-CB0B-37BA-ADD5-373B2A20A783> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff995b7000 -     0x7fff995b8ff7  libodfde.dylib (22) <52D0ABCD-F464-362C-86EA-ACA10993F556> /usr/lib/libodfde.dylib
    0x7fff995d0000 -     0x7fff995d1ff7  com.apple.print.framework.Print (10.0 - 265) <3BC4FE7F-78A0-3E57-8F4C-520E7EFD36FA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff99632000 -     0x7fff996c6fff  com.apple.ink.framework (10.9 - 213) <8E029630-1530-3734-A446-13353F0E7AC5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff996cb000 -     0x7fff9987bff7  com.apple.QuartzCore (1.10 - 361.11) <7382E4A9-10B0-3877-B9D7-FA84DC71BA55> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff9987c000 -     0x7fff99880fff  com.apple.CommonPanels (1.2.6 - 96) <F9ECC8AF-D9CA-3350-AFB4-5113A9B789A5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff99975000 -     0x7fff99977fff  com.apple.loginsupport (1.0 - 1) <35A2A071-606C-39A5-8C11-E4CAF98D934C> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff99996000 -     0x7fff999dcffb  libFontRegistry.dylib (134) <01B8034A-45FD-3360-A347-A1896F591363> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff999dd000 -     0x7fff999dffff  libCVMSPluginSupport.dylib (11.0.7) <29D775BB-A11D-3140-A478-2A0DA1A87420> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff999ed000 -     0x7fff999f5ffb  com.apple.CoreServices.FSEvents (1210 - 1210) <782A9C69-7A45-31A7-8960-D08A36CBD0A7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff999f6000 -     0x7fff99a04ff7  com.apple.ToneLibrary (1.0 - 1) <3E6D130D-77B0-31E1-98E3-A6052AB09824> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary
    0x7fff99a05000 -     0x7fff99a09ff7  com.apple.TCC (1.0 - 1) <AFC32F8F-BCD5-313C-B66E-5AB8591EC066> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff99a0a000 -     0x7fff99a50ff7  libauto.dylib (186) <A260789B-D4D8-316A-9490-254767B8A5F1> /usr/lib/libauto.dylib
    0x7fff99a8a000 -     0x7fff99aa6ff7  libsystem_malloc.dylib (53.1.1) <19BCC257-5717-3502-A71F-95D65AFA861B> /usr/lib/system/libsystem_malloc.dylib
    0x7fff99aa7000 -     0x7fff99aaffe7  libcldcpuengine.dylib (2.4.5) <DF810F9A-1755-3283-82C3-D8192BCD8016> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff99ab0000 -     0x7fff99ebdff7  libLAPACK.dylib (1128) <F9201AE7-B031-36DB-BCF8-971E994EF7C1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff99ec7000 -     0x7fff99ec7fff  com.apple.Carbon (154 - 157) <6E3AEB9D-7643-36BE-A7E5-D08886649257> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff99ec8000 -     0x7fff9a1fbff7  libmecabra.dylib (666.1) <CAFBC813-4894-3352-9B22-FFF116773A06> /usr/lib/libmecabra.dylib
    0x7fff9a1fc000 -     0x7fff9a22cfff  libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib
    0x7fff9a283000 -     0x7fff9a2d2ff7  libstdc++.6.dylib (104.1) <803F6AC8-87DC-3E24-9E80-729B551F6FFF> /usr/lib/libstdc++.6.dylib
    0x7fff9a2d3000 -     0x7fff9a2d7fff  libCoreVMClient.dylib (79) <FC4E08E3-749E-32FF-B5E9-211F29864831> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff9a2d8000 -     0x7fff9a393ff7  com.apple.DiscRecording (9.0 - 9000.4.1) <F70E600E-9668-3DF2-A3A8-61813DF9E2EE> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff9a394000 -     0x7fff9a3a6ff7  com.apple.CoreDuetDaemonProtocol (1.0 - 1) <CE9FABB4-1C5D-3F9B-9BB8-5CC50C3E5E31> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
    0x7fff9a3a7000 -     0x7fff9a3f3fff  com.apple.corelocation (1486.17 - 1615.21) <DB68CEB9-0D51-3CB9-86A4-B0400CE6C515> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff9a3f4000 -     0x7fff9a49afff  com.apple.PDFKit (3.0 - 3.0) <C55D8F39-561D-32C7-A701-46F76D6CC151> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
    0x7fff9a49b000 -     0x7fff9a4c7fff  com.apple.framework.SystemAdministration (1.0 - 1.0) <F2A164C7-4813-3F27-ABF7-810A5F4FA51D> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
    0x7fff9a4c8000 -     0x7fff9a4d3ff7  libcsfde.dylib (471) <797691FA-FC0A-3A95-B6E8-BDB75AEAEDFD> /usr/lib/libcsfde.dylib
    0x7fff9a4d4000 -     0x7fff9a4d4fff  com.apple.ApplicationServices (48 - 48) <5BF7910B-C328-3BF8-BA4F-CE52B574CE01> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff9a4d5000 -     0x7fff9a4d5ff7  libkeymgr.dylib (28) <77845842-DE70-3CC5-BD01-C3D14227CED5> /usr/lib/system/libkeymgr.dylib
    0x7fff9a4d6000 -     0x7fff9a9ffff7  com.apple.QuartzComposer (5.1 - 325) <2007FD9E-A5CF-361E-A7DD-ACAF976860AD> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x7fff9aa00000 -     0x7fff9aa18ff7  libexpat.1.dylib (12) <C5FE8836-E277-3162-9D15-6735321CB2C6> /usr/lib/libexpat.1.dylib
    0x7fff9aa19000 -     0x7fff9aaaaff7  libCoreStorage.dylib (471) <5CA37ED3-320C-3469-B4D2-6F045AFE03A1> /usr/lib/libCoreStorage.dylib
    0x7fff9aaab000 -     0x7fff9aaf8ff3  com.apple.CoreMediaIO (601.0 - 4749) <DDB756B3-A281-3791-9744-1F52CF8E5EDB> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff9aaf9000 -     0x7fff9ade0ffb  com.apple.CoreServices.CarbonCore (1108.1 - 1108.1) <55A16172-ACC0-38B7-8409-3CB92AF33973> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff9ade1000 -     0x7fff9adecff7  com.apple.CommerceCore (1.0 - 376.0.5) <57E5C067-52F6-3854-86C0-D878EDA24B55> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
    0x7fff9aded000 -     0x7fff9adedfff  com.apple.WebKit2 (10600 - 10600.1.25) <32C26838-0090-388F-B5E3-DFB597B9B37B> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
    0x7fff9aea8000 -     0x7fff9aeaeff7  libsystem_networkextension.dylib (167.1.10) <29AB225B-D7FB-30ED-9600-65D44B9A9442> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff9aeaf000 -     0x7fff9aed9fff  GLRendererFloat (11.0.7) <3B3B74F4-E63C-3241-8807-E2407C4020B2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
    0x7fff9aee0000 -     0x7fff9af5dfff  com.apple.CoreServices.OSServices (640.3 - 640.3) <28445162-08E9-3E24-84E4-617CE5FE1367> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices

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

VM Region Summary:
ReadOnly portion of Libraries: Total=296.6M resident=155.3M(52%) swapped_out_or_unallocated=141.3M(48%)
Writable regions: Total=496.8M written=187.3M(38%) resident=213.4M(43%) swapped_out=57.1M(11%) unallocated=283.4M(57%)

REGION TYPE                      VIRTUAL
===========                      =======
ATS (font support)                 32.3M
ATS (font support) (reserved)         4K        reserved VM address space (unallocated)
Activity Tracing                   2048K
CG backing stores                  12.1M
CG image                           21.9M
CG raster data                     7460K
CG shared images                    880K
CoreAnimation                      2068K
CoreData Object IDs                4100K
CoreGraphics                          4K
CoreImage                           408K
CoreServices                          4K
CoreUI image data                   364K
Dispatch continuations             16.0M
Foundation                            4K
IOKit                              35.1M
Image IO                           14.0M
Kernel Alloc Once                     8K
MALLOC                            344.2M
MALLOC (admin)                       32K
MALLOC_LARGE (reserved)             196K        reserved VM address space (unallocated)
Memory Tag 242                       12K
Memory Tag 251                       52K
OpenCL                               48K
OpenGL GLSL                         256K
SQLite page cache                  2176K
STACK GUARD                        56.0M
Stack                              13.1M
VM_ALLOCATE                        18.0M
__DATA                             39.2M
__GLSLBUILTINS                     2588K
__IMAGE                             528K
__LINKEDIT                         78.5M
__TEXT                            218.1M
__UNICODE                           544K
mapped file                       131.7M
shared memory                        68K
===========                      =======
TOTAL                               1.0G
TOTAL, minus reserved VM space      1.0G
bobthecow commented 9 years ago

It looks like this crash is (possibly) related to Git. Do you have other crash reports? Maybe move all of the existing ones and let it crash again to make a fresh one?

matthisamoto commented 9 years ago

If that is indeed the case, after deleting that crash report, none was created after another initiated crash.

matthisamoto commented 9 years ago

That last comment might be confusing, what I mean is, it may have been caused by Git, and in that case, this particular error doesn't seem to cause a crash report to appear.

bobthecow commented 9 years ago

Ok.

Have you removed this plugin and started Coda to verify that it is the only issue?

bobthecow commented 9 years ago

Another thing to try is launching Coda with shift+double-click. But I'm running out of things to try. I'll have to call in the folks at Panic to see if they've got anything else.

RyanVerhey commented 9 years ago

I'm having the same issue as @matthisamoto. I confirmed that once Manipulate is removed from the active plugins folder, Coda starts up like normal. I am also running 2.5.1.

bobthecow commented 9 years ago

@RyanVerhey Have you checked Console.app and ~/Library/Logs/DiagnosticReports to see if you can get any more of a sense for what's killing it?

RyanVerhey commented 9 years ago

This is what I get from Console.app:

1/6/15 10:14:10.116 AM com.apple.xpc.launchd[1]: (com.panic.Coda2.105396[1927]) Service exited with abnormal code: 1

As for the Diagnostic reports, I'm not finding anything relevant to Coda crashing.

colinhowells commented 9 years ago

Just had the same thing happen to me, 3.0.0, Coda 2.5.6, OSX 10.10.2. Same one-line console error.

After figuring out that Manipulate was responsible, I disabled it, and when Coda was running, reinstalled by downloading from Panic, quit the app, and successfully relaunched.

bobthecow commented 9 years ago

Interesting. Maybe it has something to do with caching then? Can anyone else confirm this fix?

RyanVerhey commented 9 years ago

I can confirm that downloading and installing from Panic's site does not cause Coda to crash, even after quitting and relaunching. Also running Coda 2.5.6

bobthecow commented 9 years ago

Great, thanks for checking. I'll take it up with Panic, since it doesn't seem like there's much else I can do here. Hopefully this helps with diagnosing :)

colinhowells commented 9 years ago

Same issue came up again on a machine I'd already done this maneuver on. Same disable/reinstall/relaunch solved it again. I'm using Dropbox to sync my Application Support/Coda 2 dir across machines if that suggests anything to you ...

Here's the entirety of the Console (The RegEx bit is a red herring in that RegEx doesn't have to be present to duplicate the Manipulate problem)

2/20/15 7:27:08.917 AM Coda 2[14883]: Starting Coda PHPPlugin, version: 4.2beta - report bugs at http://www.chipwreck.de 2/20/15 7:27:08.919 AM Coda 2[14883]: objc[14883]: Class RKLBlockEnumerationHelper is implemented in both /Applications/Coda 2.app/Contents/Frameworks/PanicCore.framework/Versions/A/PanicCore and /Users/colin/Library/Application Support/Coda 2/Plug-ins/RegEx.codaplugin/Contents/MacOS/RegEx. One of the two will be used. Which one is undefined. 2/20/15 7:27:08.980 AM com.apple.xpc.launchd[1]: (com.panic.Coda2.62796[14883]) Service exited with abnormal code: 1

monsieurm commented 9 years ago

Hi, Same issue here, is there a fix ? OS X 10.9.5, Coda 2.5.7.

monsieurm commented 9 years ago

It works when I install the plug-in via this page https://www.panic.com/coda/plugins.php?id=103

BenjaminHoegh commented 7 years ago

@monsieurm Do you still have the working version of the plugin?? if yes, can you then send it to me too?

monsieurm commented 7 years ago

Hi @HawkonDK I no longer use Coda (I use Atom now), but you can find the last version of plug-in I have installed here : https://www.dropbox.com/s/sqngx64fglb1ec5/ManipulateCoda.codaplugin.zip?dl=0

BenjaminHoegh commented 7 years ago

@monsieurm Thanks, Atom is nice! but kinda miss the UI from Coda and the way coda handle open/close tags. Soo I switch between those two

esayre-um commented 6 years ago

I was able to fix this by deleting ./Contents/Resources/lib/python2.7/site.pyc

@bobthecow perhaps this is related to the bit-level that byte code is compiled at (i.e. 32 vs 64)? I'm not a python guy but came to the conclusion to remove that file by comparing @monsieurm's archive with your latest version. Might you be able to build a new version on a modern Mac and see if it works?

esayre-um commented 6 years ago

Actually, I'm unable to reproduce my fix and will investigate further…

davidhartman00 commented 6 years ago

I am going to try @monsieurm version off his dropbox. As of today, I have the same issue when I install the version coming from here: http://justinhileman.info/manipulate-coda-plugin/. I guess this is an unfixed issue because this plug-in is not on the Panic plug-ins page (the link above for id=103 does not work)

My system - Python 2.7.10 OS X 10.13.4 - HighSierra Coda 2.6.10

davidhartman00 commented 6 years ago

Initial install is a success using @monsieurm version. I have only played around with it for a min, so I only know it works on the surface. If it gives me issues elsewhere I will post something new.

@bobthecow, the features promised from the plugin are huge.

PatchworkBoy commented 5 years ago

FWIW, the difference between @monsieurm's (working with latest Coda2 & MacOS Mojave) version and the compiled version at http://justinhileman.info/manipulate-coda-plugin/ appears to be...

@monsieurm's version symlinks in various places to the MacOS provided versions of various Python bits. @bobthecow's version does NOT symlink the MacOS provided versions of Python, and uses it's own.