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

GitX shows no commits #141

Open georgevreilly opened 11 years ago

georgevreilly commented 11 years ago

All I see in "Version 0.14.80 development (0.14.80)" is a detached HEAD. Every branch is empty. I see similar things in all the other working copies that I've opened. All of them open fine in SourceTree, command-line git 1.8, etc.

image

OS X 10.7.5

jucor commented 11 years ago

+1. Reverting to 0.14.57 (my former working) solved it.

rowanj commented 11 years ago

This is obviously a very severe error; but I haven't managed to reproduce it myself. I'd greatly appreciate any narrowing down of the environment this can be reproduced with.

I've tried:

georgevreilly commented 11 years ago

I see the same empty list of commits with the GitX repo::

georger@mac-georger:~/src$ git --version
git version 1.8.1.1
georger@mac-georger:~/src$ git clone git@github.com:rowanj/gitx.git
Cloning into 'gitx'...
remote: Counting objects: 9283, done.
remote: Compressing objects: 100% (3194/3194), done.
remote: Total 9283 (delta 6195), reused 8750 (delta 5820)
Receiving objects: 100% (9283/9283), 7.65 MiB | 585 KiB/s, done.
Resolving deltas: 100% (6195/6195), done.

When I tried to use GitX to clone git@github.com:georgevreilly/git-diffall.git, I got a segfault::

Process:         GitX [2828]
Path:            /Applications/GitX.app/Contents/MacOS/GitX
Identifier:      net.phere.GitX
Version:         0.14.80 development (0.14.80)
Code Type:       X86-64 (Native)
Parent Process:  launchd [377]

Date/Time:       2013-01-28 22:06:46.401 -0800
OS Version:      Mac OS X 10.7.5 (11G63)
Report Version:  9
Sleep/Wake UUID: 326E6209-0D5A-4368-8734-828D0B335F5C

Interval Since Last Report:          923346 sec
Crashes Since Last Report:           6
Per-App Interval Since Last Report:  231135 sec
Per-App Crashes Since Last Report:   2
Anonymous UUID:                      50E77FA3-EAB0-4572-9A92-87556921DD2A

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

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: 0x000000000000000d, 0x0000000000000000

VM Regions Near 0:
--> 
    __TEXT                 0000000100000000-0000000100062000 [  392K] r-x/rwx SM=COW  /Applications/GitX.app/Contents/MacOS/GitX

Application Specific Information:
objc_msgSend() selector name: progressIndicator
objc[2828]: garbage collection is OFF

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libobjc.A.dylib                 0x00007fff8b7c9e90 objc_msgSend + 16
1   net.phere.GitX                  0x000000010003f460 -[PBRemoteProgressSheet taskCompleted:] + 106
2   com.apple.Foundation            0x00007fff8314bd0e __-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke_1 + 47
3   com.apple.CoreFoundation        0x00007fff83b897ba _CFXNotificationPost + 2634
4   com.apple.Foundation            0x00007fff83137fc3 -[NSNotificationCenter postNotificationName:object:userInfo:] + 65
5   com.apple.CoreFoundation        0x00007fff83b95dfc __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12
6   com.apple.CoreFoundation        0x00007fff83b4df02 __CFRunLoopDoBlocks + 322
7   com.apple.CoreFoundation        0x00007fff83b75fa7 __CFRunLoopRun + 2023
8   com.apple.CoreFoundation        0x00007fff83b75486 CFRunLoopRunSpecific + 230
9   com.apple.HIToolbox             0x00007fff8144d2bf RunCurrentEventLoopInMode + 277
10  com.apple.HIToolbox             0x00007fff8145456d ReceiveNextEventCommon + 355
11  com.apple.HIToolbox             0x00007fff814543fa BlockUntilNextEventMatchingListInMode + 62
12  com.apple.AppKit                0x00007fff87cf0779 _DPSNextEvent + 659
13  com.apple.AppKit                0x00007fff87cf007d -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
14  com.apple.AppKit                0x00007fff87cec9b9 -[NSApplication run] + 470
15  com.apple.AppKit                0x00007fff87f68eac NSApplicationMain + 867
16  net.phere.GitX                  0x0000000100030c87 main + 74
17  net.phere.GitX                  0x0000000100001634 start + 52

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib          0x00007fff86fec7e6 kevent + 10
1   libdispatch.dylib               0x00007fff80caf786 _dispatch_mgr_invoke + 923
2   libdispatch.dylib               0x00007fff80cae316 _dispatch_mgr_thread + 54

Thread 2:: WebCore: LocalStorage
0   libsystem_kernel.dylib          0x00007fff86febbca __psynch_cvwait + 10
1   libsystem_c.dylib               0x00007fff8377c274 _pthread_cond_wait + 840
2   com.apple.JavaScriptCore        0x00007fff87742a60 WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 64
3   com.apple.WebCore               0x00007fff8902bf9a WTF::MessageQueue<WebCore::LocalStorageTask>::waitForMessage() + 132
4   com.apple.WebCore               0x00007fff8902bef3 WebCore::LocalStorageThread::threadEntryPoint() + 99
5   com.apple.WebCore               0x00007fff8902be3b WebCore::LocalStorageThread::threadEntryPointCallback(void*) + 9
6   libsystem_c.dylib               0x00007fff837788bf _pthread_start + 335
7   libsystem_c.dylib               0x00007fff8377bb75 thread_start + 13

Thread 3:: com.apple.NSURLConnectionLoader
0   libsystem_kernel.dylib          0x00007fff86fea67a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff86fe9d71 mach_msg + 73
2   com.apple.CoreFoundation        0x00007fff83b6d50c __CFRunLoopServiceMachPort + 188
3   com.apple.CoreFoundation        0x00007fff83b75c74 __CFRunLoopRun + 1204
4   com.apple.CoreFoundation        0x00007fff83b75486 CFRunLoopRunSpecific + 230
5   com.apple.Foundation            0x00007fff8319afd7 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 335
6   com.apple.Foundation            0x00007fff8318f72a -[NSThread main] + 68
7   com.apple.Foundation            0x00007fff8318f6a2 __NSThread__main__ + 1575
8   libsystem_c.dylib               0x00007fff837788bf _pthread_start + 335
9   libsystem_c.dylib               0x00007fff8377bb75 thread_start + 13

Thread 4:: JavaScriptCore::Marking
0   libsystem_kernel.dylib          0x00007fff86febbca __psynch_cvwait + 10
1   libsystem_c.dylib               0x00007fff8377c274 _pthread_cond_wait + 840
2   com.apple.JavaScriptCore        0x00007fff879b978d JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 493
3   com.apple.JavaScriptCore        0x00007fff879b99e0 JSC::MarkStackThreadSharedData::markingThreadMain() + 272
4   com.apple.JavaScriptCore        0x00007fff879b9a89 JSC::MarkStackThreadSharedData::markingThreadStartFunc(void*) + 9
5   libsystem_c.dylib               0x00007fff837788bf _pthread_start + 335
6   libsystem_c.dylib               0x00007fff8377bb75 thread_start + 13

