Closed jasonsydes closed 11 years ago
Thanks for detailed information. I'll see it.
I have the same issue. Using = causes XCode to immediately crash.
OK. Sorry that I have been busy recently. I'll see it as possible as I can.
The problem I could find so far is "==" command on the EOF character (EOF is the position just after last character of the file. You can move the cursor to EOF when you have empty line at the last line)
If the problem you are facing is not happening on EOF the problem is not fixed yet.
If you have any information about the cursor position when crashing please let me know.
I get this crash no matter where in the source code I press “=”. Running the latest daily build (XVim_053112.pkg). I have never had “=” not crash.
Yup, just installed today's build (XVim_053112.pkg), and still getting the problem, no matter where I hit `==' (i.e. no matter what character the cursor is positioned over).
Here's the trace: https://gist.github.com/2838797
And just to clarify, it requires that I hit two equals, not just one. That is: `=='.
Thanks!
Right, I also need to press ==
to get a crash now. Quite sure one =
was sufficient before.
It's not that ==
specifically causes the crash it's when the =
command is applied. ==
applies it to the current line but if you do =j
to apply it to the current line and the line below it the crash occurs as well.
@jasonsydes Thanks for the info. I'm trying to reproduce it but I haven't get yet...
@zolrath Thanks. The fix I made also fixed the crash when you input "=" with navigations which exceeds the end of file. If the "=" with navigation which does NOT EXCEEDS the end of file causes crash it may be the same issue mentioned above ( "==" on any position crashes ).
same here
I have the same issue with the 060312 build.
I wonder if it's because the code calls [view copy]
The code I get it on is as following:
#import "Test.h"
@implementation Test
- (void)foo {
NSMutableDictionary *dict;
}
@end
Press =
and any other char (including the keyboard arrows) on the NSMutableDictionary line and it crashes. I also have the Assistant open showing the .h file.
Crash log:
Process: Xcode [56859] Path: /Applications/Xcode.app/Contents/MacOS/Xcode Identifier: com.apple.dt.Xcode Version: 4.3.2 (1177) Build Info: IDEApplication-1177000000000000~6 App Item ID: 497799835 App External ID: 7171108 Code Type: X86-64 (Native) Parent Process: launchd [124]
Date/Time: 2012-06-06 16:23:23.671 -0500 OS Version: Mac OS X 10.7.4 (11E53) Report Version: 9
Interval Since Last Report: 768217 sec Crashes Since Last Report: 2 Per-App Interval Since Last Report: 523990 sec Per-App Crashes Since Last Report: 2 Anonymous UUID: F92D8924-65E0-474E-8551-662A9D16D875
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000
Application Specific Information: ProductBuildVersion: 4E2002 UNCAUGHT EXCEPTION (NSInvalidArgumentException): -[XVimSourceView copyWithZone:]: unrecognized selector sent to instance 0x4020e3d40 UserInfo: (null) Hints: None Backtrace: 0 0x00007fff8f8bff3a exceptionPreprocess (in CoreFoundation) 1 0x00007fff8e4e8d5e objc_exception_throw (in libobjc.A.dylib) 2 0x00007fff8f94c1be -[NSObject doesNotRecognizeSelector:](in CoreFoundation) 3 0x00007fff8f8ace23 __forwarding (in CoreFoundation) 4 0x00007fff8f8acc38 _CF_forwarding_prep_0 (in CoreFoundation) 5 0x00007fff8f867d54 -[NSObject copy](in CoreFoundation) 6 0x00000001160c0fb9 -[XVimEqualAction motionFixedFrom:To:Type:inWindow:](in XVim) 7 0x00000001160befa1 -[XVimMotionEvaluator _motionFixedFrom:To:Type:inWindow:](in XVim) 8 0x00007fff8f8af70d -[NSObject performSelector:withObject:](in CoreFoundation) 9 0x00000001160b7857 -[XVimEvaluator eval:inWindow:](in XVim) 10 0x00000001160c3fea -[XVimNumericEvaluator eval:inWindow:](in XVim) 11 0x00000001160d252f -[XVimWindow handleKeyStroke:](in XVim) 12 0x00000001160d23ca -[XVimWindow handleKeyEvent:](in XVim) 13 0x00000001160c35ca -[DVTSourceTextViewHook keyDown:](in XVim) 14 0x00007fff892b27ac -[NSWindow sendEvent:](in AppKit) 15 0x00007fff8924ba55 -[NSApplication sendEvent:](in AppKit) 16 0x000000010dcd4dd1 -[IDEApplication sendEvent:](in IDEKit) 17 0x00007fff891e20c6 -[NSApplication run](in AppKit) 18 0x00007fff8945e244 NSApplicationMain (in AppKit) 19 0x000000010d288eec (in Xcode)
objc[56859]: garbage collection is ON abort() called
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x00007fff8c93cce2 __pthread_kill + 10 1 libsystem_c.dylib 0x00007fff9223b7d2 pthread_kill + 95 2 libsystem_c.dylib 0x00007fff9222ca7a abort + 143 3 com.apple.dt.IDEKit 0x000000010de5860e +[IDEAssertionHandler _handleAssertionWithLogString:] + 506 4 com.apple.dt.IDEKit 0x000000010de59280 -[IDEAssertionHandler handleUncaughtException:] + 603 5 com.apple.AppKit 0x00007fff891e2176 -[NSApplication run] + 731 6 com.apple.AppKit 0x00007fff8945e244 NSApplicationMain + 867 7 com.apple.dt.Xcode 0x000000010d288eec 0x10d288000 + 3820
Thread 1: 0 libsystem_kernel.dylib 0x00007fff8c93d192 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff9223b594 _pthread_wqthread + 758 2 libsystem_c.dylib 0x00007fff9223cb85 start_wqthread + 13
Thread 2:: Dispatch queue: com.apple.libdispatch-manager 0 libsystem_kernel.dylib 0x00007fff8c93d7e6 kevent + 10 1 libdispatch.dylib 0x00007fff9133d78a _dispatch_mgr_invoke + 923 2 libdispatch.dylib 0x00007fff9133c31a _dispatch_mgr_thread + 54
Thread 3: 0 libsystem_kernel.dylib 0x00007fff8c93d192 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff9223b594 _pthread_wqthread + 758 2 libsystem_c.dylib 0x00007fff9223cb85 start_wqthread + 13
Thread 4: 0 libsystem_kernel.dylib 0x00007fff8c93d192 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff9223b594 _pthread_wqthread + 758 2 libsystem_c.dylib 0x00007fff9223cb85 start_wqthread + 13
Thread 5: 0 libsystem_kernel.dylib 0x00007fff8c93d192 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff9223b594 _pthread_wqthread + 758 2 libsystem_c.dylib 0x00007fff9223cb85 start_wqthread + 13
Thread 6: 0 libsystem_kernel.dylib 0x00007fff8c93d192 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff9223b594 _pthread_wqthread + 758 2 libsystem_c.dylib 0x00007fff9223cb85 start_wqthread + 13
Thread 7: 0 libsystem_kernel.dylib 0x00007fff8c93d192 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff9223b594 _pthread_wqthread + 758 2 libsystem_c.dylib 0x00007fff9223cb85 start_wqthread + 13
Thread 8: 0 libsystem_kernel.dylib 0x00007fff8c93d192 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff9223b594 _pthread_wqthread + 758 2 libsystem_c.dylib 0x00007fff9223cb85 start_wqthread + 13
Thread 9:: com.apple.NSURLConnectionLoader 0 libsystem_kernel.dylib 0x00007fff8c93b67a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff8c93ad71 mach_msg + 73 2 com.apple.CoreFoundation 0x00007fff8f84c50c CFRunLoopServiceMachPort + 188 3 com.apple.CoreFoundation 0x00007fff8f854c74 __CFRunLoopRun + 1204 4 com.apple.CoreFoundation 0x00007fff8f854486 CFRunLoopRunSpecific + 230 5 com.apple.Foundation 0x00007fff8e21bfd7 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 335 6 com.apple.Foundation 0x00007fff8e21072a -[NSThread main] + 68 7 com.apple.Foundation 0x00007fff8e2106a2 NSThreadmain + 1575 8 libsystem_c.dylib 0x00007fff922398bf _pthread_start + 335 9 libsystem_c.dylib 0x00007fff9223cb75 thread_start + 13
Thread 10: 0 libsystem_kernel.dylib 0x00007fff8c93b67a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff8c93ad71 mach_msg + 73 2 com.apple.CoreFoundation 0x00007fff8f84c50c CFRunLoopServiceMachPort + 188 3 com.apple.CoreFoundation 0x00007fff8f854c74 CFRunLoopRun + 1204 4 com.apple.CoreFoundation 0x00007fff8f854486 CFRunLoopRunSpecific + 230 5 com.apple.DTDeviceKit 0x0000000115294ee8 -[DTDKRemoteDeviceDataListener listenerThreadImplementation] + 298 6 com.apple.Foundation 0x00007fff8e21072a -[NSThread main] + 68 7 com.apple.Foundation 0x00007fff8e2106a2 NSThread__main + 1575 8 libsystem_c.dylib 0x00007fff922398bf _pthread_start + 335 9 libsystem_c.dylib 0x00007fff9223cb75 thread_start + 13
Thread 11:: com.apple.CFSocket.private 0 libsystem_kernel.dylib 0x00007fff8c93cdf2 select + 10 1 com.apple.CoreFoundation 0x00007fff8f89dc8b CFSocketManager + 1355 2 libsystem_c.dylib 0x00007fff922398bf _pthread_start + 335 3 libsystem_c.dylib 0x00007fff9223cb75 thread_start + 13
Thread 12: 0 libsystem_kernel.dylib 0x00007fff8c93d192 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff9223b594 _pthread_wqthread + 758 2 libsystem_c.dylib 0x00007fff9223cb85 start_wqthread + 13
Thread 13: 0 libsystem_kernel.dylib 0x00007fff8c93d192 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff9223b594 _pthread_wqthread + 758 2 libsystem_c.dylib 0x00007fff9223cb85 start_wqthread + 13
Thread 14: 0 libsystem_kernel.dylib 0x00007fff8c93d192 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff9223b594 _pthread_wqthread + 758 2 libsystem_c.dylib 0x00007fff9223cb85 start_wqthread + 13
Thread 15:: WebCore: LocalStorage 0 libsystem_kernel.dylib 0x00007fff8c93cbca __psynch_cvwait + 10 1 libsystem_c.dylib 0x00007fff9223d274 _pthread_cond_wait + 840 2 com.apple.JavaScriptCore 0x00007fff8b904de0 WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 64 3 com.apple.WebCore 0x00007fff8d48a76a WTF::MessageQueueWebCore::LocalStorageTask::waitForMessage() + 132 4 com.apple.WebCore 0x00007fff8d48a6c3 WebCore::LocalStorageThread::threadEntryPoint() + 99 5 com.apple.WebCore 0x00007fff8d48a60b WebCore::LocalStorageThread::threadEntryPointCallback(void*) + 9 6 libsystem_c.dylib 0x00007fff922398bf _pthread_start + 335 7 libsystem_c.dylib 0x00007fff9223cb75 thread_start + 13
Thread 16:: JavaScriptCore::Marking 0 libsystem_kernel.dylib 0x00007fff8c93cbca __psynch_cvwait + 10 1 libsystem_c.dylib 0x00007fff9223d274 _pthread_cond_wait + 840 2 com.apple.JavaScriptCore 0x00007fff8bb7b7ed JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 493 3 com.apple.JavaScriptCore 0x00007fff8bb7ba40 JSC::MarkStackThreadSharedData::markingThreadMain() + 272 4 com.apple.JavaScriptCore 0x00007fff8bb7bae9 JSC::MarkStackThreadSharedData::markingThreadStartFunc(void*) + 9 5 libsystem_c.dylib 0x00007fff922398bf _pthread_start + 335 6 libsystem_c.dylib 0x00007fff9223cb75 thread_start + 13
Thread 17:: JavaScriptCore::Marking 0 libsystem_kernel.dylib 0x00007fff8c93cbca __psynch_cvwait + 10 1 libsystem_c.dylib 0x00007fff9223d274 _pthread_cond_wait + 840 2 com.apple.JavaScriptCore 0x00007fff8bb7b7ed JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 493 3 com.apple.JavaScriptCore 0x00007fff8bb7ba40 JSC::MarkStackThreadSharedData::markingThreadMain() + 272 4 com.apple.JavaScriptCore 0x00007fff8bb7bae9 JSC::MarkStackThreadSharedData::markingThreadStartFunc(void*) + 9 5 libsystem_c.dylib 0x00007fff922398bf _pthread_start + 335 6 libsystem_c.dylib 0x00007fff9223cb75 thread_start + 13
Thread 18:: JavaScriptCore::Marking 0 libsystem_kernel.dylib 0x00007fff8c93cbca __psynch_cvwait + 10 1 libsystem_c.dylib 0x00007fff9223d274 _pthread_cond_wait + 840 2 com.apple.JavaScriptCore 0x00007fff8bb7b7ed JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 493 3 com.apple.JavaScriptCore 0x00007fff8bb7ba40 JSC::MarkStackThreadSharedData::markingThreadMain() + 272 4 com.apple.JavaScriptCore 0x00007fff8bb7bae9 JSC::MarkStackThreadSharedData::markingThreadStartFunc(void*) + 9 5 libsystem_c.dylib 0x00007fff922398bf _pthread_start + 335 6 libsystem_c.dylib 0x00007fff9223cb75 thread_start + 13
Thread 19:: JavaScriptCore::BlockFree 0 libsystem_kernel.dylib 0x00007fff8c93cbca __psynch_cvwait + 10 1 libsystem_c.dylib 0x00007fff9223d274 _pthread_cond_wait + 840 2 com.apple.JavaScriptCore 0x00007fff8b904e37 WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 151 3 com.apple.JavaScriptCore 0x00007fff8bb8412c JSC::Heap::blockFreeingThreadMain() + 300 4 com.apple.JavaScriptCore 0x00007fff8bb84169 JSC::Heap::blockFreeingThreadStartFunc(void*) + 9 5 libsystem_c.dylib 0x00007fff922398bf _pthread_start + 335 6 libsystem_c.dylib 0x00007fff9223cb75 thread_start + 13
Thread 20:: DYMobileDeviceManager 0 libsystem_kernel.dylib 0x00007fff8c93b67a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff8c93ad71 mach_msg + 73 2 com.apple.CoreFoundation 0x00007fff8f84c50c CFRunLoopServiceMachPort + 188 3 com.apple.CoreFoundation 0x00007fff8f854c74 CFRunLoopRun + 1204 4 com.apple.CoreFoundation 0x00007fff8f854486 CFRunLoopRunSpecific + 230 5 com.apple.Foundation 0x00007fff8e1c1f7b -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267 6 com.apple.Foundation 0x00007fff8e1c1e67 -[NSRunLoop(NSRunLoop) run] + 62 7 com.apple.Foundation 0x00007fff8e21072a -[NSThread main] + 68 8 com.apple.Foundation 0x00007fff8e2106a2 NSThread__main + 1575 9 libsystem_c.dylib 0x00007fff922398bf _pthread_start + 335 10 libsystem_c.dylib 0x00007fff9223cb75 thread_start + 13
Thread 21: 0 libsystem_kernel.dylib 0x00007fff8c93d192 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff9223b594 _pthread_wqthread + 758 2 libsystem_c.dylib 0x00007fff9223cb85 start_wqthread + 13
Thread 22: 0 libsystem_kernel.dylib 0x00007fff8c93d192 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff9223b594 _pthread_wqthread + 758 2 libsystem_c.dylib 0x00007fff9223cb85 start_wqthread + 13
Thread 23: 0 libsystem_kernel.dylib 0x00007fff8c93d192 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff9223b594 _pthread_wqthread + 758 2 libsystem_c.dylib 0x00007fff9223cb85 start_wqthread + 13
Thread 24: 0 libsystem_kernel.dylib 0x00007fff8c93d192 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff9223b594 _pthread_wqthread + 758 2 libsystem_c.dylib 0x00007fff9223cb85 start_wqthread + 13
Thread 25: 0 libsystem_kernel.dylib 0x00007fff8c93d192 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff9223b594 _pthread_wqthread + 758 2 libsystem_c.dylib 0x00007fff9223cb85 start_wqthread + 13
Thread 26: 0 libsystem_kernel.dylib 0x00007fff8c93cbca psynch_cvwait + 10 1 libsystem_c.dylib 0x00007fff9223d274 _pthread_cond_wait + 840 2 com.apple.Xcode.DevToolsCore 0x000000011055db48 -[XCInvocationQueue _processInvocationsInThreadSlotNumber:] + 348 3 com.apple.Foundation 0x00007fff8e21072a -[NSThread main] + 68 4 com.apple.Foundation 0x00007fff8e2106a2 NSThreadmain + 1575 5 libsystem_c.dylib 0x00007fff922398bf _pthread_start + 335 6 libsystem_c.dylib 0x00007fff9223cb75 thread_start + 13
Thread 27: 0 libsystem_kernel.dylib 0x00007fff8c93d192 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff9223b594 _pthread_wqthread + 758 2 libsystem_c.dylib 0x00007fff9223cb85 start_wqthread + 13
Thread 28: 0 libsystem_kernel.dylib 0x00007fff8c93d192 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff9223b594 _pthread_wqthread + 758 2 libsystem_c.dylib 0x00007fff9223cb85 start_wqthread + 13
Thread 29: 0 libsystem_kernel.dylib 0x00007fff8c93d192 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff9223b594 _pthread_wqthread + 758 2 libsystem_c.dylib 0x00007fff9223cb85 start_wqthread + 13
Thread 30: 0 libsystem_kernel.dylib 0x00007fff8c93d192 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff9223b594 _pthread_wqthread + 758 2 libsystem_c.dylib 0x00007fff9223cb85 start_wqthread + 13
Thread 31: 0 libsystem_kernel.dylib 0x00007fff8c93d192 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff9223b594 _pthread_wqthread + 758 2 libsystem_c.dylib 0x00007fff9223cb85 start_wqthread + 13
Thread 32: 0 libsystem_kernel.dylib 0x00007fff8c93b67a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff8c93ad71 mach_msg + 73 2 com.apple.CoreFoundation 0x00007fff8f84c50c CFRunLoopServiceMachPort + 188 3 com.apple.CoreFoundation 0x00007fff8f854c74 CFRunLoopRun + 1204 4 com.apple.CoreFoundation 0x00007fff8f854486 CFRunLoopRunSpecific + 230 5 com.apple.DebugSymbols 0x00007fff8f2fb2f2 _ZL20SpotlightQueryThreadPv + 434 6 libsystem_c.dylib 0x00007fff922398bf _pthread_start + 335 7 libsystem_c.dylib 0x00007fff9223cb75 thread_start + 13
Thread 33: 0 libsystem_kernel.dylib 0x00007fff8c93ce42 __semwait_signal + 10 1 libsystem_c.dylib 0x00007fff921efdea nanosleep + 164 2 com.apple.CoreSymbolication 0x00007fff917ef3bb cleaner_thread_main(void*) + 42 3 libsystem_c.dylib 0x00007fff922398bf _pthread_start + 335 4 libsystem_c.dylib 0x00007fff9223cb75 thread_start + 13
Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff6ce879c8 rdx: 0x0000000000000000 rdi: 0x0000000000000507 rsi: 0x0000000000000006 rbp: 0x00007fff6ce879f0 rsp: 0x00007fff6ce879c8 r8: 0x00007fff77bf1fb8 r9: 0x00007fff6ce86e58 r10: 0x00007fff8c93cd0a r11: 0xffffff80002da8d0 r12: 0x00000004031c38c0 r13: 0x00007fff77425dc0 r14: 0x00007fff77bf4960 r15: 0x00007fff6ce87af8 rip: 0x00007fff8c93cce2 rfl: 0x0000000000000246 cr2: 0x0000000115feb000 Logical CPU: 0
Binary Images:
0x10d288000 - 0x10d288ff7 com.apple.dt.Xcode (4.3.2 - 1177) <13F97E1B-1609-33FA-8D0D-CEBF96C1D890> /Applications/Xcode.app/Contents/MacOS/Xcode
0x10d28d000 - 0x10d48dfff com.apple.dt.DVTFoundation (4.3.2 - 1193)
Thank you for the detailed information. I could repro it but unfortunately it does not repro when I'm debugging it... I keep seeing it. Sorry for waiting. I already know that the problem is around the commit @dfa9d314a2bdaf6c1d6ebe2237377c6b423959ea . But I have not determined what is the actual problem is....
Just want to say that I don't see the crash any more after I built from git yesterday instead of using a nightly build.
Yeah, nightly build is off Release1.0 branch instead of master and master has this fix.
Oh really? Sorry about that. I'll fix the nightly build...
@tomlu I was not intended to fix this problem but when I was reading the code I came across some strange code ( from my understanding ) and it seems related to this problem.
The fix for this problem I made before is @dfa9d31 and it was made without good understanding of the code ( just I found it solve the problem and I did not know why )
What I'm wondering is why the code in XVimEqualAction has "register" related thing? Does vim uses register when you type "=" command??
Do you remember what is these codes in XVimEqualAction?
@tomulu Can you comment on this? I need a reply for the question above. Thanks.
I did some research and it doesn't seem like vim stores anything in a register after an = operation.
There may be some option that I don't have on but calling :register before and after an indent routine does not have any appreciable effect to the values stored in vim's registers.
OK. I think we can remove these code and it will solve this problem.
The implementation obviously tries to yank something, which does require a register, but I don't know why the equal action would want to yank anything. The vim documentation doesn't say equals yanks anything. I might have touched that code last in some refactor, but I certainly didn't knowingly add the yank. I too say remove that code.
I think this is already fixed.
Hi there,
I'm using build today's build XVim_052312.pkg. I'm still getting a crash when I hit EQUALS twice while in normal mode.
I'm presuming that the fix for issu #218 has already made its way into the daily builds (because I can see the fix in the branch master).
So, perhaps there is more than one bug associated with the '==' crash?
Crash info included below.
Thank you! Jason
Process: Xcode [61597] Path: /Applications/Xcode.app/Contents/MacOS/Xcode Identifier: com.apple.dt.Xcode Version: 4.3.2 (1177) Build Info: IDEApplication-1177000000000000~6 App Item ID: 497799835 App External ID: 7171108 Code Type: X86-64 (Native) Parent Process: launchd [183]
Date/Time: 2012-05-22 15:38:07.547 -0700 OS Version: Mac OS X 10.7.4 (11E53) Report Version: 9
Interval Since Last Report: 4592 sec Crashes Since Last Report: 6 Per-App Interval Since Last Report: 349 sec Per-App Crashes Since Last Report: 6 Anonymous UUID: 544CCB62-B3AF-41B0-8524-C60D4E0EEB23
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000
Application Specific Information: ProductBuildVersion: 4E2002 UNCAUGHT EXCEPTION (NSInvalidArgumentException): -[XVimSourceView copyWithZone:]: unrecognized selector sent to instance 0x401a51560 UserInfo: (null) Hints: None Backtrace: 0 0x00007fff8ea18f3a exceptionPreprocess (in CoreFoundation) 1 0x00007fff8cb3dd5e objc_exception_throw (in libobjc.A.dylib) 2 0x00007fff8eaa51be -[NSObject doesNotRecognizeSelector:](in CoreFoundation) 3 0x00007fff8ea05e23 __forwarding (in CoreFoundation) 4 0x00007fff8ea05c38 _CF_forwarding_prep_0 (in CoreFoundation) 5 0x00007fff8e9c0d54 -[NSObject copy](in CoreFoundation) 6 0x000000010a17afb9 -[XVimEqualAction motionFixedFrom:To:Type:inWindow:](in XVim) 7 0x000000010a178fa1 -[XVimMotionEvaluator _motionFixedFrom:To:Type:inWindow:](in XVim) 8 0x00007fff8ea0870d -[NSObject performSelector:withObject:](in CoreFoundation) 9 0x000000010a171857 -[XVimEvaluator eval:inWindow:](in XVim) 10 0x000000010a17dfea -[XVimNumericEvaluator eval:inWindow:](in XVim) 11 0x000000010a18c52f -[XVimWindow handleKeyStroke:](in XVim) 12 0x000000010a18c3ca -[XVimWindow handleKeyEvent:](in XVim) 13 0x000000010a17d5ca -[DVTSourceTextViewHook keyDown:](in XVim) 14 0x00007fff962437ac -[NSWindow sendEvent:](in AppKit) 15 0x00007fff961dca55 -[NSApplication sendEvent:](in AppKit) 16 0x00000001017d2dd1 -[IDEApplication sendEvent:](in IDEKit) 17 0x00007fff961730c6 -[NSApplication run](in AppKit) 18 0x00007fff963ef244 NSApplicationMain (in AppKit) 19 0x0000000100d87eec (in Xcode) 20 0x0000000000000002
objc[61597]: garbage collection is ON abort() called
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x00007fff94817ce2 __pthread_kill + 10 1 libsystem_c.dylib 0x00007fff941877d2 pthread_kill + 95 2 libsystem_c.dylib 0x00007fff94178a7a abort + 143 3 com.apple.dt.IDEKit 0x000000010195660e +[IDEAssertionHandler _handleAssertionWithLogString:] + 506 4 com.apple.dt.IDEKit 0x0000000101957280 -[IDEAssertionHandler handleUncaughtException:] + 603 5 com.apple.AppKit 0x00007fff96173176 -[NSApplication run] + 731 6 com.apple.AppKit 0x00007fff963ef244 NSApplicationMain + 867 7 com.apple.dt.Xcode 0x0000000100d87eec 0x100d87000 + 3820
Thread 1: 0 libsystem_kernel.dylib 0x00007fff94818192 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff94187594 _pthread_wqthread + 758 2 libsystem_c.dylib 0x00007fff94188b85 start_wqthread + 13
Thread 2:: Dispatch queue: com.apple.libdispatch-manager 0 libsystem_kernel.dylib 0x00007fff948187e6 kevent + 10 1 libdispatch.dylib 0x00007fff90ed078a _dispatch_mgr_invoke + 923 2 libdispatch.dylib 0x00007fff90ecf31a _dispatch_mgr_thread + 54
Thread 3: 0 libsystem_kernel.dylib 0x00007fff94818192 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff94187594 _pthread_wqthread + 758 2 libsystem_c.dylib 0x00007fff94188b85 start_wqthread + 13
Thread 4: 0 libsystem_kernel.dylib 0x00007fff94818192 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff94187594 _pthread_wqthread + 758 2 libsystem_c.dylib 0x00007fff94188b85 start_wqthread + 13
Thread 5: 0 libsystem_kernel.dylib 0x00007fff94818192 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff94187594 _pthread_wqthread + 758 2 libsystem_c.dylib 0x00007fff94188b85 start_wqthread + 13
Thread 6: 0 libsystem_kernel.dylib 0x00007fff94818192 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff94187594 _pthread_wqthread + 758 2 libsystem_c.dylib 0x00007fff94188b85 start_wqthread + 13
Thread 7: 0 libsystem_kernel.dylib 0x00007fff94818192 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff94187594 _pthread_wqthread + 758 2 libsystem_c.dylib 0x00007fff94188b85 start_wqthread + 13
Thread 8:: com.apple.NSURLConnectionLoader 0 libsystem_kernel.dylib 0x00007fff9481667a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff94815d71 mach_msg + 73 2 com.apple.CoreFoundation 0x00007fff8e9a550c CFRunLoopServiceMachPort + 188 3 com.apple.CoreFoundation 0x00007fff8e9adc74 __CFRunLoopRun + 1204 4 com.apple.CoreFoundation 0x00007fff8e9ad486 CFRunLoopRunSpecific + 230 5 com.apple.Foundation 0x00007fff95ae5fd7 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 335 6 com.apple.Foundation 0x00007fff95ada72a -[NSThread main] + 68 7 com.apple.Foundation 0x00007fff95ada6a2 NSThreadmain + 1575 8 libsystem_c.dylib 0x00007fff941858bf _pthread_start + 335 9 libsystem_c.dylib 0x00007fff94188b75 thread_start + 13
Thread 9: 0 libsystem_kernel.dylib 0x00007fff9481667a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff94815d71 mach_msg + 73 2 com.apple.CoreFoundation 0x00007fff8e9a550c CFRunLoopServiceMachPort + 188 3 com.apple.CoreFoundation 0x00007fff8e9adc74 CFRunLoopRun + 1204 4 com.apple.CoreFoundation 0x00007fff8e9ad486 CFRunLoopRunSpecific + 230 5 com.apple.DTDeviceKit 0x0000000109d51ee8 -[DTDKRemoteDeviceDataListener listenerThreadImplementation] + 298 6 com.apple.Foundation 0x00007fff95ada72a -[NSThread main] + 68 7 com.apple.Foundation 0x00007fff95ada6a2 NSThread__main + 1575 8 libsystem_c.dylib 0x00007fff941858bf _pthread_start + 335 9 libsystem_c.dylib 0x00007fff94188b75 thread_start + 13
Thread 10:: com.apple.CFSocket.private 0 libsystem_kernel.dylib 0x00007fff94817df2 select + 10 1 com.apple.CoreFoundation 0x00007fff8e9f6c8b CFSocketManager + 1355 2 libsystem_c.dylib 0x00007fff941858bf _pthread_start + 335 3 libsystem_c.dylib 0x00007fff94188b75 thread_start + 13
Thread 11: 0 libsystem_kernel.dylib 0x00007fff94818192 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff94187594 _pthread_wqthread + 758 2 libsystem_c.dylib 0x00007fff94188b85 start_wqthread + 13
Thread 12: 0 libsystem_kernel.dylib 0x00007fff94818192 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff94187594 _pthread_wqthread + 758 2 libsystem_c.dylib 0x00007fff94188b85 start_wqthread + 13
Thread 13:: DYMobileDeviceManager 0 libsystem_kernel.dylib 0x00007fff9481667a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff94815d71 mach_msg + 73 2 com.apple.CoreFoundation 0x00007fff8e9a550c CFRunLoopServiceMachPort + 188 3 com.apple.CoreFoundation 0x00007fff8e9adc74 CFRunLoopRun + 1204 4 com.apple.CoreFoundation 0x00007fff8e9ad486 CFRunLoopRunSpecific + 230 5 com.apple.Foundation 0x00007fff95a8bf7b -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267 6 com.apple.Foundation 0x00007fff95a8be67 -[NSRunLoop(NSRunLoop) run] + 62 7 com.apple.Foundation 0x00007fff95ada72a -[NSThread main] + 68 8 com.apple.Foundation 0x00007fff95ada6a2 NSThread__main + 1575 9 libsystem_c.dylib 0x00007fff941858bf _pthread_start + 335 10 libsystem_c.dylib 0x00007fff94188b75 thread_start + 13
Thread 14: 0 libsystem_kernel.dylib 0x00007fff94818192 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff94187594 _pthread_wqthread + 758 2 libsystem_c.dylib 0x00007fff94188b85 start_wqthread + 13
Thread 15: 0 libsystem_kernel.dylib 0x00007fff94818192 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff94187594 _pthread_wqthread + 758 2 libsystem_c.dylib 0x00007fff94188b85 start_wqthread + 13
Thread 16: 0 libsystem_kernel.dylib 0x00007fff94818192 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff94187594 _pthread_wqthread + 758 2 libsystem_c.dylib 0x00007fff94188b85 start_wqthread + 13
Thread 17: 0 libsystem_kernel.dylib 0x00007fff94818192 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff94187594 _pthread_wqthread + 758 2 libsystem_c.dylib 0x00007fff94188b85 start_wqthread + 13
Thread 18: 0 libsystem_kernel.dylib 0x00007fff94818192 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff94187594 _pthread_wqthread + 758 2 libsystem_c.dylib 0x00007fff94188b85 start_wqthread + 13
Thread 19:: CVDisplayLink 0 libsystem_kernel.dylib 0x00007fff94817bca __psynch_cvwait + 10 1 libsystem_c.dylib 0x00007fff94189274 _pthread_cond_wait + 840 2 com.apple.CoreVideo 0x00007fff97bf46c8 CVDisplayLink::runIOThread() + 710 3 com.apple.CoreVideo 0x00007fff97bf43e9 _ZL13startIOThreadPv + 148 4 libsystem_c.dylib 0x00007fff941858bf _pthread_start + 335 5 libsystem_c.dylib 0x00007fff94188b75 thread_start + 13
Thread 20: 0 libsystem_kernel.dylib 0x00007fff94818192 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff94187594 _pthread_wqthread + 758 2 libsystem_c.dylib 0x00007fff94188b85 start_wqthread + 13
Thread 21: 0 libsystem_kernel.dylib 0x00007fff94818192 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff94187594 _pthread_wqthread + 758 2 libsystem_c.dylib 0x00007fff94188b85 start_wqthread + 13
Thread 22: 0 libsystem_kernel.dylib 0x00007fff94817bca psynch_cvwait + 10 1 libsystem_c.dylib 0x00007fff94189274 _pthread_cond_wait + 840 2 com.apple.Xcode.DevToolsCore 0x0000000104a07b48 -[XCInvocationQueue _processInvocationsInThreadSlotNumber:] + 348 3 com.apple.Foundation 0x00007fff95ada72a -[NSThread main] + 68 4 com.apple.Foundation 0x00007fff95ada6a2 NSThreadmain + 1575 5 libsystem_c.dylib 0x00007fff941858bf _pthread_start + 335 6 libsystem_c.dylib 0x00007fff94188b75 thread_start + 13
Thread 23: 0 libsystem_kernel.dylib 0x00007fff9481667a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff94815d71 mach_msg + 73 2 com.apple.CoreFoundation 0x00007fff8e9a550c CFRunLoopServiceMachPort + 188 3 com.apple.CoreFoundation 0x00007fff8e9adc74 CFRunLoopRun + 1204 4 com.apple.CoreFoundation 0x00007fff8e9ad486 CFRunLoopRunSpecific + 230 5 com.apple.DebugSymbols 0x00007fff98c8e2f2 _ZL20SpotlightQueryThreadPv + 434 6 libsystem_c.dylib 0x00007fff941858bf _pthread_start + 335 7 libsystem_c.dylib 0x00007fff94188b75 thread_start + 13
Thread 24: 0 libsystem_kernel.dylib 0x00007fff94817e42 __semwait_signal + 10 1 libsystem_c.dylib 0x00007fff9413bdea nanosleep + 164 2 com.apple.CoreSymbolication 0x00007fff8fabb3bb cleaner_thread_main(void*) + 42 3 libsystem_c.dylib 0x00007fff941858bf _pthread_start + 335 4 libsystem_c.dylib 0x00007fff94188b75 thread_start + 13
Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff60986a48 rdx: 0x0000000000000000 rdi: 0x0000000000000507 rsi: 0x0000000000000006 rbp: 0x00007fff60986a70 rsp: 0x00007fff60986a48 r8: 0x00007fff7d123fb8 r9: 0x00007fff60985ed8 r10: 0x00007fff94817d0a r11: 0xffffff80002da8d0 r12: 0x00000004023c0b00 r13: 0x00007fff7c2d3dc0 r14: 0x00007fff7d126960 r15: 0x00007fff60986b78 rip: 0x00007fff94817ce2 rfl: 0x0000000000000246 cr2: 0x000000010fc57000 Logical CPU: 0
Binary Images: 0x100d87000 - 0x100d87ff7 com.apple.dt.Xcode (4.3.2 - 1177) <13F97E1B-1609-33FA-8D0D-CEBF96C1D890> /Applications/Xcode.app/Contents/MacOS/Xcode 0x100d8f000 - 0x100f8ffff com.apple.dt.DVTFoundation (4.3.2 - 1193) /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/DVTFoundation
0x10107a000 - 0x1012a5fff com.apple.dt.DVTKit (4.3.2 - 1174) <9BB834DC-BA77-3933-B7E5-5CFA69FADA1E> /Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/Versions/A/DVTKit
0x1013e9000 - 0x101635fff com.apple.dt.IDEFoundation (4.3.2 - 1192) <1A2C2BAD-91CE-31A1-A739-37F928BBF1B9> /Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/Versions/A/IDEFoundation
0x1017bd000 - 0x101c22fff com.apple.dt.IDEKit (4.3.2 - 1208) <819982B3-C70C-368B-9E8C-CD7A33D59778> /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/IDEKit
0x101f05000 - 0x1024aefff +libclang.dylib (318.0.58 - compatibility 1.0.0) /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libclang.dylib
0x1025ee000 - 0x1025efff7 com.apple.dt.DVTDeveloperModeHelper (1.0 - 1) <21A6F1C8-65DD-3E61-AED0-E68B58D7B4C2> /Applications/Xcode.app/Contents/SharedFrameworks/DVTDeveloperModeHelper.framework/Versions/A/DVTDeveloperModeHelper
0x103ae6000 - 0x103dc1ff7 com.apple.dt.IDE.IDEInterfaceBuilderKit (4.3.2 - 2182) <2E41D771-B34A-388F-AE24-30AE175B0FB7> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderKit.ideplugin/Contents/MacOS/IDEInterfaceBuilderKit
0x103ff9000 - 0x104173fff com.apple.dt.IDE.IDEInterfaceBuilderCocoaIntegration (4.3.2 - 2182) /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoaIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderCocoaIntegration
0x104277000 - 0x1042c1fff com.apple.glut (3.4.9 - GLUT-3.4.9) /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
0x104333000 - 0x10437dfff com.apple.DADocSetAccess (4.3.2 - 1169) /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetAccess.framework/Versions/A/DADocSetAccess
0x104431000 - 0x10447dfff com.apple.dt.IDE.IDEFindReplace (4.3.2 - 1170) /Applications/Xcode.app/Contents/PlugIns/IDEFindReplace.ideplugin/Contents/MacOS/IDEFindReplace
0x1044b6000 - 0x1044d1fff com.apple.DADocSetManagement (4.3.2 - 1170) /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetManagement.framework/Versions/A/DADocSetManagement
0x1044e6000 - 0x1045e8ff7 com.apple.PubSub (1.0.5 - 65.28) <0D52431F-D0B3-3175-85FF-8213615A4526> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
0x104655000 - 0x104707fff com.apple.dt.IDE.IDEDevkitRefactoring (4.3.2 - 1170) <4A99E7F4-F6A8-31A1-B57C-8F8DED4A4E1A> /Applications/Xcode.app/Contents/PlugIns/IDEDevkitRefactoring.ideplugin/Contents/MacOS/IDEDevkitRefactoring
0x104770000 - 0x1047fbfff com.apple.dt.IDE.IDESourceEditor (4.3.2 - 1175) /Applications/Xcode.app/Contents/PlugIns/IDESourceEditor.ideplugin/Contents/MacOS/IDESourceEditor
0x104857000 - 0x1048a1fff com.apple.dt.IDE.IDEDocViewer (4.3.2 - 1172) /Applications/Xcode.app/Contents/PlugIns/IDEDocViewer.ideplugin/Contents/MacOS/IDEDocViewer
0x1048de000 - 0x1048effff com.apple.dt.IDE.IDEQuickHelp (4.3.2 - 1171) /Applications/Xcode.app/Contents/PlugIns/IDEQuickHelp.ideplugin/Contents/MacOS/IDEQuickHelp
0x104901000 - 0x104916fff com.apple.dt.IDE.Xcode3Core (4.3.2 - 1197) /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/MacOS/Xcode3Core
0x104926000 - 0x104bcfff7 com.apple.Xcode.DevToolsCore (6.3.2 - 1197) <9D3C61B8-0392-3F73-A454-A8B2648F0274> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsCore.framework/Versions/A/DevToolsCore
0x104d32000 - 0x104d3bfff com.apple.DevToolsFoundation (6.3.2 - 1197) <1942F35F-BD36-3B4D-88A9-2F27C406625B> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsFoundation.framework/Versions/A/DevToolsFoundation
0x104d45000 - 0x104d7bff7 com.apple.Xcode.DevToolsSupport (6.3.2 - 1197) <01E42044-3D5B-3D8A-B39D-3050979D092C> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsSupport.framework/Versions/A/DevToolsSupport
0x104e1c000 - 0x104e33ff7 com.apple.dt.IDE.SharedPlugInUtilities (4.3.2 - 1165) <4AD97845-B721-3336-8E97-3B206E0C667D> /Applications/Xcode.app/Contents/PlugIns/SharedPlugInUtilities.ideplugin/Contents/MacOS/SharedPlugInUtilities
0x104e42000 - 0x104f3bfff com.apple.dt.IDE.Xcode3UI (4.3.2 - 1197) <68530D69-CF97-3389-A982-5B6F5D916DE5> /Applications/Xcode.app/Contents/PlugIns/Xcode3UI.ideplugin/Contents/MacOS/Xcode3UI
0x1057ce000 - 0x1057d6fff com.apple.dt.PlistEditor (4.3.2 - 1168) <3AEFC7D7-054C-3765-8218-AAACF500BFCA> /Applications/Xcode.app/Contents/PlugIns/PlistEditor.ideplugin/Contents/MacOS/PlistEditor
0x1057e1000 - 0x1057f3fff com.apple.dt.IDE.IDERTFEditor (4.3.2 - 1168) /Applications/Xcode.app/Contents/PlugIns/IDERTFEditor.ideplugin/Contents/MacOS/IDERTFEditor
0x105803000 - 0x105806ff7 com.apple.dt.IDE.IDEPDFViewer (4.3.2 - 1165) <5509E3C2-E7F1-3A1A-AEB9-D6DF4104090D> /Applications/Xcode.app/Contents/PlugIns/IDEPDFViewer.ideplugin/Contents/MacOS/IDEPDFViewer
0x10580d000 - 0x1058dfff7 com.apple.dt.IDE.IDEModelEditor (4.3.2 - 1171) <42B88E03-6648-3CEA-9A90-F62F2FF8FED1> /Applications/Xcode.app/Contents/PlugIns/IDEModelEditor.ideplugin/Contents/MacOS/IDEModelEditor
0x10596c000 - 0x105978ff7 com.apple.dt.IDE.IDEQuickLookEditor (4.3.2 - 1168) /Applications/Xcode.app/Contents/PlugIns/IDEQuickLookEditor.ideplugin/Contents/MacOS/IDEQuickLookEditor
0x105988000 - 0x105988ff7 com.apple.dt.IDE.IDEAppleScriptEditor (4.3.2 - 1165) <5769E6F3-7708-3EC2-9222-074FE3781439> /Applications/Xcode.app/Contents/PlugIns/IDEAppleScriptEditor.ideplugin/Contents/MacOS/IDEAppleScriptEditor
0x106962000 - 0x1069c8ff7 com.apple.dt.IDE.IDEModelFoundation (4.3.2 - 1171) <18183A83-06B1-329D-80FF-4CDF05125E32> /Applications/Xcode.app/Contents/PlugIns/IDEModelFoundation.ideplugin/Contents/MacOS/IDEModelFoundation
0x106a16000 - 0x106a35ff7 com.apple.dt.dbg.DebuggerFoundation (4.3.2 - 1185) <764C4576-5E99-3A08-B097-5D5218BB0F4A> /Applications/Xcode.app/Contents/PlugIns/DebuggerFoundation.ideplugin/Contents/MacOS/DebuggerFoundation
0x106a53000 - 0x106aaffff com.apple.dt.dbg.DebuggerUI (4.3.2 - 1185) /Applications/Xcode.app/Contents/PlugIns/DebuggerUI.ideplugin/Contents/MacOS/DebuggerUI
0x106af8000 - 0x106afeff7 com.apple.dt.IDE.HexEditor (4.3.2 - 1169) <49836398-9579-3FBC-B861-C0795A6B125A> /Applications/Xcode.app/Contents/PlugIns/HexEditor.ideplugin/Contents/MacOS/HexEditor
0x106b06000 - 0x106b3cff7 +com.ridiculousfish.HexFiendFramework (4.3.2 - 1169) <89E8C0B9-2EA8-3372-88AC-613F08922C84> /Applications/Xcode.app/Contents/SharedFrameworks/HexFiend.framework/Versions/A/HexFiend
0x106b62000 - 0x106bd7ff7 com.apple.dt.gpu.GPUDebuggerFoundation (4.3.2 - 64) <7589B1CA-81DC-3CE2-B858-AAC63ECD830E> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerFoundation.ideplugin/Contents/MacOS/GPUDebuggerFoundation
0x106c13000 - 0x106c86ff7 com.apple.GPUTools (1.0 - 93.6.2) <6CB0F2AA-1991-3408-AC7F-152AB27A4FFC> /Applications/Xcode.app/Contents/SharedFrameworks/GPUTools.framework/Versions/A/GPUTools
0x106cd1000 - 0x106d3fff7 com.apple.GPUToolsCore (1.0 - 93.6.2) <681A5D95-E15F-3A4F-82D2-C9556C8B3B65> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsCore.framework/Versions/A/GPUToolsCore
0x106d74000 - 0x106de5fff com.apple.GPUToolsAnalysis (1.0 - 1.4) /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsAnalysis.framework/Versions/A/GPUToolsAnalysis
0x106e1f000 - 0x106e21ff7 com.apple.dt.gpu.GPUTraceDebugger (4.3.2 - 64) /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebugger.ideplugin/Contents/MacOS/GPUTraceDebugger
0x106e26000 - 0x106e30fff com.apple.dt.gpu.GPUDebuggerKit (4.3.2 - 64) <660E4DEC-8805-3447-A3B8-7FEF19D09CF4> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerKit.ideplugin/Contents/MacOS/GPUDebuggerKit
0x106e3f000 - 0x106eb7ff7 com.apple.dt.gpu.GPUTraceDebuggerUI (4.3.2 - 64) <8D891EA9-C137-3166-B9E5-2AE4E73A4ADF> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebuggerUI.ideplugin/Contents/MacOS/GPUTraceDebuggerUI
0x106ee6000 - 0x106f47ff7 com.apple.dt.gpu.GPURenderTargetEditor (4.3.2 - 64) <108B54D5-F53B-3593-9BCB-A30F60884087> /Applications/Xcode.app/Contents/PlugIns/GPURenderTargetEditor.ideplugin/Contents/MacOS/GPURenderTargetEditor
0x106f8e000 - 0x106f97fff com.apple.GPUToolsInterface (1.0 - 1.4) <0D543BF3-31C4-3008-B414-83E0B12E8B0D> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsInterface.framework/Versions/A/GPUToolsInterface
0x106fa0000 - 0x106fcffff com.apple.dt.IDE.IDELogNavigator (4.3.2 - 1166) /Applications/Xcode.app/Contents/PlugIns/IDELogNavigator.ideplugin/Contents/MacOS/IDELogNavigator
0x106ff4000 - 0x107150fff com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchIntegration (4.3.2 - 1181) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderCocoaTouchIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderCocoaTouchIntegration
0x1071ed000 - 0x1071f4fff com.apple.DVTiPhoneSimulatorRemoteClient (4.3.2 - 1165) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks/DVTiPhoneSimulatorRemoteClient.framework/Versions/A/DVTiPhoneSimulatorRemoteClient
0x1071fd000 - 0x1071feff7 com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchEditingSupport (4.3.2 - 1181) <023B947D-B5E4-3F31-AB08-14C247C2B34A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderCocoaTouchEditingSupport.ideplugin/Contents/MacOS/IDEInterfaceBuilderCocoaTouchEditingSupport
0x107202000 - 0x107208fff com.apple.dt.ScriptingDefinitionEditor (4.3.2 - 1165) /Applications/Xcode.app/Contents/PlugIns/ScriptingDefinitionEditor.ideplugin/Contents/MacOS/ScriptingDefinitionEditor
0x1086fe000 - 0x1086ffff7 com.apple.dt.dbg.DebuggerGDBService (4.3.2 - 1185) <7B0B2C6F-BF43-3099-AC0E-70ADA53C84AA> /Applications/Xcode.app/Contents/PlugIns/DebuggerGDBService.ideplugin/Contents/MacOS/DebuggerGDBService
0x108704000 - 0x108705ff7 com.apple.dt.dbg.DebuggerLLDBService (4.3.2 - 1185) <4685EFE8-BD6C-38EC-A5F0-5D5D5A9C5985> /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDBService.ideplugin/Contents/MacOS/DebuggerLLDBService
0x10870b000 - 0x10870efff com.apple.platform.iphoneos.plugin (1.0 - 1.0) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/iPhoneOS Build System Support.xcplugin/Contents/MacOS/iPhoneOS Build System Support
0x108c59000 - 0x108c5afff com.apple.dt.IDE.IDEInterfaceBuilderAutomator (4.3.2 - 1117) /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderAutomator.ideplugin/Contents/MacOS/IDEInterfaceBuilderAutomator
0x109bd1000 - 0x109c74ff7 com.apple.dt.IDE.IDEiPhoneSupport (4.3.2 - 1193) <522670CF-BC65-32A6-AFA7-684FC9ED7F36> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEiPhoneSupport.ideplugin/Contents/MacOS/IDEiPhoneSupport
0x109cc2000 - 0x109ceeff7 com.apple.framework.ConfigurationProfiles (3.6 - 444) /System/Library/PrivateFrameworks/ConfigurationProfiles.framework/Versions/A/ConfigurationProfiles
0x109d05000 - 0x109d2dfff com.apple.DTDeviceKitBase (??? - 1196) <0AAC5008-DC1E-35C1-831F-90B98D38973C> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/DTDeviceKitBase.framework/Versions/A/DTDeviceKitBase
0x109d49000 - 0x109dadfff com.apple.DTDeviceKit (4.2 - 1196) <9EAC4AEA-3C77-3437-B32B-0797168C66A7> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/DTDeviceKit.framework/Versions/A/DTDeviceKit
0x109df5000 - 0x109e0dfff com.apple.DeviceLinkX (5.0 - 256) /System/Library/PrivateFrameworks/DeviceLink.framework/Versions/A/DeviceLink
0x109e1d000 - 0x109eb4fef com.apple.mobiledevice (507.6 - 507.6) <4BA1CF9E-D65B-71E4-2754-AE9688DC943A> /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice
0x109f04000 - 0x109f1eff7 com.apple.dt.IDE.IDEArchivedApplicationsViewer (4.3.2 - 1187) <45F363E7-208A-36A3-90BB-48950DBE0F77> /Applications/Xcode.app/Contents/PlugIns/IDEArchivedApplicationsViewer.ideplugin/Contents/MacOS/IDEArchivedApplicationsViewer
0x109f38000 - 0x10a01bfff libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <358B5B40-43B2-3F92-9FD3-DAA68806E1FF> /usr/lib/libcrypto.0.9.7.dylib
0x10a071000 - 0x10a098fff libssl.0.9.7.dylib (0.9.7 - compatibility 0.9.7) /usr/lib/libssl.0.9.7.dylib
0x10a16c000 - 0x10a1a4fff +net.JugglerShu.XVim (1.01 - 1) <094AEB84-00B2-36C7-A34E-5B6E314BEBA8> /Users/USER/Library/Application Support/Developer/*/XVim
0x10a1e8000 - 0x10a1f0fff com.apple.xcode.plug-in.CoreBuildTasks (6.3.2 - 1197) <03099273-AEFC-3844-B216-B1951F0CBA0C> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/MacOS/CoreBuildTasks
0x10a1f7000 - 0x10a203ff7 com.apple.dt.IDE.IDEInterfaceBuilderCocoa (4.3.2 - 1117) /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoa.ideplugin/Contents/MacOS/IDEInterfaceBuilderCocoa
0x10a213000 - 0x10a244fff com.apple.DiscRecordingUI (6.0.4 - 6040.4.1) /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
0x10a3b4000 - 0x10a4ffff7 com.apple.audio.units.Components (1.7.2 - 1.7.2) /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
0x10a58b000 - 0x10a58ffff com.apple.audio.AudioIPCPlugIn (1.2.2 - 1.2.2) /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn
0x10a596000 - 0x10a59bfff com.apple.audio.AppleHDAHALPlugIn (2.2.0 - 2.2.0f3) <4EC4981B-68AE-357E-960F-3D4603A61E9F> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
0x10a753000 - 0x10a78cff7 com.apple.dt.IDE.IDERepositoryViewer (4.3.2 - 1171) <413F1505-C7AC-3B42-8CEE-231F6F074E6E> /Applications/Xcode.app/Contents/PlugIns/IDERepositoryViewer.ideplugin/Contents/MacOS/IDERepositoryViewer
0x10a7bb000 - 0x10a7cbfff com.apple.dt.IDE.IDEStructureNavigator (4.3.2 - 1171) /Applications/Xcode.app/Contents/PlugIns/IDEStructureNavigator.ideplugin/Contents/MacOS/IDEStructureNavigator
0x10a7d8000 - 0x10a7e4fff com.apple.dt.IDE.IDEIssueNavigator (4.3.2 - 1165) <60701CFA-6124-38E7-8A06-EA7C341A7515> /Applications/Xcode.app/Contents/PlugIns/IDEIssueNavigator.ideplugin/Contents/MacOS/IDEIssueNavigator
0x10a7ee000 - 0x10a80afff com.apple.dt.IDE.IDESymbolNavigator (4.3.2 - 1170) /Applications/Xcode.app/Contents/PlugIns/IDESymbolNavigator.ideplugin/Contents/MacOS/IDESymbolNavigator
0x10a820000 - 0x10a82afff com.apple.dt.IDE.IDEProjectsOrganizer (4.3.2 - 1165) /Applications/Xcode.app/Contents/PlugIns/IDEProjectsOrganizer.ideplugin/Contents/MacOS/IDEProjectsOrganizer
0x10a837000 - 0x10a83bff7 com.apple.dt.gpu.GPUDebuggeriOSSupport (4.3.2 - 2) <807B2E25-EC04-37EA-9F25-18A64798DDC2> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/GPUDebuggeriOSSupport.ideplugin/Contents/MacOS/GPUDebuggeriOSSupport
0x10a841000 - 0x10a84ffff com.apple.GPUToolsMobileFoundation (1.0 - 2.4.1) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/GPUToolsMobileFoundation.framework/Versions/A/GPUToolsMobileFoundation
0x10a9d0000 - 0x10a9f9fff libPDFRIP.A.dylib (600.0.0 - compatibility 64.0.0) <17F693AC-4909-3599-BCE0-EE2EE472271E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
0x10adc9000 - 0x10adccff7 libCoreFSCache.dylib (??? - ???) <70D5EB80-24F5-3837-9302-EBD4CFCE5CBA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x10adf8000 - 0x10adf8ff5 +cl_kernels (??? - ???) cl_kernels
0x10ae66000 - 0x10ae6cfef libcldcpuengine.dylib (1.50.69 - compatibility 1.0.0) <303313AD-2D57-37A5-922B-3194C5DCD007> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
0x10ae9e000 - 0x10ae9effd +cl_kernels (??? - ???) <7C4C6CF5-707F-425D-BB72-E3F0563B0D43> cl_kernels
0x10aea0000 - 0x10af33ff7 unorm8_bgra.dylib (1.50.69 - compatibility 1.0.0) <5FB796A4-1AD0-3B4D-AA83-F8A46E039224> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
0x10af53000 - 0x10af54ffc +cl_kernels (??? - ???) <7D46AF5D-4A70-475E-AA50-0A885C4A5403> cl_kernels
0x10b1bf000 - 0x10b1c0ff3 +cl_kernels (??? - ???) cl_kernels
0x10b33b000 - 0x10b4d4fff GLEngine (??? - ???) <61484217-C41D-3A65-86BD-397ACC0D069F> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
0x10b508000 - 0x10b601fff libGLProgrammability.dylib (??? - ???) <7396EE13-5FA6-3E78-88D0-2502CFE79A97> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x10b627000 - 0x10b8efff7 com.apple.ATIRadeonX3000GLDriver (7.18.18 - 7.1.8) <337EB117-0CB0-3C9E-AEE8-76BCB3CB9371> /System/Library/Extensions/ATIRadeonX3000GLDriver.bundle/Contents/MacOS/ATIRadeonX3000GLDriver
0x10b93a000 - 0x10bd45ff7 com.apple.driver.AppleIntelHD3000GraphicsGLDriver (7.18.18 - 7.1.8) <20ACFA77-6847-3053-A3D8-498150E8FC62> /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD3000GraphicsGLDriver
0x10bf21000 - 0x10bf4fff7 GLRendererFloat (??? - ???) /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
0x10c20e000 - 0x10c20fff3 +cl_kernels (??? - ???) cl_kernels
0x10c78b000 - 0x10c7c8fff +DATA (210.0.0 - compatibility 1.0.0) DATA
0x10c78b000 - 0x10c7c8fff com.apple.Ubiquity (1.1 - 210) /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
0x10c7e6000 - 0x10c806fff com.apple.ChunkingLibrary (1.0 - 127) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x10c919000 - 0x10c92afff com.apple.dt.IDE.IDEGit (4.3.2 - 1169) <0E51BEDA-4000-3D07-B0DB-38CA56F427AC> /Applications/Xcode.app/Contents/PlugIns/IDEGit.ideplugin/Contents/MacOS/IDEGit
0x10c939000 - 0x10c946fff com.apple.dt.IDE.IDESubversion (4.3.2 - 1169) <848635D1-F04D-3040-A7C3-841D84F02653> /Applications/Xcode.app/Contents/PlugIns/IDESubversion.ideplugin/Contents/MacOS/IDESubversion
0x10c951000 - 0x10c955ff7 com.apple.dt.IDE.IDEInstrumentsService (4.3.2 - 1185) /Applications/Xcode.app/Contents/PlugIns/IDEInstrumentsService.ideplugin/Contents/MacOS/IDEInstrumentsService
0x10dc4a000 - 0x10dc4bff7 com.apple.dt.IDE.IDEAppleScriptCore (4.3.2 - 1165) <7FC4502E-6A2C-3902-ABF7-4C778C8EDC9B> /Applications/Xcode.app/Contents/PlugIns/IDEAppleScriptCore.ideplugin/Contents/MacOS/IDEAppleScriptCore
0x7fff60987000 - 0x7fff609bbbaf dyld (195.6 - ???) <0CD1B35B-A28F-32DA-B72E-452EAD609613> /usr/lib/dyld
0x7fff8beb6000 - 0x7fff8bf31ff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff8c033000 - 0x7fff8c057fff com.apple.RemoteViewServices (1.4 - 44.1) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff8c058000 - 0x7fff8c0a4ff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <0A7F1982-B4EA-3424-A0C7-FE46C6224F03> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff8c0a5000 - 0x7fff8c0acfff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib
0x7fff8c0ad000 - 0x7fff8c0c3ff7 com.apple.ImageCapture (7.0.1 - 7.0.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff8c917000 - 0x7fff8c947ff7 com.apple.DictionaryServices (1.2.1 - 158.2) <3FC86118-7553-38F7-8916-B329D2E94476> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff8c948000 - 0x7fff8c956fff com.apple.NetAuth (1.0 - 3.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff8c9e6000 - 0x7fff8caedfe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib
0x7fff8caee000 - 0x7fff8cb19ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib
0x7fff8cb1a000 - 0x7fff8cb26fff com.apple.DirectoryService.Framework (10.7 - 146) <65C78AE3-89B8-3372-8359-31FD520781D5> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x7fff8cb27000 - 0x7fff8cc0be5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib
0x7fff8cc0c000 - 0x7fff8cc15ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib
0x7fff8cc18000 - 0x7fff8cc1dfff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib
0x7fff8cc7b000 - 0x7fff8cf9dfe7 com.apple.JavaScriptCore (7534.56 - 7534.56.6) <675725F8-37C4-3B80-ADB0-7B6AE908A908> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fff8cfa1000 - 0x7fff8d017fff libc++.1.dylib (28.1.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib
0x7fff8d018000 - 0x7fff8d02cff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff8d02d000 - 0x7fff8d067fff libncurses.5.4.dylib (5.4.0 - compatibility 5.4.0) <387DE593-9CC5-38C7-911B-A5F2264D34F2> /usr/lib/libncurses.5.4.dylib
0x7fff8d068000 - 0x7fff8d0c0fff libTIFF.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff8d0c1000 - 0x7fff8d103ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib
0x7fff8d104000 - 0x7fff8d105ff7 libsystem_sandbox.dylib (??? - ???) <96D38E74-F18F-3CCB-A20B-E8E3ADC4E166> /usr/lib/system/libsystem_sandbox.dylib
0x7fff8d106000 - 0x7fff8d109fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff8d10a000 - 0x7fff8d120fff libGL.dylib (??? - ???) <6A473BF9-4D35-34C6-9F8B-86B68091A9AF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff8d121000 - 0x7fff8d13dfff com.apple.frameworks.preferencepanes (15.0 - 15.0) /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
0x7fff8d13e000 - 0x7fff8d150ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
0x7fff8d37b000 - 0x7fff8d3a6fff libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <7D3CDB0A-840F-3856-8F84-B4A50E66431B> /usr/lib/libpcre.0.dylib
0x7fff8d3ae000 - 0x7fff8d623ff7 com.apple.imageKit (2.1.2 - 1.0) <5BAA52A9-F359-31E4-8109-74EBCEB626B4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x7fff8d624000 - 0x7fff8d629fff libcache.dylib (47.0.0 - compatibility 1.0.0) /usr/lib/system/libcache.dylib
0x7fff8d62a000 - 0x7fff8d9d3fef com.apple.MediaToolbox (1.0 - 705.78) /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fff8d9d4000 - 0x7fff8da27fff com.apple.AppleVAFramework (5.0.14 - 5.0.14) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff8da28000 - 0x7fff8de5bff7 com.apple.VideoToolbox (1.0 - 705.78) <7F115540-88CF-3087-951A-7073F7D58F4D> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff8de5c000 - 0x7fff8df3bff7 com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff8df3c000 - 0x7fff8e6d0fef com.apple.CoreAUC (6.16.11 - 6.16.11) <3D40FEA5-AFE7-3752-A52E-D0F80304320A> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x7fff8e6d1000 - 0x7fff8e717fff libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <2C442396-1006-3765-92D2-60869D4641CE> /usr/lib/libcurl.4.dylib
0x7fff8e738000 - 0x7fff8e75efff com.apple.framework.familycontrols (3.0 - 300) <93828BC1-3D83-3A93-99A5-F0E7951AFC6C> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x7fff8e75f000 - 0x7fff8e76aff7 com.apple.bsd.ServiceManagement (2.0 - 2.0) /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff8e7a9000 - 0x7fff8e7b4ff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
0x7fff8e7b5000 - 0x7fff8e81efff com.apple.coreui (1.2.2 - 165.10) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff8e81f000 - 0x7fff8e8b1ff7 com.apple.CorePDF (3.1 - 3.1) /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x7fff8e8b2000 - 0x7fff8e94cff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff8e95e000 - 0x7fff8e964ff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
0x7fff8e96d000 - 0x7fff8e974fff libCGXCoreImage.A.dylib (600.0.0 - compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x7fff8e975000 - 0x7fff8eb49ff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff8eb4a000 - 0x7fff8ebbafff com.apple.datadetectorscore (3.0 - 179.4) <9C01D16F-75A9-3BDD-B91A-F0F32261A2E7> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff8ec05000 - 0x7fff8eceffff com.apple.backup.framework (1.3.3 - 1.3.3) <6C49FBCF-D6AF-3351-BBBF-A98A622CA517> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff8f233000 - 0x7fff8f650ff7 com.apple.SceneKit (125.3 - 125.4) <12AD6DBE-F3A3-34D6-BA01-B211BEAFD48F> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
0x7fff8f6b3000 - 0x7fff8f6bffff com.apple.CoreBluetooth (100.7 - 1) <988DB0FD-7759-3BA0-AE5F-B6DA2BDB3FF5> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff8f6c0000 - 0x7fff8f736fff com.apple.ISSupport (1.9.8 - 56) <2CEE7E6B-D841-36D8-BC9F-081B33F6E501> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
0x7fff8f737000 - 0x7fff8f745ff7 libkxld.dylib (??? - ???) /usr/lib/system/libkxld.dylib
0x7fff8f746000 - 0x7fff8f7e7ff7 com.apple.LaunchServices (480.33 - 480.33) <45EF2044-3396-3910-9B5B-C8F7777D5F56> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff8f7e8000 - 0x7fff8f815fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <7BEBB139-50BB-3112-947A-F4AA168F991C> /usr/lib/libSystem.B.dylib
0x7fff8f82b000 - 0x7fff8f866fff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib
0x7fff8f867000 - 0x7fff8f8b8ff7 com.apple.CoreMediaIO (212.0 - 3199.1.1) /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x7fff8f8b9000 - 0x7fff8f8b9fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff8f8ba000 - 0x7fff8f8befff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <2B1215A0-1B43-39C3-B4F4-392D71D08FFA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff8f8bf000 - 0x7fff8f92aff7 com.apple.framework.IOKit (2.0 - ???) <6C604894-7F61-3130-8499-20791D14577F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff8f92d000 - 0x7fff8f96cfff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff8f96d000 - 0x7fff8f996fff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff8f997000 - 0x7fff8fa1cff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff8fa91000 - 0x7fff8fa92fff com.apple.ServerInformation (1.0 - 1) /System/Library/PrivateFrameworks/ServerInformation.framework/Versions/A/ServerInformation
0x7fff8fa93000 - 0x7fff8fa9dff7 liblaunch.dylib (392.38.0 - compatibility 1.0.0) <6ECB7F19-B384-32C1-8652-2463C1CF4815> /usr/lib/system/liblaunch.dylib
0x7fff8fa9e000 - 0x7fff8fb14fff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff8fbd1000 - 0x7fff8fc6bfff com.apple.PackageKit (2.0.3 - 170) /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit
0x7fff8fc78000 - 0x7fff909affff com.apple.WebCore (7534.56 - 7534.56.5) <4E63291C-539E-32E3-8B1C-EA8E546B3159> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x7fff90bdc000 - 0x7fff90bf9fff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib
0x7fff90bfa000 - 0x7fff90cfafff com.apple.QuickLookUIFramework (3.2 - 500.16) <0BACF8C4-5A7B-31EE-B4AA-3CCF8615C9A8> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x7fff90cfb000 - 0x7fff90cfefff com.apple.AppleSystemInfo (1.0 - 1) <598ADC13-C994-3579-A885-0D6658DDD564> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x7fff90cff000 - 0x7fff90dddfff com.apple.DiscRecording (6.0.4 - 6040.4.1) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff90dde000 - 0x7fff90de1fff libCoreVMClient.dylib (??? - ???) <934D0D11-C34F-3C06-A352-21BB8FFE9774> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff90de2000 - 0x7fff90de3fff libffi.dylib (??? - ???) /usr/lib/libffi.dylib
0x7fff90de4000 - 0x7fff90eccfff com.apple.Bluetooth (4.0.5 - 4.0.5f11) <4DF38224-CA01-3E76-BE84-0A510C1983A0> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff90ecd000 - 0x7fff90edbfff libdispatch.dylib (187.9.0 - compatibility 1.0.0) <1D5BE322-A9B9-3BCE-8FAC-076FB07CF54A> /usr/lib/system/libdispatch.dylib
0x7fff90edc000 - 0x7fff90f09fff com.apple.quartzfilters (1.7.0 - 1.7.0) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x7fff9107d000 - 0x7fff9107dfff com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff9107e000 - 0x7fff9107ffff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff91080000 - 0x7fff910bfff7 libGLImage.dylib (??? - ???) <49BB4404-68F1-3839-A5C9-983405B59F52> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff910c0000 - 0x7fff9111cff7 com.apple.HIServices (1.21 - ???) <9645CFA8-63BE-3A0D-A636-56D9827E6C8C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff9111d000 - 0x7fff91171ff7 com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x7fff91275000 - 0x7fff9127bfff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff9147f000 - 0x7fff91524fff com.apple.ink.framework (1.4 - 110) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff9157b000 - 0x7fff91592fff com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff91593000 - 0x7fff91599fff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff9159a000 - 0x7fff9159bff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib
0x7fff9159c000 - 0x7fff916f5fff com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <0AD8197C-1BA9-30CD-98F1-4CA2C6559BA8> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff916f6000 - 0x7fff91a22ff7 com.apple.HIToolbox (1.9 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff91a23000 - 0x7fff91a25ff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff91a26000 - 0x7fff91a4efff com.apple.SystemConfiguration.EAP8021X (11.0.2 - ???) <9143B6E2-FD15-3D82-A08C-4299E94B4662> /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X
0x7fff91a4f000 - 0x7fff91f16fff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
0x7fff91f17000 - 0x7fff91fcaff7 com.apple.CoreText (220.20.0 - ???) <0E979362-15E4-3955-BF54-B5961361D1CC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff92032000 - 0x7fff92032fff com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff9208b000 - 0x7fff9208cff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
0x7fff9208d000 - 0x7fff92098ff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff92099000 - 0x7fff9209dff7 com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff9209e000 - 0x7fff920e6fff com.apple.imfoundation (6.0 - 800) <267AA0CF-7F7E-387A-8A87-25696388215C> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/Frameworks/IMFoundation.framework/Versions/A/IMFoundation
0x7fff920f6000 - 0x7fff9211afff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff9211b000 - 0x7fff922a5fff com.apple.QTKit (7.7.1 - 2330) <4B5363D4-4854-342F-8B95-DE6559075B46> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x7fff922a6000 - 0x7fff922b8ff7 libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib
0x7fff922b9000 - 0x7fff922c0ff7 com.apple.CommerceCore (1.0 - 17) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x7fff922c1000 - 0x7fff9252fff7 com.apple.QuartzComposer (5.0 - 236.7) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x7fff92530000 - 0x7fff92536fff libGFXShared.dylib (??? - ???) <8A61FA67-EB3C-319D-AE3C-64936FB26BAC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff92537000 - 0x7fff92556fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib
0x7fff92557000 - 0x7fff92582ff7 com.apple.CoreServicesInternal (113.17 - 113.17) /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff92583000 - 0x7fff92595ff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
0x7fff92596000 - 0x7fff925a6ff7 com.apple.opengl (1.7.7 - 1.7.7) <0CA11278-746C-353A-923B-BCC0047190C3> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff925a7000 - 0x7fff925bcfff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff925bd000 - 0x7fff92639ff7 com.apple.imcore (6.0 - 800) <0A4267B7-D92F-33DA-9B09-1995221A0831> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore
0x7fff9263a000 - 0x7fff9263efff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib
0x7fff9263f000 - 0x7fff9264aff7 com.apple.aps.framework (2.1 - 2.1) /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
0x7fff9264b000 - 0x7fff92656fff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff92657000 - 0x7fff9265efff com.apple.NetFS (4.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff9265f000 - 0x7fff92698fe7 libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <79AAEC98-1258-3DA4-B1C0-4120049D390B> /usr/lib/libssl.0.9.8.dylib
0x7fff92699000 - 0x7fff929bdfff com.apple.AddressBook.framework (6.1.2 - 1090) <65FE6A36-F3F8-37FE-8B88-50F20F278779> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x7fff929be000 - 0x7fff929befff com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff929bf000 - 0x7fff92a05fff com.apple.OSAKit (1.2.4 - 82.1) /System/Library/Frameworks/OSAKit.framework/Versions/A/OSAKit
0x7fff92a06000 - 0x7fff92a54fff libauto.dylib (??? - ???) /usr/lib/libauto.dylib
0x7fff92a55000 - 0x7fff92a62fff com.apple.CrashReporterSupport (10.7.4 - 352) <9C16B49C-CF02-38F9-A7CD-969C140D3961> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff92a63000 - 0x7fff92a66fff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff92a6c000 - 0x7fff92a6fff7 com.apple.securityhi (4.0 - 1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff92a70000 - 0x7fff92b6aff7 com.apple.DiskImagesFramework (10.7.4 - 331.6) /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x7fff92b6b000 - 0x7fff92b71ff7 com.apple.phonenumbers (1.0 - 47) <8CE13253-C65B-392F-B87F-D85A15D500D3> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
0x7fff92b80000 - 0x7fff92b9cff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff92b9d000 - 0x7fff93181fff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff934d6000 - 0x7fff934e5ff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib
0x7fff934e6000 - 0x7fff934f1ff7 com.apple.DisplayServicesFW (2.5.4 - 323.3) <5E7F7A88-9313-3C31-87BD-80F3361DA338> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x7fff93507000 - 0x7fff9352efff com.apple.framework.internetaccounts (1.2 - 3) <483427CA-8140-355D-B668-78F5A5F1A1D6> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts
0x7fff9354b000 - 0x7fff9357eff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff9357f000 - 0x7fff935a7fff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff935a8000 - 0x7fff936defff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff936df000 - 0x7fff936dffff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff936e0000 - 0x7fff936f3ff7 libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib
0x7fff936f4000 - 0x7fff93729fff com.apple.securityinterface (5.0 - 55022.4) <09EC371E-0B6E-3849-A6C9-F8E9DB17BBCD> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x7fff9372a000 - 0x7fff9372fff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib
0x7fff93730000 - 0x7fff93731fff libunc.dylib (24.0.0 - compatibility 1.0.0) /usr/lib/system/libunc.dylib
0x7fff93732000 - 0x7fff93827fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
0x7fff9386e000 - 0x7fff93970fff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib
0x7fff93971000 - 0x7fff93e16fff com.apple.RawCamera.bundle (3.12.0 - 615) <10CCCC87-4A1E-3343-BF09-1C6640B56F45> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff93e17000 - 0x7fff93e17fff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff93e18000 - 0x7fff93e1dfff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
0x7fff93e1e000 - 0x7fff93eb1ff7 com.apple.PDFKit (2.6.3 - 2.6.3) <49BF9CDC-E902-3CAC-9C04-3302545907D5> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x7fff93eb2000 - 0x7fff94125fff com.apple.CoreImage (7.98 - 1.0.1) <73485E4E-1407-3913-AB3C-B54986A3E01C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff94126000 - 0x7fff94136fff com.apple.AppleScriptObjC (1.1 - ???) <83BD409D-5708-36AE-9865-7D87EF0ED4A9> /System/Library/Frameworks/AppleScriptObjC.framework/Versions/A/AppleScriptObjC
0x7fff94137000 - 0x7fff94214fef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
0x7fff94215000 - 0x7fff9422ffff com.apple.CoreMediaAuthoring (2.0 - 891) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x7fff94230000 - 0x7fff9432dff7 com.apple.avfoundation (2.0 - 180.40) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x7fff9432e000 - 0x7fff9434afff com.apple.ScriptingBridge (1.2.1 - ???) <7DCC43F7-9F5A-388D-A00D-70E2618731BA> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
0x7fff9434b000 - 0x7fff94464fff com.apple.DesktopServices (1.6.3 - 1.6.3) <20812ECE-CACC-3D44-8108-025EF6B45C14> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff94465000 - 0x7fff94482ff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff94483000 - 0x7fff9476cff7 com.apple.security (7.0 - 55148.1) /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff947e8000 - 0x7fff94800ff7 com.apple.iChat.InstantMessage (6.0.2 - 837) <2BAB9937-307D-3AF7-B9E2-B049B9B3EC8F> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
0x7fff94801000 - 0x7fff94821fff libsystem_kernel.dylib (1699.26.8 - compatibility 1.0.0) <1DDC0B0F-DB2A-34D6-895D-E5B2B5618946> /usr/lib/system/libsystem_kernel.dylib
0x7fff94822000 - 0x7fff94842fff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff94843000 - 0x7fff94897fff libFontRegistry.dylib (??? - ???) <822DD341-C735-36C9-9521-E8E98807D09D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff94898000 - 0x7fff948affff com.apple.MultitouchSupport.framework (231.4 - 231.4) <10A978D1-8781-33F0-BE45-60C9171F7278> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff948b0000 - 0x7fff948b5fff libGIF.dylib (??? - ???) <8763F67F-A881-30B6-B20E-D395B4D9FD58> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff948b6000 - 0x7fff948b6fff com.apple.quartzframework (1.5 - 1.5) <21FCC91F-C7B9-304F-8C9C-04F3924F4AE3> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x7fff948b7000 - 0x7fff948f8fff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.fram