bodhi / MarkdownEditor

A wysiwyge (what-you-see-is-what-you-get-eventually) editor for Markdown documents
http://keshiki.net/markdown-editor/
91 stars 6 forks source link

Two Freezes #6

Open Sheyne opened 12 years ago

Sheyne commented 12 years ago

Nothing can be edited if the hash that starts a header is not suffixed by a space before the header name this is only tested in lion.

The same nothing can be edited state can be achieved if two newlines are added in a row. Also tested only lion.

bodhi commented 12 years ago

Sorry, I don't follow. Do you mean the application freezes completely if you type #header or \n\n?

Sheyne commented 12 years ago

Basically, it does not freeze, but all keystrokes (except arrow keys) are now ignored. Just ran another test: has nothing to do with #header and everything to do with the double enter (\n\n).

Sheyne commented 12 years ago

I am trying to get OgreKit working on 10.6 so I can compile the latest version and test that.

bodhi commented 12 years ago

Bizarre, I've never seen that. Do you have a saved document that reliably reproduces the issue?

Is this on the binary available for download? or have you built it for yourself?

Sheyne commented 12 years ago

I am running the downloaded binary, I have still not figured out how to make OgreKit Compile on my system. I have Tested a little more and discovered that in any new file pressing enter on a blank line will cause MarkEdit to disallow all keyboard input until a new document is opened.

Sheyne commented 12 years ago

Interesting note, saving the file will store the changes to file. Opening the file in a separate editor (TextWrangler) show the changes to the file backwards. For example if I blindly type "Hello World" when keyboard input does not work, it saves as "dlroW olleH".

Also trying to open any file ending with a pair of "0x0A"s (\n\n) crashes MarkEdit. Not a freeze, a full crash with a "MarkEdit quit unexpectedly." window.

I can give you such a document but it is easy to recreate.

bodhi commented 12 years ago

Can you paste the crash log here? I think it should be in ~/Library/Logs/DiagnosticReports.

Sheyne commented 12 years ago

Process: MarkEdit [27793] Path: /Users/USER/Downloads/MarkEdit.app/Contents/MacOS/MarkEdit Identifier: net.keshiki.MarkEdit Version: 0.1 (0.1) Code Type: X86-64 (Native) Parent Process: launchd [152]

Date/Time: 2011-10-09 01:15:00.351 -0600 OS Version: Mac OS X 10.7.1 (11B26) Report Version: 9

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

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

Application Specific Information: objc[27793]: garbage collection is OFF * Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[OGRegularExpression type]: unrecognized selector sent to instance 0x10019b4b0' * First throw call stack: ( 0 CoreFoundation 0x00007fff854c6986 exceptionPreprocess + 198 1 libobjc.A.dylib 0x00007fff86b01d5e objc_exception_throw + 43 2 CoreFoundation 0x00007fff855525ae -[NSObject doesNotRecognizeSelector:] + 190 3 CoreFoundation 0x00007fff854b3803 __forwarding + 371 4 CoreFoundation 0x00007fff854b3618 _CF_forwarding_prep_0 + 232 5 MarkEdit 0x000000010000402e -[MarkdownDelegate popParagraphBlocks:] + 109 6 MarkEdit 0x0000000100006535 -[MarkdownDelegate textStorageDidProcessEditing:] + 1540 7 Foundation 0x00007fff8b812716 -[NSNotificationCenter addObserver:selector:name:object:]_block_invoke_1 + 47 8 CoreFoundation 0x00007fff8546f51a _CFXNotificationPost + 2634 9 Foundation 0x00007fff8b7fe9cb -[NSNotificationCenter postNotificationName:object:userInfo:] + 65 10 AppKit 0x00007fff8ac3d7e9 -[NSTextStorage processEditing] + 135 11 AppKit 0x00007fff8ab64431 -[NSTextStorage edited:range:changeInLength:] + 385 12 Foundation 0x00007fff8b871f57 -[NSConcreteMutableAttributedString replaceCharactersInRange:withAttributedString:] + 328 13 AppKit 0x00007fff8ac82a39 -[NSConcreteTextStorage replaceCharactersInRange:withAttributedString:] + 81 14 MarkEdit 0x0000000100001132 -[MarkdownDocument windowControllerDidLoadNib:] + 160 15 AppKit 0x00007fff8acc3a88 -[NSWindowController _windowDidLoad] + 667 16 AppKit 0x00007fff8acbb105 -[NSWindowController window] + 109 17 AppKit 0x00007fff8acbaf51 -[NSWindowController showWindow:] + 40 18 AppKit 0x00007fff8acbaf12 -[NSDocument showWindows] + 107 19 AppKit 0x00007fff8ae87320 __-[NSDocumentController openDocumentWithContentsOfURL:display:completionHandler:]_block_invoke_11 + 186 20 AppKit 0x00007fff8ae92c69 -[NSDocumentController openDocumentWithContentsOfURL:display:completionHandler:]_block_invoke_8 + 155 21 AppKit 0x00007fff8ae8716e -[NSDocumentController openDocumentWithContentsOfURL:display:completionHandler:]_block_invoke_4 + 874 22 AppKit 0x00007fff8ad1b1e5 -[NSDocumentController _openDocumentWithContentsOfURL:usingProcedure:] + 530 23 AppKit 0x00007fff8ae86df5 -[NSDocumentController openDocumentWithContentsOfURL:display:completionHandler:]_block_invoke_3 + 252 24 libdispatch.dylib 0x00007fff8ee3d90a _dispatch_call_block_and_release + 18 25 libdispatch.dylib 0x00007fff8ee3f77a _dispatch_main_queue_callback_4CF + 308 26 CoreFoundation 0x00007fff8545bc0c __CFRunLoopRun + 1724 27 CoreFoundation 0x00007fff8545b216 CFRunLoopRunSpecific + 230 28 AppKit 0x00007fff8af52e9c -[NSMenu _internalPerformActionForItemAtIndex:] + 38 29 AppKit 0x00007fff8ade53f1 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 138 30 AppKit 0x00007fff8ac310bf NSSLMMenuEventHandler + 339 31 HIToolbox 0x00007fff860078ec _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1263 32 HIToolbox 0x00007fff86006ef8 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCallRec + 446 33 HIToolbox 0x00007fff8601dd03 SendEventToEventTarget + 76 34 HIToolbox 0x00007fff86064249 _ZL18SendHICommandEventjPK9HICommandjjhPKvP20OpaqueEventTargetRefS5_PP14OpaqueEventRef + 398 35 HIToolbox 0x00007fff8614b0f1 SendMenuCommandWithContextAndModifiers + 56 36 HIToolbox 0x00007fff861915e1 SendMenuItemSelectedEvent + 253 37 HIToolbox 0x00007fff8605d32d ZL19FinishMenuSelectionP13SelectionDataP10MenuResultS2 + 101 38 HIToolbox 0x00007fff86054a75 _ZL14MenuSelectCoreP8MenuData5PointdjPP13OpaqueMenuRefPt + 600 39 HIToolbox 0x00007fff86054034 _HandleMenuSelection2 + 585 40 AppKit 0x00007fff8ab30ce1 _NSHandleCarbonMenuEvent + 250 41 AppKit 0x00007fff8aac66c7 _DPSNextEvent + 1993 42 AppKit 0x00007fff8aac5a95 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135 43 AppKit 0x00007fff8aac23d6 -[NSApplication run] + 463 44 AppKit 0x00007fff8ad4052a NSApplicationMain + 867 45 MarkEdit 0x000000010000146f main + 33 46 MarkEdit 0x000000010000102c start + 52 )