Thread 5:: JavaScriptCore::Marking
0   libsystem_kernel.dylib          0x00007fff86febbca __psynch_cvwait + 10
1   libsystem_c.dylib               0x00007fff8377c274 _pthread_cond_wait + 840
2   com.apple.JavaScriptCore        0x00007fff879b978d JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 493
3   com.apple.JavaScriptCore        0x00007fff879b99e0 JSC::MarkStackThreadSharedData::markingThreadMain() + 272
4   com.apple.JavaScriptCore        0x00007fff879b9a89 JSC::MarkStackThreadSharedData::markingThreadStartFunc(void*) + 9
5   libsystem_c.dylib               0x00007fff837788bf _pthread_start + 335
6   libsystem_c.dylib               0x00007fff8377bb75 thread_start + 13

Thread 6:: JavaScriptCore::Marking
0   libsystem_kernel.dylib          0x00007fff86febbca __psynch_cvwait + 10
1   libsystem_c.dylib               0x00007fff8377c274 _pthread_cond_wait + 840
2   com.apple.JavaScriptCore        0x00007fff879b978d JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 493
3   com.apple.JavaScriptCore        0x00007fff879b99e0 JSC::MarkStackThreadSharedData::markingThreadMain() + 272
4   com.apple.JavaScriptCore        0x00007fff879b9a89 JSC::MarkStackThreadSharedData::markingThreadStartFunc(void*) + 9
5   libsystem_c.dylib               0x00007fff837788bf _pthread_start + 335
6   libsystem_c.dylib               0x00007fff8377bb75 thread_start + 13

Thread 7:: JavaScriptCore::BlockFree
0   libsystem_kernel.dylib          0x00007fff86febbca __psynch_cvwait + 10
1   libsystem_c.dylib               0x00007fff8377c274 _pthread_cond_wait + 840
2   com.apple.JavaScriptCore        0x00007fff87742ab7 WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 151
3   com.apple.JavaScriptCore        0x00007fff879c20cc JSC::Heap::blockFreeingThreadMain() + 300
4   com.apple.JavaScriptCore        0x00007fff879c2109 JSC::Heap::blockFreeingThreadStartFunc(void*) + 9
5   libsystem_c.dylib               0x00007fff837788bf _pthread_start + 335
6   libsystem_c.dylib               0x00007fff8377bb75 thread_start + 13

Thread 8:: com.apple.CFSocket.private
0   libsystem_kernel.dylib          0x00007fff86febdf2 __select + 10
1   com.apple.CoreFoundation        0x00007fff83bbec8b __CFSocketManager + 1355
2   libsystem_c.dylib               0x00007fff837788bf _pthread_start + 335
3   libsystem_c.dylib               0x00007fff8377bb75 thread_start + 13

Thread 9:
0   libsystem_kernel.dylib          0x00007fff86fec192 __workq_kernreturn + 10
1   libsystem_c.dylib               0x00007fff8377a594 _pthread_wqthread + 758
2   libsystem_c.dylib               0x00007fff8377bb85 start_wqthread + 13

Thread 10:
0   libsystem_kernel.dylib          0x00007fff86fec192 __workq_kernreturn + 10
1   libsystem_c.dylib               0x00007fff8377a594 _pthread_wqthread + 758
2   libsystem_c.dylib               0x00007fff8377bb85 start_wqthread + 13

Thread 11:
0   libsystem_kernel.dylib          0x00007fff86fec192 __workq_kernreturn + 10
1   libsystem_c.dylib               0x00007fff8377a594 _pthread_wqthread + 758
2   libsystem_c.dylib               0x00007fff8377bb85 start_wqthread + 13

Thread 12:: com.apple.appkit-heartbeat
0   libsystem_kernel.dylib          0x00007fff86febe42 __semwait_signal + 10
1   libsystem_c.dylib               0x00007fff8372edea nanosleep + 164
2   libsystem_c.dylib               0x00007fff8372ebb5 usleep + 53
3   com.apple.AppKit                0x00007fff87f2511b -[NSUIHeartBeat _heartBeatThread:] + 1727
4   com.apple.Foundation            0x00007fff8318f72a -[NSThread main] + 68
5   com.apple.Foundation            0x00007fff8318f6a2 __NSThread__main__ + 1575
6   libsystem_c.dylib               0x00007fff837788bf _pthread_start + 335
7   libsystem_c.dylib               0x00007fff8377bb75 thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000101d01500  rcx: 0x000000000000000a  rdx: 0x00000001038f5e00
  rdi: 0x000000010198abd0  rsi: 0x00007fff885f617c  rbp: 0x00007fff5fbfe5d0  rsp: 0x00007fff5fbfe5a0
   r8: 0x0000000000000000   r9: 0x0000000000000001  r10: 0x00000000000015a0  r11: 0xb000000010195d03
  r12: 0x000000010207f000  r13: 0x0000000000000000  r14: 0x000000010198abd0  r15: 0x00007fff8b7c9e80
  rip: 0x00007fff8b7c9e90  rfl: 0x0000000000010246  cr2: 0x00000001019012c8
Logical CPU: 4

