Closed romaninsh closed 7 years ago
Thanks for the report. Yes, I think that there's a bug in the cursor drawing... 😳 I'm on it.
Most probably index out of range error in drawCursor()
...
Trying. will need some time.
The following just happened with release 78, but I've seen this happen quite often in the past.
Screen freezes and not responds. After resize, screen does not repaint. Unable to close window, only force-quit works.
I have not yet observed it... What's strange is that the title of the window is VimR which is just a dummy title set in the xib
file. Maybe you have some (crashed) instances of NeoVimServer
in the background. Fire up Activity Monitor and search for NeoVimServer: what does it say?
No, the title of the window is ok (use set title
in init.vim
to set it to the file name)... Do you have steps to reproduce or does it occur randomly?
It's pretty much random. I disabled Deoplete which seem like a possible suspect here, will keep observing.
Nope, still crashed. I took a sample with Activity Monitor, not sure if that would be of any help:
Sampling process 1004 for 3 seconds with 1 millisecond of run time between samples
Sampling completed, processing symbols...
Analysis of sampling VimR (pid 1004) every 1 millisecond
Process: VimR [1004]
Path: /Applications/VimR.app/Contents/MacOS/VimR
Load Address: 0x1073c1000
Identifier: com.qvacua.VimR
Version: 0.9.0-SNAPSHOT-20160925.2211 (78)
Code Type: X86-64
Parent Process: ??? [1]
Date/Time: 2016-09-27 16:45:21.825 +0100
Launch Time: 2016-09-27 16:03:45.167 +0100
OS Version: Mac OS X 10.12 (16A320)
Report Version: 7
Analysis Tool: /usr/bin/sample
----
Call graph:
2755 Thread_6034372 DispatchQueue_1: com.apple.main-thread (serial)
+ 2755 start (in libdyld.dylib) + 1 [0x7fffb21b2255]
+ 2755 main (in VimR) + 73 [0x1073c3e59]
+ 2755 NSApplicationMain (in AppKit) + 1237 [0x7fff9ad36a8a]
+ 2755 -[NSApplication run] (in AppKit) + 926 [0x7fff9ad6bfbd]
+ 2755 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 1637 [0x7fff9b4878eb]
+ 2755 _DPSNextEvent (in AppKit) + 1093 [0x7fff9ad775f5]
+ 2755 _BlockUntilNextEventMatchingListInModeWithFilter (in HIToolbox) + 71 [0x7fff9c680bd6]
+ 2755 ReceiveNextEventCommon (in HIToolbox) + 432 [0x7fff9c680da1]
+ 2755 RunCurrentEventLoopInMode (in HIToolbox) + 240 [0x7fff9c680f6c]
+ 2755 CFRunLoopRunSpecific (in CoreFoundation) + 420 [0x7fff9d0e0874]
+ 2755 __CFRunLoopRun (in CoreFoundation) + 1361 [0x7fff9d0e1021]
+ 2755 __CFRunLoopServiceMachPort (in CoreFoundation) + 212 [0x7fff9d0e1ba4]
+ 2755 mach_msg (in libsystem_kernel.dylib) + 55 [0x7fffb22d8867]
+ 2755 mach_msg_trap (in libsystem_kernel.dylib) + 10 [0x7fffb22d941a]
2755 Thread_6034422
+ 2755 thread_start (in libsystem_pthread.dylib) + 13 [0x7fffb23c8231]
+ 2755 _pthread_start (in libsystem_pthread.dylib) + 286 [0x7fffb23c8a07]
+ 2755 _pthread_body (in libsystem_pthread.dylib) + 180 [0x7fffb23c8abb]
+ 2755 __NSThread__start__ (in Foundation) + 1243 [0x7fff9eb0d30d]
+ 2755 -[NeoVimAgent runLocalServer] (in SwiftNeoVim) + 205 [0x1074bd28c]
+ 2755 CFRunLoopRun (in CoreFoundation) + 97 [0x7fff9d11fdc1]
+ 2755 CFRunLoopRunSpecific (in CoreFoundation) + 420 [0x7fff9d0e0874]
+ 2755 __CFRunLoopRun (in CoreFoundation) + 1361 [0x7fff9d0e1021]
+ 2755 __CFRunLoopServiceMachPort (in CoreFoundation) + 212 [0x7fff9d0e1ba4]
+ 2755 mach_msg (in libsystem_kernel.dylib) + 55 [0x7fffb22d8867]
+ 2755 mach_msg_trap (in libsystem_kernel.dylib) + 10 [0x7fffb22d941a]
2755 Thread_6034457: com.apple.NSEventThread
+ 2755 thread_start (in libsystem_pthread.dylib) + 13 [0x7fffb23c8231]
+ 2755 _pthread_start (in libsystem_pthread.dylib) + 286 [0x7fffb23c8a07]
+ 2755 _pthread_body (in libsystem_pthread.dylib) + 180 [0x7fffb23c8abb]
+ 2755 _NSEventThread (in AppKit) + 205 [0x7fff9aec3e9e]
+ 2755 CFRunLoopRunSpecific (in CoreFoundation) + 420 [0x7fff9d0e0874]
+ 2755 __CFRunLoopRun (in CoreFoundation) + 1361 [0x7fff9d0e1021]
+ 2755 __CFRunLoopServiceMachPort (in CoreFoundation) + 212 [0x7fff9d0e1ba4]
+ 2755 mach_msg (in libsystem_kernel.dylib) + 55 [0x7fffb22d8867]
+ 2755 mach_msg_trap (in libsystem_kernel.dylib) + 10 [0x7fffb22d941a]
2755 Thread_6121748
2755 start_wqthread (in libsystem_pthread.dylib) + 13 [0x7fffb23c8221]
2755 _pthread_wqthread (in libsystem_pthread.dylib) + 1426 [0x7fffb23c87c5]
2755 __workq_kernreturn (in libsystem_kernel.dylib) + 10 [0x7fffb22e14e6]
Total number in stack (recursive counted multiple, when >=5):
Sort by top of stack, same collapsed (when >= 5):
mach_msg_trap (in libsystem_kernel.dylib) 8265
__workq_kernreturn (in libsystem_kernel.dylib) 2755
Binary Images:
0x1073c1000 - 0x107424fff +com.qvacua.VimR (0.9.0-SNAPSHOT-20160925.2211 - 78) <FE30FB74-1760-3B54-A92F-400C0E5371EB> /Applications/VimR.app/Contents/MacOS/VimR
0x1074ba000 - 0x1074e2ff7 +com.qvacua.VimR.SwiftNeoVim (0.9.0-SNAPSHOT-20160925.2211 - 78) <95CA77F5-6351-3F29-8989-F328F4D205D9> /Applications/VimR.app/Contents/Frameworks/SwiftNeoVim.framework/Versions/A/SwiftNeoVim
0x10752c000 - 0x10761ffff +io.rx.RxSwift (3.0.0-beta.1 - 1) <CE3084C9-9459-3DB6-9489-FEA4A6DDA45C> /Applications/VimR.app/Contents/Frameworks/RxSwift.framework/Versions/A/RxSwift
0x1077fc000 - 0x107805ff7 +com.PureLayout.PureLayout (3.0.2 - 1) <39023386-714B-3CEF-8C2F-156847519164> /Applications/VimR.app/Contents/Frameworks/PureLayout.framework/Versions/A/PureLayout
0x10781a000 - 0x107822ff7 +Eonil.EonilFileSystemEvents (1.0.0 - 1) <5D8C2152-4C66-347D-8AC2-2031B8948568> /Applications/VimR.app/Contents/Frameworks/EonilFileSystemEvents.framework/Versions/A/EonilFileSystemEvents
0x10783f000 - 0x10788bfff +io.rx.RxCocoa (3.0.0-beta.1 - 1) <BC4BFFC6-F2CC-39C6-AECB-74F7BB54A03D> /Applications/VimR.app/Contents/Frameworks/RxCocoa.framework/Versions/A/RxCocoa
0x10792b000 - 0x107937ff7 +libswiftAppKit.dylib (3.0 - 800.0.46.2) <614C47ED-3CE9-3619-A356-9E0D813DBDAB> /Applications/VimR.app/Contents/Frameworks/libswiftAppKit.dylib
0x107946000 - 0x107bb5fff +libswiftCore.dylib (3.0 - 800.0.46.2) <9B104D3B-B8B8-35EF-9AD4-9B81A718FFAD> /Applications/VimR.app/Contents/Frameworks/libswiftCore.dylib
0x107e31000 - 0x107e3bff7 +libswiftCoreData.dylib (3.0 - 800.0.46.2) <38BE45DC-AD2F-3CB5-A658-6D6C1C6001B8> /Applications/VimR.app/Contents/Frameworks/libswiftCoreData.dylib
0x107e4f000 - 0x107e5dff7 +libswiftCoreGraphics.dylib (3.0 - 800.0.46.2) <8B1780DA-B8D1-3FEF-B7C9-8EE0A8C59335> /Applications/VimR.app/Contents/Frameworks/libswiftCoreGraphics.dylib
0x107e76000 - 0x107e7affe +libswiftCoreImage.dylib (3.0 - 800.0.46.2) <D88B54FB-3A7B-30E7-B918-6472D35B5153> /Applications/VimR.app/Contents/Frameworks/libswiftCoreImage.dylib
0x107e86000 - 0x107e8cff7 +libswiftDarwin.dylib (3.0 - 800.0.46.2) <919C618F-A903-339A-BE2A-EA4594F2CB17> /Applications/VimR.app/Contents/Frameworks/libswiftDarwin.dylib
0x107e9c000 - 0x107eb7ff7 +libswiftDispatch.dylib (3.0 - 800.0.46.2) <B7DF7971-1E2F-3C56-BA39-FD4BA1671FFC> /Applications/VimR.app/Contents/Frameworks/libswiftDispatch.dylib
0x107ef2000 - 0x107fc6ff7 +libswiftFoundation.dylib (3.0 - 800.0.46.2) <BD143F76-8156-334F-9B1C-A88EBF80BE55> /Applications/VimR.app/Contents/Frameworks/libswiftFoundation.dylib
0x1080bf000 - 0x1080c2ff7 +libswiftIOKit.dylib (3.0 - 800.0.46.2) <1528E5EB-02D6-3E07-9897-BD00B18E93D8> /Applications/VimR.app/Contents/Frameworks/libswiftIOKit.dylib
0x1080cb000 - 0x1080d0fff +libswiftObjectiveC.dylib (3.0 - 800.0.46.2) <D4271CBF-B9EC-3000-B527-0F601A29B646> /Applications/VimR.app/Contents/Frameworks/libswiftObjectiveC.dylib
0x1080de000 - 0x1080e1ff7 +libswiftXPC.dylib (3.0 - 800.0.46.2) <BFFBF948-5BD4-3DFC-B33D-30B9B698020C> /Applications/VimR.app/Contents/Frameworks/libswiftXPC.dylib
0x1080ea000 - 0x1080effff +libswiftos.dylib (3.0 - 800.0.46.2) <BB790887-0280-3DAF-992B-7B32153D9000> /Applications/VimR.app/Contents/Frameworks/libswiftos.dylib
0x10b4d6000 - 0x10b9aefff com.apple.driver.AppleIntelHD4000GraphicsGLDriver (10.18.65 - 10.1.8) <E7448943-FC24-3DD7-9864-3B5D07B00F9E> /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver
0x10bbbe000 - 0x10bc2efff com.apple.driver.AppleIntelHD4000GraphicsMTLDriver (10.18.65 - 10.1.8) <40FB170B-F33E-326B-9741-E15EFE731D71> /System/Library/Extensions/AppleIntelHD4000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsMTLDriver
0x10be74000 - 0x10beb11c7 dyld (0.0 - ???) <A525EAEA-AF86-30C2-B360-3D093B4F0828> /usr/lib/dyld
0x7fff97dab000 - 0x7fff980e3fff com.apple.RawCamera.bundle (7.00 - 874) <99AF1865-BCDD-3313-85BF-E246745201F0> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff986d3000 - 0x7fff98f1ffff com.apple.GeForceGLDriver (10.12.65 - 10.1.2) <6AF074C0-3325-3889-A3B0-7253D4383C29> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver
0x7fff98f20000 - 0x7fff997eeff3 libclh.dylib (4.0.3 - 10.12.65) <035FC9AA-7ED0-35ED-8951-0184C530027C> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
0x7fff997ef000 - 0x7fff998ffff7 com.apple.GeForceMTLDriver (10.12.65 - 10.1.2) <81626155-E747-3405-BCD7-244BAC72DC00> /System/Library/Extensions/GeForceMTLDriver.bundle/Contents/MacOS/GeForceMTLDriver
0x7fff99900000 - 0x7fff99abefff com.apple.avfoundation (2.0 - 1183.3) <E6DCAB50-ECD4-3645-8A93-D14F14092DC4> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x7fff99abf000 - 0x7fff99b62ff7 com.apple.audio.AVFAudio (1.0 - ???) <18E472FC-5AD7-33B8-8D46-49D5AC2DB13A> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
0x7fff99bf5000 - 0x7fff99bf5fff com.apple.Accelerate (1.11 - Accelerate 1.11) <BDDB2053-BB24-34E4-A452-50D1260BF672> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff99bf6000 - 0x7fff99c0dff3 libCGInterfaces.dylib (331.4) <2CD05A85-79AC-3C67-9ABE-00294CE1C82B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x7fff99c0e000 - 0x7fff9a24efe3 com.apple.vImage (8.1 - ???) <6CC22156-EC5C-3DC3-8132-41376F090B08> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff9a24f000 - 0x7fff9a416fef libBLAS.dylib (1185) <0D55CF73-6DBD-3D15-B500-189479638551> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff9a417000 - 0x7fff9a42efff libBNNS.dylib (14) <43A9B06E-3C21-3CE6-B0C1-99DA172DEEB0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
0x7fff9a42f000 - 0x7fff9a83afff libLAPACK.dylib (1185) <E7AE9C48-6E42-3EB7-A257-D48E0CB48D00> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff9a83b000 - 0x7fff9a851fff libLinearAlgebra.dylib (1185) <08F00EFB-B477-3421-906E-3D364E607E6A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff9a852000 - 0x7fff9a858fff libQuadrature.dylib (3) <120F6228-A3D4-3184-89D7-785ADC2AC715> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
0x7fff9a859000 - 0x7fff9a86cff7 libSparseBLAS.dylib (1185) <912E3D25-27C0-3245-B64C-3CAD43A5D633> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fff9a86d000 - 0x7fff9a9baff7 libvDSP.dylib (600) <87EF1D0A-1F85-31DD-AD8F-AB31E7D8E73B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff9a9bb000 - 0x7fff9aa72fff libvMisc.dylib (600) <F6EA539E-0A90-3F8A-9ECA-001E46394E29> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff9aa73000 - 0x7fff9aa73fff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <B4B785D8-CB43-3E5D-AE81-1F27885AA112> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff9ad30000 - 0x7fff9ba07ff3 com.apple.AppKit (6.9 - 1504) <5524F97F-FB11-3556-8AC4-FF634C6CCCB7> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff9ba19000 - 0x7fff9ba19fff com.apple.ApplicationServices (48 - 48) <3E1395EA-C661-3318-9B87-9857BB81021B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff9ba1a000 - 0x7fff9ba88ff7 com.apple.ApplicationServices.ATS (377 - 422) <521E41BF-D495-3233-B6BF-C0B83DD1A8C0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff9bb22000 - 0x7fff9bc50fff libFontParser.dylib (194) <CDC6A0AA-E6AC-315B-AFBF-011F64548911> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff9bc51000 - 0x7fff9bc9bfff libFontRegistry.dylib (196) <3B8B0E78-2B30-3F18-B7D3-BE4E96F6BAF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff9bcf8000 - 0x7fff9bd2afff libTrueTypeScaler.dylib (194) <E8B9E8E7-1F7A-3700-895C-501C12EDD001> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x7fff9bd96000 - 0x7fff9be40ff7 com.apple.ColorSync (4.12.0 - 502) <C86F8032-83DD-34EB-A4CB-87E96F25CF1C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff9be41000 - 0x7fff9be91fff com.apple.HIServices (1.22 - 589) <3167EF9C-F121-39EF-AAE2-7700E7128426> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff9be92000 - 0x7fff9bea1ff3 com.apple.LangAnalysis (1.7.0 - 1.7.0) <47D1A017-91A4-37F3-93E0-3923CD6ED2DE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff9bea2000 - 0x7fff9beeffff com.apple.print.framework.PrintCore (12 - 491) <B7CC15C1-AF50-37F3-8AF6-65F8CDC323F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff9bef0000 - 0x7fff9bf2bfff com.apple.QD (3.12 - 310) <8F718290-DD82-36CE-9AF0-EFB6D31A49F4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff9bf2c000 - 0x7fff9bf37ff7 com.apple.speech.synthesis.framework (6.0.15 - 6.0.15) <23EA6076-ECDF-3A50-81E7-3CE6451DC8C4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff9bf38000 - 0x7fff9c144fff com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <EDDC86C8-92F3-34C6-A5C1-A176ADA724C3> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff9c145000 - 0x7fff9c145fff com.apple.audio.units.AudioUnit (1.14 - 1.14) <AA9DB0D2-3B2F-3366-B451-DD9E89038F6F> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff9c2ae000 - 0x7fff9c631fff com.apple.CFNetwork (807.0.4 - 807.0.4) <A338A213-4FFF-3317-B4DB-84735C63C507> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff9c64b000 - 0x7fff9c64bfff com.apple.Carbon (154 - 157) <AB71A31F-5B15-3BF5-8532-591EACD07B21> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff9c64c000 - 0x7fff9c64ffff com.apple.CommonPanels (1.2.6 - 98) <DDA2DF0B-86E7-34B6-B688-D7371DBC8A63> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff9c650000 - 0x7fff9c953fff com.apple.HIToolbox (2.1.1 - 855) <AA4E2957-6B2D-3822-881C-0F64222F9578> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff9c954000 - 0x7fff9c957ff7 com.apple.help (1.3.5 - 49) <27C5F9FE-838F-3807-A4AC-D99470185B10> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff9c958000 - 0x7fff9c95dfff com.apple.ImageCapture (9.0 - 9.0) <E3E757FD-4060-33A4-A2AC-85EFBD987FCE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff9c95e000 - 0x7fff9c9f5ff3 com.apple.ink.framework (10.9 - 219) <B44BA36D-7549-3EB2-8CF6-E171885194FB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff9c9f6000 - 0x7fff9ca10fff com.apple.openscripting (1.7 - 172) <B204BF70-C4AA-3699-8493-66E6645A92A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff9ca11000 - 0x7fff9ca12ff3 com.apple.print.framework.Print (12 - 267) <CA7E9448-0903-34C8-AAF6-9070B52BF70E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff9ca13000 - 0x7fff9ca15ff7 com.apple.securityhi (9.0 - 55006) <856F4FB9-AAF2-3FC2-BE19-E7AB494232CC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff9ca16000 - 0x7fff9ca1cff7 com.apple.speech.recognition.framework (6.0.1 - 6.0.1) <A20B0F7B-C32A-3FF1-BB75-BAC0EE4EF889> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff9cafc000 - 0x7fff9cafcfff com.apple.Cocoa (6.11 - 22) <5EEB0A26-F1C2-3D57-8441-52C0B80C2A6A> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff9cc2f000 - 0x7fff9ccbfff7 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <0352D931-596B-3AFE-B5C6-5925CF9F870E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff9ccc0000 - 0x7fff9ccd3ff3 com.apple.CoreBluetooth (1.0 - 1) <73A2B185-70E4-3535-A653-E1BC74584E55> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff9ccd4000 - 0x7fff9cfcefff com.apple.CoreData (120 - 752.2) <51AB540E-01AE-3207-8DE5-3E912FA9B5DF> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff9cfcf000 - 0x7fff9d05bfff com.apple.CoreDisplay (1.0 - 1) <F10E2F1A-FA51-3256-BCCE-34FF30AB1E3A> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
0x7fff9d05c000 - 0x7fff9d4efff7 com.apple.CoreFoundation (6.9 - 1348.1) <2A35BE4F-BA5B-3C22-BCF1-CFBBA2786081> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff9d4f0000 - 0x7fff9db90ff7 com.apple.CoreGraphics (2.0 - 1070) <765D6A92-48AE-3CBB-9967-61300D715F1F> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff9db91000 - 0x7fff9ddd0ff7 com.apple.CoreImage (12.0.0 - 451) <84C71E9C-5231-342F-94B1-2BB6860E8AD3> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff9de2e000 - 0x7fff9dedeff7 com.apple.CoreMedia (1.0 - 1903.7) <5FE3B4CC-EC1A-38FE-96FA-FFD419229F3E> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff9dedf000 - 0x7fff9df2aff7 com.apple.CoreMediaIO (801.0 - 4922) <2813BA18-E24C-3CFB-8B34-73575DFDF0BC> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x7fff9df2b000 - 0x7fff9df2bfff com.apple.CoreServices (775.8 - 775.8) <C36F7F47-D585-32F2-8A6F-7711935CDFD6> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff9df2c000 - 0x7fff9df7dff7 com.apple.AE (712 - 712) <0EF17D7E-6BA4-3555-BC38-9BD0CC5B82A3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff9df7e000 - 0x7fff9e259fff com.apple.CoreServices.CarbonCore (1159 - 1159) <837B7ECF-7E62-3210-988C-63D7AB4EAA88> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff9e25a000 - 0x7fff9e28dfff com.apple.DictionaryServices (1.2 - 274) <302B8678-D057-3CF8-ACA7-7424A4A6A00A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff9e28e000 - 0x7fff9e296ffb com.apple.CoreServices.FSEvents (1230 - 1230) <8836E7D0-844F-36F9-9601-B630BB82336B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff9e297000 - 0x7fff9e402fff com.apple.LaunchServices (775.8 - 775.8) <6E7CE1DA-27A4-3B48-A8E3-F2AA868ADD7C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff9e403000 - 0x7fff9e4b3ffb com.apple.Metadata (10.7.0 - 1075) <9EDF10CF-1755-346A-A3C9-97642C443A58> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff9e4b4000 - 0x7fff9e513fff com.apple.CoreServices.OSServices (775.8 - 775.8) <FCF1334F-D2D7-3C5A-A8FE-C173C5EDE586> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff9e514000 - 0x7fff9e584fff com.apple.SearchKit (1.4.0 - 1.4.0) <F1B3EF8D-E820-317C-AC7F-8F056C246874> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff9e585000 - 0x7fff9e5cbff7 com.apple.coreservices.SharedFileList (38 - 38) <6C5A3FBB-9502-3725-AC3A-AE7B1528BBD4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x7fff9e658000 - 0x7fff9e7a3ff7 com.apple.CoreText (352.0 - 544) <064B53E8-CD5A-3D1B-81DF-498A659FC20A> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff9e7a4000 - 0x7fff9e7d9fff com.apple.CoreVideo (1.8 - 234.0) <48C31E93-87C2-31F4-97E7-9E54C1EA8E7D> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff9e7da000 - 0x7fff9e84bffb com.apple.framework.CoreWLAN (11.0 - 1200.25.1) <F46EF4A2-C348-3F76-A1C2-B8A84C17FE2B> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff9e946000 - 0x7fff9e94bfff com.apple.DiskArbitration (2.7 - 2.7) <566D5C06-13E8-3638-B2EC-2B834D5F04F1> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff9eada000 - 0x7fff9ee81ffb com.apple.Foundation (6.9 - 1349) <08A463B1-296E-3AC1-B8D3-01A75B0785A8> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff9eead000 - 0x7fff9eedeff3 com.apple.GSS (4.0 - 2.0) <B30A0B99-AFDE-3BF8-A04F-761A75A6A3B1> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff9ef92000 - 0x7fff9f035ffb com.apple.Bluetooth (5.0.0 - 5.0.0f17) <E8BCB872-7806-3D07-B44A-8060D2581C9C> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff9f036000 - 0x7fff9f0cbfff com.apple.framework.IOKit (2.0.2 - 1324.1.7) <10BDCD1E-0463-3C53-BF11-C9A0919C1588> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff9f0cc000 - 0x7fff9f0d2ffb com.apple.IOSurface (152 - 152) <558D4451-2D9D-3D47-B3A5-E7C18DF53F1B> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff9f0d3000 - 0x7fff9f125ff3 com.apple.ImageCaptureCore (7.0 - 7.0) <EF8DF81D-3D82-3202-BE75-E49D38EC105D> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x7fff9f126000 - 0x7fff9f27fff7 com.apple.ImageIO.framework (3.3.0 - 1570.1) <6B0177F3-A7BE-30D7-B075-7117E2C28A5F> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff9f280000 - 0x7fff9f284fff libGIF.dylib (1570.1) <AE06146E-C4B3-3088-B6BC-569DDFCD8D77> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff9f285000 - 0x7fff9f376fff libJP2.dylib (1570.1) <6D268C9D-309B-3098-BBCF-8A1B98DBBEE9> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff9f377000 - 0x7fff9f39afff libJPEG.dylib (1570.1) <7EFA7A91-06C8-329E-AA3D-CF6DB2220A5A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff9f39b000 - 0x7fff9f3c1fff libPng.dylib (1570.1) <AF8292B6-2564-30D4-8860-6B0C9D0E1405> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff9f3c2000 - 0x7fff9f3c4ff3 libRadiance.dylib (1570.1) <B0256EB7-7F87-39FD-BD35-83577F4FE7EC> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff9f3c5000 - 0x7fff9f41efff libTIFF.dylib (1570.1) <F1F0B7C6-388F-35E4-87CF-816CEE8B0E00> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff9f53e000 - 0x7fff9ffe4ff7 com.apple.JavaScriptCore (12602 - 12602.1.50.0.5) <D701E578-C347-392D-BB90-1B144DAAAEEB> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fff9ffe5000 - 0x7fff9fffeff7 com.apple.Kerberos (3.0 - 1) <49DCBE1A-130C-3FBF-AAEA-AF9A518913AC> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fffa0278000 - 0x7fffa027efff com.apple.MediaAccessibility (1.0 - 97.1.1) <EE1825C7-3B58-32F8-9F5F-B7172452BB01> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
0x7fffa0294000 - 0x7fffa07e1fff com.apple.MediaToolbox (1.0 - 1903.7) <37363406-481C-3DDD-A61F-9E2153A3660B> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fffa07e2000 - 0x7fffa0839ff7 com.apple.Metal (85.82 - 85.82) <CDC847A6-F1F6-3661-8981-180F2A485092> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x7fffa0f4f000 - 0x7fffa0f57fff com.apple.NetFS (6.0 - 4.0) <6614F9B8-0861-338B-8FF0-8E402F96141C> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fffa112b000 - 0x7fffa1133ff7 libcldcpuengine.dylib (2.8.4) <F15C17F0-3342-36BD-A28E-7AC44B87BF8C> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x7fffa12fc000 - 0x7fffa134aff3 com.apple.opencl (2.8.6 - 2.8.6) <DA3164B7-EB48-3F68-A40F-CD9B433E385F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fffa134b000 - 0x7fffa1364ffb com.apple.CFOpenDirectory (10.12 - 194) <BDD22B3E-4149-366A-A974-942280861DD4> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fffa1365000 - 0x7fffa1370ff7 com.apple.OpenDirectory (10.12 - 194) <E1125140-E42C-369C-8DC8-D0935767B275> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fffa1371000 - 0x7fffa1373fff libCVMSPluginSupport.dylib (12.4.2.1) <5A7CBDC5-297E-30E0-8951-2F3DAFD0027E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fffa1374000 - 0x7fffa1377ff7 libCoreFSCache.dylib (148) <3297ACE0-B9D8-3821-8685-2619B4234621> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7fffa1378000 - 0x7fffa137bfff libCoreVMClient.dylib (148) <B4299590-02BA-3130-98EA-A2D3A53852E1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fffa137c000 - 0x7fffa1384ffb libGFXShared.dylib (12.4.2.1) <3CBE90E5-6472-3C4C-825D-7567A5652115> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fffa1385000 - 0x7fffa1390fff libGL.dylib (12.4.2.1) <E68C6C85-3B98-3525-9279-3296977FBF9F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fffa1391000 - 0x7fffa13cdff7 libGLImage.dylib (12.4.2.1) <50C7DE05-73CB-3D21-BB93-31C384EB6199> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fffa13ce000 - 0x7fffa1544ffb libGLProgrammability.dylib (12.4.2.1) <2B17044B-CDB6-38F7-BA1F-9ED1A078481A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x7fffa1545000 - 0x7fffa1585ff3 libGLU.dylib (12.4.2.1) <D5DB68EC-751F-34D1-BCEB-2B86D560E243> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fffa1eed000 - 0x7fffa1efbfff com.apple.opengl (12.4.2 - 12.4.2) <06F5BF0B-BD03-361D-9D7B-626517E4F761> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fffa1efc000 - 0x7fffa20a2fff GLEngine (12.4.2.1) <8FFA4B17-F02A-3D7A-ACA9-D156E4E43B4D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
0x7fffa20a3000 - 0x7fffa20cdffb GLRendererFloat (12.4.2.1) <82826589-22A1-312C-9C4E-FA45F4D8D976> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
0x7fffa2164000 - 0x7fffa22abff7 com.apple.QTKit (7.7.3 - 2974) <DD63A171-2DE6-3210-89B0-BD5991539755> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x7fffa22ac000 - 0x7fffa2517fff com.apple.imageKit (3.0 - 1016) <A3D24043-95CD-3A40-9850-83E02BDF56D0> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x7fffa2518000 - 0x7fffa25d1ff7 com.apple.PDFKit (1.0 - 1) <32ED1D9C-B9AB-337B-93E5-9DDA8E68F6FB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x7fffa25d2000 - 0x7fffa2af8fff com.apple.QuartzComposer (5.1 - 351) <10A260C7-A44C-3C64-BF68-FC0FCCD08489> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x7fffa2af9000 - 0x7fffa2b1cffb com.apple.quartzfilters (1.10.0 - 1.10.0) <9ECD9812-151A-300D-8F37-F7FEBE67B8BC> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x7fffa2b1d000 - 0x7fffa2c0aff7 com.apple.QuickLookUIFramework (5.0 - 720) <7DBE40A6-3F2F-3AF0-ACF4-8C95B78346C5> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x7fffa2c0b000 - 0x7fffa2c0bfff com.apple.quartzframework (1.5 - 21) <09455972-8A33-3D61-B193-BA7E7CF984CA> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x7fffa2c0c000 - 0x7fffa2e06ff7 com.apple.QuartzCore (1.11 - 449.39) <B6BEEBAC-2923-3BA6-8DBD-621A2B0E51C1> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fffa2e07000 - 0x7fffa2e5cff7 com.apple.QuickLookFramework (5.0 - 720) <F54FCBB5-53DD-351D-AAEB-2470CEB30017> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x7fffa2e5d000 - 0x7fffa2e70ff7 com.apple.SafariServices.framework (12602 - 12602.1.50.0.8) <6FCD4088-A455-3212-BE94-96881C167763> /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices
0x7fffa336c000 - 0x7fffa3687fff com.apple.security (7.0 - 57740.1.18) <AF5E42F1-B513-3410-A5BE-1EC9CBAF8452> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fffa3688000 - 0x7fffa36feff7 com.apple.securityfoundation (6.0 - 55132.1.1) <259D4B70-0F8C-3818-99E7-3EBEAA18DE1B> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fffa3728000 - 0x7fffa372bff3 com.apple.xpc.ServiceManagement (1.0 - 1) <6A9EA339-BB6A-3DD9-BF08-00B8C0262839> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fffa3ab0000 - 0x7fffa3b21ff7 com.apple.SystemConfiguration (1.14 - 1.14) <C7F21776-2CCE-327B-B155-7A5948277BD6> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fffa3b22000 - 0x7fffa3ecdff7 com.apple.VideoToolbox (1.0 - 1903.7) <C0044876-9800-3CCA-B7D3-50B92077EF4D> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fffa612f000 - 0x7fffa614aff3 com.apple.AppContainer (4.0 - 307.1.1) <05373DD5-5892-3542-B178-C140F1AB6886> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
0x7fffa614b000 - 0x7fffa6158ff3 com.apple.AppSandbox (4.0 - 307.1.1) <20324EFC-70DC-389D-9C27-37DCAA7E07CC> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
0x7fffa6159000 - 0x7fffa617bffb com.apple.framework.Apple80211 (12.0 - 1200.33) <06F8EA45-5E43-3744-BF41-BA86B8BBB5CF> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fffa617c000 - 0x7fffa618bfdb com.apple.AppleFSCompression (88 - 1.0) <B6E2148F-BFBF-3F1B-A7DF-0F39190B4C20> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fffa6273000 - 0x7fffa62fe97f com.apple.AppleJPEG (1.0 - 1) <B4C3209B-58A5-359F-A898-F61B6C40E5E9> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fffa6337000 - 0x7fffa633aff3 com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <6FF50E26-5BDA-3421-BDAE-B57AE6E4F6AC> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x7fffa633b000 - 0x7fffa638dfff com.apple.AppleVAFramework (5.0.34 - 5.0.34) <193400A6-B326-3911-BB4F-6C49C1E5FA8F> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fffa671a000 - 0x7fffa6798ff7 com.apple.backup.framework (1.8 - 1.8) <65907BC4-B50A-3F2F-9A97-2DA0BD12F87E> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fffa73b2000 - 0x7fffa73d9ffb com.apple.ChunkingLibrary (172 - 172) <83E91936-305D-32A4-A256-5582B96B1852> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fffa7cf9000 - 0x7fffa7d02ffb com.apple.CommonAuth (4.0 - 2.0) <D9958C57-9E97-33F5-A21C-B454FDB11548> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fffa7e83000 - 0x7fffa8260fe7 com.apple.CoreAUC (224.0.0 - 224.0.0) <8DF6075A-0711-33A9-9031-6FDA22E85C4F> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x7fffa8261000 - 0x7fffa8291fff com.apple.CoreAVCHD (5.9.0 - 5900.4.1) <5E1B0512-E50B-3534-99EF-AD15E601877A> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x7fffa841e000 - 0x7fffa842ffff com.apple.CoreEmoji (1.0 - 40) <F3D73BF8-6D48-3B1F-BBE6-EE927E725E92> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
0x7fffa84e4000 - 0x7fffa84fafff com.apple.CoreMediaAuthoring (2.2 - 955) <3B877988-3823-3A84-A083-CE0B5B54F791> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x7fffa8501000 - 0x7fffa8591ffb com.apple.CorePDF (4.0 - 4) <42FD0781-A19C-3E36-BFDA-DAEAFB3A3115> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x7fffa8708000 - 0x7fffa8738ff3 com.apple.CoreServicesInternal (276 - 276) <CCB21255-89DC-3F53-A6D6-8FA8F693C837> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fffa89c1000 - 0x7fffa8a4bfff com.apple.CoreSymbolication (61050) <BAC8D20F-4DC6-32EE-91FE-BF08E930420A> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fffa8a4c000 - 0x7fffa8b86fef com.apple.coreui (2.1 - 424.1) <B9B92DB5-1C6C-306F-BD29-B1F82EC95283> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fffa8b87000 - 0x7fffa8c26ffb com.apple.CoreUtils (4.3 - 430.70) <87BEB880-3D71-3251-B51E-FF0A42DFC065> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x7fffa8c76000 - 0x7fffa8cdbff3 com.apple.framework.CoreWiFi (12.0 - 1200.25.1) <D7C870BE-55DE-34AF-8941-D42696D505B1> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fffa8cdc000 - 0x7fffa8ce7fff com.apple.CrashReporterSupport (10.12 - 815) <10C3797E-DD63-303B-B901-1C52A502D2F8> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fffa8d8d000 - 0x7fffa8e04ff3 com.apple.datadetectorscore (7.0 - 539) <C3F6F52B-A1AD-36FA-9BF9-C8D0E147F0A3> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fffa8e3e000 - 0x7fffa8e7dfff com.apple.DebugSymbols (137 - 137) <B229F3F7-250B-3151-8048-CEA7BF80FA52> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fffa8e7e000 - 0x7fffa8f8fff7 com.apple.desktopservices (1.11 - 1.11) <494E239D-706F-350B-9481-2A8ECEEDBD8B> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fffa90ce000 - 0x7fffa90d8fff com.apple.DisplayServicesFW (3.1 - 380) <79733A44-F60D-3EC0-BBC7-C4AEC5649D8F> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x7fffa925a000 - 0x7fffa968bff7 com.apple.vision.FaceCore (3.3.2 - 3.3.2) <DEB42099-6927-332C-8D3E-D45096318D25> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fffaa9c4000 - 0x7fffaa9c4fff libmetal_timestamp.dylib (600.0.48.25) <348D32E6-AD49-36DC-A0DE-5A44B2699FFA> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
0x7fffaa9d1000 - 0x7fffaa9dcff3 libGPUSupportMercury.dylib (12.4.2.1) <A720545E-40F3-3FE0-A8B3-067D49083417> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
0x7fffaac8e000 - 0x7fffaacaaff7 com.apple.GenerationalStorage (2.0 - 259) <43D40063-BD46-3008-8992-FF092B7C9A58> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fffab39c000 - 0x7fffab412fff com.apple.Heimdal (4.0 - 2.0) <18C127D7-9C61-3C5B-8C6F-7953760D2674> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fffaba24000 - 0x7fffaba2bffb com.apple.IOAccelerator (288.13 - 288.13) <F77E27C3-20DD-3CE5-9D0A-6C89A997080E> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fffaba2d000 - 0x7fffaba41ff3 com.apple.IOPresentment (1.0 - 25) <40934217-996A-3DDB-A8C4-484CA0F0222B> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
0x7fffaba42000 - 0x7fffaba64ff7 com.apple.IconServices (74.1 - 74.1) <F7B83970-4A72-3186-BBB3-90FA86C3E263> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fffabaff000 - 0x7fffabb0fff3 com.apple.IntlPreferences (2.0 - 216) <43FFAB0C-4124-3231-B0CB-137CCB0A53AF> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences
0x7fffabb46000 - 0x7fffabcfafff com.apple.LanguageModeling (1.0 - 123) <10152D7F-C7C0-34AA-A295-D712D16C76E6> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fffac331000 - 0x7fffac334fff com.apple.Mangrove (1.0 - 1) <05039E9F-9C07-375B-A940-D90D455A2EC2> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
0x7fffac590000 - 0x7fffac608fef com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <FAFA0DF5-4226-3867-A2E2-CAB889DC4490> /System/Library/PrivateFrameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
0x7fffac76e000 - 0x7fffac779ff7 com.apple.MobileKeyBag (2.0 - 1.0) <7ECC9D0A-246F-3D7E-9E78-16DBA0B55F49> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
0x7fffac78a000 - 0x7fffac7b0fff com.apple.MultitouchSupport.framework (367.6 - 367.6) <32D8588A-29BD-3A23-92B2-05C013DA5BC5> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fffac85d000 - 0x7fffac867fff com.apple.NetAuth (6.0 - 6.0) <D57D5888-0290-3295-A1C4-D673D4DCB497> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fffad008000 - 0x7fffad049ff7 com.apple.PerformanceAnalysis (1.145 - 145) <9DF1FCCC-7EBF-3213-B77A-0C3D3B7CF7AF> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fffad6d9000 - 0x7fffad6f3fff com.apple.ProtocolBuffer (1 - 249) <D8B7694B-B598-3728-8583-9C4CC0F05B64> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fffad6f4000 - 0x7fffad704ffb com.apple.QuickLookThumbnailing (1.0 - 1) <DD5F14E6-A8A8-3EA8-96A3-4C84092BC18F> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing
0x7fffad70d000 - 0x7fffad730ff3 com.apple.RemoteViewServices (2.0 - 124) <280DB828-4613-3DF8-ACBA-C91989B64347> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fffae35f000 - 0x7fffae362ff7 com.apple.SecCodeWrapper (4.0 - 307.1.1) <64F951CB-A975-32F0-BC60-1E839E607FCB> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
0x7fffae3f0000 - 0x7fffae46bfff com.apple.Sharing (659.1.6 - 659.1.6) <C217107C-CD4B-311D-9FBA-7435B1F6186F> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fffae48c000 - 0x7fffae6edff3 com.apple.SkyLight (1.600.0 - 100) <F0B08B4C-8550-3241-8128-F7601E60BDEB> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
0x7fffae8c7000 - 0x7fffae8d3fff com.apple.SpeechRecognitionCore (3.0.15 - 3.0.15) <BE386037-4B61-341F-80E2-5D8B5B50C8BC> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fffaefb6000 - 0x7fffaf022ff3 com.apple.Symbolication (61080.2) <0F183B36-0BCF-3330-8C68-4A521A142919> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fffaf419000 - 0x7fffaf41fff7 com.apple.TCC (1.0 - 1) <CEE9F9F9-2A24-3F60-BE73-4703D85E307C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fffaf4ab000 - 0x7fffaf65eff3 com.apple.TextureIO (1.31 - 1.31) <9E6E91C7-76DC-3C12-9629-494084792476> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
0x7fffaf6d2000 - 0x7fffaf6d3fff com.apple.TrustEvaluationAgent (2.0 - 28) <6793B664-C4FC-3CD4-B0E7-25B9933391AC> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fffaf6d4000 - 0x7fffaf863ffb com.apple.UIFoundation (1.0 - 489) <0CD14719-FC52-3AC5-87EF-775437927990> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fffb02be000 - 0x7fffb036dff7 com.apple.ViewBridge (265.1 - 265.1) <21855FE3-F19D-3E3F-9500-BFC811DA75C6> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
0x7fffb0795000 - 0x7fffb079bfff com.apple.XPCService (2.0 - 1) <BC3FCE26-6219-3316-949F-37F7005C9A0F> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
0x7fffb086c000 - 0x7fffb086effb com.apple.loginsupport (1.0 - 1) <03B57D6F-C210-32BC-B384-5B0E95660283> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fffb08c3000 - 0x7fffb08deff7 libCRFSuite.dylib (34) <BACC371B-6153-36B5-BC54-3BCF26FBB221> /usr/lib/libCRFSuite.dylib
0x7fffb08df000 - 0x7fffb08eafff libChineseTokenizer.dylib (21) <09E74E18-ADB2-30D2-A858-13691CB1186C> /usr/lib/libChineseTokenizer.dylib
0x7fffb097c000 - 0x7fffb097dff3 libDiagnosticMessagesClient.dylib (102) <422911A4-E273-3E88-BFC4-DF6470E48242> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fffb097e000 - 0x7fffb0b91fff libFosl_dynamic.dylib (16.37) <3EA1C7EE-4A6C-3B09-BCA7-81A074B24013> /usr/lib/libFosl_dynamic.dylib
0x7fffb0bad000 - 0x7fffb0bb4fff libMatch.1.dylib (27) <5D52A207-E2AF-3E05-8C51-91C1D82FCEE8> /usr/lib/libMatch.1.dylib
0x7fffb0bb5000 - 0x7fffb0bb5fff libOpenScriptingUtil.dylib (172) <D025E180-BB3B-3FFA-98FC-B6835354D723> /usr/lib/libOpenScriptingUtil.dylib
0x7fffb0bb6000 - 0x7fffb0bb9ff7 libScreenReader.dylib (477.1.5) <88D484EC-7589-324B-890D-799F27DF0FB3> /usr/lib/libScreenReader.dylib
0x7fffb0bba000 - 0x7fffb0bbbff3 libSystem.B.dylib (1238) <168B3C56-081B-3998-9A44-681EB4C6828F> /usr/lib/libSystem.B.dylib
0x7fffb0c27000 - 0x7fffb0c52ffb libarchive.2.dylib (41.1.1) <C4F76D18-8484-3779-AE80-14F27E57ABB5> /usr/lib/libarchive.2.dylib
0x7fffb0c53000 - 0x7fffb0d2dfe7 libate.dylib (1.12.12) <1371D20C-3A80-37A5-AB94-09C4C4F67B01> /usr/lib/libate.dylib
0x7fffb0d31000 - 0x7fffb0d31ff3 libauto.dylib (187) <5BBF6A00-CC76-389D-84E7-CA88EDADE683> /usr/lib/libauto.dylib
0x7fffb0d32000 - 0x7fffb0d42ff3 libbsm.0.dylib (34) <20084796-B04D-3B35-A003-EA11459557A9> /usr/lib/libbsm.0.dylib
0x7fffb0d43000 - 0x7fffb0d51ff7 libbz2.1.0.dylib (38) <6FD3B63F-0F86-3A25-BD5B-E243F58792C9> /usr/lib/libbz2.1.0.dylib
0x7fffb0d52000 - 0x7fffb0da8ff7 libc++.1.dylib (307.4) <BEE86868-F831-384C-919E-2B286ACFE87C> /usr/lib/libc++.1.dylib
0x7fffb0da9000 - 0x7fffb0dd3fff libc++abi.dylib (307.2) <1CEF8ABB-7E6D-3C2F-8E0A-E7884478DD23> /usr/lib/libc++abi.dylib
0x7fffb0dd4000 - 0x7fffb0de4ffb libcmph.dylib (6) <2B5D405E-2D0B-3320-ABD6-622934C86ABE> /usr/lib/libcmph.dylib
0x7fffb0de5000 - 0x7fffb0dfaffb libcompression.dylib (34) <AEF908E6-C0FE-3884-BD45-FB37A035545D> /usr/lib/libcompression.dylib
0x7fffb0dfb000 - 0x7fffb0dfbff7 libcoretls.dylib (121.1.1) <F3BAB54C-DA82-37C3-A218-46FEB179D555> /usr/lib/libcoretls.dylib
0x7fffb0dfc000 - 0x7fffb0dfdffb libcoretls_cfhelpers.dylib (121.1.1) <D12709F3-BBE3-3CF7-9070-C2A0803F5526> /usr/lib/libcoretls_cfhelpers.dylib
0x7fffb0eb7000 - 0x7fffb0f9bff3 libcrypto.0.9.8.dylib (64) <4CB423CE-0B86-334A-9335-FEE75198024F> /usr/lib/libcrypto.0.9.8.dylib
0x7fffb1139000 - 0x7fffb118cff7 libcups.2.dylib (450) <04CA1F55-4B70-3D65-B4B1-62F6C271A9EF> /usr/lib/libcups.2.dylib
0x7fffb11dd000 - 0x7fffb11e4ff3 libdscsym.dylib (145) <0972B577-B427-3A1C-A9E7-325B6B265135> /usr/lib/libdscsym.dylib
0x7fffb1206000 - 0x7fffb1206fff libenergytrace.dylib (15) <A1B040A2-7977-3097-9ADF-34FF181EB970> /usr/lib/libenergytrace.dylib
0x7fffb1216000 - 0x7fffb121bff3 libheimdal-asn1.dylib (498) <8F3F1AE8-CE4A-355C-82E3-74DA46B5BB02> /usr/lib/libheimdal-asn1.dylib
0x7fffb121c000 - 0x7fffb130eff7 libiconv.2.dylib (50) <42125B35-81D7-3FC4-9475-A26DBE10884D> /usr/lib/libiconv.2.dylib
0x7fffb130f000 - 0x7fffb1534fff libicucore.A.dylib (57131.0.1) <72594943-D25E-3F70-A4AC-8E9F9F442B7E> /usr/lib/libicucore.A.dylib
0x7fffb153a000 - 0x7fffb153bfff liblangid.dylib (126) <3F4530C9-8BE1-3AA7-9A82-98694D240866> /usr/lib/liblangid.dylib
0x7fffb153c000 - 0x7fffb1555ffb liblzma.5.dylib (10) <44BD0279-99DD-36B5-8A6E-C11432E2098D> /usr/lib/liblzma.5.dylib
0x7fffb1556000 - 0x7fffb156cff7 libmarisa.dylib (5) <2183D484-032D-3DE5-8984-3A14006E034E> /usr/lib/libmarisa.dylib
0x7fffb156d000 - 0x7fffb1816fff libmecabra.dylib (744) <545EDC2D-22BB-3E8F-BFD3-921447581D9F> /usr/lib/libmecabra.dylib
0x7fffb1849000 - 0x7fffb18c1ffb libnetwork.dylib (856.1.8) <30FC3C60-CCA9-3E2B-80AA-DE53F5762374> /usr/lib/libnetwork.dylib
0x7fffb18c2000 - 0x7fffb1c97127 libobjc.A.dylib (706) <47104A1B-13E8-369F-BC36-27FF465809FD> /usr/lib/libobjc.A.dylib
0x7fffb1c9a000 - 0x7fffb1c9efff libpam.2.dylib (21) <352F8FF6-2248-3594-B357-8D031DEFB06C> /usr/lib/libpam.2.dylib
0x7fffb1c9f000 - 0x7fffb1ccfff7 libpcap.A.dylib (67) <450DB888-2C0C-3085-A5F1-69324DFE902C> /usr/lib/libpcap.A.dylib
0x7fffb1ced000 - 0x7fffb1d09ffb libresolv.9.dylib (64) <A244AE4C-00B0-396C-98FF-97FE4DB3DA30> /usr/lib/libresolv.9.dylib
0x7fffb1d0a000 - 0x7fffb1d43fff libsandbox.1.dylib (592.1.3) <0024D751-23D8-35DF-87CF-72E489DA2F9F> /usr/lib/libsandbox.1.dylib
0x7fffb1d57000 - 0x7fffb1d58ff3 libspindump.dylib (228) <F80FAB75-D656-3FDA-8753-D3D6771B17E6> /usr/lib/libspindump.dylib
0x7fffb1d59000 - 0x7fffb1e9affb libsqlite3.dylib (252) <A531C105-64D7-37C0-B999-9320047B71C5> /usr/lib/libsqlite3.dylib
0x7fffb1f8b000 - 0x7fffb1f98fff libxar.1.dylib (354) <AAFCF321-8100-3622-880B-9661DCA35D69> /usr/lib/libxar.1.dylib
0x7fffb1f9c000 - 0x7fffb208bffb libxml2.2.dylib (30.11) <26676155-64CE-323F-B73C-AD77AF5982E8> /usr/lib/libxml2.2.dylib
0x7fffb208c000 - 0x7fffb20b5fff libxslt.1.dylib (15.8) <FFF5DD45-F544-34B2-BE3C-DB877DC60081> /usr/lib/libxslt.1.dylib
0x7fffb20b6000 - 0x7fffb20c7ff3 libz.1.dylib (67) <46E3FFA2-4328-327A-8D34-A03E20BFFB8E> /usr/lib/libz.1.dylib
0x7fffb20d6000 - 0x7fffb20daff7 libcache.dylib (79) <84E55656-FDA9-3B29-9E4F-BE31B2C0AA3C> /usr/lib/system/libcache.dylib
0x7fffb20db000 - 0x7fffb20e5fff libcommonCrypto.dylib (60092.1.2) <79F738D8-0AD7-3DEA-AF80-E0F8B90B74E3> /usr/lib/system/libcommonCrypto.dylib
0x7fffb20e6000 - 0x7fffb20edfff libcompiler_rt.dylib (62) <486BDE52-81B4-3446-BD72-23977CAE556F> /usr/lib/system/libcompiler_rt.dylib
0x7fffb20ee000 - 0x7fffb20f6fff libcopyfile.dylib (138) <0DA49B77-56EC-362D-98FF-FA78CFD986D6> /usr/lib/system/libcopyfile.dylib
0x7fffb20f7000 - 0x7fffb2179ff3 libcorecrypto.dylib (442.1.3) <1CA8B679-810E-3C04-945A-4AC19372CDC7> /usr/lib/system/libcorecrypto.dylib
0x7fffb217a000 - 0x7fffb21acfff libdispatch.dylib (703.1.4) <12B1D95B-283D-325D-85AB-29A2FFD36987> /usr/lib/system/libdispatch.dylib
0x7fffb21ad000 - 0x7fffb21b2ff3 libdyld.dylib (421.1) <CDFBDC9C-418C-369D-B433-F64B0630E640> /usr/lib/system/libdyld.dylib
0x7fffb21b3000 - 0x7fffb21b3ffb libkeymgr.dylib (28) <09CD7CA6-46D2-3A9F-B9F1-7C4CA5CA0D68> /usr/lib/system/libkeymgr.dylib
0x7fffb21b4000 - 0x7fffb21c0ffb libkxld.dylib (3789.1.32) <48BDBE7F-AAE6-3050-9017-6959051CF16A> /usr/lib/system/libkxld.dylib
0x7fffb21c1000 - 0x7fffb21c1fff liblaunch.dylib (972.1.5) <DC31FDEA-FD81-335E-BAA8-5A7395D20772> /usr/lib/system/liblaunch.dylib
0x7fffb21c2000 - 0x7fffb21c7fff libmacho.dylib (894) <1EAE5ADD-490C-3B1F-9F97-447BA8E0E90F> /usr/lib/system/libmacho.dylib
0x7fffb21c8000 - 0x7fffb21caff3 libquarantine.dylib (85) <78EF62D8-C890-3FC0-937A-C2FD8CEF8992> /usr/lib/system/libquarantine.dylib
0x7fffb21cb000 - 0x7fffb21ccffb libremovefile.dylib (45) <C4FC07FF-ED86-382E-B06F-33C34718080C> /usr/lib/system/libremovefile.dylib
0x7fffb21cd000 - 0x7fffb21e5ff7 libsystem_asl.dylib (349.1.1) <F0987490-8427-367F-B302-A05A7D61FEBF> /usr/lib/system/libsystem_asl.dylib
0x7fffb21e6000 - 0x7fffb21e6ff7 libsystem_blocks.dylib (67) <B8C3701D-5A91-3D35-999D-2DC8D5393525> /usr/lib/system/libsystem_blocks.dylib
0x7fffb21e7000 - 0x7fffb2274fe7 libsystem_c.dylib (1158.1.2) <5F260836-48E4-3F57-8553-62D2DA228A1F> /usr/lib/system/libsystem_c.dylib
0x7fffb2275000 - 0x7fffb2278ffb libsystem_configuration.dylib (888.1.2) <67BB9D8B-2430-38AD-81A7-F0EC924B2590> /usr/lib/system/libsystem_configuration.dylib
0x7fffb2279000 - 0x7fffb227cfff libsystem_coreservices.dylib (41.1) <11F22E6C-0DCB-3699-A4F0-C99E301E56E9> /usr/lib/system/libsystem_coreservices.dylib
0x7fffb227d000 - 0x7fffb2295ffb libsystem_coretls.dylib (121.1.1) <8F7E9B12-400D-3276-A9C5-4546B0258554> /usr/lib/system/libsystem_coretls.dylib
0x7fffb2296000 - 0x7fffb229cfff libsystem_dnssd.dylib (765.1.2) <C5FF2025-C60B-39C6-B205-6BF1BC51D1B3> /usr/lib/system/libsystem_dnssd.dylib
0x7fffb229d000 - 0x7fffb22c6fff libsystem_info.dylib (503) <C686B834-5E7D-382C-AF6E-44AB78EE83E2> /usr/lib/system/libsystem_info.dylib
0x7fffb22c7000 - 0x7fffb22e9ff7 libsystem_kernel.dylib (3789.1.32) <5C68A0D7-C3C9-3E52-B983-EDE9A28AB6FC> /usr/lib/system/libsystem_kernel.dylib
0x7fffb22ea000 - 0x7fffb2331fe7 libsystem_m.dylib (3121.4) <E3370D16-EBAA-3C7F-AC56-2D6EAD7DB0A4> /usr/lib/system/libsystem_m.dylib
0x7fffb2332000 - 0x7fffb2350ff7 libsystem_malloc.dylib (116) <3DD17B88-B7A4-38B9-9E95-AB88E1C3B647> /usr/lib/system/libsystem_malloc.dylib
0x7fffb2351000 - 0x7fffb23a7fff libsystem_network.dylib (856.1.8) <A8973360-956A-33BF-9971-14D59C84E0D1> /usr/lib/system/libsystem_network.dylib
0x7fffb23a8000 - 0x7fffb23b1ff3 libsystem_networkextension.dylib (563.1.11) <1C551832-9360-36DD-A7BA-52B55A171720> /usr/lib/system/libsystem_networkextension.dylib
0x7fffb23b2000 - 0x7fffb23bbffb libsystem_notify.dylib (165) <AF77D471-6B13-36BA-B144-7E7DDB9DBA9F> /usr/lib/system/libsystem_notify.dylib
0x7fffb23bc000 - 0x7fffb23c4fe7 libsystem_platform.dylib (126.1.2) <884DDF42-3CAE-334A-82CE-965617130FB1> /usr/lib/system/libsystem_platform.dylib
0x7fffb23c5000 - 0x7fffb23cffff libsystem_pthread.dylib (218.1.3) <050AE77B-4F4B-334A-A5BA-CF0D10AF5304> /usr/lib/system/libsystem_pthread.dylib
0x7fffb23d0000 - 0x7fffb23d3fff libsystem_sandbox.dylib (592.1.3) <90FEF628-316D-3F84-9EF4-F7F510A4FBBB> /usr/lib/system/libsystem_sandbox.dylib
0x7fffb23d4000 - 0x7fffb23d5fff libsystem_secinit.dylib (24) <A54B8FEF-E792-3C54-8E0B-E80A376662F2> /usr/lib/system/libsystem_secinit.dylib
0x7fffb23d6000 - 0x7fffb23ddfff libsystem_symptoms.dylib (532.1.1) <B26F656E-94F9-3834-9B03-51C4FF11D1BF> /usr/lib/system/libsystem_symptoms.dylib
0x7fffb23de000 - 0x7fffb23feff7 libsystem_trace.dylib (518.1.16) <C3CDF7BC-CA3D-34F5-ADF8-46AAAB0B47F8> /usr/lib/system/libsystem_trace.dylib
0x7fffb23ff000 - 0x7fffb2404ffb libunwind.dylib (35.3) <9F7C2AD8-A9A7-3DE4-828D-B0F0F166AAA0> /usr/lib/system/libunwind.dylib
0x7fffb2405000 - 0x7fffb242eff7 libxpc.dylib (972.1.5) <2A901937-48E1-3BF2-83F1-2431156D82B7> /usr/lib/system/libxpc.dylib
Sample analysis of process 1004 written to file /dev/stdout
I'm still on 10.11. Did this also happen on 10.11?
I think there were various glitches after switching to 1.6. neovim, the 1.5 version was working OK. I can try one of the older builds to see if it's neovim related or 10.12. Can you recall what was the last build using 1.5?
actually, i can try building that from source later tonight.
https://github.com/qvacua/vimr/releases/tag/snapshot%2F20160820.1913-60 is the last build with pre 0.1.5 NeoVim.
I have been using release 60 for the past few days without freezes.
I'm trying 61 next.
You could also try the https://github.com/qvacua/vimr/tree/issue/284-crash branch. It uses NeoVim 0.1.5 plus my patches for the latest VimR builds.
Ups, that branch does not build. Wait.
Try http://taewon.de/snapshots/VimR-issue-284.zip (or the branch).
Rev: 61 - this has been super-stable. Trying the zip next.
Confirmed freeze with 284.zip. I'll try r70 next
r70 freezed, trying r65 :)
r65 crashed also instantly, will wait for another crash.
I really appreciate this. I'll try to look at the difference between 61 and 65.
No worries, I'd like to spin 65 for a bit longer to confirm if it's the same crash. It's quite unusual for it to do it right away. Will report when I can narrow it down further.
As a fellow open-source developer I appreciate the work you do for the community and am willing to help as much as I can. Thanks for giving us a usable NeoVim shell. ;)
Second confirmed freeze of 65. Testing 63 next.
Froze in 63. Testing 62 next.
Froze in 62. Re-testing 61
61 froze.. facepalm. Was working few days for me previously.
froze twice again. will retry 60 next (also - it seems to freeze after alt-tabing back into vimr screen)
No crashes with 60... GO FIGURE 🚶
Freeze on 60. I give up. 😪
I have cleaned up my addons now, will start re-adding them.
It's very unfortunate that I cannot reproduce the crashes. Are anyone else experiencing random crashes?
I'm guessing it may be some race condition... I'll try to review the code where possible race conditions can occur...
I'm running release 79 for quite some times, no crash.
No crashes without my addons. Enabling:
@romaninsh you could also try the branch https://github.com/qvacua/vimr/tree/issue/284-crash . I tried to synchronize some calls and maybe it helps...
No crashes after enabling:
Going with next set of add-ons.
freeze with 106, disabling some add-ons.
Maybe related? GH-322?
Updated to 0.10.0 and got this freeze again.
Plugins:
Plug 'rking/ag.vim' " searching through :Ag <pattern>
Plug 'ctrlpvim/ctrlp.vim'
Plug 'jlanzarotta/bufexplorer' " use \bt to toggle buffers
Plug 'bigeagle/molokai' " color theme
Plug 'vim-airline/vim-airline' " line at the bottom
"""" 1
Plug 'shawncplus/phpcomplete.vim'
Plug 'shougo/deoplete.nvim'
Plug 'airblade/vim-gitgutter'
"""" 2
Plug 'scrooloose/nerdtree'
Plug 'scrooloose/syntastic' " linter
Plug 'https://github.com/digitaltoad/vim-pug' " Jade / PUG syntax
Plug 'https://github.com/AndrewRadev/linediff.vim' "Linediff
Plug 'majutsushi/tagbar'
Plug 'tpope/vim-fugitive'
Application itself is responsive, but interior of the window is crashed. Image caused by resize.
I noticed something interesting. After a crash i went to look into the processes to find the "deoplete" process. After killing it the window rendered itself. I have attempted to resize the window again to see if it's back alive and it froze up again.
I'll confirm the link with "deoplete" on the next crash.
It appears that window renders itself in a crashed state, so maybe it's not due to deoplete: Here is a video: https://www.youtube.com/watch?v=4L8fqZI1S18
Do the crashes also happen when you use neovim in a terminal?
I too have this problem. It's random, but I can trigger it fairly regularly by quickly opening lots of python files from NerdTree with double mouse clicks.
When the window freezes, I noticed the NeoVimServer process dies at the same time (it disappears from Activity Monitor, and there's just the VimR process left).
It seems to be related to deoplete, I can reach a crash within minutes with it enabled, and haven't been able to crash without it.
@flupke What version of VimR are you using and does it also happen with the newest snapshot? Could you also post your (reduced) init.vim
?
I suspect this might be related to the issue https://github.com/qvacua/vimr/issues/360 Guys, can you please try to reproducing your issue with snapshot https://github.com/qvacua/vimr/releases/tag/snapshot%2Fv0.11.1-SNAPSHOT-20161207.2041-142?
It seems to be fixed in the latest snapshot, thanks!
I'm closing this issue. If the problem pops up again, I suggest opening a new issue. 😬
I've been having the issue with CtrlP plugin, when i try to quickly type things in. I have just upgraded to 150 and so far haven't seen any problems. Will report if it happens again.
I don't use nvim in a terminal to the same extent as VimR, but I didn't notice any crashes there.
Looks like problem is with deoplete
.
It would be nice if I had some way to get a crash details or a core dump of some sort.
While inserting text, NeoVim inside the VimR window becomes unresponsive.
If multiple windows are open, this only affects one window. Possibly related to async plugins. Unable to reproduce reliably. Has been around since Rev 60 or 70.
https://www.youtube.com/watch?v=4L8fqZI1S18
Plugins: