rowanj / gitx

Fork of Pieter's nice git GUI for OS X. Includes branch/tag sidebar and various fixes. Current development focus is on removing legacy git command line usage in favour of libgit2 and objective-git.
http://rowanj.github.com/gitx
Other
2.15k stars 204 forks source link

Crash on fetch from branch #29

Closed pipelineoptika closed 12 years ago

pipelineoptika commented 12 years ago

Right-click some branch that's tracking a remote. Click "Fetch origin". App crashes with the following stack trace after displaying some progress dialogues:

Process: GitX [160] Path: /Applications/GitX.app/Contents/MacOS/GitX Identifier: net.phere.GitX Version: 0.14 development (0.14.8) Code Type: X86-64 (Native) Parent Process: launchd [137]

Date/Time: 2012-04-02 12:38:59.583 +1000 OS Version: Mac OS X 10.7.3 (11D50d) Report Version: 9

Interval Since Last Report: 83613 sec Crashes Since Last Report: 1 Per-App Interval Since Last Report: 319624 sec Per-App Crashes Since Last Report: 1 Anonymous UUID: 4C49E5A4-DC2D-4351-8A1D-CE74DFEA1487

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

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

Application Specific Information: objc[160]: garbage collection is OFF Assertion failed: (self.currentModalSheet == nil), function -[PBGitWindowController showModalSheet:], file /Users/builds/jenkins/workspace/GitX development/Classes/Controllers/PBGitWindowController.m, line 225.

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x00007fff860b5ce2 pthread_kill + 10 1 libsystem_c.dylib 0x00007fff9178e7d2 pthread_kill + 95 2 libsystem_c.dylib 0x00007fff9177fa7a abort + 143 3 libsystem_c.dylib 0x00007fff917b25de __assert_rtn + 146 4 net.phere.GitX 0x0000000100011f00 -[PBGitWindowController showModalSheet:] + 302 5 net.phere.GitX 0x000000010003be39 +[PBGitXMessageSheet beginMessageSheetForRepo:withMessageText:infoText:] + 141 6 net.phere.GitX 0x00000001000117a7 -[PBGitWindowController showMessageSheet:infoText:] + 104 7 net.phere.GitX 0x000000010003ffac -[PBRemoteProgressSheet showSuccessMessage] + 292 8 net.phere.GitX 0x000000010003fda6 -[PBRemoteProgressSheet taskCompleted:] + 214 9 com.apple.Foundation 0x00007fff8de03d32 -[NSNotificationCenter addObserver:selector:name:object:]_block_invoke_1 + 47 10 com.apple.CoreFoundation 0x00007fff86ca1aaa _CFXNotificationPost + 2634 11 com.apple.Foundation 0x00007fff8ddeffe7 -[NSNotificationCenter postNotificationName:object:userInfo:] + 65 12 com.apple.CoreFoundation 0x00007fff86cae0ec CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK + 12 13 com.apple.CoreFoundation 0x00007fff86c660f2 CFRunLoopDoBlocks + 322 14 com.apple.CoreFoundation 0x00007fff86c8e197 CFRunLoopRun + 2023 15 com.apple.CoreFoundation 0x00007fff86c8d676 CFRunLoopRunSpecific + 230 16 com.apple.HIToolbox 0x00007fff8a5d931f RunCurrentEventLoopInMode + 277 17 com.apple.HIToolbox 0x00007fff8a5e05c9 ReceiveNextEventCommon + 355 18 com.apple.HIToolbox 0x00007fff8a5e0456 BlockUntilNextEventMatchingListInMode + 62 19 com.apple.AppKit 0x00007fff90518f5d _DPSNextEvent + 659 20 com.apple.AppKit 0x00007fff90518861 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135 21 com.apple.AppKit 0x00007fff9051519d -[NSApplication run] + 470 22 com.apple.AppKit 0x00007fff90793b88 NSApplicationMain + 867 23 net.phere.GitX 0x00000001000318a4 main + 74 24 net.phere.GitX 0x0000000100001cf4 start + 52

Thread 1:: Dispatch queue: com.apple.libdispatch-manager 0 libsystem_kernel.dylib 0x00007fff860b67e6 kevent + 10 1 libdispatch.dylib 0x00007fff86a4f5be _dispatch_mgr_invoke + 923 2 libdispatch.dylib 0x00007fff86a4e14e _dispatch_mgr_thread + 54

Thread 2:: WebCore: LocalStorage 0 libsystem_kernel.dylib 0x00007fff860b5bca __psynch_cvwait + 10 1 libsystem_c.dylib 0x00007fff91790274 _pthread_cond_wait + 840 2 com.apple.JavaScriptCore 0x00007fff8fc6e5a0 WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 64 3 com.apple.WebCore 0x00007fff8eea86ba WTF::MessageQueueWebCore::LocalStorageTask::waitForMessage() + 132 4 com.apple.WebCore 0x00007fff8eea8613 WebCore::LocalStorageThread::threadEntryPoint() + 99 5 com.apple.WebCore 0x00007fff8eea855b WebCore::LocalStorageThread::threadEntryPointCallback(void*) + 9 6 libsystem_c.dylib 0x00007fff9178c8bf _pthread_start + 335 7 libsystem_c.dylib 0x00007fff9178fb75 thread_start + 13