terminate called throwing an exception abort() called

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x00007fff89ed1ce2 pthread_kill + 10 1 libsystem_c.dylib 0x00007fff8a8457d2 pthread_kill + 95 2 libsystem_c.dylib 0x00007fff8a836a7a abort + 143 3 libc++abi.dylib 0x00007fff87eb77bc abort_message + 214 4 libc++abi.dylib 0x00007fff87eb4fcf default_terminate() + 28 5 libobjc.A.dylib 0x00007fff86b021b9 _objc_terminate + 94 6 libc++abi.dylib 0x00007fff87eb5001 safe_handler_caller(void (*)()) + 11 7 libc++abi.dylib 0x00007fff87eb505c std::terminate() + 16 8 libc++abi.dylib 0x00007fff87eb6152 cxa_throw + 114 9 libobjc.A.dylib 0x00007fff86b01e7a objc_exception_throw + 327 10 com.apple.CoreFoundation 0x00007fff855505a9 -[NSException raise] + 9 11 com.apple.AppKit 0x00007fff8ac82a6e -[NSConcreteTextStorage replaceCharactersInRange:withAttributedString:] + 134 12 net.keshiki.MarkEdit 0x0000000100001132 -[MarkdownDocument windowControllerDidLoadNib:] + 160 13 com.apple.AppKit 0x00007fff8acc3a88 -[NSWindowController _windowDidLoad] + 667 14 com.apple.AppKit 0x00007fff8acbb105 -[NSWindowController window] + 109 15 com.apple.AppKit 0x00007fff8acbaf51 -[NSWindowController showWindow:] + 40 16 com.apple.AppKit 0x00007fff8acbaf12 -[NSDocument showWindows] + 107 17 com.apple.AppKit 0x00007fff8ae87320 -[NSDocumentController openDocumentWithContentsOfURL:display:completionHandler:]_block_invoke_11 + 186 18 com.apple.AppKit 0x00007fff8ae92c69 __-[NSDocumentController openDocumentWithContentsOfURL:display:completionHandler:]_block_invoke_8 + 155 19 com.apple.AppKit 0x00007fff8ae8716e -[NSDocumentController openDocumentWithContentsOfURL:display:completionHandler:]_block_invoke_4 + 874 20 com.apple.AppKit 0x00007fff8ad1b1e5 -[NSDocumentController _openDocumentWithContentsOfURL:usingProcedure:] + 530 21 com.apple.AppKit 0x00007fff8ae86df5 __-[NSDocumentController openDocumentWithContentsOfURL:display:completionHandler:]_block_invoke_3 + 252 22 libdispatch.dylib 0x00007fff8ee3d90a _dispatch_call_block_and_release + 18 23 libdispatch.dylib 0x00007fff8ee3f77a _dispatch_main_queue_callback_4CF + 308 24 com.apple.CoreFoundation 0x00007fff8545bc0c __CFRunLoopRun + 1724 25 com.apple.CoreFoundation 0x00007fff8545b216 CFRunLoopRunSpecific + 230 26 com.apple.AppKit 0x00007fff8af52e9c -[NSMenu _internalPerformActionForItemAtIndex:] + 38 27 com.apple.AppKit 0x00007fff8ade53f1 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 138 28 com.apple.AppKit 0x00007fff8ac310bf NSSLMMenuEventHandler + 339 29 com.apple.HIToolbox 0x00007fff860078ec _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1263 30 com.apple.HIToolbox 0x00007fff86006ef8 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCallRec + 446 31 com.apple.HIToolbox 0x00007fff8601dd03 SendEventToEventTarget + 76 32 com.apple.HIToolbox 0x00007fff86064249 _ZL18SendHICommandEventjPK9HICommandjjhPKvP20OpaqueEventTargetRefS5_PP14OpaqueEventRef + 398 33 com.apple.HIToolbox 0x00007fff8614b0f1 SendMenuCommandWithContextAndModifiers + 56 34 com.apple.HIToolbox 0x00007fff861915e1 SendMenuItemSelectedEvent + 253 35 com.apple.HIToolbox 0x00007fff8605d32d ZL19FinishMenuSelectionP13SelectionDataP10MenuResultS2 + 101 36 com.apple.HIToolbox 0x00007fff86054a75 _ZL14MenuSelectCoreP8MenuData5PointdjPP13OpaqueMenuRefPt + 600 37 com.apple.HIToolbox 0x00007fff86054034 _HandleMenuSelection2 + 585 38 com.apple.AppKit 0x00007fff8ab30ce1 _NSHandleCarbonMenuEvent + 250 39 com.apple.AppKit 0x00007fff8aac66c7 _DPSNextEvent + 1993 40 com.apple.AppKit 0x00007fff8aac5a95 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135 41 com.apple.AppKit 0x00007fff8aac23d6 -[NSApplication run] + 463 42 com.apple.AppKit 0x00007fff8ad4052a NSApplicationMain + 867 43 net.keshiki.MarkEdit 0x000000010000146f main + 33 44 net.keshiki.MarkEdit 0x000000010000102c start + 52

Thread 1:: Dispatch queue: com.apple.libdispatch-manager 0 libsystem_kernel.dylib 0x00007fff89ed27e6 kevent + 10 1 libdispatch.dylib 0x00007fff8ee3f60e _dispatch_mgr_invoke + 923 2 libdispatch.dylib 0x00007fff8ee3e19e _dispatch_mgr_thread + 54

Thread 2: 0 libsystem_kernel.dylib 0x00007fff89ed2192 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff8a845594 _pthread_wqthread + 758 2 libsystem_c.dylib 0x00007fff8a846b85 start_wqthread + 13

Thread 3: 0 libsystem_kernel.dylib 0x00007fff89ed2192 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff8a845594 _pthread_wqthread + 758 2 libsystem_c.dylib 0x00007fff8a846b85 start_wqthread + 13

Thread 4: 0 libsystem_kernel.dylib 0x00007fff89ed2192 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff8a845594 _pthread_wqthread + 758 2 libsystem_c.dylib 0x00007fff8a846b85 start_wqthread + 13

Thread 5: 0 libsystem_kernel.dylib 0x00007fff89ed2192 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff8a845594 _pthread_wqthread + 758 2 libsystem_c.dylib 0x00007fff8a846b85 start_wqthread + 13

Thread 6: 0 libsystem_kernel.dylib 0x00007fff89ed2192 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff8a845594 _pthread_wqthread + 758 2 libsystem_c.dylib 0x00007fff8a846b85 start_wqthread + 13

Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfc4c8 rdx: 0x0000000000000000 rdi: 0x0000000000000907 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfc4f0 rsp: 0x00007fff5fbfc4c8 r8: 0x00007fff74ebdfb8 r9: 0x0000000000000a30 r10: 0x00007fff89ed1d0a r11: 0xffffff80002d8240 r12: 0x00000001001913f0 r13: 0x00007fff86af6101 r14: 0x00007fff74ec0960 r15: 0x00007fff5fbfc640 rip: 0x00007fff89ed1ce2 rfl: 0x0000000000000246 cr2: 0x00000001007ee000 Logical CPU: 0