Binary Images:
       0x100000000 -        0x100061ff7 +net.phere.GitX (0.14.80 development - 0.14.80) <3853891E-00DA-3376-AA8F-8CCD8D066F9C> /Applications/GitX.app/Contents/MacOS/GitX
       0x1000d0000 -        0x1000d7fff +com.instinctivecode.MGScopeBar (1.0 - 1) <81439F88-90AE-328A-B4E8-7E08F4CB7562> /Applications/GitX.app/Contents/Frameworks/MGScopeBar.framework/Versions/A/MGScopeBar
       0x1000df000 -        0x1000fdff7 +org.andymatuschak.Sparkle (1.5 Beta [git] - 3e3a11b) <571BDE94-7237-3F6A-95EB-2D5615ECFD70> /Applications/GitX.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
       0x100117000 -        0x1001ecfe7 +com.github.ObjectiveGit (0.1 - 1) <04E69902-33FB-3596-A52E-7141AB812B52> /Applications/GitX.app/Contents/Frameworks/ObjectiveGit.framework/Versions/A/ObjectiveGit
       0x106286000 -        0x106286ff1 +cl_kernels (??? - ???) <AD12A02D-9030-4023-9DEE-67AD0FD3B295> cl_kernels
       0x106b8d000 -        0x106b97fef  libcldcpuengine.dylib (2.0.19 - compatibility 1.0.0) <4572AD1E-D1D1-3412-AFCC-D37037B1FAB5> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
       0x106b9d000 -        0x106ba0ff7  libCoreFSCache.dylib (??? - ???) <0D155750-7910-32C5-8327-924FC1089442> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
       0x106bc3000 -        0x106bc4ff2 +cl_kernels (??? - ???) <74D2E477-D57D-415D-91DC-047E4EB35459> cl_kernels
       0x106bcd000 -        0x106bceff3 +cl_kernels (??? - ???) <0FDD8EF1-1B6F-4F27-BE21-00278437E4FD> cl_kernels
       0x1087fc000 -        0x1087fdff3 +cl_kernels (??? - ???) <3CC4A469-059C-4C3A-B6A4-4820A466C606> cl_kernels
       0x109308000 -        0x109308ff3 +cl_kernels (??? - ???) <1D7C4C67-3378-4E60-B522-4B837F28CE8B> cl_kernels
       0x1097ea000 -        0x109884ff7  unorm8_rgba.dylib (2.0.19 - compatibility 1.0.0) <8CA67399-44BB-35F8-94EF-EB57CD3AA542> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_rgba.dylib
       0x1098a3000 -        0x109942ff7  unorm8_bgra.dylib (2.0.19 - compatibility 1.0.0) <47DA7D73-C52D-322F-A08F-4DB320A65373> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
       0x109a67000 -        0x109a75ff7  com.apple.Librarian (1.0.1 - 1) <4DECA656-CFBA-352F-AEC8-1169BB9578E9> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
       0x109a83000 -        0x109ac1fff  com.apple.Ubiquity (1.1 - 210) <A1EDBD26-399A-30F2-9ED8-A2A34EFF083A> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
       0x109adf000 -        0x109affff7  com.apple.ChunkingLibrary (1.0 - 127.2) <EDF32155-7CFE-3831-949B-80A56E991B68> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
       0x10af00000 -        0x10af9eff7  unorm8_argb.dylib (2.0.19 - compatibility 1.0.0) <936B4155-1C6B-3928-9FFA-F72E7163872E> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_argb.dylib
    0x7fff66fb2000 -     0x7fff66fe6baf  dyld (195.6 - ???) <C58DAD8A-4B00-3676-8637-93D6FDE73147> /usr/lib/dyld
    0x7fff809af000 -     0x7fff809affff  com.apple.quartzframework (1.5 - 1.5) <A7A2DBBA-BFFC-35C0-A927-CC0BA4C851E7> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff809ba000 -     0x7fff80a0efff  libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff80a0f000 -     0x7fff80a25ff7  com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff80a26000 -     0x7fff80a7eff7  libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff80a7f000 -     0x7fff80b7cff7  com.apple.avfoundation (2.0 - 180.50) <A2EAE4E6-4DBA-3AAB-A387-7E72B93B6DA9> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff80b7d000 -     0x7fff80b7dfff  com.apple.Cocoa (6.6 - ???) <9E3D4787-A2CE-38E0-BEF8-E5DA63B6E6A1> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff80b7e000 -     0x7fff80b9bff7  com.apple.openscripting (1.3.3 - ???) <F5E34F54-CE85-334B-8F25-53581D43960C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff80ba2000 -     0x7fff80ba7fff  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
    0x7fff80ba8000 -     0x7fff80c23ff7  com.apple.print.framework.PrintCore (7.1 - 366.3) <51681D6E-62D3-3B7D-9981-D3FC3568BAB6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff80c24000 -     0x7fff80c24fff  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
    0x7fff80c25000 -     0x7fff80ca9ff7  com.apple.ApplicationServices.ATS (317.12.0 - ???) <BE3C156D-8326-37AA-BC4E-D3C0D31BF976> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff80cac000 -     0x7fff80cbafff  libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
    0x7fff80cbb000 -     0x7fff80dd4fff  com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff80dd5000 -     0x7fff80ec1ff7  com.apple.backup.framework (1.3.5 - 1.3.5) <B25104A3-1CE5-36CA-8F26-0A2DE3F95F70> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff80f58000 -     0x7fff80f58fff  libOpenScriptingUtil.dylib (??? - ???) <A7847713-F410-39C0-884F-A7188A18E742> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff80f59000 -     0x7fff80f84ff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <E71220D3-8015-38EC-B97D-7FDB383C2BDC> /usr/lib/libxslt.1.dylib
    0x7fff80f85000 -     0x7fff80fa4fff  libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib
    0x7fff80fa5000 -     0x7fff80fb4fff  com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff80fb5000 -     0x7fff81008fff  com.apple.AppleVAFramework (5.0.16 - 5.0.16) <6F9A4BCE-8B99-3144-BCF7-B4299B27F6E9> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff81009000 -     0x7fff8135cfff  com.apple.FinderKit (1.0.5 - 1.0.5) <8451D914-7F00-3839-AD72-C9B565B51F87> /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit
    0x7fff813dd000 -     0x7fff813ddfff  com.apple.vecLib (3.7 - vecLib 3.7) <F968254A-2A06-3E2A-A587-151D7A2DB55A> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff813de000 -     0x7fff81425ff7  com.apple.CoreMedia (1.0 - 705.94) <700C6863-7A8F-34FA-8B1D-7659EC95000B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff81426000 -     0x7fff8144afff  com.apple.RemoteViewServices (1.5 - 44.2) <A0417D7F-22E9-3FD8-AC55-67654D8E93EB> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff8144b000 -     0x7fff81777fff  com.apple.HIToolbox (1.9 - ???) <CCB32DEA-D0CA-35D1-8019-E599C8007AB6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff81c09000 -     0x7fff81c0efff  libcache.dylib (47.0.0 - compatibility 1.0.0) <3D114C8A-AD1F-3C78-9E8C-B8F3810740E5> /usr/lib/system/libcache.dylib
    0x7fff81c0f000 -     0x7fff81c16fff  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <65602684-33B1-32DE-802B-050CE07659AC> /usr/lib/system/libcopyfile.dylib
    0x7fff81c17000 -     0x7fff81c1dfff  libmacho.dylib (800.0.0 - compatibility 1.0.0) <548BAEB6-8C4C-3B0F-AB0C-7E1C960BCAB5> /usr/lib/system/libmacho.dylib
    0x7fff81c30000 -     0x7fff81cd5fff  com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff81cd6000 -     0x7fff81ce8ff7  libbsm.0.dylib (??? - ???) <666E88F0-F8F3-3490-B688-2CF9418CB7E8> /usr/lib/libbsm.0.dylib
    0x7fff81ce9000 -     0x7fff81d4bff7  com.apple.Symbolication (1.3 - 91) <0945ACAF-AA0A-3D01-9960-72B51722EC1F> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff81d4c000 -     0x7fff81d57ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <D836A22C-BBDC-3C9F-83D3-F8CC0EE75885> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff81d9b000 -     0x7fff81db7fff  com.apple.ScriptingBridge (1.2.1 - ???) <3E99B861-E011-3594-A9C4-E39B7EFE2F3F> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
    0x7fff81db8000 -     0x7fff81dbdff7  libsystem_network.dylib (??? - ???) <DD7492F9-39FB-3E73-9028-3E1027D012B9> /usr/lib/system/libsystem_network.dylib
    0x7fff81dbe000 -     0x7fff81dd1ff7  libCRFSuite.dylib (??? - ???) <322486D1-359C-3059-BF53-D4B038621E18> /usr/lib/libCRFSuite.dylib
    0x7fff81dd2000 -     0x7fff8217cfe7  com.apple.MediaToolbox (1.0 - 705.94) <0719E69C-3275-3BD9-AD04-27DBADEB6E03> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff8217d000 -     0x7fff8217eff7  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
    0x7fff8217f000 -     0x7fff821a8ff7  com.apple.framework.Apple80211 (7.4.1 - 741.1) <F60DA830-84ED-3473-8DE8-611A9D9B56FF> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff821a9000 -     0x7fff821effff  libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <2C442396-1006-3765-92D2-60869D4641CE> /usr/lib/libcurl.4.dylib
    0x7fff821f0000 -     0x7fff821fdff7  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <DFAB8CA8-CC9D-3F58-8C12-CE120442AACD> /usr/lib/libbz2.1.0.dylib
    0x7fff821fe000 -     0x7fff82247ff7  com.apple.framework.CoreWLAN (2.1.3 - 213.1) <D2101093-0B35-3B90-B511-E9272400ED9B> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff82248000 -     0x7fff82256ff7  libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib
    0x7fff82257000 -     0x7fff82459fff  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib
    0x7fff8248b000 -     0x7fff824dcff7  com.apple.CoreMediaIO (216.0 - 3199.8) <4D3FE512-E943-34E3-A7A5-2EC2E3854E28> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff824dd000 -     0x7fff824defff  libffi.dylib (??? - ???) <DB96CC4B-0D38-3102-80AA-91DDE9AF3886> /usr/lib/libffi.dylib
    0x7fff826b6000 -     0x7fff828e0fe7  com.apple.CoreData (104.1 - 358.14) <1C100A86-EEDF-352E-8BC0-DFE82FF92362> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff828e1000 -     0x7fff82941fff  libvDSP.dylib (325.4.0 - compatibility 1.0.0) <1E3EEDA7-1DC6-3593-9DED-0BAFA0972A76> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff82942000 -     0x7fff8294dff7  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
    0x7fff8294e000 -     0x7fff82bd3ff7  com.apple.RawCamera.bundle (4.03 - 676) <21D098D4-35EC-3495-9227-2DA19B9BD640> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff82bd4000 -     0x7fff82c14ff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib
    0x7fff82c15000 -     0x7fff82d72fff  com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff82d73000 -     0x7fff82e75fff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <AFBB22B7-07AE-3F2E-B88C-70BEEBFB8A86> /usr/lib/libxml2.2.dylib
    0x7fff82e76000 -     0x7fff82e7dfff  libGFXShared.dylib (??? - ???) <D3598924-B167-372E-8C9F-1BBF68852542> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff82e7e000 -     0x7fff82e82fff  libdyld.dylib (195.6.0 - compatibility 1.0.0) <FFC59565-64BD-3B37-90A4-E2C3A422CFC1> /usr/lib/system/libdyld.dylib
    0x7fff82f12000 -     0x7fff82f3afff  com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff82f3b000 -     0x7fff82fddfff  com.apple.securityfoundation (5.0 - 55116) <1E062087-A9B1-3E38-8133-E9D282EA34B0> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff82fde000 -     0x7fff830d8ff7  com.apple.DiskImagesFramework (10.7.4 - 331.7) <BEBA6D78-08E0-3B99-B77B-A5CBF3344834> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff830d9000 -     0x7fff83134fff  com.apple.ImageCaptureCore (3.1.0 - 3.1.0) <9F7C4D81-5CC7-3D66-AC66-81EA9A5EAB94> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x7fff83135000 -     0x7fff8344efff  com.apple.Foundation (6.7.2 - 833.25) <F6584E06-7C8F-3422-AF84-3AA58EC67935> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff83464000 -     0x7fff834a6ff7  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <A5B9778E-11C3-3F61-B740-1F2114E967FB> /usr/lib/system/libcommonCrypto.dylib
    0x7fff834d3000 -     0x7fff83514fff  com.apple.QD (3.40 - ???) <05970F98-B752-37AF-B577-2B940DF020A1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff83618000 -     0x7fff8364dfff  com.apple.securityinterface (5.0 - 55022.6) <4D6DAF8F-7873-3992-A6D6-478C7664FA39> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x7fff8364e000 -     0x7fff83659ff7  com.apple.DisplayServicesFW (2.5.4 - 323.3) <5E7F7A88-9313-3C31-87BD-80F3361DA338> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x7fff8365a000 -     0x7fff836d0fff  com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff836d1000 -     0x7fff836d6fff  com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff836e5000 -     0x7fff83729ff7  com.apple.MediaKit (12 - 602) <D69EDB2E-3432-3E54-966E-35AFD049135C> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff8372a000 -     0x7fff83807fef  libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <535C622E-2C14-3DD4-98D0-EA181DF8D582> /usr/lib/system/libsystem_c.dylib
    0x7fff83808000 -     0x7fff8381ffff  com.apple.CFOpenDirectory (10.7 - 146) <BBB7C97E-7B46-3286-9128-32B5D16B5CBE> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff83820000 -     0x7fff83b3cfff  com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff83b3d000 -     0x7fff83d11ff7  com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff84072000 -     0x7fff84072fff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <4F7416F1-A069-3A39-B5F1-008279F6B819> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff84073000 -     0x7fff84077fff  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff84078000 -     0x7fff8407aff7  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
    0x7fff8407b000 -     0x7fff840b4fe7  libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <79AAEC98-1258-3DA4-B1C0-4120049D390B> /usr/lib/libssl.0.9.8.dylib
    0x7fff840b8000 -     0x7fff8419cff7  com.apple.CoreServices.OSServices (478.49 - 478.49) <E5BF2069-ED1A-31F5-AFC2-4A530BD467AA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff8419d000 -     0x7fff8423efff  com.apple.LaunchServices (480.40 - 480.40) <C936A07F-0CF8-3F8E-BDB3-76AA7611B4CA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff842cf000 -     0x7fff84702ff7  com.apple.VideoToolbox (1.0 - 705.94) <72AD524C-0616-3C69-BA1F-8D444F97F5A2> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff84706000 -     0x7fff84706fff  com.apple.ApplicationServices (41 - 41) <E23F1CED-C0FB-35A8-9657-484C5E6A32AE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff84707000 -     0x7fff84736fff  com.apple.shortcut (2.1 - 2.1) <BE0AB36A-6911-356B-8784-D39175ACAF55> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x7fff84737000 -     0x7fff850d5a27  com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff850d6000 -     0x7fff850ebfff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <4DD43F2F-7688-3028-868C-4E2876AFBF21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff850ec000 -     0x7fff850f0ff7  com.apple.CommonPanels (1.2.5 - 94) <CA9C910D-E406-33E7-B8EE-C86EAA62AB68> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff850f1000 -     0x7fff850f8fff  libCGXCoreImage.A.dylib (600.0.0 - compatibility 64.0.0) <1116CD6D-E7AD-375F-A691-B9DF6609FEAD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x7fff850f9000 -     0x7fff8510bff7  libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
    0x7fff8510c000 -     0x7fff8514cfff  libtidy.A.dylib (??? - ???) <E500CDB9-C010-3B1A-B995-774EE64F39BE> /usr/lib/libtidy.A.dylib
    0x7fff8514d000 -     0x7fff85155fff  libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff85156000 -     0x7fff85235fff  com.apple.ImageIO.framework (3.1.2 - 3.1.2) <E982B3FF-4788-3FA2-B9F1-53E44E2EA9BA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff85236000 -     0x7fff8523dfff  com.apple.NetFS (4.0 - 4.0) <30AAE235-3F64-38BC-B0C9-271C8979C1C9> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff8523e000 -     0x7fff8534bfff  libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff8534c000 -     0x7fff854ecff7  com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff854ed000 -     0x7fff854ffff7  libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib
    0x7fff85500000 -     0x7fff85605fff  libFontParser.dylib (??? - ???) <D2E56B6E-3182-3667-A78C-4172C435523A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff85641000 -     0x7fff8566efe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <BD83ECD7-B044-364F-9392-9AE1FB3BBBD6> /usr/lib/libSystem.B.dylib
    0x7fff8566f000 -     0x7fff85b36fff  FaceCoreLight (1.4.7 - compatibility 1.0.0) <BDD0E1DE-CF33-3AF8-B33B-4D1574CCC19D> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
    0x7fff85b37000 -     0x7fff85b51fff  com.apple.CoreMediaAuthoring (2.0 - 891) <C7A92C52-AD9F-3CF1-86D5-C0714118935C> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
    0x7fff85c90000 -     0x7fff85f85ff7  com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff85f95000 -     0x7fff86579fff  libBLAS.dylib (??? - ???) <09028536-1215-324C-B7BD-384CF5DBC5D0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff8657a000 -     0x7fff86686fff  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <557A7749-70EE-3ADF-BC3E-0A5E7DDCD8C1> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff86687000 -     0x7fff8668cfff  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib
    0x7fff8670a000 -     0x7fff86726fff  com.apple.frameworks.preferencepanes (15.0 - 15.0) <A72CED98-BB2A-3236-B2D6-2024B387DE4D> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
    0x7fff86727000 -     0x7fff86743ff7  com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff86744000 -     0x7fff867b7fff  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
    0x7fff8682d000 -     0x7fff8686bfff  com.apple.bom (11.0 - 183) <14A5A4D8-4639-3F87-A096-5A830D54E9FF> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff8686c000 -     0x7fff868c9ff7  com.apple.QuickLookFramework (3.2 - 500.18) <C36371BF-E1F6-3DF7-83EA-CE96FCDCE4C4> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff86ade000 -     0x7fff86aedfff  libxar-nossl.dylib (??? - ???) <518C0791-AB8D-3E8A-BB40-D4F312704FE2> /usr/lib/libxar-nossl.dylib
    0x7fff86aee000 -     0x7fff86d62fff  com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff86d63000 -     0x7fff86d71fff  com.apple.HelpData (2.1.2 - 72.2) <920AFDD2-DD33-379F-8AFF-EFEF2FBFEE85> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x7fff86d72000 -     0x7fff86d73fff  libunc.dylib (24.0.0 - compatibility 1.0.0) <0482C762-746D-37EB-A8C9-E1048CF70462> /usr/lib/system/libunc.dylib
    0x7fff86e27000 -     0x7fff86fb2ff7  com.apple.QTKit (7.7.1 - 2339) <2BC2CF44-CEAF-3D3B-A250-CA59D6AFB0B0> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff86fb3000 -     0x7fff86fc7ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <A7C58D71-6D4A-317D-AA06-D648B1F78573> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff86fc8000 -     0x7fff86fd3ff7  com.apple.aps.framework (2.1 - 2.1) <D43EBF40-8CFB-3D2D-8A86-7E08EE1B6635> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
    0x7fff86fd5000 -     0x7fff86ff5fff  libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
    0x7fff86ff6000 -     0x7fff870d4fff  com.apple.DiscRecording (6.0.4 - 6040.4.1) <7839FE5C-9FB9-3C2A-B8DA-24D112A2891B> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff870d5000 -     0x7fff8725fff7  com.apple.WebKit (7534.57 - 7534.57.7) <15AA1A2E-DCAC-35CE-89DF-0FF7149198CD> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff87260000 -     0x7fff87293ff7  com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff87731000 -     0x7fff87737ff7  libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
    0x7fff87738000 -     0x7fff87a5afff  com.apple.JavaScriptCore (7534.57 - 7534.57.3) <3A04B8FC-CFA6-3AEB-8FDF-B0525B5A4C82> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff87a5b000 -     0x7fff87b22ff7  com.apple.ColorSync (4.7.4 - 4.7.4) <F00820E4-7753-3F41-8D3D-95CD6F174886> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff87b23000 -     0x7fff87b32fff  libxar.1.dylib (??? - ???) <9E05C939-6CBF-38E7-8915-86278F7DB6C7> /usr/lib/libxar.1.dylib
    0x7fff87b33000 -     0x7fff87c9afff  com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff87c9b000 -     0x7fff87ce7ff7  com.apple.SystemConfiguration (1.11.3 - 1.11) <0A7F1982-B4EA-3424-A0C7-FE46C6224F03> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff87ce8000 -     0x7fff888eefff  com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff888f1000 -     0x7fff8891afff  com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff8891b000 -     0x7fff8891dfff  libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff88929000 -     0x7fff88ba1fff  com.apple.imageKit (2.1.2 - 1.0) <23470050-28FB-3B09-8E27-ADC371B0E4B8> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x7fff88ba2000 -     0x7fff88bb0ff7  com.apple.AppleFSCompression (37 - 1.0) <61113C2F-564C-3E6C-918C-3179980D599F> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff88bb1000 -     0x7fff88bfffff  libauto.dylib (??? - ???) <D8AC8458-DDD0-3939-8B96-B6CED81613EF> /usr/lib/libauto.dylib
    0x7fff88c0e000 -     0x7fff88f33ff7  com.apple.AddressBook.framework (6.1.3 - 1091) <5A8BEED1-229C-3A9C-8281-581127A1B9B5> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff88f34000 -     0x7fff88f55fff  libPng.dylib (??? - ???) <E2B52527-4D0C-3595-BB13-8E8EF364E998> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff88f56000 -     0x7fff88f61ff7  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
    0x7fff88f62000 -     0x7fff88f92ff7  com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff88faf000 -     0x7fff89001ff7  libGLU.dylib (??? - ???) <DB906997-0F70-3469-BA0E-2F1DDBEAD8D5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff89002000 -     0x7fff8900cff7  liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib
    0x7fff8900d000 -     0x7fff89d44fff  com.apple.WebCore (7534.57 - 7534.57.7) <33FCF30A-08C5-3169-B3B0-3A9462FA1A0D> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
    0x7fff89d45000 -     0x7fff8a163ff7  com.apple.SceneKit (125.3 - 125.8) <23382F45-D9CE-3897-B998-5B26337608FD> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
    0x7fff8a851000 -     0x7fff8a891fe7  libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff8a8b2000 -     0x7fff8a8bbff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <A4D651E3-D1C6-3934-AD49-7A104FD14596> /usr/lib/system/libsystem_notify.dylib
    0x7fff8ab52000 -     0x7fff8abe5fff  com.apple.PDFKit (2.6.4 - 2.6.4) <4C58283C-3F45-31C6-9896-5EFFFF82D840> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
    0x7fff8abe6000 -     0x7fff8ac0ffff  libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff8ac10000 -     0x7fff8ac11ff7  libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff8ac12000 -     0x7fff8ac56ff7  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <B2A38D2C-7E82-34C5-8896-48C37B0E64A3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff8ac57000 -     0x7fff8ac59fff  libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib
    0x7fff8ac5a000 -     0x7fff8accafff  com.apple.datadetectorscore (3.0 - 179.4) <D14F635D-D403-3780-85C9-91EB0CA07F8E> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff8accb000 -     0x7fff8accffff  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
    0x7fff8acd0000 -     0x7fff8acf7fff  com.apple.framework.internetaccounts (1.2 - 3) <28D44E21-54F2-366B-B9D9-1DB788EF0278> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts
    0x7fff8acf8000 -     0x7fff8adabff7  com.apple.CoreText (220.22.0 - ???) <A7A1096F-A211-3775-BA33-08FE98D27F08> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff8adac000 -     0x7fff8adacfff  com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff8adad000 -     0x7fff8adb2fff  libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff8adb3000 -     0x7fff8adb6fff  com.apple.help (1.3.2 - 42) <416BA8D2-9A2F-3F07-9E6B-E1231A92AAC0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff8adb7000 -     0x7fff8ae1fff7  com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff8ae2d000 -     0x7fff8af63fff  com.apple.vImage (5.1 - 5.1) <A08B7582-67BC-3EED-813A-4833645964A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff8af64000 -     0x7fff8af6aff7  com.apple.phonenumbers (1.0 - 47) <8CE13253-C65B-392F-B87F-D85A15D500D3> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
    0x7fff8af9c000 -     0x7fff8afd7fff  com.apple.LDAPFramework (3.2 - 120.2) <275D4298-C435-3E98-AA25-95D9D0A56550> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff8afe1000 -     0x7fff8aff8fff  com.apple.MultitouchSupport.framework (231.4 - 231.4) <10A978D1-8781-33F0-BE45-60C9171F7278> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff8aff9000 -     0x7fff8b01ffff  com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x7fff8b020000 -     0x7fff8b05ffff  com.apple.AE (527.7 - 527.7) <9B3F7EC2-EDE2-3123-BAA5-C36A09BA038E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff8b060000 -     0x7fff8b48dfff  libLAPACK.dylib (??? - ???) <C7456566-4B04-3971-8D62-DE0DEBE811B7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff8b48e000 -     0x7fff8b48ffff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff8b490000 -     0x7fff8b490fff  com.apple.Accelerate (1.7 - Accelerate 1.7) <A42ACCF8-7C09-3891-B2B3-F6048A650BA2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff8b49f000 -     0x7fff8b50aff7  com.apple.framework.IOKit (2.0 - ???) <FE838BB6-D42E-3291-A1A0-6F53FC970261> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff8b50b000 -     0x7fff8b518fff  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff8b519000 -     0x7fff8b51bfff  com.apple.TrustEvaluationAgent (2.0 - 1) <3087AE86-B57F-3D39-9885-C93DC6FD5163> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff8b5ba000 -     0x7fff8b5e7fff  com.apple.quartzfilters (1.7.0 - 1.7.0) <55B37158-32E1-3F0D-981A-E65B56363EF3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
    0x7fff8b5f4000 -     0x7fff8b5f7fff  libRadiance.dylib (??? - ???) <CD89D70D-F177-3BAE-8A26-644EA7D5E28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff8b6c4000 -     0x7fff8b6fffff  libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib
    0x7fff8b700000 -     0x7fff8b700fff  com.apple.CoreServices (53 - 53) <97E086D0-20B4-3BB4-BEE2-04EE5700D55B> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff8b701000 -     0x7fff8b793ff7  com.apple.CorePDF (3.1 - 3.1) <B5B5215F-38C0-364D-BDA4-35D674FFCEC4> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff8b794000 -     0x7fff8b79afff  IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff8b79b000 -     0x7fff8b7bffff  com.apple.Kerberos (1.0 - 1) <5A114BAB-19C7-30B1-B9FB-F40019499734> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff8b7c0000 -     0x7fff8b8a4ed7  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <76082BBC-446B-3355-AED5-0DBCEE600CB2> /usr/lib/libobjc.A.dylib
    0x7fff8b8a5000 -     0x7fff8b8a6fff  liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
    0x7fff8b8a7000 -     0x7fff8b8c4fff  libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib
    0x7fff8b8c5000 -     0x7fff8b8d1fff  com.apple.DirectoryService.Framework (10.7 - 146) <38778B01-2CF6-3A33-8A7A-FE016774B24C> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x7fff8b8e3000 -     0x7fff8b8f8fff  com.apple.FileSync.framework (6.0.1 - 502.2) <A2EA0352-E975-393C-8E95-A735B795E9EC> /System/Library/PrivateFrameworks/FileSync.framework/Versions/A/FileSync
    0x7fff8b92f000 -     0x7fff8b9b4ff7  com.apple.Heimdal (2.2 - 2.0) <A9FC8FF4-8D02-3D91-B409-AF19B72AEFDE> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff8b9b5000 -     0x7fff8b9cbfff  libGL.dylib (??? - ???) <A4876AE9-DDFE-3B9A-874E-09BC29D46C39> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff8b9cc000 -     0x7fff8b9f7fff  libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <7D3CDB0A-840F-3856-8F84-B4A50E66431B> /usr/lib/libpcre.0.dylib
    0x7fff8b9f8000 -     0x7fff8b9f8fff  com.apple.Carbon (153 - 153) <51D75B5A-3F04-32C9-BBA4-A96AF6E3FDFA> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff8b9f9000 -     0x7fff8b9fcff7  com.apple.securityhi (4.0 - 1) <CA808DC8-7DCF-3B96-A6E8-C9A777C55DF9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff8b9fd000 -     0x7fff8ba54fff  com.apple.Suggestions (1.1 - 85.1) <5F2D39BA-635E-35E3-9E59-B765513BE795> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
    0x7fff8bb21000 -     0x7fff8bb97ff7  libc++.1.dylib (28.4.0 - compatibility 1.0.0) <A24FC3DA-4FFA-3DD2-9DCC-2B8D1B3BF97C> /usr/lib/libc++.1.dylib
    0x7fff8bb98000 -     0x7fff8c340fff  com.apple.CoreAUC (6.16.12 - 6.16.12) <EF535959-14FE-3B61-9C32-DF4C54B8F12D> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff8cc42000 -     0x7fff8ccdcff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C5585E08-76A0-34E0-B92C-22BA9D3E083C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff8ccdd000 -     0x7fff8cce8fff  com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff8cce9000 -     0x7fff8cd3dff7  com.apple.ScalableUserInterface (1.0 - 1) <EB468227-3203-38C9-A5BC-E28576D507CF> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
    0x7fff8cd53000 -     0x7fff8cd54fff  libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib
    0x7fff8cd6f000 -     0x7fff8cda9fe7  com.apple.DebugSymbols (2.1 - 87) <ED2B177C-4146-3715-91DF-D99A8ED5449A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff8cdaa000 -     0x7fff8ce12ff7  com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff8ce13000 -     0x7fff8ce19fff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <22E77322-56E7-3730-9289-D8825A08408F> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff8ce1a000 -     0x7fff8ce1dfff  com.apple.AppleSystemInfo (1.0 - 1) <373E7E59-1AFB-34B6-A4E4-54617DB07F43> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff8ce1e000 -     0x7fff8ce2cfff  com.apple.NetAuth (3.2 - 3.2) <B247BEAB-E3DA-3075-A2E5-BD3371AB0FA4> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff8ce2d000 -     0x7fff8ceb0fef  com.apple.Metadata (10.7.0 - 627.37) <B9BEB598-B6F2-3BFF-A8F3-C3C87CD076AB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff8ceb1000 -     0x7fff8cfa6fff  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
    0x7fff8cfa7000 -     0x7fff8d0aefe7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <EE02BB01-64C9-304D-9719-A35F5CD6D04C> /usr/lib/libsqlite3.dylib
    0x7fff8d1f9000 -     0x7fff8d225ff7  com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff8d226000 -     0x7fff8d229fff  libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff8d22a000 -     0x7fff8d32bfff  com.apple.QuickLookUIFramework (3.2 - 500.18) <56A13D40-9A61-3B98-85ED-B1C7075A88FB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x7fff8d32c000 -     0x7fff8d333ff7  com.apple.CommerceCore (1.0 - 17) <95285481-4162-308B-85E9-E0A47D4F3766> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
    0x7fff8d510000 -     0x7fff8d586fff  com.apple.ISSupport (1.9.8 - 56) <E7ED107A-1EFD-3720-A4B4-C0E2DDFA6C81> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x7fff8d5cd000 -     0x7fff8d83efff  com.apple.QuartzComposer (5.0 - 236.10) <F8560AEC-4E26-3A43-BE0A-B20FCB5B2E7D> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x7fff8d83f000 -     0x7fff8d8d5ff7  libvMisc.dylib (325.4.0 - compatibility 1.0.0) <C06C0706-3462-3F24-A8BE-4DA8076DE59F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff8d8d6000 -     0x7fff8d932ff7  com.apple.HIServices (1.21 - ???) <B012EE97-D1CD-3F4B-812D-9AC7E6852FE6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff8d95d000 -     0x7fff8d95eff7  libremovefile.dylib (21.1.0 - compatibility 1.0.0) <8901B7EE-6CA0-31F3-BBFE-BB71C90B1E49> /usr/lib/system/libremovefile.dylib
    0x7fff8d95f000 -     0x7fff8d9baff7  com.apple.opencl (2.0.19 - 2.0.19) <B05BF605-73B8-328F-A228-6FA59E1FC73A> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL

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