Thread 3:: com.apple.NSURLConnectionLoader 0 libsystem_kernel.dylib 0x00007fff860b467a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff860b3d71 mach_msg + 73 2 com.apple.CoreFoundation 0x00007fff86c856fc CFRunLoopServiceMachPort + 188 3 com.apple.CoreFoundation 0x00007fff86c8de64 __CFRunLoopRun + 1204 4 com.apple.CoreFoundation 0x00007fff86c8d676 CFRunLoopRunSpecific + 230 5 com.apple.Foundation 0x00007fff8de52ffb +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 335 6 com.apple.Foundation 0x00007fff8de4774e -[NSThread main] + 68 7 com.apple.Foundation 0x00007fff8de476c6 NSThreadmain + 1575 8 libsystem_c.dylib 0x00007fff9178c8bf _pthread_start + 335 9 libsystem_c.dylib 0x00007fff9178fb75 thread_start + 13

Thread 4:: JavaScriptCore::BlockFree 0 libsystem_kernel.dylib 0x00007fff860b5bca __psynch_cvwait + 10 1 libsystem_c.dylib 0x00007fff91790274 _pthread_cond_wait + 840 2 com.apple.JavaScriptCore 0x00007fff8fc6e5f7 WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 151 3 com.apple.JavaScriptCore 0x00007fff8fe9accf JSC::Heap::blockFreeingThreadMain() + 319 4 com.apple.JavaScriptCore 0x00007fff8fe9ad09 JSC::Heap::blockFreeingThreadStartFunc(void*) + 9 5 libsystem_c.dylib 0x00007fff9178c8bf _pthread_start + 335 6 libsystem_c.dylib 0x00007fff9178fb75 thread_start + 13

Thread 5:: com.apple.CFSocket.private 0 libsystem_kernel.dylib 0x00007fff860b5df2 select + 10 1 com.apple.CoreFoundation 0x00007fff86cd6cdb CFSocketManager + 1355 2 libsystem_c.dylib 0x00007fff9178c8bf _pthread_start + 335 3 libsystem_c.dylib 0x00007fff9178fb75 thread_start + 13

Thread 6: 0 libsystem_kernel.dylib 0x00007fff860b6192 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff9178e594 _pthread_wqthread + 758 2 libsystem_c.dylib 0x00007fff9178fb85 start_wqthread + 13

Thread 7: 0 libsystem_kernel.dylib 0x00007fff860b6192 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff9178e594 _pthread_wqthread + 758 2 libsystem_c.dylib 0x00007fff9178fb85 start_wqthread + 13

Thread 8: 0 libsystem_kernel.dylib 0x00007fff860b6192 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff9178e594 _pthread_wqthread + 758 2 libsystem_c.dylib 0x00007fff9178fb85 start_wqthread + 13

Thread 9: 0 libsystem_kernel.dylib 0x00007fff860b6192 __workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff9178e594 _pthread_wqthread + 758 2 libsystem_c.dylib 0x00007fff9178fb85 start_wqthread + 13

Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfe418 rdx: 0x0000000000000000 rdi: 0x0000000000000807 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfe440 rsp: 0x00007fff5fbfe418 r8: 0x00007fff77443fb8 r9: 0x00000000000000e1 r10: 0x00007fff860b5d0a r11: 0xffffff80002d8220 r12: 0x000000010008543a r13: 0x00000001006ab000 r14: 0x00007fff77446960 r15: 0x0000000100085463 rip: 0x00007fff860b5ce2 rfl: 0x0000000000000246 cr2: 0x00007fff7743da28 Logical CPU: 0

