René's URL Explorer Experiment


Title: malloc crash on Branch.name() · Issue #641 · nodegit/nodegit · GitHub

Open Graph Title: malloc crash on Branch.name() · Issue #641 · nodegit/nodegit

X Title: malloc crash on Branch.name() · Issue #641 · nodegit/nodegit

Description: Greetings! I'm developing an application using Electron and node-git. I'm receiving this crash after opening a repository and then parsing some of the branches for common attributes such as name. It appears that this crash is originating...

Open Graph Description: Greetings! I'm developing an application using Electron and node-git. I'm receiving this crash after opening a repository and then parsing some of the branches for common attributes such as name. I...

X Description: Greetings! I'm developing an application using Electron and node-git. I'm receiving this crash after opening a repository and then parsing some of the branches for common attributes such as...

Opengraph URL: https://github.com/nodegit/nodegit/issues/641

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"malloc crash on Branch.name()","articleBody":"Greetings!\n\nI'm developing an application using Electron and node-git. I'm receiving this crash after opening a repository and then parsing some of the branches for common attributes such as name. It appears that this crash is originating from libgit2 @ [branch.c line 557](https://github.com/libgit2/libgit2/blob/master/src/branch.c#L557).\n\nI have two branches in the repository and executing `Branch.name(reference)` in parallel for both references. It appears that one of the calls returns fine, while the other call appears to cause the crash.\n\nAny words of wisdom? Should this be a libgit2 issue rather than a nodegit bug?\n\nConsole Error:\n\n```\nElectron Helper(69451,0x7fff7956b300) malloc: *** error for object 0x7fa17051ff67: pointer being freed was not allocated\n*** set a breakpoint in malloc_error_break to debug\n```\n\nCrash Report:\n\n```\nProcess:               Electron Helper [69451]\nPath:                  /Users/USER/*/Electron.app/Contents/Frameworks/Electron Helper.app/Contents/MacOS/Electron Helper\nIdentifier:            com.github.electron.helper\nVersion:               0\nCode Type:             X86-64 (Native)\nParent Process:        Electron [69446]\nResponsible:           iTerm [976]\nUser ID:               501\n\nDate/Time:             2015-07-09 16:10:55.017 -0700\nOS Version:            Mac OS X 10.10.3 (14D136)\nReport Version:        11\nAnonymous UUID:        090A01EF-6F43-6EA8-1292-B6A61AED897B\n\nSleep/Wake UUID:       2DF19DA1-4F50-44CC-BB2C-FB42261B3426\n\nTime Awake Since Boot: 970000 seconds\nTime Since Wake:       16000 seconds\n\nCrashed Thread:        0  CrRendererMain  Dispatch queue: com.apple.main-thread\n\nException Type:        EXC_CRASH (SIGABRT)\nException Codes:       0x0000000000000000, 0x0000000000000000\n\nApplication Specific Information:\nabort() called\n*** error for object 0x7fa17051ff67: pointer being freed was not allocated\n\n\nThread 0 Crashed:: CrRendererMain  Dispatch queue: com.apple.main-thread\n0   libsystem_kernel.dylib          0x00007fff91924286 __pthread_kill + 10\n1   libsystem_c.dylib               0x00007fff9586eb53 abort + 129\n2   libsystem_malloc.dylib          0x00007fff8e872937 free + 428\n3   nodegit.node                    0x0000000111ac6c77 GitBranch::NameWorker::HandleOKCallback() + 557 (branch.cc:721)\n4   nodegit.node                    0x0000000111ae3040 NanAsyncWorker::WorkComplete() + 64 (nan.h:1619)\n5   nodegit.node                    0x0000000111ac6df2 NanAsyncExecuteComplete(uv_work_s*) + 18 (nan.h:1792)\n6   libnode.dylib                   0x0000000106076eea 0x105f51000 + 1203946\n7   libnode.dylib                   0x0000000106076de9 uv__work_done + 185\n8   libnode.dylib                   0x00000001060786ab 0x105f51000 + 1210027\n9   libnode.dylib                   0x0000000106078886 0x105f51000 + 1210502\n10  libnode.dylib                   0x0000000106085e1c uv__io_poll + 1516\n11  libnode.dylib                   0x0000000106078c22 uv_run + 146\n12  Electron Framework              0x0000000102778a4c atom::NodeBindings::UvRunOnce() + 108\n13  Electron Framework              0x000000010277903c base::internal::RunnableAdapter\u003cvoid (atom::NodeBindings::*)()\u003e::Run(atom::NodeBindings*) + 28\n14  Electron Framework              0x0000000102778fb5 base::internal::InvokeHelper\u003ctrue, void, base::internal::RunnableAdapter\u003cvoid (atom::NodeBindings::*)()\u003e, base::internal::TypeList\u003cbase::WeakPtr\u003catom::NodeBindings\u003e const\u0026\u003e \u003e::MakeItSo(base::internal::RunnableAdapter\u003cvoid (atom::NodeBindings::*)()\u003e, base::WeakPtr\u003catom::NodeBindings\u003e const\u0026) + 53\n15  Electron Framework              0x0000000102778f6e base::internal::Invoker\u003cIndexSequence\u003c0ul\u003e, base::internal::BindState\u003cbase::internal::RunnableAdapter\u003cvoid (atom::NodeBindings::*)()\u003e, void (atom::NodeBindings*), base::internal::TypeList\u003cbase::WeakPtr\u003catom::NodeBindings\u003e \u003e \u003e, base::internal::TypeList\u003cbase::internal::UnwrapTraits\u003cbase::WeakPtr\u003catom::NodeBindings\u003e \u003e \u003e, base::internal::InvokeHelper\u003ctrue, void, base::internal::RunnableAdapter\u003cvoid (atom::NodeBindings::*)()\u003e, base::internal::TypeList\u003cbase::WeakPtr\u003catom::NodeBindings\u003e const\u0026\u003e \u003e, void ()\u003e::Run(base::internal::BindStateBase*) + 46\n16  Electron Framework              0x0000000102818be8 0x1026f7000 + 1186792\n17  Electron Framework              0x0000000102834cbf 0x1026f7000 + 1301695\n18  Electron Framework              0x00000001028350a6 0x1026f7000 + 1302694\n19  Electron Framework              0x00000001028119f1 0x1026f7000 + 1157617\n20  com.apple.CoreFoundation        0x00007fff8c5c2a01 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17\n21  com.apple.CoreFoundation        0x00007fff8c5b4b8d __CFRunLoopDoSources0 + 269\n22  com.apple.CoreFoundation        0x00007fff8c5b41bf __CFRunLoopRun + 927\n23  com.apple.CoreFoundation        0x00007fff8c5b3bd8 CFRunLoopRunSpecific + 296\n24  com.apple.Foundation            0x00007fff8a581a59 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278\n25  Electron Framework              0x0000000102811ec4 0x1026f7000 + 1158852\n26  Electron Framework              0x000000010281185c 0x1026f7000 + 1157212\n27  Electron Framework              0x0000000102843463 0x1026f7000 + 1360995\n28  Electron Framework              0x00000001028345dd 0x1026f7000 + 1299933\n29  Electron Framework              0x000000010319f526 0x1026f7000 + 11175206\n30  Electron Framework              0x0000000102c4c492 0x1026f7000 + 5592210\n31  Electron Framework              0x0000000102c4bb36 0x1026f7000 + 5589814\n32  Electron Framework              0x00000001026f950d AtomMain + 77\n33  com.github.electron.helper      0x00000001026f4eea main + 58\n34  libdyld.dylib                   0x00007fff8a9755c9 start + 1\n\nThread 1:: Dispatch queue: com.apple.libdispatch-manager\n0   libsystem_kernel.dylib          0x00007fff91925232 kevent64 + 10\n1   libdispatch.dylib               0x00007fff91a45a6a _dispatch_mgr_thread + 52\n\nThread 2:\n0   libsystem_kernel.dylib          0x00007fff9192494a __workq_kernreturn + 10\n1   libsystem_pthread.dylib         0x00007fff8f86940d start_wqthread + 13\n\nThread 3:\n0   libsystem_kernel.dylib          0x00007fff9192494a __workq_kernreturn + 10\n1   libsystem_pthread.dylib         0x00007fff8f86940d start_wqthread + 13\n\nThread 4:\n0   libsystem_kernel.dylib          0x00007fff9192494a __workq_kernreturn + 10\n1   libsystem_pthread.dylib         0x00007fff8f86940d start_wqthread + 13\n\nThread 5:\n0   libsystem_kernel.dylib          0x00007fff9192494a __workq_kernreturn + 10\n1   libsystem_pthread.dylib         0x00007fff8f86940d start_wqthread + 13\n\nThread 6:: Chrome_ChildIOThread\n0   libsystem_kernel.dylib          0x00007fff9192521a kevent + 10\n1   Electron Framework              0x000000010328f8ad 0x1026f7000 + 12159149\n2   Electron Framework              0x0000000102810db0 0x1026f7000 + 1154480\n3   Electron Framework              0x0000000102843463 0x1026f7000 + 1360995\n4   Electron Framework              0x00000001028345dd 0x1026f7000 + 1299933\n5   Electron Framework              0x00000001028620ef 0x1026f7000 + 1487087\n6   Electron Framework              0x000000010285e54b 0x1026f7000 + 1471819\n7   libsystem_pthread.dylib         0x00007fff8f86b268 _pthread_body + 131\n8   libsystem_pthread.dylib         0x00007fff8f86b1e5 _pthread_start + 176\n9   libsystem_pthread.dylib         0x00007fff8f86941d thread_start + 13\n\nThread 7:: CompositorTileWorker1/15647\n0   libsystem_kernel.dylib          0x00007fff91924136 __psynch_cvwait + 10\n1   Electron Framework              0x0000000102b43a89 0x1026f7000 + 4508297\n2   Electron Framework              0x00000001028618ec 0x1026f7000 + 1485036\n3   Electron Framework              0x000000010285e54b 0x1026f7000 + 1471819\n4   libsystem_pthread.dylib         0x00007fff8f86b268 _pthread_body + 131\n5   libsystem_pthread.dylib         0x00007fff8f86b1e5 _pthread_start + 176\n6   libsystem_pthread.dylib         0x00007fff8f86941d thread_start + 13\n\nThread 8:: CompositorTileWorker2/13391\n0   libsystem_kernel.dylib          0x00007fff91924136 __psynch_cvwait + 10\n1   Electron Framework              0x0000000102b43a89 0x1026f7000 + 4508297\n2   Electron Framework              0x00000001028618ec 0x1026f7000 + 1485036\n3   Electron Framework              0x000000010285e54b 0x1026f7000 + 1471819\n4   libsystem_pthread.dylib         0x00007fff8f86b268 _pthread_body + 131\n5   libsystem_pthread.dylib         0x00007fff8f86b1e5 _pthread_start + 176\n6   libsystem_pthread.dylib         0x00007fff8f86941d thread_start + 13\n\nThread 9:: handle-watcher-thread\n0   libsystem_kernel.dylib          0x00007fff91924136 __psynch_cvwait + 10\n1   Electron Framework              0x000000010380d908 0x1026f7000 + 17918216\n2   Electron Framework              0x00000001037f97a9 0x1026f7000 + 17835945\n3   Electron Framework              0x00000001037f9aa6 0x1026f7000 + 17836710\n4   Electron Framework              0x00000001037f1d06 0x1026f7000 + 17804550\n5   Electron Framework              0x00000001037e6a13 0x1026f7000 + 17758739\n6   Electron Framework              0x00000001037e64f3 0x1026f7000 + 17757427\n7   Electron Framework              0x00000001037e647a 0x1026f7000 + 17757306\n8   Electron Framework              0x0000000102843463 0x1026f7000 + 1360995\n9   Electron Framework              0x00000001028345dd 0x1026f7000 + 1299933\n10  Electron Framework              0x00000001028620ef 0x1026f7000 + 1487087\n11  Electron Framework              0x000000010285e54b 0x1026f7000 + 1471819\n12  libsystem_pthread.dylib         0x00007fff8f86b268 _pthread_body + 131\n13  libsystem_pthread.dylib         0x00007fff8f86b1e5 _pthread_start + 176\n14  libsystem_pthread.dylib         0x00007fff8f86941d thread_start + 13\n\nThread 10:: Compositor\n0   libsystem_kernel.dylib          0x00007fff9191f4de mach_msg_trap + 10\n1   libsystem_kernel.dylib          0x00007fff9191e64f mach_msg + 55\n2   com.apple.CoreFoundation        0x00007fff8c5b4eb4 __CFRunLoopServiceMachPort + 212\n3   com.apple.CoreFoundation        0x00007fff8c5b437b __CFRunLoopRun + 1371\n4   com.apple.CoreFoundation        0x00007fff8c5b3bd8 CFRunLoopRunSpecific + 296\n5   Electron Framework              0x0000000102811c3f 0x1026f7000 + 1158207\n6   Electron Framework              0x000000010281185c 0x1026f7000 + 1157212\n7   Electron Framework              0x0000000102843463 0x1026f7000 + 1360995\n8   Electron Framework              0x00000001028345dd 0x1026f7000 + 1299933\n9   Electron Framework              0x00000001028620ef 0x1026f7000 + 1487087\n10  Electron Framework              0x000000010285e54b 0x1026f7000 + 1471819\n11  libsystem_pthread.dylib         0x00007fff8f86b268 _pthread_body + 131\n12  libsystem_pthread.dylib         0x00007fff8f86b1e5 _pthread_start + 176\n13  libsystem_pthread.dylib         0x00007fff8f86941d thread_start + 13\n\nThread 11:\n0   libsystem_kernel.dylib          0x00007fff9191f51a semaphore_wait_trap + 10\n1   libnode.dylib                   0x0000000106081820 uv_sem_wait + 16\n2   Electron Framework              0x0000000102778990 atom::NodeBindings::EmbedThreadRunner(void*) + 48\n3   libnode.dylib                   0x0000000106081549 0x105f51000 + 1246537\n4   libsystem_pthread.dylib         0x00007fff8f86b268 _pthread_body + 131\n5   libsystem_pthread.dylib         0x00007fff8f86b1e5 _pthread_start + 176\n6   libsystem_pthread.dylib         0x00007fff8f86941d thread_start + 13\n\nThread 12:: HTMLParserThread\n0   libsystem_kernel.dylib          0x00007fff9191f4de mach_msg_trap + 10\n1   libsystem_kernel.dylib          0x00007fff9191e64f mach_msg + 55\n2   com.apple.CoreFoundation        0x00007fff8c5b4eb4 __CFRunLoopServiceMachPort + 212\n3   com.apple.CoreFoundation        0x00007fff8c5b437b __CFRunLoopRun + 1371\n4   com.apple.CoreFoundation        0x00007fff8c5b3bd8 CFRunLoopRunSpecific + 296\n5   Electron Framework              0x0000000102811c3f 0x1026f7000 + 1158207\n6   Electron Framework              0x000000010281185c 0x1026f7000 + 1157212\n7   Electron Framework              0x0000000102843463 0x1026f7000 + 1360995\n8   Electron Framework              0x00000001028345dd 0x1026f7000 + 1299933\n9   Electron Framework              0x00000001028620ef 0x1026f7000 + 1487087\n10  Electron Framework              0x000000010285e54b 0x1026f7000 + 1471819\n11  libsystem_pthread.dylib         0x00007fff8f86b268 _pthread_body + 131\n12  libsystem_pthread.dylib         0x00007fff8f86b1e5 _pthread_start + 176\n13  libsystem_pthread.dylib         0x00007fff8f86941d thread_start + 13\n\nThread 13:: WorkerPool/26115\n0   libsystem_kernel.dylib          0x00007fff91924136 __psynch_cvwait + 10\n1   Electron Framework              0x000000010285119b 0x1026f7000 + 1417627\n2   Electron Framework              0x00000001028639bc 0x1026f7000 + 1493436\n3   Electron Framework              0x0000000102863e60 0x1026f7000 + 1494624\n4   Electron Framework              0x000000010285e54b 0x1026f7000 + 1471819\n5   libsystem_pthread.dylib         0x00007fff8f86b268 _pthread_body + 131\n6   libsystem_pthread.dylib         0x00007fff8f86b1e5 _pthread_start + 176\n7   libsystem_pthread.dylib         0x00007fff8f86941d thread_start + 13\n\nThread 14:\n0   libsystem_kernel.dylib          0x00007fff919243fa __select + 10\n1   libnode.dylib                   0x0000000106081549 0x105f51000 + 1246537\n2   libsystem_pthread.dylib         0x00007fff8f86b268 _pthread_body + 131\n3   libsystem_pthread.dylib         0x00007fff8f86b1e5 _pthread_start + 176\n4   libsystem_pthread.dylib         0x00007fff8f86941d thread_start + 13\n\nThread 15:: WorkerPool/25867\n0   libsystem_kernel.dylib          0x00007fff91924136 __psynch_cvwait + 10\n1   Electron Framework              0x000000010285119b 0x1026f7000 + 1417627\n2   Electron Framework              0x00000001028639bc 0x1026f7000 + 1493436\n3   Electron Framework              0x0000000102863e60 0x1026f7000 + 1494624\n4   Electron Framework              0x000000010285e54b 0x1026f7000 + 1471819\n5   libsystem_pthread.dylib         0x00007fff8f86b268 _pthread_body + 131\n6   libsystem_pthread.dylib         0x00007fff8f86b1e5 _pthread_start + 176\n7   libsystem_pthread.dylib         0x00007fff8f86941d thread_start + 13\n\nThread 16:: WorkerPool/28175\n0   libsystem_kernel.dylib          0x00007fff91924136 __psynch_cvwait + 10\n1   Electron Framework              0x000000010285119b 0x1026f7000 + 1417627\n2   Electron Framework              0x00000001028639bc 0x1026f7000 + 1493436\n3   Electron Framework              0x0000000102863e60 0x1026f7000 + 1494624\n4   Electron Framework              0x000000010285e54b 0x1026f7000 + 1471819\n5   libsystem_pthread.dylib         0x00007fff8f86b268 _pthread_body + 131\n6   libsystem_pthread.dylib         0x00007fff8f86b1e5 _pthread_start + 176\n7   libsystem_pthread.dylib         0x00007fff8f86941d thread_start + 13\n\nThread 17:\n0   libsystem_kernel.dylib          0x00007fff91924136 __psynch_cvwait + 10\n1   libnode.dylib                   0x00000001060818e9 uv_cond_wait + 9\n2   libnode.dylib                   0x000000010607713b 0x105f51000 + 1204539\n3   libnode.dylib                   0x0000000106081549 0x105f51000 + 1246537\n4   libsystem_pthread.dylib         0x00007fff8f86b268 _pthread_body + 131\n5   libsystem_pthread.dylib         0x00007fff8f86b1e5 _pthread_start + 176\n6   libsystem_pthread.dylib         0x00007fff8f86941d thread_start + 13\n\nThread 18:\n0   libsystem_kernel.dylib          0x00007fff91924136 __psynch_cvwait + 10\n1   libnode.dylib                   0x00000001060818e9 uv_cond_wait + 9\n2   libnode.dylib                   0x000000010607713b 0x105f51000 + 1204539\n3   libnode.dylib                   0x0000000106081549 0x105f51000 + 1246537\n4   libsystem_pthread.dylib         0x00007fff8f86b268 _pthread_body + 131\n5   libsystem_pthread.dylib         0x00007fff8f86b1e5 _pthread_start + 176\n6   libsystem_pthread.dylib         0x00007fff8f86941d thread_start + 13\n\nThread 19:\n0   libsystem_kernel.dylib          0x00007fff91924136 __psynch_cvwait + 10\n1   libnode.dylib                   0x00000001060818e9 uv_cond_wait + 9\n2   libnode.dylib                   0x000000010607713b 0x105f51000 + 1204539\n3   libnode.dylib                   0x0000000106081549 0x105f51000 + 1246537\n4   libsystem_pthread.dylib         0x00007fff8f86b268 _pthread_body + 131\n5   libsystem_pthread.dylib         0x00007fff8f86b1e5 _pthread_start + 176\n6   libsystem_pthread.dylib         0x00007fff8f86941d thread_start + 13\n\nThread 20:\n0   libsystem_kernel.dylib          0x00007fff91924136 __psynch_cvwait + 10\n1   libnode.dylib                   0x00000001060818e9 uv_cond_wait + 9\n2   libnode.dylib                   0x000000010607713b 0x105f51000 + 1204539\n3   libnode.dylib                   0x0000000106081549 0x105f51000 + 1246537\n4   libsystem_pthread.dylib         0x00007fff8f86b268 _pthread_body + 131\n5   libsystem_pthread.dylib         0x00007fff8f86b1e5 _pthread_start + 176\n6   libsystem_pthread.dylib         0x00007fff8f86941d thread_start + 13\n\nThread 0 crashed with X86 Thread State (64-bit):\n  rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff5d501218  rdx: 0x0000000000000000\n  rdi: 0x0000000000000513  rsi: 0x0000000000000006  rbp: 0x00007fff5d501240  rsp: 0x00007fff5d501218\n   r8: 0x0000000000000001   r9: 0x0000000000000000  r10: 0x0000000008000000  r11: 0x0000000000000206\n  r12: 0x0000000105e49000  r13: 0x0000000000000004  r14: 0x00007fff7956b300  r15: 0x0000000000000000\n  rip: 0x00007fff91924286  rfl: 0x0000000000000206  cr2: 0x00007fff7a2f3fd8\n\nLogical CPU:     0\nError Code:      0x02000148\nTrap Number:     133\n\n\nBinary Images:\n       0x1026f4000 -        0x1026f4ff7 +com.github.electron.helper (0) \u003c6B82F079-1C48-3A68-B418-636B46766BB5\u003e /Users/USER/*/Electron.app/Contents/Frameworks/Electron Helper.app/Contents/MacOS/Electron Helper\n       0x1026f7000 -        0x1058d6f3f +Electron Framework (0) \u003c534ED413-5936-3828-B789-2C851F5F19BF\u003e /Users/USER/*/Electron.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Electron Framework\n       0x105e17000 -        0x105e2cff7 +com.github.Squirrel (1.0 - 1) \u003c85C10AB5-0538-3E6C-A73B-9D4E55378A5B\u003e /Users/USER/*/Electron.app/Contents/Frameworks/Squirrel.framework/Versions/A/Squirrel\n       0x105e4a000 -        0x105eadff7 +org.reactivecocoa.ReactiveCocoa (1.0 - 1) \u003c701B20DE-3ADD-3643-B52A-E05744C30DB3\u003e /Users/USER/*/Electron.app/Contents/Frameworks/ReactiveCocoa.framework/Versions/A/ReactiveCocoa\n       0x105f25000 -        0x105f39fff +org.mantle.Mantle (1.0 - ???) \u003c31915DD6-48E6-3706-A076-C9D4CE17F4F6\u003e /Users/USER/*/Electron.app/Contents/Frameworks/Mantle.framework/Versions/A/Mantle\n       0x105f51000 -        0x106a55ff7 +libnode.dylib (0) \u003c27D97173-5C77-33DC-9019-180E85F9CAB6\u003e /Users/USER/*/Electron.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Libraries/libnode.dylib\n       0x106e10000 -        0x106e47fff  com.apple.audio.midi.CoreMIDI (1.10 - 88) \u003c4BBCD304-C28F-3C03-AEB8-5E3D5D030602\u003e /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI\n       0x10c40f000 -        0x10c62ffe7 +ffmpegsumo.so (0) \u003c3750C52F-3213-3962-864C-C09A13BB4348\u003e /Users/USER/*/Electron.app/Contents/Frameworks/Electron Framework.framework/Libraries/ffmpegsumo.so\n       0x111ab3000 -        0x111dcdfff +nodegit.node (???) \u003c56421EA8-6F7F-3AE3-80EF-E3D1118C419E\u003e /Users/USER/*/nodegit.node\n    0x7fff6b0b4000 -     0x7fff6b0ea837  dyld (353.2.1) \u003c65DCCB06-339C-3E25-9702-600A28291D0E\u003e /usr/lib/dyld\n    0x7fff880e4000 -     0x7fff880feff7  liblzma.5.dylib (7) \u003c1D03E875-A7C0-3028-814C-3C27F7B7C079\u003e /usr/lib/liblzma.5.dylib\n    0x7fff880ff000 -     0x7fff8812ffff  com.apple.GSS (4.0 - 2.0) \u003cA37BAF76-C262-3292-B82D-F004CAC5F333\u003e /System/Library/Frameworks/GSS.framework/Versions/A/GSS\n    0x7fff88130000 -     0x7fff8814afff  com.apple.AppleVPAFramework (1.4.3 - 1.4.3) \u003cAE62A92E-EDA7-37AD-8AF0-7912E9381A1F\u003e /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA\n    0x7fff88182000 -     0x7fff88184fff  com.apple.loginsupport (1.0 - 1) \u003cDAAD7013-A19D-3858-BFF7-DE1DAF664401\u003e /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport\n    0x7fff881f3000 -     0x7fff88218ff7  libJPEG.dylib (1237) \u003c8AC8EFA6-2283-3725-9F28-01537DF51766\u003e /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib\n    0x7fff88484000 -     0x7fff884adffb  libxslt.1.dylib (13) \u003cAED1143F-B848-3E73-81ED-71356F25F084\u003e /usr/lib/libxslt.1.dylib\n    0x7fff88913000 -     0x7fff8897ffff  com.apple.framework.CoreWLAN (5.0 - 500.35.2) \u003c5E228544-77A9-3AA5-8355-E8F6626F50E7\u003e /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN\n    0x7fff88980000 -     0x7fff88e70fff  com.apple.MediaToolbox (1.0 - 1562.235) \u003c9813E9A6-5BD6-3E56-9D20-0023703D5096\u003e /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox\n    0x7fff88e71000 -     0x7fff88f0ffff  com.apple.Metadata (10.7.0 - 917.35) \u003c8CBD1D32-4F4B-3F9A-AC65-76F2B5376FBF\u003e /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata\n    0x7fff89144000 -     0x7fff89268ff7  com.apple.LaunchServices (644.56 - 644.56) \u003c20AABB1C-9319-3E4D-A024-51B0DD5FCD3B\u003e /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices\n    0x7fff892b0000 -     0x7fff892c7ff7  libLinearAlgebra.dylib (1128) \u003cE78CCBAA-A999-3B65-8EC9-06DB15E67C37\u003e /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib\n    0x7fff892fe000 -     0x7fff89303ff7  libunwind.dylib (35.3) \u003cBE7E51A0-B6EA-3A54-9CCA-9D88F683A6D6\u003e /usr/lib/system/libunwind.dylib\n    0x7fff89304000 -     0x7fff89305fff  liblangid.dylib (117) \u003cB54A4AA0-2E53-3671-90F5-AFF711C0EB9E\u003e /usr/lib/liblangid.dylib\n    0x7fff89308000 -     0x7fff89325ffb  libresolv.9.dylib (57) \u003c26B38E61-298A-3C3A-82C1-3B5E98AD5E29\u003e /usr/lib/libresolv.9.dylib\n    0x7fff89354000 -     0x7fff893d8fff  com.apple.PerformanceAnalysis (1.0 - 1) \u003c599AED3E-B689-3C40-8B91-93AD36C97658\u003e /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis\n    0x7fff89401000 -     0x7fff8942cfff  com.apple.DictionaryServices (1.2 - 229) \u003cF03DFAC6-6285-3176-9C6D-7CC50F8CD52A\u003e /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices\n    0x7fff89539000 -     0x7fff89545ff7  com.apple.OpenDirectory (10.10 - 187) \u003c1E07769D-68DE-3BF2-8E9E-A1E98BF70D1B\u003e /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory\n    0x7fff89546000 -     0x7fff8956efff  libRIP.A.dylib (779.11) \u003c88434DA0-B6B8-304A-9DC0-41D3947E8734\u003e /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib\n    0x7fff8962b000 -     0x7fff89636ff7  libkxld.dylib (2782.20.48) \u003c28EF8328-E3E2-336A-974B-FB1BF119D55A\u003e /usr/lib/system/libkxld.dylib\n    0x7fff89637000 -     0x7fff8963afff  com.apple.xpc.ServiceManagement (1.0 - 1) \u003c9E025823-660A-30C5-A568-223BD595B6F7\u003e /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement\n    0x7fff89657000 -     0x7fff89662fff  com.apple.AppSandbox (4.0 - 238.20.2) \u003cBEFAB7F2-B189-391B-9B2D-FFF3EE2B77B6\u003e /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox\n    0x7fff897ab000 -     0x7fff897b2fff  com.apple.network.statistics.framework (1.2 - 1) \u003c61B311D1-7F15-35B3-80D4-99B8BE90ACD9\u003e /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/NetworkStatistics\n    0x7fff897b3000 -     0x7fff897edffb  com.apple.DebugSymbols (115 - 115) \u003c6F03761D-7C3A-3C80-8031-AA1C1AD7C706\u003e /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols\n    0x7fff897ee000 -     0x7fff89813ff7  libPng.dylib (1237) \u003cCFBF1344-36AB-3AAE-B2EB-9FC1369F967F\u003e /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib\n    0x7fff89814000 -     0x7fff89823fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) \u003cD1E527E4-C561-352F-9457-E8C50232793C\u003e /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis\n    0x7fff89824000 -     0x7fff8982bfff  com.apple.NetFS (6.0 - 4.0) \u003c1581D25F-CC07-39B0-90E8-5D4F3CF84EBA\u003e /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS\n    0x7fff898df000 -     0x7fff898e2fff  com.apple.help (1.3.3 - 46) \u003cCA4541F4-CEF5-355C-8F1F-EA65DC1B400F\u003e /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help\n    0x7fff898e3000 -     0x7fff8996cff7  com.apple.CoreSymbolication (3.1 - 57020.1) \u003c85707039-0C8A-3409-B0B5-153431CC1841\u003e /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication\n    0x7fff8996d000 -     0x7fff8999dff3  com.apple.CoreAVCHD (5.7.5 - 5750.4.1) \u003c3E51287C-E97D-3886-BE88-8F6872400876\u003e /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD\n    0x7fff8999e000 -     0x7fff89ae2ff7  com.apple.QTKit (7.7.3 - 2890) \u003cEA6DCA1E-CBAB-328F-B230-1F9B9104E110\u003e /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit\n    0x7fff89aeb000 -     0x7fff89af8ff7  libbz2.1.0.dylib (36) \u003c2DF83FBC-5C08-39E1-94F5-C28653791B5F\u003e /usr/lib/libbz2.1.0.dylib\n    0x7fff89e13000 -     0x7fff89f74fff  com.apple.avfoundation (2.0 - 889.210) \u003c0CFF0D47-7C6B-388E-87BD-404F43A6B1E0\u003e /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation\n    0x7fff89ff2000 -     0x7fff89ff4fff  libCVMSPluginSupport.dylib (11.1.2) \u003c6EFEC4A6-2EAC-3C27-820E-C28BE71B9FCB\u003e /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib\n    0x7fff89ff5000 -     0x7fff8a063ffb  com.apple.Heimdal (4.0 - 2.0) \u003c7697A837-98B8-3BDB-A7D2-8ED4C9ABC510\u003e /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal\n    0x7fff8a082000 -     0x7fff8a09bff7  com.apple.CFOpenDirectory (10.10 - 187) \u003c790ED527-EFD2-3EA6-8C97-A8C04E96EBA7\u003e /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory\n    0x7fff8a09c000 -     0x7fff8a0a4ff3  com.apple.CoreServices.FSEvents (1210.20.1 - 1210.20.1) \u003c84F79D3E-7B5E-3C93-8479-35794A3F125E\u003e /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents\n    0x7fff8a151000 -     0x7fff8a16cff7  libCRFSuite.dylib (34) \u003cD64842BE-7BD4-3D0C-9842-1D202F7C2A51\u003e /usr/lib/libCRFSuite.dylib\n    0x7fff8a49c000 -     0x7fff8a4f0fff  libc++.1.dylib (120) \u003c1B9530FD-989B-3174-BB1C-BDC159501710\u003e /usr/lib/libc++.1.dylib\n    0x7fff8a4f1000 -     0x7fff8a822fff  com.apple.Foundation (6.9 - 1153.20) \u003cF0FF3A5D-C5B7-34A1-9319-DE1EF928E58E\u003e /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation\n    0x7fff8a823000 -     0x7fff8a823fff  com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) \u003cB92888D0-ED3F-3430-8F3A-6E56FD16C5F1\u003e /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib\n    0x7fff8a824000 -     0x7fff8a82ffff  libGL.dylib (11.1.2) \u003cBF99CC65-215A-3C7D-87D7-3F7EE6E9B3DD\u003e /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib\n    0x7fff8a972000 -     0x7fff8a975ff7  libdyld.dylib (353.2.1) \u003c9EACCA38-291D-38CC-811F-7E9D1451E2D3\u003e /usr/lib/system/libdyld.dylib\n    0x7fff8b39f000 -     0x7fff8b462ff7  libvMisc.dylib (516) \u003c21497A28-8DCB-3EB8-BDAC-93C93382B0AA\u003e /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib\n    0x7fff8b463000 -     0x7fff8b83afe7  com.apple.CoreAUC (211.1.0 - 211.1.0) \u003c12645629-E065-388E-A6B5-094A240578CE\u003e /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC\n    0x7fff8b84e000 -     0x7fff8b9b5ffb  com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) \u003c5678FC94-456A-3F5F-BA9A-10EB6E462997\u003e /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox\n    0x7fff8b9b6000 -     0x7fff8b9beff7  com.apple.AppleSRP (5.0 - 1) \u003c01EC5144-D09A-3D6A-AE35-F6D48585F154\u003e /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP\n    0x7fff8b9bf000 -     0x7fff8c540ff7  com.apple.AppKit (6.9 - 1347.57) \u003cB214D528-7D1C-39B2-BE36-821D417A0297\u003e /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit\n    0x7fff8c541000 -     0x7fff8c541fff  com.apple.ApplicationServices (48 - 48) \u003c5BF7910B-C328-3BF8-BA4F-CE52B574CE01\u003e /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices\n    0x7fff8c542000 -     0x7fff8c8daff7  com.apple.CoreFoundation (6.9 - 1153.18) \u003c5C0892B8-9691-341F-9279-CA3A74D59AA0\u003e /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation\n    0x7fff8c8db000 -     0x7fff8c92aff7  com.apple.opencl (2.4.2 - 2.4.2) \u003c4A9574ED-15CF-3EBB-B4C0-D30F644D6C74\u003e /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL\n    0x7fff8c92b000 -     0x7fff8c933ffb  libcopyfile.dylib (118.1.2) \u003c0C68D3A6-ACDD-3EF3-991A-CC82C32AB836\u003e /usr/lib/system/libcopyfile.dylib\n    0x7fff8c934000 -     0x7fff8c9b5ff7  com.apple.CoreUtils (1.1 - 110.1) \u003cC98E1441-3FCB-3BC6-BB51-5380BD39EA88\u003e /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils\n    0x7fff8ca70000 -     0x7fff8ca83ff7  com.apple.CoreBluetooth (1.0 - 1) \u003c8D7BA9BA-EB36-307A-9119-0B3D9732C953\u003e /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth\n    0x7fff8ca91000 -     0x7fff8ca93fff  libsystem_configuration.dylib (699.1.5) \u003c20F3B077-179D-3CB0-A3C1-C8602D53B4DB\u003e /usr/lib/system/libsystem_configuration.dylib\n    0x7fff8cb49000 -     0x7fff8cb81fff  libsystem_network.dylib (412.20.3) \u003c589A5F67-BE2A-3245-A181-0ECC9B53EB00\u003e /usr/lib/system/libsystem_network.dylib\n    0x7fff8cb82000 -     0x7fff8cc91ff3  com.apple.desktopservices (1.9.3 - 1.9.3) \u003cFEE11342-5BC4-37A7-8169-DA48BE17B9C9\u003e /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv\n    0x7fff8ccc0000 -     0x7fff8cdb2fff  libxml2.2.dylib (26) \u003cB834E7C8-EC3E-3382-BC5A-DA38DC4D720C\u003e /usr/lib/libxml2.2.dylib\n    0x7fff8ce97000 -     0x7fff8d19cff3  com.apple.HIToolbox (2.1.1 - 758.7) \u003c6711FAA9-904A-3B49-9665-FC8D13B93C42\u003e /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox\n    0x7fff8d353000 -     0x7fff8d38efff  com.apple.Symbolication (1.4 - 56045) \u003cD64571B1-4483-3FE2-BD67-A91360F79727\u003e /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication\n    0x7fff8d38f000 -     0x7fff8d4d1fff  libsqlite3.dylib (168) \u003c7B580EB9-9260-35FE-AE2F-276A2C242BAB\u003e /usr/lib/libsqlite3.dylib\n    0x7fff8d53f000 -     0x7fff8d5bdfff  com.apple.CoreServices.OSServices (640.4 - 640.4) \u003c20121A5E-7AB5-3624-8CF0-3562F97C8A95\u003e /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices\n    0x7fff8d5c9000 -     0x7fff8d6f1ff7  com.apple.coreui (2.1 - 308.6) \u003cDEA5D3E1-D333-302B-A6CF-7643BFDFAED0\u003e /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI\n    0x7fff8d6f2000 -     0x7fff8d708ff7  libsystem_asl.dylib (267) \u003cF153AC5B-0542-356E-88C8-20A62CA704E2\u003e /usr/lib/system/libsystem_asl.dylib\n    0x7fff8d709000 -     0x7fff8d75aff7  com.apple.AppleVAFramework (5.0.31 - 5.0.31) \u003cFED294D2-13CB-381D-98D0-BDA909AACA32\u003e /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA\n    0x7fff8d75b000 -     0x7fff8d7c2ff7  com.apple.framework.CoreWiFi (3.0 - 300.4) \u003c19269C1D-EB29-384A-83F3-7DDDEB7D9DAD\u003e /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi\n    0x7fff8de33000 -     0x7fff8de57ff7  com.apple.Sharing (328.16 - 328.16) \u003cF96C7040-5FAF-3BC6-AE1E-5BF9CBE786C4\u003e /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing\n    0x7fff8e2a4000 -     0x7fff8e2a6ff7  com.apple.securityhi (9.0 - 55006) \u003c5DB5773C-FC07-302C-98FE-4B80D88D481A\u003e /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI\n    0x7fff8e2bd000 -     0x7fff8e352ff7  com.apple.ColorSync (4.9.0 - 4.9.0) \u003c9150C2B7-2E6E-3509-96EA-7B3F959F049E\u003e /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync\n    0x7fff8e357000 -     0x7fff8e3b1ff7  com.apple.LanguageModeling (1.0 - 1) \u003cACA93FE0-A0E3-333E-AE3C-8EB7DE5F362F\u003e /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling\n    0x7fff8e3b2000 -     0x7fff8e3c2ff7  libbsm.0.dylib (34) \u003cA3A2E56C-2B65-37C7-B43A-A1F926E1A0BB\u003e /usr/lib/libbsm.0.dylib\n    0x7fff8e3c3000 -     0x7fff8e3ccfff  libGFXShared.dylib (11.1.2) \u003c0BAF2EA8-3BC4-3BF4-ABB6-A6E0A1F3F6A5\u003e /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib\n    0x7fff8e3cd000 -     0x7fff8e55bfff  libBLAS.dylib (1128) \u003c497912C1-A98E-3281-BED7-E9C751552F61\u003e /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib\n    0x7fff8e55c000 -     0x7fff8e587fff  libc++abi.dylib (125) \u003c88A22A0F-87C6-3002-BFBA-AC0F2808B8B9\u003e /usr/lib/libc++abi.dylib\n    0x7fff8e58d000 -     0x7fff8e593fff  libsystem_trace.dylib (72.20.1) \u003c840F5301-B55A-3078-90B9-FEFFD6CD741A\u003e /usr/lib/system/libsystem_trace.dylib\n    0x7fff8e594000 -     0x7fff8e5d4ff7  libGLImage.dylib (11.1.2) \u003c260A4BF3-DC45-369C-A0CD-B667F9D17179\u003e /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib\n    0x7fff8e5de000 -     0x7fff8e5f8ff7  com.apple.Kerberos (3.0 - 1) \u003c7760E0C2-A222-3709-B2A6-B692D900CEB1\u003e /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos\n    0x7fff8e6cc000 -     0x7fff8e70dfff  libGLU.dylib (11.1.2) \u003c4C54F0D1-2ADC-38A0-92D1-F479E9B99355\u003e /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib\n    0x7fff8e70e000 -     0x7fff8e70efff  com.apple.Accelerate (1.10 - Accelerate 1.10) \u003cF1B96A61-7E4B-31BD-A35B-BA7EF1F16EF4\u003e /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate\n    0x7fff8e71e000 -     0x7fff8e72bfff  libxar.1.dylib (255) \u003c7CD69BB5-97BA-3858-8A8B-2F33F129E6E7\u003e /usr/lib/libxar.1.dylib\n    0x7fff8e817000 -     0x7fff8e847fff  libsystem_m.dylib (3086.1) \u003c1E12AB45-6D96-36D0-A226-F24D9FB0D9D6\u003e /usr/lib/system/libsystem_m.dylib\n    0x7fff8e86e000 -     0x7fff8e88aff7  libsystem_malloc.dylib (53.1.1) \u003c19BCC257-5717-3502-A71F-95D65AFA861B\u003e /usr/lib/system/libsystem_malloc.dylib\n    0x7fff8ea06000 -     0x7fff8ea0cff7  libsystem_networkextension.dylib (167.1.10) \u003c29AB225B-D7FB-30ED-9600-65D44B9A9442\u003e /usr/lib/system/libsystem_networkextension.dylib\n    0x7fff8ea0d000 -     0x7fff8ea38ff3  libarchive.2.dylib (30) \u003c8CBB4416-EBE9-3574-8ADC-44655D245F39\u003e /usr/lib/libarchive.2.dylib\n    0x7fff8eb19000 -     0x7fff8eb19fff  com.apple.Cocoa (6.8 - 21) \u003cEAC0EA1E-3C62-3B28-A941-5D8B1E085FF8\u003e /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa\n    0x7fff8eb1a000 -     0x7fff8eb1fff7  libmacho.dylib (862) \u003c126CA2ED-DE91-308F-8881-B9DAEC3C63B6\u003e /usr/lib/system/libmacho.dylib\n    0x7fff8eb20000 -     0x7fff8eb39ffb  com.apple.openscripting (1.4 - 162.1) \u003cE6B42781-A556-355A-8A49-82A8D2B347FF\u003e /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting\n    0x7fff8eb3a000 -     0x7fff8eb54ff3  com.apple.Ubiquity (1.3 - 313) \u003cDF56A657-CC6E-3BE2-86A0-71F07127724C\u003e /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity\n    0x7fff8eb55000 -     0x7fff8ebe9fff  com.apple.ink.framework (10.9 - 213) \u003c8E029630-1530-3734-A446-13353F0E7AC5\u003e /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink\n    0x7fff8eda8000 -     0x7fff8edb0fff  libMatch.1.dylib (24) \u003cC917279D-33C2-38A8-9BDD-18F3B24E6FBD\u003e /usr/lib/libMatch.1.dylib\n    0x7fff8edb1000 -     0x7fff8edb6ff7  com.apple.MediaAccessibility (1.0 - 61) \u003c00A3E0B6-79AC-387E-B282-AADFBD5722F6\u003e /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility\n    0x7fff8ee4b000 -     0x7fff8ee98ff7  com.apple.print.framework.PrintCore (10.3 - 451.1) \u003cDE992474-0841-38A1-B4F6-46D653E454D5\u003e /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore\n    0x7fff8ee99000 -     0x7fff8ee9bffb  libCGXType.A.dylib (779.11) \u003c51607E77-F183-3CC2-A78C-238AFBDF6262\u003e /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib\n    0x7fff8f80f000 -     0x7fff8f81aff7  com.apple.speech.synthesis.framework (5.3.3 - 5.3.3) \u003cA5640275-E2A6-3856-95EF-5F0DC440B10C\u003e /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis\n    0x7fff8f868000 -     0x7fff8f871fff  libsystem_pthread.dylib (105.10.1) \u003c3103AA7F-3BAE-3673-9649-47FFD7E15C97\u003e /usr/lib/system/libsystem_pthread.dylib\n    0x7fff8f872000 -     0x7fff8f873fff  libsystem_secinit.dylib (18) \u003c581DAD0F-6B63-3A48-B63B-917AF799ABAA\u003e /usr/lib/system/libsystem_secinit.dylib\n    0x7fff8f8c0000 -     0x7fff8f8ceff7  com.apple.opengl (11.1.2 - 11.1.2) \u003c864B35BF-1E76-382B-8D5F-38C7282621E6\u003e /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL\n    0x7fff8f8cf000 -     0x7fff8fc02ff7  libmecabra.dylib (666.7) \u003c0ED8AE5E-7A5B-34A6-A2EE-2B852E60E1E2\u003e /usr/lib/libmecabra.dylib\n    0x7fff8fc6e000 -     0x7fff8fc79fff  libcommonCrypto.dylib (60061) \u003cD381EBC6-69D8-31D3-8084-5A80A32CB748\u003e /usr/lib/system/libcommonCrypto.dylib\n    0x7fff8fc7a000 -     0x7fff8fce1ffb  com.apple.datadetectorscore (6.0 - 396.1.1) \u003c9B0B3198-DDBE-36C0-8BA9-3EC89C725282\u003e /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore\n    0x7fff8fce2000 -     0x7fff8fce8fff  com.apple.speech.recognition.framework (5.0.9 - 5.0.9) \u003cBB2D573F-0A01-379F-A2BA-3C454EDCB111\u003e /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition\n    0x7fff8fce9000 -     0x7fff8fd3cffb  libAVFAudio.dylib (118.6) \u003c2441D4C1-D8FB-3DA9-9DD7-914E03413882\u003e /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib\n    0x7fff8fd73000 -     0x7fff8fd75fff  libsystem_sandbox.dylib (358.20.5) \u003c4CF77128-6BE0-3958-B646-707FA9CE61B2\u003e /usr/lib/system/libsystem_sandbox.dylib\n    0x7fff8fddf000 -     0x7fff8fe00fff  com.apple.framework.Apple80211 (10.3 - 1030.71.6) \u003cD3862426-2586-3DF7-BA75-9A184FCD74C4\u003e /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211\n    0x7fff8fe01000 -     0x7fff8fe5cff7  libTIFF.dylib (1237) \u003c690B205E-55D9-3F2C-B4EA-78B1AC3D3231\u003e /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib\n    0x7fff8fe70000 -     0x7fff8fe73ff7  com.apple.Mangrove (1.0 - 1) \u003c6326024D-5C8D-3F59-9468-ACA1E01BC70C\u003e /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove\n    0x7fff8fe97000 -     0x7fff8fe97ff7  liblaunch.dylib (559.20.9) \u003cFA89A113-696E-3271-8FE1-A0D7324E8481\u003e /usr/lib/system/liblaunch.dylib\n    0x7fff8fe9e000 -     0x7fff8feabff7  com.apple.SpeechRecognitionCore (2.1.2 - 2.1.2) \u003c551322E2-C1E4-3378-A218-F362985E3E3C\u003e /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore\n    0x7fff90134000 -     0x7fff90160fff  libsandbox.1.dylib (358.20.5) \u003cC84D0EA1-CE60-3328-A196-D55874BE83D1\u003e /usr/lib/libsandbox.1.dylib\n    0x7fff90161000 -     0x7fff90165fff  com.apple.CommonPanels (1.2.6 - 96) \u003cF9ECC8AF-D9CA-3350-AFB4-5113A9B789A5\u003e /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels\n    0x7fff90166000 -     0x7fff902a3fff  com.apple.ImageIO.framework (3.3.0 - 1237) \u003c138A800C-14B7-36C2-AB04-E162602C97E3\u003e /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO\n    0x7fff902a4000 -     0x7fff902a6fff  libRadiance.dylib (1237) \u003c8F1E898B-74F6-3242-B929-CAF58AFCE319\u003e /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib\n    0x7fff902a7000 -     0x7fff902a8ff7  libsystem_blocks.dylib (65) \u003c9615D10A-FCA7-3BE4-AA1A-1B195DACE1A1\u003e /usr/lib/system/libsystem_blocks.dylib\n    0x7fff902fe000 -     0x7fff90669fff  com.apple.VideoToolbox (1.0 - 1562.235) \u003c0E996B8C-BE1C-3749-ACCA-DACBC89AFABB\u003e /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox\n    0x7fff90770000 -     0x7fff9078cfff  com.apple.GenerationalStorage (2.0 - 209.11) \u003c9FF8DD11-25FB-3047-A5BF-9415339B3EEC\u003e /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage\n    0x7fff907eb000 -     0x7fff90835ff7  com.apple.HIServices (1.22 - 522.1) \u003cE8BD41E4-7747-3CAF-807A-5CA9AD16B525\u003e /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices\n    0x7fff90836000 -     0x7fff90b05ff3  com.apple.CoreImage (10.3.4) \u003cC1AE8252-A95D-3BF4-83B8-BE85E979F2CB\u003e /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage\n    0x7fff90b42000 -     0x7fff90b43fff  libDiagnosticMessagesClient.dylib (100) \u003c2EE8E436-5CDC-34C5-9959-5BA218D507FB\u003e /usr/lib/libDiagnosticMessagesClient.dylib\n    0x7fff90b44000 -     0x7fff90b49fff  libsystem_stats.dylib (163.20.16) \u003cFBC3F80F-A0FB-3BD6-9A7E-800DE45F092E\u003e /usr/lib/system/libsystem_stats.dylib\n    0x7fff90b54000 -     0x7fff90ba0ff7  libcups.2.dylib (408.2) \u003cE8AD18F9-61E4-3791-B840-504468C25556\u003e /usr/lib/libcups.2.dylib\n    0x7fff90ba9000 -     0x7fff90c48e27  com.apple.AppleJPEG (1.0 - 1) \u003c6627DDD9-A8FE-3968-B23A-B6A29AA3919A\u003e /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG\n    0x7fff90c60000 -     0x7fff90cd4ffb  com.apple.securityfoundation (6.0 - 55126) \u003c42589E18-D38C-3E25-B638-6E29740C224C\u003e /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation\n    0x7fff90ced000 -     0x7fff90dadff7  com.apple.backup.framework (1.6.4 - 1.6.4) \u003cA67CE7D7-AAE4-3AC0-86B7-EAF403853D09\u003e /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup\n    0x7fff90dda000 -     0x7fff90dddfff  com.apple.IOSurface (97.4 - 97.4) \u003cAE11CFBC-4D46-30F3-BEEC-4C8131079391\u003e /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface\n    0x7fff90dde000 -     0x7fff90de5ff7  libcompiler_rt.dylib (35) \u003cBF8FC133-EE10-3DA6-9B90-92039E28678F\u003e /usr/lib/system/libcompiler_rt.dylib\n    0x7fff90de6000 -     0x7fff90e06fff  com.apple.IconServices (47.1 - 47.1) \u003cE83DFE3B-6541-3736-96BB-26DC5D0100F1\u003e /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices\n    0x7fff90e07000 -     0x7fff90e76fff  com.apple.SearchKit (1.4.0 - 1.4.0) \u003c80883BD1-C9BA-3794-A20E-476F94DD89A9\u003e /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit\n    0x7fff90e7a000 -     0x7fff90e90ff7  com.apple.CoreMediaAuthoring (2.2 - 951) \u003cC3E7D4C1-400D-34FA-9FE1-8C68C03CE969\u003e /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring\n    0x7fff90e94000 -     0x7fff90f0afe7  libcorecrypto.dylib (233.1.2) \u003cE1789801-3985-3949-B736-6B3378873301\u003e /usr/lib/system/libcorecrypto.dylib\n    0x7fff90f18000 -     0x7fff90f32ff7  libextension.dylib (55.2) \u003c3BB019CA-199A-36AC-AA22-14B562138545\u003e /usr/lib/libextension.dylib\n    0x7fff9160d000 -     0x7fff917bdff3  com.apple.QuartzCore (1.10 - 361.18) \u003cACA61D8F-9535-3141-8FDD-AC3EF6BF0806\u003e /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore\n    0x7fff9186b000 -     0x7fff9190dfff  com.apple.Bluetooth (4.3.4 - 4.3.4f4) \u003cA1120885-F31B-3C13-9B0D-2589F391CC7A\u003e /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth\n    0x7fff9190e000 -     0x7fff9192bfff  libsystem_kernel.dylib (2782.20.48) \u003cEAFD7BD0-0C30-3E7D-9528-F9916BA0167C\u003e /usr/lib/system/libsystem_kernel.dylib\n    0x7fff91934000 -     0x7fff9197aff7  libFontRegistry.dylib (134.1) \u003cCE41D8C2-BEED-345C-BC4F-3775CC06C672\u003e /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib\n    0x7fff9197b000 -     0x7fff91a12fff  com.apple.CoreMedia (1.0 - 1562.235) \u003c21EB4AB6-2DBC-326B-B17E-E88BAA9E9200\u003e /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia\n    0x7fff91a13000 -     0x7fff91a40fff  com.apple.CoreVideo (1.8 - 145.1) \u003c18DB07E0-B927-3260-A234-636F298D1917\u003e /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo\n    0x7fff91a41000 -     0x7fff91a6bff7  libdispatch.dylib (442.1.4) \u003c502CF32B-669B-3709-8862-08188225E4F0\u003e /usr/lib/system/libdispatch.dylib\n    0x7fff91aad000 -     0x7fff91b25ff7  com.apple.SystemConfiguration (1.14 - 1.14) \u003c06A8405D-53BA-30A9-BA8A-222099176091\u003e /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration\n    0x7fff91b3c000 -     0x7fff91b74fff  com.apple.RemoteViewServices (2.0 - 99) \u003cC9A62691-B0D9-34B7-B71C-A48B5F4DC553\u003e /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices\n    0x7fff91c45000 -     0x7fff91ca4fff  com.apple.AE (681.2 - 681.2) \u003c181B3B06-2DC6-3E4D-B44A-2551C5E9CF6F\u003e /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE\n    0x7fff91cb5000 -     0x7fff91da8ff7  libJP2.dylib (1237) \u003cA48C29E6-9E9F-3449-B873-160DE8E94008\u003e /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib\n    0x7fff91da9000 -     0x7fff91da9fff  libOpenScriptingUtil.dylib (162.1) \u003cE0605012-0DDB-3150-8FD0-699376FA3CD0\u003e /usr/lib/libOpenScriptingUtil.dylib\n    0x7fff91e52000 -     0x7fff92139ffb  com.apple.CoreServices.CarbonCore (1108.6 - 1108.6) \u003c8953580E-7857-33B2-AA64-98296830D3A8\u003e /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore\n    0x7fff92232000 -     0x7fff922a4fff  com.apple.framework.IOKit (2.0.2 - 1050.20.2) \u003c09C0518C-90DF-3FC3-96D6-34D35F72C8EF\u003e /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit\n    0x7fff922a5000 -     0x7fff92524ff7  com.apple.CoreData (111 - 526.3) \u003c5A27E0D8-5E5A-335B-B3F6-2601C7B976FA\u003e /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData\n    0x7fff92ec6000 -     0x7fff92eccff7  com.apple.XPCService (2.0 - 1) \u003cAA4A5393-1F5D-3465-A417-0414B95DC052\u003e /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService\n    0x7fff931d0000 -     0x7fff931e1fff  libcmph.dylib (1) \u003c46EC3997-DB5E-38AE-BBBB-A035A54AD3C0\u003e /usr/lib/libcmph.dylib\n    0x7fff932f8000 -     0x7fff932fcfff  com.apple.TCC (1.0 - 1) \u003cCCA42EE2-3400-3444-9486-BC454E60D944\u003e /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC\n    0x7fff932fd000 -     0x7fff9336effb  com.apple.ApplicationServices.ATS (360 - 375.2) \u003c2338AF23-528F-359A-847F-8B04E49E2B84\u003e /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS\n    0x7fff9336f000 -     0x7fff933a8fff  com.apple.AirPlaySupport (2.0 - 215.18) \u003c6AF8E973-3643-3FEE-AA8F-541B9F093EEE\u003e /System/Library/PrivateFrameworks/AirPlaySupport.framework/Versions/A/AirPlaySupport\n    0x7fff933a9000 -     0x7fff933c6fff  com.apple.MultitouchSupport.framework (263.9.1 - 263.9.1) \u003c6ABD3AE2-DF6A-3AB2-994B-9C0FB42CE2B7\u003e /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport\n    0x7fff933f3000 -     0x7fff933f7fff  libpam.2.dylib (20) \u003cE805398D-9A92-31F8-8005-8DC188BD8B6E\u003e /usr/lib/libpam.2.dylib\n    0x7fff93423000 -     0x7fff9343bff7  libexpat.1.dylib (12) \u003cC5FE8836-E277-3162-9D15-6735321CB2C6\u003e /usr/lib/libexpat.1.dylib\n    0x7fff9347b000 -     0x7fff93490ff7  com.apple.AppContainer (4.0 - 238.20.2) \u003c2AA2EF49-9F38-31F6-8B08-8CC7C26F57F3\u003e /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer\n    0x7fff93491000 -     0x7fff93493fff  com.apple.SecCodeWrapper (4.0 - 238.20.2) \u003cC6C126F0-6BF4-3E29-A9B7-7BAD8D17EE4F\u003e /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper\n    0x7fff93494000 -     0x7fff935abfe7  libvDSP.dylib (516) \u003cDFEDB210-49D1-3803-88A2-C61DB6A45C3D\u003e /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib\n    0x7fff935ac000 -     0x7fff935b4fff  libsystem_dnssd.dylib (561.1.1) \u003c62B70ECA-E40D-3C63-896E-7F00EC386DDB\u003e /usr/lib/system/libsystem_dnssd.dylib\n    0x7fff935cf000 -     0x7fff935daff7  com.apple.CrashReporterSupport (10.10 - 631) \u003cD87A64FA-64B1-3B23-BB43-ADE173C108C6\u003e /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport\n    0x7fff935f5000 -     0x7fff935f5fff  com.apple.CoreServices (62 - 62) \u003cC69DA8A7-B536-34BF-A93F-1C170E2C6D58\u003e /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices\n    0x7fff935f6000 -     0x7fff935fafff  libcache.dylib (69) \u003c45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1\u003e /usr/lib/system/libcache.dylib\n    0x7fff935fb000 -     0x7fff935fbff7  libkeymgr.dylib (28) \u003c77845842-DE70-3CC5-BD01-C3D14227CED5\u003e /usr/lib/system/libkeymgr.dylib\n    0x7fff9395a000 -     0x7fff9395fffb  libheimdal-asn1.dylib (398.10.1) \u003cA7B6447A-6680-3625-83C3-993B58D5C43F\u003e /usr/lib/libheimdal-asn1.dylib\n    0x7fff93978000 -     0x7fff93aaaff7  com.apple.MediaControlSender (2.0 - 215.18) \u003c86E901A7-64C3-3D2C-BBD4-E385405831D3\u003e /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender\n    0x7fff93aab000 -     0x7fff93ab4ff7  libsystem_notify.dylib (133.1.1) \u003c61147800-F320-3DAA-850C-BADF33855F29\u003e /usr/lib/system/libsystem_notify.dylib\n    0x7fff93b47000 -     0x7fff93b98fff  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) \u003c450293F7-DAE7-3DD0-8F7C-71FC2FD72627\u003e /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio\n    0x7fff93c55000 -     0x7fff93c59fff  libCoreVMClient.dylib (79.1) \u003c201EF6DF-5074-3CB7-A361-398CF957A264\u003e /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib\n    0x7fff93c5a000 -     0x7fff93e67ff3  com.apple.CFNetwork (720.3.13 - 720.3.13) \u003c69E15385-5784-3912-88F6-03B16F1C1A5C\u003e /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork\n    0x7fff93e68000 -     0x7fff93e6dfff  com.apple.DiskArbitration (2.6 - 2.6) \u003c0DFF4D9B-2AC3-3B82-B5C5-30F4EFBD2DB9\u003e /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration\n    0x7fff93e6e000 -     0x7fff93e96fff  libsystem_info.dylib (459.20.1) \u003cAEB3FE62-4763-3050-8352-D6F9AF961AE6\u003e /usr/lib/system/libsystem_info.dylib\n    0x7fff93e97000 -     0x7fff93fc7fff  com.apple.UIFoundation (1.0 - 1) \u003c466BDFA8-0B9F-3AB0-989D-F9779422926A\u003e /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation\n    0x7fff93fc8000 -     0x7fff93fd9fff  libsystem_coretls.dylib (35.20.2) \u003c6084A531-2523-39F8-B030-811FA1A32FB5\u003e /usr/lib/system/libsystem_coretls.dylib\n    0x7fff93fda000 -     0x7fff93fecff7  com.apple.ImageCapture (9.0 - 9.0) \u003c7FB65DD4-56B5-35C4-862C-7A2DED991D1F\u003e /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture\n    0x7fff93fed000 -     0x7fff94013fff  com.apple.ChunkingLibrary (2.1 - 163.6) \u003c29D4CB95-42EF-34C6-8182-BDB6F7BB1E79\u003e /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary\n    0x7fff94089000 -     0x7fff9408dff7  libGIF.dylib (1237) \u003c0990002D-CA11-325D-A432-3A333F2CC088\u003e /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib\n    0x7fff9419c000 -     0x7fff941a3ff7  libCGCMS.A.dylib (779.11) \u003c5D33FF8C-AC74-3B7B-A602-4AA470FEAF79\u003e /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib\n    0x7fff941a9000 -     0x7fff941e4fff  com.apple.QD (301 - 301) \u003cC4D2AD03-B839-350A-AAF0-B4A08F8BED77\u003e /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD\n    0x7fff941f5000 -     0x7fff941f6ff3  libSystem.B.dylib (1213) \u003cCCEC13A5-D0D9-31C5-B0B0-1C564B4A20A6\u003e /usr/lib/libSystem.B.dylib\n    0x7fff941f7000 -     0x7fff941f9ff7  libsystem_coreservices.dylib (9) \u003c41B7C578-5A53-31C8-A96F-C73E030B0938\u003e /usr/lib/system/libsystem_coreservices.dylib\n    0x7fff941fa000 -     0x7fff94222fff  libxpc.dylib (559.20.9) \u003cD35D0DB2-D7BD-3BE4-8378-062BFE545E1D\u003e /usr/lib/system/libxpc.dylib\n    0x7fff9423b000 -     0x7fff94a96ff3  com.apple.CoreGraphics (1.600.0 - 779.11) \u003cEFAB294A-B307-38C5-A3B0-159159B41057\u003e /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics\n    0x7fff94a97000 -     0x7fff94a9ffff  libsystem_platform.dylib (63) \u003c64E34079-D712-3D66-9CE2-418624A5C040\u003e /usr/lib/system/libsystem_platform.dylib\n    0x7fff94aa0000 -     0x7fff94b92ff7  libiconv.2.dylib (42) \u003c2A06D02F-8B76-3864-8D96-64EF5B40BC6C\u003e /usr/lib/libiconv.2.dylib\n    0x7fff94b93000 -     0x7fff94b93fff  com.apple.audio.units.AudioUnit (1.12 - 1.12) \u003cE5335492-7EFE-31EA-BE72-4A9CEE68D58E\u003e /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit\n    0x7fff94bc6000 -     0x7fff94dabff7  libicucore.A.dylib (531.48) \u003c3CD34752-B1F9-31D2-865D-B5B0F0BE3111\u003e /usr/lib/libicucore.A.dylib\n    0x7fff94dac000 -     0x7fff951dcfff  com.apple.vision.FaceCore (3.1.6 - 3.1.6) \u003cC3B823AA-C261-37D3-B4AC-C59CE91C8241\u003e /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore\n    0x7fff95811000 -     0x7fff9589dff7  libsystem_c.dylib (1044.10.1) \u003c86FBED7A-F2C8-3591-AD6F-486DD57E6B6A\u003e /usr/lib/system/libsystem_c.dylib\n    0x7fff9589e000 -     0x7fff958cdff7  com.apple.CoreServicesInternal (221.7.2 - 221.7.2) \u003cB93D4775-149C-3698-B38C-9C50673D455C\u003e /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal\n    0x7fff958ce000 -     0x7fff959e7ffb  com.apple.CoreText (352.0 - 454.6) \u003cD45790B0-E1A3-3C7D-8BA2-AB71D2CFA7FB\u003e /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText\n    0x7fff959f5000 -     0x7fff959ffff7  com.apple.NetAuth (5.2 - 5.2) \u003c2BBD749A-8E18-35B8-8E48-A90347C1CCA7\u003e /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth\n    0x7fff95a00000 -     0x7fff95bfa46f  libobjc.A.dylib (647) \u003c759E155D-BC42-3D4E-869B-6F57D477177C\u003e /usr/lib/libobjc.A.dylib\n    0x7fff96c24000 -     0x7fff96d18fff  libFontParser.dylib (134.2) \u003c9F57B025-AB9C-31DD-9D54-2D7AB1298885\u003e /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib\n    0x7fff96d19000 -     0x7fff9716cfc7  com.apple.vImage (8.0 - 8.0) \u003c33BE7B31-72DB-3364-B37E-C322A32748C5\u003e /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage\n    0x7fff9716d000 -     0x7fff9716eff7  com.apple.print.framework.Print (10.0 - 265) \u003c3BC4FE7F-78A0-3E57-8F4C-520E7EFD36FA\u003e /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print\n    0x7fff973ce000 -     0x7fff9741bff3  com.apple.CoreMediaIO (601.0 - 4760) \u003cB2B71300-A863-30F8-8F00-B852CF843264\u003e /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO\n    0x7fff97420000 -     0x7fff97420ff7  libunc.dylib (29) \u003c5676F7EA-C1DF-329F-B006-D2C3022B7D70\u003e /usr/lib/system/libunc.dylib\n    0x7fff97424000 -     0x7fff97435ff7  libz.1.dylib (55) \u003c88C7C7DE-04B8-316F-8B74-ACD9F3DE1AA1\u003e /usr/lib/libz.1.dylib\n    0x7fff97436000 -     0x7fff97843ff7  libLAPACK.dylib (1128) \u003cF9201AE7-B031-36DB-BCF8-971E994EF7C1\u003e /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib\n    0x7fff9794a000 -     0x7fff9794afff  com.apple.Carbon (154 - 157) \u003c9BF51672-1684-3FDE-A561-FC59A2864EF8\u003e /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon\n    0x7fff9795a000 -     0x7fff97963ff3  com.apple.CommonAuth (4.0 - 2.0) \u003cBA9F5A09-D200-3D18-9F4A-20C789291A30\u003e /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth\n    0x7fff97964000 -     0x7fff97966fff  libquarantine.dylib (76.20.1) \u003c7AF90041-2768-378A-925A-D83161863642\u003e /usr/lib/system/libquarantine.dylib\n    0x7fff97967000 -     0x7fff97968ffb  libremovefile.dylib (35) \u003c3485B5F4-6CE8-3C62-8DFD-8736ED6E8531\u003e /usr/lib/system/libremovefile.dylib\n    0x7fff97ad3000 -     0x7fff97b19ff7  libauto.dylib (186) \u003cA260789B-D4D8-316A-9490-254767B8A5F1\u003e /usr/lib/libauto.dylib\n    0x7fff97b1a000 -     0x7fff97d84ff7  com.apple.security (7.0 - 57031.20.26) \u003c6568520A-587D-3167-BB79-60CE6FEADC64\u003e /System/Library/Frameworks/Security.framework/Versions/A/Security\n\nExternal Modification Summary:\n  Calls made by other processes targeting this process:\n    task_for_pid: 3\n    thread_create: 0\n    thread_set_state: 0\n  Calls made by this process:\n    task_for_pid: 0\n    thread_create: 0\n    thread_set_state: 0\n  Calls made by all processes on this machine:\n    task_for_pid: 63015500\n    thread_create: 1\n    thread_set_state: 0\n\nVM Region Summary:\nReadOnly portion of Libraries: Total=268.1M resident=171.1M(64%) swapped_out_or_unallocated=96.9M(36%)\nWritable regions: Total=269.9M written=51.7M(19%) resident=55.5M(21%) swapped_out=2964K(1%) unallocated=214.4M(79%)\n\nREGION TYPE                      VIRTUAL\n===========                      =======\nATS (font support)                 33.3M\nATS (font support) (reserved)         8K        reserved VM address space (unallocated)\nCG image                              4K\nCG shared images                    144K\nCoreServices                         64K\nCoreUI image data                    24K\nDispatch continuations             16.0M\nKernel Alloc Once                     8K\nMALLOC                             83.8M\nMALLOC (admin)                       32K\nMemory Tag 255                    563.5M\nSTACK GUARD                        56.1M\nStack                              85.2M\nVM_ALLOCATE                        18.9M\n__DATA                             20.3M\n__IMAGE                             528K\n__LINKEDIT                         79.2M\n__TEXT                            188.9M\n__UNICODE                           552K\nmapped file                        95.6M\nshared memory                         4K\n===========                      =======\nTOTAL                               1.2G\nTOTAL, minus reserved VM space      1.2G\n```\n","author":{"url":"https://github.com/ElliotChong","@type":"Person","name":"ElliotChong"},"datePublished":"2015-07-09T23:34:05.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":10},"url":"https://github.com/641/nodegit/issues/641"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:78a1d0ac-900b-b68d-63ec-9d57c50b0ae6
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idBCC0:3F9FA9:7309C:9E611:6A5FB345
html-safe-nonceb9802785293e115800a7b68a19a27fcdbf155c8a96e5dc8d59ac496f7db54351
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCQ0MwOjNGOUZBOTo3MzA5Qzo5RTYxMTo2QTVGQjM0NSIsInZpc2l0b3JfaWQiOiIzNTI5MzYzOTMzODg2Mzk1MjA1IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac5d0c48875ee961c934a268891b0623dcfa64fa4779640d24b21e19a654b3e224
hovercard-subject-tagissue:94175419
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/nodegit/nodegit/641/issue_layout
twitter:imagehttps://opengraph.githubassets.com/93c0bca8a6a0eb0168791eb1b45c01660d7f59de5cbba111111f51e343dc3c6e/nodegit/nodegit/issues/641
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/93c0bca8a6a0eb0168791eb1b45c01660d7f59de5cbba111111f51e343dc3c6e/nodegit/nodegit/issues/641
og:image:altGreetings! I'm developing an application using Electron and node-git. I'm receiving this crash after opening a repository and then parsing some of the branches for common attributes such as name. I...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameElliotChong
hostnamegithub.com
expected-hostnamegithub.com
None1ec7085bd7214c509393537f93bc21c48856549e31538b70bdb3cc4df7eb5f70
turbo-cache-controlno-preview
go-importgithub.com/nodegit/nodegit git https://github.com/nodegit/nodegit.git
octolytics-dimension-user_id657068
octolytics-dimension-user_loginnodegit
octolytics-dimension-repository_id1383170
octolytics-dimension-repository_nwonodegit/nodegit
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1383170
octolytics-dimension-repository_network_root_nwonodegit/nodegit
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releaseb0ff0ab699186747983f122c82d4ebc71a1c22b4
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/nodegit/nodegit/issues/641#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fnodegit%2Fnodegit%2Fissues%2F641
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
Code QualityEnforce quality at mergehttps://github.com/features/code-quality
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fnodegit%2Fnodegit%2Fissues%2F641
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=nodegit%2Fnodegit
Reloadhttps://github.com/nodegit/nodegit/issues/641
Reloadhttps://github.com/nodegit/nodegit/issues/641
Reloadhttps://github.com/nodegit/nodegit/issues/641
Please reload this pagehttps://github.com/nodegit/nodegit/issues/641
nodegit https://github.com/nodegit
nodegithttps://github.com/nodegit/nodegit
Notifications https://github.com/login?return_to=%2Fnodegit%2Fnodegit
Fork 698 https://github.com/login?return_to=%2Fnodegit%2Fnodegit
Star 5.8k https://github.com/login?return_to=%2Fnodegit%2Fnodegit
Code https://github.com/nodegit/nodegit
Issues 343 https://github.com/nodegit/nodegit/issues
Pull requests 20 https://github.com/nodegit/nodegit/pulls
Actions https://github.com/nodegit/nodegit/actions
Projects https://github.com/nodegit/nodegit/projects
Security and quality 0 https://github.com/nodegit/nodegit/security
Insights https://github.com/nodegit/nodegit/pulse
Code https://github.com/nodegit/nodegit
Issues https://github.com/nodegit/nodegit/issues
Pull requests https://github.com/nodegit/nodegit/pulls
Actions https://github.com/nodegit/nodegit/actions
Projects https://github.com/nodegit/nodegit/projects
Security and quality https://github.com/nodegit/nodegit/security
Insights https://github.com/nodegit/nodegit/pulse
malloc crash on Branch.name()https://github.com/nodegit/nodegit/issues/641#top
https://github.com/ElliotChong
ElliotChonghttps://github.com/ElliotChong
on Jul 9, 2015https://github.com/nodegit/nodegit/issues/641#issue-94175419
branch.c line 557https://github.com/libgit2/libgit2/blob/master/src/branch.c#L557
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.