VM Region Summary:
ReadOnly portion of Libraries: Total=212.6M resident=153.5M(72%) swapped_out_or_unallocated=59.1M(28%)
Writable regions: Total=1.1G written=6576K(1%) resident=40.5M(3%) swapped_out=0K(0%) unallocated=1.1G(97%)

REGION TYPE                        VIRTUAL
===========                        =======
CG backing stores                    4132K
CG image                              372K
CG raster data                        252K
CG shared images                     3448K
CoreGraphics                           16K
CoreImage                              72K
CoreServices                         3936K
JS JIT generated code               256.0M
JS JIT generated code (reserved)    768.0M        reserved VM address space (unallocated)
JS VM register file                  4096K
JS garbage collector                  384K
MALLOC                               97.1M
MALLOC guard page                      64K
Memory tag=240                          4K
Memory tag=242                         12K
Memory tag=251                        108K
OpenCL                                 52K
SQLite page cache                     192K
STACK GUARD                          56.0M
Stack                                13.7M
VM_ALLOCATE                          16.4M
__CI_BITMAP                            80K
__DATA                               20.2M
__IMAGE                               528K
__LINKEDIT                           49.9M
__TEXT                              162.7M
__UNICODE                             544K
mapped file                          56.0M
shared memory                        3048K
===========                        =======
TOTAL                                 1.5G
TOTAL, minus reserved VM space      748.7M