Binary Images: 0x100000000 - 0x1000a6ff7 +net.phere.GitX (0.14 development - 0.14.8) <40E8D8CA-088B-3629-85E8-C93299D066B0> /Applications/GitX.app/Contents/MacOS/GitX 0x100130000 - 0x100136fff +com.instinctivecode.MGScopeBar (1.0 - 1) <77149A9A-5759-3834-B7D8-9DB54EECB652> /Applications/GitX.app/Contents/Frameworks/MGScopeBar.framework/Versions/A/MGScopeBar 0x10013a000 - 0x100156fff +org.andymatuschak.Sparkle (1.5 Beta [git] - 760e32c) <8D72C3E7-6EAD-3172-AE5B-9C8F38AD745C> /Applications/GitX.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle 0x10016c000 - 0x1001c6ff7 +com.github.ObjectiveGit (0.1 - 1) /Applications/GitX.app/Contents/Frameworks/ObjectiveGit.framework/Versions/A/ObjectiveGit 0x100706000 - 0x100706ff5 +cl_kernels (??? - ???) <35EA11D1-249D-44F6-83EC-F6362B97B9D3> cl_kernels 0x1058f4000 - 0x1058f7ff7 libCoreFSCache.dylib (??? - ???) <0E2C3D54-7D05-35E8-BA10-2142B7C03946> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib 0x105b06000 - 0x105b0cfef libcldcpuengine.dylib (1.50.69 - compatibility 1.0.0) /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib 0x105b13000 - 0x105b13ffd +cl_kernels (??? - ???) <2F636522-0ACB-45F5-8E80-ACAC11DA5FFC> cl_kernels 0x107549000 - 0x1075daff7 unorm8_rgba.dylib (1.50.69 - compatibility 1.0.0) <2683BD70-B7EE-3A60-A39C-2360B3C2A301> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_rgba.dylib 0x1075fc000 - 0x1075fdffc +cl_kernels (??? - ???) cl_kernels 0x1075ff000 - 0x107692ff7 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 0x1076b6000 - 0x1076b7ff3 +cl_kernels (??? - ???) cl_kernels 0x1077a4000 - 0x1077b2ff7 com.apple.Librarian (1.0 - 1) /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian 0x1077c0000 - 0x1077e0fff com.apple.ChunkingLibrary (1.0 - 127) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x107b01000 - 0x107b3efff com.apple.Ubiquity (1.1 - 210) /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity 0x107c7c000 - 0x107d0eff7 com.apple.xquery (1.3 - 29) <02B0E724-CC18-3D60-8FBE-8BDB458C155A> /System/Library/PrivateFrameworks/XQuery.framework/XQuery 0x7fff65722000 - 0x7fff65756baf dyld (195.6 - ???) <0CD1B35B-A28F-32DA-B72E-452EAD609613> /usr/lib/dyld 0x7fff85b4f000 - 0x7fff85b54fff libGIF.dylib (??? - ???) <393E2DB5-9479-39A6-A75A-B5F20B852532> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff85b55000 - 0x7fff85b7efff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff85b7f000 - 0x7fff85b7ffff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff85c57000 - 0x7fff85cf1ff7 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 0x7fff85cf2000 - 0x7fff85dfefff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib 0x7fff85dff000 - 0x7fff85eeafff com.apple.backup.framework (1.3.1 - 1.3.1) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fff85eeb000 - 0x7fff85eeefff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff85eef000 - 0x7fff85f41ff7 libGLU.dylib (??? - ???) <3C9153A0-8499-3DC0-AAA4-9FA6E488BE13> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff85f42000 - 0x7fff85f89ff7 com.apple.CoreMedia (1.0 - 705.61) <0C34B0D4-DB8A-33C7-B67B-F443AD86482C> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia 0x7fff85f8a000 - 0x7fff85fa0ff7 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 0x7fff85fa1000 - 0x7fff85fcefff com.apple.quartzfilters (1.7.0 - 1.7.0) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters 0x7fff85fcf000 - 0x7fff85fd1fff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fff85fd2000 - 0x7fff85fe4ff7 libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib 0x7fff85fe5000 - 0x7fff85fecff7 com.apple.CommerceCore (1.0 - 17) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore 0x7fff8609f000 - 0x7fff860bffff libsystem_kernel.dylib (1699.22.73 - compatibility 1.0.0) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib 0x7fff860c0000 - 0x7fff86102ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib 0x7fff86103000 - 0x7fff86108ff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib 0x7fff86109000 - 0x7fff8610efff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib 0x7fff862e6000 - 0x7fff8636aff7 com.apple.ApplicationServices.ATS (317.5.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff8636b000 - 0x7fff865defff com.apple.CoreImage (7.93 - 1.0.1) <0B7D855E-A2B6-3C14-A242-2CF2165C6E7E> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff865df000 - 0x7fff865e5ff7 com.apple.phonenumbers (1.0 - 47) <8CE13253-C65B-392F-B87F-D85A15D500D3> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers 0x7fff865e6000 - 0x7fff865e7fff libffi.dylib (??? - ???) /usr/lib/libffi.dylib 0x7fff865e8000 - 0x7fff866c6fff com.apple.ImageIO.framework (3.1.1 - 3.1.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff866c7000 - 0x7fff866c9fff libquarantine.dylib (36.2.0 - compatibility 1.0.0) <48656562-FF20-3B55-9F93-407ACA7341C0> /usr/lib/system/libquarantine.dylib 0x7fff866ca000 - 0x7fff86791ff7 com.apple.ColorSync (4.7.1 - 4.7.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff869be000 - 0x7fff869c9ff7 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 0x7fff869d3000 - 0x7fff86a23fff com.apple.CoreMediaIO (210.0 - 3180) /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO 0x7fff86a3d000 - 0x7fff86a4bfff com.apple.NetAuth (1.0 - 3.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff86a4c000 - 0x7fff86a5afff libdispatch.dylib (187.7.0 - compatibility 1.0.0) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib 0x7fff86a5b000 - 0x7fff86b3fe5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib 0x7fff86b40000 - 0x7fff86b9cff7 com.apple.QuickLookFramework (3.1 - 500.10) <35BF320E-26F5-310C-9FA9-D60919B218EC> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook 0x7fff86b9d000 - 0x7fff86bb0ff7 libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib 0x7fff86bb1000 - 0x7fff86c04fff com.apple.AppleVAFramework (5.0.14 - 5.0.14) <45159B9E-05BF-35B2-AF76-D933490FBFB1> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x7fff86c05000 - 0x7fff86c09ff7 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 0x7fff86c54000 - 0x7fff86c54fff com.apple.quartzframework (1.5 - 1.5) <21FCC91F-C7B9-304F-8C9C-04F3924F4AE3> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz 0x7fff86c55000 - 0x7fff86e29fff com.apple.CoreFoundation (6.7.1 - 635.19) <57B77925-9065-38C9-A05B-02F4F9ED007C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff8756d000 - 0x7fff87b51fff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff87b52000 - 0x7fff87b55ff7 com.apple.securityhi (4.0 - 1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x7fff87b56000 - 0x7fff87dccff7 com.apple.imageKit (2.1.1 - 1.0) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit 0x7fff87dcd000 - 0x7fff87de7fff com.apple.CoreMediaAuthoring (2.0 - 890) <7BE57576-8EF5-3473-95E6-6191E239E3F0> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring 0x7fff87de8000 - 0x7fff87e6bfef com.apple.Metadata (10.7.0 - 627.28) <1C14033A-69C9-3757-B24D-5583AEAC2CBA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff87e6c000 - 0x7fff87e99fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <7BEBB139-50BB-3112-947A-F4AA168F991C> /usr/lib/libSystem.B.dylib 0x7fff87ed5000 - 0x7fff883abff7 com.apple.RawCamera.bundle (3.11.0 - 608) <187ED782-EDF1-C1AC-B73A-E974DD57E9DD> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0x7fff883cb000 - 0x7fff8840bfff libtidy.A.dylib (??? - ???) /usr/lib/libtidy.A.dylib 0x7fff8840c000 - 0x7fff8844cff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <29DE948E-38C4-3CC5-B528-40C691380607> /usr/lib/libcups.2.dylib 0x7fff8845c000 - 0x7fff884ccfff com.apple.datadetectorscore (3.0 - 179.4) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff884cd000 - 0x7fff884d3fff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff884d4000 - 0x7fff884d4fff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib 0x7fff884d5000 - 0x7fff88500ff7 com.apple.CoreServicesInternal (113.12 - 113.12) /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fff885df000 - 0x7fff885f5fff libGL.dylib (??? - ???) <6A473BF9-4D35-34C6-9F8B-86B68091A9AF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff885f6000 - 0x7fff88a23fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff88bdd000 - 0x7fff88c29ff7 com.apple.SystemConfiguration (1.11.2 - 1.11) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff88c2a000 - 0x7fff88c35ff7 com.apple.aps.framework (2.1 - 2.1) /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService 0x7fff88fea000 - 0x7fff8930dff7 com.apple.AddressBook.framework (6.1 - 1083) <9C23C164-B9E1-3F80-83F4-C027AF282DE6> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook 0x7fff8979f000 - 0x7fff897a5fff libGFXShared.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff897e5000 - 0x7fff8980bff7 com.apple.framework.familycontrols (3.0 - 300) /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls 0x7fff89852000 - 0x7fff8a1e27a7 com.apple.CoreGraphics (1.600.0 - ???) <177D9BAD-72C9-3ADF-A391-5B88C5EE623F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff8a20b000 - 0x7fff8a233ff7 com.apple.CoreVideo (1.7 - 70.1) <98F917B2-FB53-3EA3-B548-7E97B38309A7> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff8a234000 - 0x7fff8a263fff com.apple.shortcut (2.1 - 2.1) <43C186C0-6B0F-39FA-976A-C307CC410495> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut 0x7fff8a264000 - 0x7fff8a2caff7 com.apple.coreui (1.2.1 - 165.3) <378C9221-ADE6-36D9-9944-F33AE6904E4F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff8a2cb000 - 0x7fff8a2e8fff libxpc.dylib (77.18.0 - compatibility 1.0.0) <26C05F31-E809-3B47-AF42-1460971E3AC3> /usr/lib/system/libxpc.dylib 0x7fff8a435000 - 0x7fff8a435fff com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7fff8a436000 - 0x7fff8a469ff7 com.apple.GSS (2.1 - 2.0) <57AD81CE-6320-38C9-9B66-0E5A4DEA898A> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff8a5d7000 - 0x7fff8a901ff7 com.apple.HIToolbox (1.8 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff8a902000 - 0x7fff8a945ff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <85D00F5C-43ED-33A9-80B4-72EB0EAE3E25> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x7fff8a946000 - 0x7fff8a97bfff libTrueTypeScaler.dylib (??? - ???) <5AB9A51C-AD6B-3E02-B9A6-7B1447CF6134> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib 0x7fff8a97c000 - 0x7fff8a97ffff libCoreVMClient.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff8a988000 - 0x7fff8aabefff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff8aabf000 - 0x7fff8ab72fff com.apple.CoreText (220.11.0 - ???) <0322442E-0530-37E8-A7D6-AEFD909F0AFE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff8aba3000 - 0x7fff8aba3fff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff8aba4000 - 0x7fff8ac86fff com.apple.CoreServices.OSServices (478.37 - 478.37) <1DAC695E-0D0F-3AE2-974F-A173E69E67CC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff8ad09000 - 0x7fff8ad48ff7 libGLImage.dylib (??? - ???) <348729DC-BC44-3744-B249-9DFA6498344A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff8ad49000 - 0x7fff8ad69fff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff8ad6a000 - 0x7fff8ae0efef com.apple.ink.framework (1.3.2 - 110) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff8ae0f000 - 0x7fff8ae33fff com.apple.RemoteViewServices (1.3 - 44) <21D7A0E7-6699-37AB-AE6C-BF69AF3D61C2> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff8ae34000 - 0x7fff8ae42fff com.apple.HelpData (2.1.2 - 72) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData 0x7fff8ae9e000 - 0x7fff8ae9efff com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff8ae9f000 - 0x7fff8aea9ff7 liblaunch.dylib (392.18.0 - compatibility 1.0.0) <39EF04F2-7F0C-3435-B785-BF283727FFBD> /usr/lib/system/liblaunch.dylib 0x7fff8aeaa000 - 0x7fff8aebffff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff8aec0000 - 0x7fff8b027ff7 com.apple.CFNetwork (520.3.2 - 520.3.2) <516B611D-E53E-3467-9211-3C5B86ABA865> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff8b028000 - 0x7fff8b03cff7 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 0x7fff8b03d000 - 0x7fff8b13fff7 libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib 0x7fff8b140000 - 0x7fff8b141ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib 0x7fff8b142000 - 0x7fff8b143fff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib 0x7fff8b144000 - 0x7fff8b154ff7 com.apple.opengl (1.7.6 - 1.7.6) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff8b172000 - 0x7fff8b204ff7 com.apple.CorePDF (3.1 - 3.1) /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF 0x7fff8b205000 - 0x7fff8b230fff libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <7D3CDB0A-840F-3856-8F84-B4A50E66431B> /usr/lib/libpcre.0.dylib 0x7fff8b231000 - 0x7fff8b25afff com.apple.datadetectors (3.2 - 172.5) /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors 0x7fff8b25b000 - 0x7fff8b261fff libmacho.dylib (800.0.0 - compatibility 1.0.0) /usr/lib/system/libmacho.dylib 0x7fff8b262000 - 0x7fff8b9f6fef com.apple.CoreAUC (6.11.04 - 6.11.04) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x7fff8b9f7000 - 0x7fff8b9f8fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff8b9f9000 - 0x7fff8b9f9fff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff8b9fa000 - 0x7fff8baf4ff7 com.apple.DiskImagesFramework (10.7.3 - 331.3) <57A7E46A-5AA4-37FF-B19C-5337CCBCA0CA> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages 0x7fff8baf5000 - 0x7fff8bb5dff7 com.apple.audio.CoreAudio (4.0.2 - 4.0.2) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff8bb5e000 - 0x7fff8bb62fff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <37517279-C92E-3217-B49A-838198B48787> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib 0x7fff8c23f000 - 0x7fff8c2d5ff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff8c2ec000 - 0x7fff8c3cafff com.apple.DiscRecording (6.0.3 - 6030.4.1) <8DB1BDDD-F066-3E8B-B416-11DF712C6A1E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording 0x7fff8c3cb000 - 0x7fff8c441fff com.apple.ISSupport (1.9.8 - 56) <2CEE7E6B-D841-36D8-BC9F-081B33F6E501> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport 0x7fff8c442000 - 0x7fff8c4d4fff com.apple.PDFKit (2.6.2 - 2.6.2) <4C8D80F6-09BB-3BD5-983B-A24FBEB5BCF3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit 0x7fff8c50b000 - 0x7fff8c55fff7 com.apple.ImageCaptureCore (3.0.2 - 3.0.2) <68147E63-C211-361E-8B24-B5E0675B4297> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore 0x7fff8c560000 - 0x7fff8c87cff7 com.apple.CoreServices.CarbonCore (960.20 - 960.20) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff8c87d000 - 0x7fff8c894fff com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff8c8a3000 - 0x7fff8c8acff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib 0x7fff8c8ad000 - 0x7fff8c94dfff com.apple.LaunchServices (480.27.1 - 480.27.1) <4DC96C1E-6FDE-305E-9718-E4C5C1341F56> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff8c94e000 - 0x7fff8c965fff com.apple.MultitouchSupport.framework (220.62.1 - 220.62.1) <3F8C015B-88AC-370F-B39D-B4665FB7616A> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff8c966000 - 0x7fff8ca66fff com.apple.QuickLookUIFramework (3.1 - 500.10) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI 0x7fff8ca67000 - 0x7fff8cb5cfff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib 0x7fff8cb61000 - 0x7fff8cb62fff com.apple.MonitorPanelFramework (1.4.0 - 1.4.0) <0F55CD76-DB24-309B-BD12-62B00C1AAB9F> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel 0x7fff8cb63000 - 0x7fff8cb69ff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib 0x7fff8cb86000 - 0x7fff8cb89fff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x7fff8cb8a000 - 0x7fff8cdb2fe7 com.apple.CoreData (104.1 - 358.13) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff8cdb6000 - 0x7fff8ce31ff7 com.apple.print.framework.PrintCore (7.1 - 366.1) <3F140DEB-9F87-3672-97CC-F983752581AC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff8ce32000 - 0x7fff8ce56fff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff8ce57000 - 0x7fff8ce64ff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib 0x7fff8ce65000 - 0x7fff8d203fef com.apple.MediaToolbox (1.0 - 705.61) /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x7fff8d204000 - 0x7fff8d23ffff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib 0x7fff8d240000 - 0x7fff8d244fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib 0x7fff8d265000 - 0x7fff8d2a9ff7 com.apple.MediaKit (12 - 589) <7CFF29BF-D907-3593-B338-0BB48643B2A8> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit 0x7fff8d339000 - 0x7fff8d378fff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff8d379000 - 0x7fff8d384ff7 com.apple.DisplayServicesFW (2.5.2 - 317) /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices 0x7fff8d3f9000 - 0x7fff8d500fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib 0x7fff8d501000 - 0x7fff8d60efff libJP2.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff8d60f000 - 0x7fff8d610ff7 libsystem_sandbox.dylib (??? - ???) <5087ADAD-D34D-3844-9D04-AFF93CED3D92> /usr/lib/system/libsystem_sandbox.dylib 0x7fff8d650000 - 0x7fff8d7daff7 com.apple.WebKit (7534.53 - 7534.53.11) <2969964C-2759-3407-9EBB-C1304A556755> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit 0x7fff8d7db000 - 0x7fff8d7defff com.apple.AppleSystemInfo (1.0 - 1) <598ADC13-C994-3579-A885-0D6658DDD564> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo 0x7fff8d835000 - 0x7fff8d94efff com.apple.DesktopServices (1.6.2 - 1.6.2) <6B83172E-F539-3AF8-A76D-1F9EA357B076> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff8d94f000 - 0x7fff8d9b9ff7 com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff8d9ba000 - 0x7fff8ddecfef com.apple.VideoToolbox (1.0 - 705.61) <1A70CA82-C849-3033-8598-37C5A72637CC> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox 0x7fff8dded000 - 0x7fff8e106ff7 com.apple.Foundation (6.7.1 - 833.24) <6D4E6F93-64EF-3D41-AE80-2BB10E2E6323> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff8e11c000 - 0x7fff8e162ff7 libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <01DD0773-236C-3AC3-B43B-07911F458767> /usr/lib/libcurl.4.dylib 0x7fff8e163000 - 0x7fff8e268fff libFontParser.dylib (??? - ???) <0920DA16-2066-33E6-BF95-AD4B0F3C22B0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff8e269000 - 0x7fff8e54bfff com.apple.security (7.0 - 55110) <252F9E04-FF8A-3EA7-A38E-51DD0653663C> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff8e55c000 - 0x7fff8e56bfff libxar.1.dylib (??? - ???) <58B07AA0-BC12-36E3-94FC-C252719A1BDF> /usr/lib/libxar.1.dylib 0x7fff8e666000 - 0x7fff8eb2dfff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight 0x7fff8eb2e000 - 0x7fff8eb35fff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib 0x7fff8eb79000 - 0x7fff8ecd2fff com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <0AD8197C-1BA9-30CD-98F1-4CA2C6559BA8> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff8ecd6000 - 0x7fff8ece1fff com.apple.CommonAuth (2.1 - 2.0) <272CB600-6DA8-3952-97C0-5DC594DCA024> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff8ece2000 - 0x7fff8eddffff com.apple.avfoundation (2.0 - 180.30) <061DDF4C-E7BB-33D0-BEB9-0443ADF6EC8C> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation 0x7fff8edf1000 - 0x7fff8edfefff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x7fff8edff000 - 0x7fff8ee84ff7 com.apple.Heimdal (2.1 - 2.0) <3758B442-6175-32B8-8C17-D8ABDD589BF9> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff8ee85000 - 0x7fff8fb99fef com.apple.WebCore (7534.53 - 7534.53.11) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore 0x7fff8fb9a000 - 0x7fff8fbb9fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib 0x7fff8fc46000 - 0x7fff8fc62ff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x7fff8fc63000 - 0x7fff8feeefff com.apple.JavaScriptCore (7534.53 - 7534.53.8) <619D6392-D833-3C55-B1C0-4DAA0477796C> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x7fff90242000 - 0x7fff90243fff libdnsinfo.dylib (395.6.0 - compatibility 1.0.0) <718A135F-6349-354A-85D5-430B128EFD57> /usr/lib/system/libdnsinfo.dylib 0x7fff90244000 - 0x7fff90256ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib 0x7fff90257000 - 0x7fff903e1ff7 com.apple.QTKit (7.7.1 - 2315) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit 0x7fff903e2000 - 0x7fff90412ff7 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 0x7fff90413000 - 0x7fff90473fff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff90475000 - 0x7fff90475fff com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff904db000 - 0x7fff904e2fff libCGXCoreImage.A.dylib (600.0.0 - compatibility 64.0.0) <848F5267-C6B3-3591-AB27-B0176B04CCC4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib 0x7fff904e3000 - 0x7fff9050afff com.apple.PerformanceAnalysis (1.10 - 10) <2A058167-292E-3C3A-B1F8-49813336E068> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff90510000 - 0x7fff91114fff com.apple.AppKit (6.7.3 - 1138.32) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff91115000 - 0x7fff911b7ff7 com.apple.securityfoundation (5.0 - 55107) <6C2E7362-CB11-3CBD-BB1C-348E4B10F25A> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff911b8000 - 0x7fff911e5ff7 com.apple.opencl (1.50.69 - 1.50.69) <687265AF-E9B6-3537-89D7-7C12EB38193D> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff91248000 - 0x7fff91248fff com.apple.audio.units.AudioUnit (1.7.2 - 1.7.2) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff91256000 - 0x7fff912a4fff libauto.dylib (??? - ???) /usr/lib/libauto.dylib 0x7fff912a5000 - 0x7fff912e6fff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff912e7000 - 0x7fff91304ff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x7fff91448000 - 0x7fff91464ff7 com.apple.frameworks.preferencepanes (15.0 - 15.0) /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes 0x7fff91465000 - 0x7fff9149ffe7 com.apple.DebugSymbols (2.1 - 87) /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fff914a0000 - 0x7fff91502ff7 com.apple.Symbolication (1.3 - 91) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x7fff9155e000 - 0x7fff91569ff7 com.apple.bsd.ServiceManagement (2.0 - 2.0) <9807F306-4081-34DA-9970-83A136E1E53F> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fff9156a000 - 0x7fff915a3fe7 libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <79AAEC98-1258-3DA4-B1C0-4120049D390B> /usr/lib/libssl.0.9.8.dylib 0x7fff915ea000 - 0x7fff91642fff libTIFF.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff91643000 - 0x7fff9166afff com.apple.framework.internetaccounts (1.2 - 3) /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts 0x7fff9166b000 - 0x7fff916c6ff7 com.apple.HIServices (1.11 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff916c7000 - 0x7fff916cffff libsystem_dnssd.dylib (??? - ???) <7749128E-D0C5-3832-861C-BC9913F774FA> /usr/lib/system/libsystem_dnssd.dylib 0x7fff916d0000 - 0x7fff916d2ff7 com.apple.print.framework.Print (7.1 - 247.1) <8A4925A5-BAA3-373C-9B5D-03E0270C6B12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x7fff916d3000 - 0x7fff916d8fff libcache.dylib (47.0.0 - compatibility 1.0.0) /usr/lib/system/libcache.dylib 0x7fff916d9000 - 0x7fff916f5fff com.apple.ScriptingBridge (1.2.1 - ???) <7DCC43F7-9F5A-388D-A00D-70E2618731BA> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge 0x7fff916f6000 - 0x7fff91731fff com.apple.LDAPFramework (3.0 - 120.1) <0C23534F-A8E7-3144-B2B2-50F9875101E2> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x7fff91732000 - 0x7fff91733ff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib 0x7fff91734000 - 0x7fff91735fff libunc.dylib (24.0.0 - compatibility 1.0.0) /usr/lib/system/libunc.dylib 0x7fff91736000 - 0x7fff9173dfff com.apple.NetFS (4.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff9173e000 - 0x7fff9181bfef libsystem_c.dylib (763.12.0 - compatibility 1.0.0) /usr/lib/system/libsystem_c.dylib 0x7fff9182a000 - 0x7fff9183cff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib 0x7fff91881000 - 0x7fff918f7fff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fff918f8000 - 0x7fff9192dfff com.apple.securityinterface (5.0 - 55007) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface 0x7fff91955000 - 0x7fff91960ff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib 0x7fff91961000 - 0x7fff919d6ff7 libc++.1.dylib (19.0.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib 0x7fff919d7000 - 0x7fff91a2bff7 libFontRegistry.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff91c81000 - 0x7fff91cd5ff7 com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface 0x7fff91cd6000 - 0x7fff91d01ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <8051A3FC-7385-3EA9-9634-78FC616C3E94> /usr/lib/libxslt.1.dylib 0x7fff91d02000 - 0x7fff91d75fff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib 0x7fff91d76000 - 0x7fff91fe4ff7 com.apple.QuartzComposer (5.0 - 236.3) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer 0x7fff92023000 - 0x7fff92028fff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib 0x7fff9202b000 - 0x7fff9203aff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib 0x7fff920a1000 - 0x7fff92240fff com.apple.QuartzCore (1.7 - 270.2) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff92241000 - 0x7fff92241fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff92244000 - 0x7fff92246fff libCVMSPluginSupport.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff92247000 - 0x7fff9224cfff com.apple.OpenDirectory (10.7 - 146) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff92341000 - 0x7fff92345fff libdyld.dylib (195.5.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib 0x7fff923d8000 - 0x7fff923e4fff com.apple.DirectoryService.Framework (10.7 - 146) <65C78AE3-89B8-3372-8359-31FD520781D5> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService 0x7fff923e5000 - 0x7fff925e7fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <38CD6ED3-C8E4-3CCD-89AC-9C3198803101> /usr/lib/libicucore.A.dylib 0x7fff925e8000 - 0x7fff925f6ff7 libkxld.dylib (??? - ???) <65BE345D-6618-3D1A-9E2B-255E629646AA> /usr/lib/system/libkxld.dylib 0x7fff925f7000 - 0x7fff92a14ff7 com.apple.SceneKit (2.2 - 125.3) /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit 0x7fff92a6d000 - 0x7fff92a73fff IOSurface (??? - ???) <06FA3FDD-E6D5-391F-B60D-E98B169DAB1B> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface

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

VM Region Summary: ReadOnly portion of Libraries: Total=207.6M resident=154.1M(74%) swapped_out_or_unallocated=53.6M(26%) Writable regions: Total=1.2G written=29.9M(3%) resident=105.3M(9%) swapped_out=0K(0%) unallocated=1.1G(91%)

REGION TYPE VIRTUAL =========== ======= CG backing stores 17.6M CG image 376K CG raster data 476K CG shared images 3504K CoreGraphics 16K CoreImage 72K CoreServices 2276K JS JIT generated code 128.0M JS JIT generated code (reserved) 896.0M reserved VM address space (unallocated) JS VM register file 4096K JS garbage collector 1072K MALLOC 115.5M MALLOC guard page 48K MALLOC_LARGE (reserved) 2048K reserved VM address space (unallocated) Memory tag=240 4K Memory tag=242 12K Memory tag=251 8K OpenCL 40K SQLite page cache 192K STACK GUARD 56.0M Stack 12.1M VM_ALLOCATE 18.3M CI_BITMAP 80K DATA 20.3M IMAGE 528K LINKEDIT 48.5M RC_CAMERAS 240K TEXT 159.2M __UNICODE 544K mapped file 43.1M shared memory 312K =========== ======= TOTAL 1.5G TOTAL, minus reserved VM space 632.2M

Model: iMac12,2, BootROM IM121.0047.B1F, 4 processors, Intel Core i5, 3.1 GHz, 16 GB, SMC 1.72f1 Graphics: AMD Radeon HD 6970M, AMD Radeon HD 6970M, PCIe, 1024 MB Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1333 MHz, 0x802C, 0x31364B54463531323634485A2D3147344D31 Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1333 MHz, 0x802C, 0x31364B54463531323634485A2D3147344D31 Memory Module: BANK 0/DIMM1, 4 GB, DDR3, 1333 MHz, 0x802C, 0x31364B54463531323634485A2D3147344D31 Memory Module: BANK 1/DIMM1, 4 GB, DDR3, 1333 MHz, 0x802C, 0x31364B54463531323634485A2D3147344D31 AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x9A), Atheros 9380: 4.0.61.5-P2P Bluetooth: Version 4.0.3f12, 2 service, 18 devices, 1 incoming serial ports Network Service: Ethernet, Ethernet, en0 Serial ATA Device: ST31000528AS, 1 TB Serial ATA Device: OPTIARC DVD RW AD-5680H USB Device: hub_device, 0x0424 (SMSC), 0x2514, 0xfa100000 / 3 USB Device: Keyboard Hub, apple_vendor_id, 0x1006, 0xfa130000 / 5 USB Device: Apple Keyboard, apple_vendor_id, 0x0220, 0xfa132000 / 6 USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0xfa110000 / 4 USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8215, 0xfa111000 / 8 USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x850b, 0xfa200000 / 2 USB Device: hub_device, 0x0424 (SMSC), 0x2514, 0xfd100000 / 2 USB Device: iPad, apple_vendor_id, 0x12a6, 0xfd140000 / 5 USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0xfd110000 / 4 USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd120000 / 3 FireWire Device: S1, ., 800mbit_speed

yorkxin commented 12 years ago

duplicates #24

rowanj commented 12 years ago

24 is now resolved