Binary Images: 0x100000000 - 0x100008fff +net.keshiki.MarkEdit (0.1 - 0.1) /Users/USER/Downloads/MarkEdit.app/Contents/MacOS/MarkEdit 0x100010000 - 0x100082ff7 +isao.sonobe.OgreKit (??? - 2.1.4) /Users/USER/Downloads/MarkEdit.app/Contents/Frameworks/OgreKit.framework/Versions/A/OgreKit 0x7fff66c80000 - 0x7fff66cb4ac7 dyld (195.5 - ???) <4A6E2B28-C7A2-3528-ADB7-4076B9836041> /usr/lib/dyld 0x7fff8453b000 - 0x7fff8496dfe7 com.apple.VideoToolbox (1.0 - 705.35) /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox 0x7fff8496e000 - 0x7fff84985fff com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff84aba000 - 0x7fff84af4fef com.apple.DebugSymbols (2.1 - 85) <7E0E17D9-C8D4-3117-B36A-506929F6FF72> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fff84b08000 - 0x7fff84ecefff com.apple.MediaToolbox (1.0 - 705.35) /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x7fff84ed6000 - 0x7fff85039fff com.apple.CFNetwork (520.0.13 - 520.0.13) <67E3BB43-2A22-3F5A-964E-391375B24CE0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff853e7000 - 0x7fff853e7fff com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff85412000 - 0x7fff85418fff IOSurface (??? - ???) <06FA3FDD-E6D5-391F-B60D-E98B169DAB1B> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff85423000 - 0x7fff855f6ff7 com.apple.CoreFoundation (6.7 - 635) <57446B22-0778-3E07-9690-96AC705D57E8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff855f7000 - 0x7fff855f8fff libsystem_sandbox.dylib (??? - ???) <8D14139B-B671-35F4-9E5A-023B4C523C38> /usr/lib/system/libsystem_sandbox.dylib 0x7fff8561d000 - 0x7fff8566dfff com.apple.CoreMediaIO (201.0 - 3148) <66287EB0-61F1-3175-90DC-24BB29473C67> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO 0x7fff8566e000 - 0x7fff8566efff com.apple.vecLib (3.7 - vecLib 3.7) <29927F20-262F-379C-9108-68A6C69A03D0> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff856f7000 - 0x7fff857a9fff com.apple.CoreText (4.0.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff857ae000 - 0x7fff857b3fff libcache.dylib (47.0.0 - compatibility 1.0.0) /usr/lib/system/libcache.dylib 0x7fff857b4000 - 0x7fff857b4fff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib 0x7fff857b5000 - 0x7fff8593fff7 com.apple.QTKit (7.7.1 - 2246) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit 0x7fff85989000 - 0x7fff859c8fff com.apple.AE (527.6 - 527.6) <6F8DF9EF-3250-3B7F-8841-FCAD8E323954> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff859c9000 - 0x7fff85adefff com.apple.DesktopServices (1.6.0 - 1.6.0) <208D40FC-8BBE-330F-B999-18771BEA6895> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff85adf000 - 0x7fff85d4dff7 com.apple.QuartzComposer (5.0 - 232) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer 0x7fff85d4e000 - 0x7fff85d51fff libCoreVMClient.dylib (??? - ???) <9E9F7B24-567C-3102-909C-219CF2B191FD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff85e1e000 - 0x7fff85e71fff libFontRegistry.dylib (??? - ???) <8FE14D77-1286-3619-A02E-0AC1A622596E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff85e72000 - 0x7fff85e8ffff libPng.dylib (??? - ???) <75DA9F95-C2A1-3534-9F8B-14CFFDE2A290> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff85ed4000 - 0x7fff85f6aff7 libvMisc.dylib (325.3.0 - compatibility 1.0.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff85fff000 - 0x7fff86322fff com.apple.HIToolbox (1.7 - ???) <10FA3432-6638-39D9-8681-9E95298D239E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff8640b000 - 0x7fff86412fff com.apple.NetFS (4.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff8641f000 - 0x7fff864a4ff7 com.apple.Heimdal (2.1 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff864a5000 - 0x7fff867befff com.apple.CoreServices.CarbonCore (960.13 - 960.13) <398ABDD7-BB95-3C05-96D2-B54243FC4745> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff867bf000 - 0x7fff868b4fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib 0x7fff868b5000 - 0x7fff868c0fff com.apple.DisplayServicesFW (2.5.0 - 302.1.2) <36377733-C737-3F36-A601-85D6188A2AAA> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices 0x7fff86a8a000 - 0x7fff86ae4fff com.apple.HIServices (1.9 - ???) <8791E8AA-C034-330D-B2BA-5141154C21CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff86aeb000 - 0x7fff86bcfdef libobjc.A.dylib (228.0.0 - compatibility 1.0.0) /usr/lib/libobjc.A.dylib 0x7fff86bd0000 - 0x7fff86c62fff com.apple.CorePDF (3.0 - 3.0) <6056B710-155A-3543-9373-B9F3E5FC99CE> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF 0x7fff8796b000 - 0x7fff87977fff com.apple.CrashReporterSupport (10.7 - 343) <89EFF4A7-D064-3CAE-9BFC-285EE9033197> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7fff87a70000 - 0x7fff87a97fff com.apple.PerformanceAnalysis (1.10 - 10) <2A058167-292E-3C3A-B1F8-49813336E068> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff87a98000 - 0x7fff87afffff com.apple.Symbolication (1.2 - 87) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x7fff87b00000 - 0x7fff87b24ff7 com.apple.Kerberos (1.0 - 1) <2FF2569B-F59A-371E-AF33-66297F512CB3> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff87b25000 - 0x7fff87b37ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib 0x7fff87b38000 - 0x7fff87b5eff7 com.apple.framework.familycontrols (3.0 - 300) <72FEA71A-5865-3875-97E9-3C8C96B7F7FA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls 0x7fff87b71000 - 0x7fff87bdffff com.apple.CoreSymbolication (2.1 - 67) <194A355B-58C7-3B1E-A714-00F71ACCDB0A> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fff87be0000 - 0x7fff87c0ffff com.apple.DictionaryServices (1.2 - 158) <2CE51CD1-EE3D-3618-9507-E39A09C9BB8D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff87c10000 - 0x7fff87e1dfff com.apple.JavaScriptCore (7534 - 7534.48) <99B60407-592A-3DDC-A3D0-86578B92B3F8> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x7fff87e1e000 - 0x7fff87e99ff7 com.apple.print.framework.PrintCore (7.0 - 366) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff87eaa000 - 0x7fff87eaefff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <5EEAD17D-006C-3855-8093-C7A4A97EE0D0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib 0x7fff87eaf000 - 0x7fff87ebaff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib 0x7fff87ebb000 - 0x7fff87ecdff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib 0x7fff87ece000 - 0x7fff87ed1ff7 com.apple.securityhi (4.0 - 1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x7fff87ed2000 - 0x7fff87f47ff7 libc++.1.dylib (19.0.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib 0x7fff87f48000 - 0x7fff87f84fff libsystem_info.dylib (??? - ???) /usr/lib/system/libsystem_info.dylib 0x7fff87f85000 - 0x7fff883b2fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff883b3000 - 0x7fff8868afff com.apple.security (7.0 - 55010) <2418B583-D3BD-3BC5-8B07-8289C8A5B43B> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff88696000 - 0x7fff886c1ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <8051A3FC-7385-3EA9-9634-78FC616C3E94> /usr/lib/libxslt.1.dylib 0x7fff886cb000 - 0x7fff886cdfff com.apple.TrustEvaluationAgent (2.0 - 1) <80AFB5D8-5CC4-3A38-83B9-A7DF5820031A> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fff886ce000 - 0x7fff88738fff com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff88739000 - 0x7fff887ddfef com.apple.ink.framework (1.3.2 - 110) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff887de000 - 0x7fff888bcff7 com.apple.ImageIO.framework (3.1.0 - 3.1.0) <70228E69-063C-32FF-BBE7-FCCD9C5C0864> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff888dc000 - 0x7fff888dcfff com.apple.CoreServices (53 - 53) <5946A0A6-393D-3087-86A0-4FFF6A305CC0> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff888dd000 - 0x7fff88fab9df com.apple.CoreGraphics (1.600.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff88fac000 - 0x7fff89590faf libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff89591000 - 0x7fff899acfff com.apple.SceneKit (2.0 - 124) <9E331DDE-BDF4-34C5-A8F9-E7F12ADBB785> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit 0x7fff89bce000 - 0x7fff89cd3ff7 libFontParser.dylib (??? - ???) <22AADE96-E54D-3918-9DFA-1967F8B21E54> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff89cd4000 - 0x7fff89d36ff7 com.apple.coreui (0.3 - 162) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff89d6d000 - 0x7fff89ea6fef com.apple.vImage (5.0 - 5.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff89ea7000 - 0x7fff89ebaff7 libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib 0x7fff89ebb000 - 0x7fff89edbfff libsystem_kernel.dylib (1699.22.73 - compatibility 1.0.0) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib 0x7fff8a0b3000 - 0x7fff8a0b7fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib 0x7fff8a0b8000 - 0x7fff8a0b8fff com.apple.audio.units.AudioUnit (1.7 - 1.7) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff8a0b9000 - 0x7fff8a0ecfff com.apple.GSS (2.1 - 2.0) /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff8a225000 - 0x7fff8a305fff com.apple.CoreServices.OSServices (478.25.1 - 478.25.1) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff8a306000 - 0x7fff8a4a5fff com.apple.QuartzCore (1.7 - 269.0) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff8a4a6000 - 0x7fff8a4a7ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib 0x7fff8a4a8000 - 0x7fff8a4b6fff com.apple.NetAuth (1.0 - 3.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff8a4b7000 - 0x7fff8a4bafff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x7fff8a583000 - 0x7fff8a7f4fff com.apple.CoreImage (7.77 - 1.0.1) /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff8a7f5000 - 0x7fff8a8d2fef libsystem_c.dylib (763.11.0 - compatibility 1.0.0) <1D61CA57-3C6D-30F7-89CB-CC6F0787B1DC> /usr/lib/system/libsystem_c.dylib 0x7fff8a8d3000 - 0x7fff8a912ff7 libGLImage.dylib (??? - ???) <29F82AD9-45F0-3AC5-A4A4-B767EC555D82> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff8a913000 - 0x7fff8a9a5fff com.apple.PDFKit (2.6 - 2.6) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit 0x7fff8a9b4000 - 0x7fff8a9b8fff libdyld.dylib (195.5.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib 0x7fff8aa00000 - 0x7fff8aa54ff7 com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface 0x7fff8aab0000 - 0x7fff8aab1fff libunc.dylib (24.0.0 - compatibility 1.0.0) /usr/lib/system/libunc.dylib 0x7fff8aab2000 - 0x7fff8aab5fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff8aab6000 - 0x7fff8aabcfff com.apple.DiskArbitration (2.4 - 2.4) <5185FEA6-92CA-3CAA-8442-BD71DBC64AFD> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff8aabd000 - 0x7fff8b6b5fff com.apple.AppKit (6.7 - 1138) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff8b6b8000 - 0x7fff8b6b9ff7 libremovefile.dylib (21.0.0 - compatibility 1.0.0) /usr/lib/system/libremovefile.dylib 0x7fff8b72b000 - 0x7fff8b7cdff7 com.apple.securityfoundation (5.0 - 55005) <0D59908C-A61B-389E-AF37-741ACBBA6A94> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff8b7ce000 - 0x7fff8b7cefff com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7fff8b7cf000 - 0x7fff8b7cffff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <4CC14F7C-BCA7-3CAC-BEC9-B06576E5A15B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff8b7de000 - 0x7fff8b7fbff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x7fff8b7fc000 - 0x7fff8bb0efff com.apple.Foundation (6.7 - 833.1) <618D7923-3519-3C53-9CBD-CF3C7130CB32> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff8bb0f000 - 0x7fff8bb25ff7 com.apple.ImageCapture (7.0 - 7.0) <69E6E2E1-777E-332E-8BCF-4F0611517DD0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x7fff8bb26000 - 0x7fff8bc33fff libJP2.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff8bf76000 - 0x7fff8bf99ff7 com.apple.RemoteViewServices (1.0 - 1) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff8c055000 - 0x7fff8c2cfff7 com.apple.imageKit (2.1 - 1.0) <03200568-184B-36E8-AFE9-04D1FACDC926> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit 0x7fff8c2f7000 - 0x7fff8c2fefff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib 0x7fff8c3fa000 - 0x7fff8c47eff7 com.apple.ApplicationServices.ATS (5.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff8c496000 - 0x7fff8c657fe7 com.apple.CoreData (103 - 358.4) <8D8ABA2E-0161-334D-A7C9-79E5297E188B> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff8c658000 - 0x7fff8c672fff com.apple.CoreMediaAuthoring (2.0 - 889) <99D8E4C6-DDD3-3B0C-BBFB-A513877F10F6> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring 0x7fff8c673000 - 0x7fff8c875fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <82DCB94B-3819-3CC3-BC16-2AACA7F64F8A> /usr/lib/libicucore.A.dylib 0x7fff8c876000 - 0x7fff8c878ff7 com.apple.print.framework.Print (7.0 - 247) <579D7E49-A7F4-3C41-9434-3114B8A9B96C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x7fff8c879000 - 0x7fff8c880ff7 com.apple.CommerceCore (1.0 - 17) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore 0x7fff8c881000 - 0x7fff8c882fff libdnsinfo.dylib (395.6.0 - compatibility 1.0.0) <718A135F-6349-354A-85D5-430B128EFD57> /usr/lib/system/libdnsinfo.dylib 0x7fff8c88b000 - 0x7fff8c89afff com.apple.opengl (1.7.4 - 1.7.4) <38AF4430-7E81-3C98-9330-21DCDA90507E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff8c89b000 - 0x7fff8c90efff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib 0x7fff8c90f000 - 0x7fff8c914fff com.apple.OpenDirectory (10.7 - 144) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff8c915000 - 0x7fff8c92cfff com.apple.MultitouchSupport.framework (220.62 - 220.62) <7EF58A7E-CB97-335F-A025-4A0F00AEF896> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff8c957000 - 0x7fff8c962fff com.apple.CommonAuth (2.1 - 2.0) <49949286-61FB-3A7F-BF49-0EBA45E2664E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff8c9ed000 - 0x7fff8ca54ff7 com.apple.audio.CoreAudio (4.0.0 - 4.0.0) <0B715012-C8E8-386D-9C6C-90F72AE62A2F> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff8ca9b000 - 0x7fff8ca9bfff com.apple.quartzframework (1.5 - 1.5) <21FCC91F-C7B9-304F-8C9C-04F3924F4AE3> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz 0x7fff8cab5000 - 0x7fff8cb4fff7 com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff8cb50000 - 0x7fff8cb65fff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff8cc3b000 - 0x7fff8cd39ff7 com.apple.QuickLookUIFramework (3.0 - 489.1) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI 0x7fff8d1c5000 - 0x7fff8d1c7fff libquarantine.dylib (36.0.0 - compatibility 1.0.0) <4C3BFBC7-E592-3939-B376-1C2E2D7C5389> /usr/lib/system/libquarantine.dylib 0x7fff8d297000 - 0x7fff8d2c4fe7 libSystem.B.dylib (159.0.0 - compatibility 1.0.0) <7B4D685D-939C-3ABE-8780-77A1889E0DE9> /usr/lib/libSystem.B.dylib 0x7fff8d2c5000 - 0x7fff8d2e4fff libresolv.9.dylib (46.0.0 - compatibility 1.0.0) <33263568-E6F3-359C-A4FA-66AD1300F7D4> /usr/lib/libresolv.9.dylib 0x7fff8d30f000 - 0x7fff8d338fff libJPEG.dylib (??? - ???) <3DBFEB41-4BF2-3502-872A-BB3738EE61B0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff8d348000 - 0x7fff8d44bfff libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib 0x7fff8d506000 - 0x7fff8d9adff7 FaceCoreLight (1.4.2 - compatibility 1.0.0) <6F89E9A9-DEB6-32B5-8B50-3B97F5DB597D> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight 0x7fff8d9ae000 - 0x7fff8d9b4fff libmacho.dylib (800.0.0 - compatibility 1.0.0) /usr/lib/system/libmacho.dylib 0x7fff8d9b5000 - 0x7fff8e149fff com.apple.CoreAUC (6.11.03 - 6.11.03) <5A56B2DC-A0A6-357B-ADF2-5714AFEBD926> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x7fff8e1d2000 - 0x7fff8e1d3fff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib 0x7fff8e217000 - 0x7fff8e21cfff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib 0x7fff8ea39000 - 0x7fff8ea47ff7 libkxld.dylib (??? - ???) <65BE345D-6618-3D1A-9E2B-255E629646AA> /usr/lib/system/libkxld.dylib 0x7fff8ea48000 - 0x7fff8ea49fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff8ea4a000 - 0x7fff8ea5eff7 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 0x7fff8ea86000 - 0x7fff8eac9ff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <2B1571E1-8E87-364E-BC36-C9C9B5D3EAC4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x7fff8eaca000 - 0x7fff8ead5ff7 com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <7ADAAF5B-1D78-32F2-9FFF-D2E3FBB41C2B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fff8eb11000 - 0x7fff8eb3cfff libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <7D3CDB0A-840F-3856-8F84-B4A50E66431B> /usr/lib/libpcre.0.dylib 0x7fff8eb3d000 - 0x7fff8eb3dfff com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff8eb3e000 - 0x7fff8eb47fff libnotify.dylib (80.0.0 - compatibility 1.0.0) /usr/lib/system/libnotify.dylib 0x7fff8ec8a000 - 0x7fff8ecd8ff7 libauto.dylib (??? - ???) /usr/lib/libauto.dylib 0x7fff8ecd9000 - 0x7fff8ed39fff libvDSP.dylib (325.3.0 - compatibility 1.0.0) <74B62E70-4189-3022-8FC9-1182EA7C6E34> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff8eda8000 - 0x7fff8edc4ff7 com.apple.GenerationalStorage (1.0 - 124) /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x7fff8edd6000 - 0x7fff8ede3fff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <931F40EB-CA75-3A90-AC97-4DB8E210BC76> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x7fff8ede4000 - 0x7fff8edeeff7 liblaunch.dylib (392.18.0 - compatibility 1.0.0) <39EF04F2-7F0C-3435-B785-BF283727FFBD> /usr/lib/system/liblaunch.dylib 0x7fff8edef000 - 0x7fff8edf7fff libsystem_dnssd.dylib (??? - ???) <7749128E-D0C5-3832-861C-BC9913F774FA> /usr/lib/system/libsystem_dnssd.dylib 0x7fff8edf8000 - 0x7fff8ee39fff com.apple.QD (3.12 - ???) <4F3C5629-97C7-3E55-AF3C-ACC524929DA2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff8ee3c000 - 0x7fff8ee4afff libdispatch.dylib (187.5.0 - compatibility 1.0.0) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib 0x7fff8ee4b000 - 0x7fff8ee9dff7 libGLU.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff8eeb3000 - 0x7fff8eee0ff7 com.apple.opencl (1.50.62 - 1.50.62) <616ADE61-11D1-3816-A255-3F0F80F2EAC8> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff8eee1000 - 0x7fff8eef7fff libGL.dylib (??? - ???) <22064411-0A62-373C-828B-0AA2BA2A8D34> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff8eef8000 - 0x7fff8f051ff7 com.apple.audio.toolbox.AudioToolbox (1.7 - 1.7) <296F10D0-A871-39C1-B8B2-9200AB12B5AF> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff8f052000 - 0x7fff8f0a6ff7 com.apple.ImageCaptureCore (3.0 - 3.0) /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore 0x7fff8f0a7000 - 0x7fff8f0d4fff com.apple.quartzfilters (1.7.0 - 1.7.0) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters 0x7fff8f27e000 - 0x7fff8f2aefff com.apple.shortcut (2.0 - 2.0) <6E6C9F01-5DAC-35F4-876D-082D915EE782> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut 0x7fff8f2af000 - 0x7fff8f331fff com.apple.Metadata (10.7.0 - 627.9) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff8f332000 - 0x7fff8f337ff7 libsystem_network.dylib (??? - ???) <4ABCEEF3-A3F9-3E06-9682-CE00F17138B7> /usr/lib/system/libsystem_network.dylib 0x7fff8f376000 - 0x7fff8f378fff libCVMSPluginSupport.dylib (??? - ???) <2D21E6BE-CB20-3F76-8DCC-1CB0660A8A5B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff8f379000 - 0x7fff8f3d0fff libTIFF.dylib (??? - ???) <9E32B490-4C5B-3D96-AF27-9C085C606403> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff8f637000 - 0x7fff8f693ff7 com.apple.QuickLookFramework (3.0 - 489.1) <26470DFE-B3D7-3E05-A4D7-98B64FCB230B> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook 0x7fff8f694000 - 0x7fff8f6b1ff7 libxpc.dylib (77.16.0 - compatibility 1.0.0) <0A4B4775-29A9-30D6-956B-3BE1DBF98090> /usr/lib/system/libxpc.dylib 0x7fff8f6b2000 - 0x7fff8f6fdfff com.apple.SystemConfiguration (1.11 - 1.11) <0B02FEC4-C36E-32CB-8004-2214B6793AE8> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff8f6fe000 - 0x7fff8f79dfff com.apple.LaunchServices (480.19 - 480.19) <41ED4C8B-C74B-34EA-A9BF-34DBA5F52307> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff8f79e000 - 0x7fff8f865ff7 com.apple.ColorSync (4.7.0 - 4.7.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff8f868000 - 0x7fff8f974fef libcrypto.0.9.8.dylib (0.9.8 - compatibility 0.9.8) <3AD29F8D-E3BC-3F49-A438-2C8AAB71DC99> /usr/lib/libcrypto.0.9.8.dylib 0x7fff8f975000 - 0x7fff8fa71ff7 com.apple.avfoundation (2.0 - 180.23) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation 0x7fff8fa72000 - 0x7fff8fae2fff com.apple.datadetectorscore (3.0 - 179.3) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff8fae3000 - 0x7fff8fae4fff com.apple.MonitorPanelFramework (1.4.0 - 1.4.0) <0F55CD76-DB24-309B-BD12-62B00C1AAB9F> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel 0x7fff90174000 - 0x7fff90179fff libGIF.dylib (??? - ???) <21851808-BFD2-3141-8354-A419479726BF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff9017a000 - 0x7fff90180fff libGFXShared.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff90181000 - 0x7fff90181fff com.apple.Accelerate (1.7 - Accelerate 1.7) <3E4582EB-CFEF-34EA-9DA8-8421F1C3C77D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff90182000 - 0x7fff901c9ff7 com.apple.CoreMedia (1.0 - 705.35) <6BEC7E0A-BC2E-30DA-8E18-7AF6E8A7821F> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia 0x7fff901ca000 - 0x7fff9021dfff com.apple.AppleVAFramework (5.0.14 - 5.0.14) <5FA4AED9-8E55-389C-9F5B-02FFE5BCBB75> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x7fff9021e000 - 0x7fff90246ff7 com.apple.CoreVideo (1.7 - 70.0) <59D5B407-CCB6-3406-8C55-C1B0168D7DC2> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff90247000 - 0x7fff90289ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib 0x7fff909c3000 - 0x7fff909c9ff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib 0x7fff909ca000 - 0x7fff90a09ff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) /usr/lib/libcups.2.dylib 0x7fff90a0a000 - 0x7fff90a0ffff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib 0x7fff90a10000 - 0x7fff90a50fff libtidy.A.dylib (??? - ???) /usr/lib/libtidy.A.dylib 0x7fff90a51000 - 0x7fff90a55ff7 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 0x7fff90a56000 - 0x7fff90b58ff7 libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib 0x7fff90b59000 - 0x7fff90b82fff com.apple.CoreServicesInternal (113.7 - 113.7) /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fff90b83000 - 0x7fff90b86fff com.apple.AppleSystemInfo (1.0 - 1) <598ADC13-C994-3579-A885-0D6658DDD564> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo 0x7fff90cca000 - 0x7fff90cd8fff com.apple.HelpData (2.1.0 - 68) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData

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

VM Region Summary: ReadOnly portion of Libraries: Total=171.4M resident=88.6M(52%) swapped_out_or_unallocated=82.8M(48%) Writable regions: Total=72.6M written=3320K(4%) resident=8480K(11%) swapped_out=412K(1%) unallocated=64.4M(89%)

REGION TYPE VIRTUAL =========== ======= CG backing stores 2572K CG image 16K CG raster data 212K CG shared images 3448K CoreGraphics 16K CoreServices 2108K MALLOC 41.3M MALLOC guard page 32K Memory tag=240 4K Memory tag=242 12K Memory tag=251 68K STACK GUARD 56.0M Stack 11.0M VM_ALLOCATE 16.1M __CI_BITMAP 80K DATA 16.2M IMAGE 1256K LINKEDIT 47.3M TEXT 124.1M __UNICODE 544K mapped file 33.5M shared memory 11.4M =========== ======= TOTAL 367.1M

bodhi commented 12 years ago

Great, thanks. Hopefully I can find some time to dig into it in the next few days.