Model: MacBookPro9,1, BootROM MBP91.00D3.B08, 4 processors, Intel Core i7, 2.3 GHz, 16 GB, SMC 2.1f170
Graphics: NVIDIA GeForce GT 650M, NVIDIA GeForce GT 650M, PCIe, 512 MB
Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 512 MB
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x04CD, 0x46332D313630304331302D38475351000000
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x04CD, 0x46332D313630304331302D38475351000000
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xF5), Broadcom BCM43xx 1.0 (5.106.198.19.22)
Bluetooth: Version 4.0.8f17, 2 service, 18 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en1
Serial ATA Device: APPLE HDD HTS727575A9E362, 750.16 GB
Serial ATA Device: MATSHITADVD-R   UJ-8A8
USB Device: hub_device, 0x8087  (Intel Corporation), 0x0024, 0x1a100000 / 2
USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0x1a110000 / 3
USB Device: hub_device, 0x8087  (Intel Corporation), 0x0024, 0x1d100000 / 2
USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0x1d180000 / 3
USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x1d182000 / 6
USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0252, 0x1d183000 / 5
USB Device: BRCM20702 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x1d181000 / 4
USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821d, 0x1d181300 / 9
rowanj commented 11 years ago

Thanks for the info; that should be a great help.

georgevreilly commented 11 years ago

Are there any logs that I can send? I can run an instrumented build, if need be.

rowanj commented 11 years ago

@georgevreilly I should have enough information to reproduce this; if I can't, it looks like I'll just be reverting stuff to the old version.

rowanj commented 11 years ago

Didn't manage to reproduce this during my GitX work tonight; cloned GitX running git 1.8.1.2 from homebrew, and also tried manually mis-matching the configured git executable in GitX.

Build .81 is just about done, and includes the latest and greatest libgit2 and objective-git; which I hope helps.

I'm running low on straws to grasp at here, and may need to just buff up the logging for @georgevreilly's kind offered to run an instrumented build.

jucor commented 11 years ago

I confirm that I have had the same problem on Mountain Lion 10.8.2, with a single commit date 1960 appearing. Several colleagues have had the same problem too. Unfortunately, I do not know how to compile an instrumented build here (never coded a Mac App, never used XCode). I reverted to build 57, but will be glad to run precise experiments with new binaries as you need.

My config, on OS.X. 10.8.2:

[julien@stmartin ~]$ uname -a
Darwin stmartin 12.2.1 Darwin Kernel Version 12.2.1: Thu Oct 18 16:32:48 PDT 2012; root:xnu-2050.20.9~2/RELEASE_X86_64 x86_64
georgevreilly commented 11 years ago

I upgraded to build .81. Here's what shows up in Console.app for my local GitX repo:

2/4/13 9:16:57.381 AM GitX: Loaded 1 commits in 0.004269 seconds (234.246684/sec)
2/4/13 9:16:57.609 AM GitX: *** Assertion failure in -[PBGitIndex dictionaryForLines:], /Users/build/jenkins/workspace/GitX-dev/Classes/git/PBGitIndex.m:677
2/4/13 9:16:57.609 AM GitX: Lines must have an even number of lines: (
    "error: Malformed value for push.default: simple\nerror: Must be one of nothing, matching, tracking or current.\nfatal: bad config file line 15 in /Users/georger/.gitconfig\n"
)
2/4/13 9:16:57.612 AM GitX: (
    0   CoreFoundation                      0x00007fff83be0f56 __exceptionPreprocess + 198
    1   libobjc.A.dylib                     0x00007fff8b7d6dee objc_exception_throw + 43
    2   CoreFoundation                      0x00007fff83be0d8a +[NSException raise:format:arguments:] + 106
    3   Foundation                          0x00007fff8320071f -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 169
    4   GitX                                0x0000000100022661 -[PBGitIndex(IndexRefreshMethods) dictionaryForLines:] + 232
    5   GitX                                0x0000000100021bf6 -[PBGitIndex(IndexRefreshMethods) readUnstagedFiles:] + 58
    6   Foundation                          0x00007fff8314bd0e __-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke_1 + 47
    7   CoreFoundation                      0x00007fff83b897ba _CFXNotificationPost + 2634
    8   Foundation                          0x00007fff83137fc3 -[NSNotificationCenter postNotificationName:object:userInfo:] + 65
    9   Foundation                          0x00007fff8320469d _performFileHandleSource + 1129
    10  CoreFoundation                      0x00007fff83b4f4f1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    11  CoreFoundation                      0x00007fff83b4ee1c __CFRunLoopDoSources0 + 444
    12  CoreFoundation                      0x00007fff83b75b49 __CFRunLoopRun + 905
    13  CoreFoundation                      0x00007fff83b75486 CFRunLoopRunSpecific + 230
    14  HIToolbox                           0x00007fff8144d2bf RunCurrentEventLoopInMode + 277
    15  HIToolbox                           0x00007fff8145456d ReceiveNextEventCommon + 355
    16  HIToolbox                           0x00007fff814543fa BlockUntilNextEventMatchingListInMode + 62
    17  AppKit                              0x00007fff87cf0779 _DPSNextEvent + 659
    18  AppKit                              0x00007fff87cf007d -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
    19  AppKit                              0x00007fff87cec9b9 -[NSApplication run] + 470
    20  AppKit                              0x00007fff87f68eac NSApplicationMain + 867
    21  GitX                                0x0000000100030bd7 main + 74
    22  GitX                                0x0000000100001584 start + 52
    23  ???                                 0x0000000000000002 0x0 + 2
)
2/4/13 9:16:57.625 AM GitX: *** Assertion failure in -[PBGitIndex dictionaryForLines:], /Users/build/jenkins/workspace/GitX-dev/Classes/git/PBGitIndex.m:677
2/4/13 9:16:57.625 AM GitX: Lines must have an even number of lines: (
    "error: Malformed value for push.default: simple\nerror: Must be one of nothing, matching, tracking or current.\nfatal: bad config file line 15 in /Users/georger/.gitconfig\n"
)
2/4/13 9:16:57.626 AM GitX: (
    0   CoreFoundation                      0x00007fff83be0f56 __exceptionPreprocess + 198
    1   libobjc.A.dylib                     0x00007fff8b7d6dee objc_exception_throw + 43
    2   CoreFoundation                      0x00007fff83be0d8a +[NSException raise:format:arguments:] + 106
    3   Foundation                          0x00007fff8320071f -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 169
    4   GitX                                0x0000000100022661 -[PBGitIndex(IndexRefreshMethods) dictionaryForLines:] + 232
    5   GitX                                0x0000000100021b71 -[PBGitIndex(IndexRefreshMethods) readStagedFiles:] + 58
    6   Foundation                          0x00007fff8314bd0e __-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke_1 + 47
    7   CoreFoundation                      0x00007fff83b897ba _CFXNotificationPost + 2634
    8   Foundation                          0x00007fff83137fc3 -[NSNotificationCenter postNotificationName:object:userInfo:] + 65
    9   Foundation                          0x00007fff8320469d _performFileHandleSource + 1129
    10  CoreFoundation                      0x00007fff83b4f4f1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    11  CoreFoundation                      0x00007fff83b4ed5d __CFRunLoopDoSources0 + 253
    12  CoreFoundation                      0x00007fff83b75b49 __CFRunLoopRun + 905
    13  CoreFoundation                      0x00007fff83b75486 CFRunLoopRunSpecific + 230
    14  HIToolbox                           0x00007fff8144d2bf RunCurrentEventLoopInMode + 277
    15  HIToolbox                           0x00007fff8145456d ReceiveNextEventCommon + 355
    16  HIToolbox                           0x00007fff814543fa BlockUntilNextEventMatchingListInMode + 62
    17  AppKit                              0x00007fff87cf0779 _DPSNextEvent + 659
    18  AppKit                              0x00007fff87cf007d -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
    19  AppKit                              0x00007fff87cec9b9 -[NSApplication run] + 470
    20  AppKit                              0x00007fff87f68eac NSApplicationMain + 867
    21  GitX                                0x0000000100030bd7 main + 74
    22  GitX                                0x0000000100001584 start + 52
    23  ???                                 0x0000000000000002 0x0 + 2
)
2/4/13 9:16:57.648 AM GitX: Error from webkit: {
    MessageLevel = ErrorMessageLevel;
    MessageSource = JSMessageSource;
    MessageType = LogMessageType;
    lineNumber = 0;
    message = "TypeError: 'null' is not an object";
    sourceURL = undefined;
}

Here's the relevant section from /Users/georger/.gitconfig:

11      ui = auto
12  
13  [push]
14      default = simple
15  
16  [diff]
17      tool = diffmerge
18  
19  [difftool "diffmerge"]
20      cmd = git-diffmerge-diff.sh \"$LOCAL\" \"$REMOTE\"

I changed push.default to shut up some warnings in recent versions of Git. Here's a blog post that sheds some light on push.default=simple.

georgevreilly commented 11 years ago

When I comment out push.default in my ~/.gitconfig, GitX 0.14.81 runs fine.

rowanj commented 11 years ago

Excellent! Thanks for tracking that down. I'll patch the config handling to accept that value.

rowanj commented 11 years ago
error: Malformed value for push.default: simple
error: Must be one of nothing, matching, tracking or current.
fatal: bad config file line 15 in /Users/georger/.gitconfig

Looks like that error is actually being returned when GitX runs git diff-files -z