Steps to reproduce ## Original case: 1. Setup a working Rust environment with RLS. 2. Install the packages: - lsp-mode 20180131.501 - lsp-rust 20180126.6 - lsp-ui 20180129.2124 3. Open a Rust project with the following `main.rs` ``` /// Wowzers fn foo() {} fn main() { foo(); } ``` 4. Enable `lsp-ui-doc-mode` 5. Place the cursor on the call to `foo` inside of `main`. This /should/ display the documentation for the `foo` function in the lsp-ui sideline. 6. Emacs crashes. ## Attempt at further reduction: 1. `emacs -Q -nw` 2. Initialize enough packages: ``` (require 'package) (package-initialize) (require 'lsp-mode) (require 'lsp-ui) (add-hook 'lsp-mode-hook 'lsp-ui-mode) (with-eval-after-load 'lsp-mode (setq lsp-rust-rls-command '("rustup" "run" "nightly" "rls")) (require 'lsp-rust)) (add-hook 'rust-mode-hook #'lsp-rust-enable) ``` 3. Open the same main.rs as before 4. Type M-x `lsp-u`. 5. On typing the `i`, emacs crashes: "Fatal error 6: Abort trapAbort trap: 6" ---- As I understand it, `lsp-ui-doc-mode` uses the new "child frames" available in Emacs 26, so it feels likely that those are involved. I do not have debugging symbols for Emacs, but the macOS automated crash reporter has this information: Process: Emacs [17364] Path: /usr/local/Cellar/emacs/26.0.91/Emacs.app/Contents/MacOS/Emacs Identifier: Emacs Version: Version 26.0.91 (9.0) Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: Emacs [17364] User ID: 501 Date/Time: 2018-02-01 09:31:18.132 -0500 OS Version: Mac OS X 10.13.2 (17C205) Report Version: 12 Anonymous UUID: 5E6B13EF-80C4-7434-C65E-65F5556DFE65 Sleep/Wake UUID: 6F669151-8289-43ED-B370-6217FC8F8A25 Time Awake Since Boot: 1200000 seconds Time Since Wake: 1300 seconds System Integrity Protection: enabled Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x00007fff5c930e3e __pthread_kill + 10 1 libsystem_pthread.dylib 0x00007fff5ca6f150 pthread_kill + 333 2 libsystem_c.dylib 0x00007fff5c83f8fe raise + 26 3 org.gnu.Emacs 0x000000010009ed1e terminate_due_to_signal + 152 4 org.gnu.Emacs 0x00000001000b6961 emacs_abort + 19 5 org.gnu.Emacs 0x000000010016ea86 ns_term_shutdown + 122 6 org.gnu.Emacs 0x000000010009eee0 shut_down_emacs + 262 7 org.gnu.Emacs 0x000000010009ecec terminate_due_to_signal + 102 8 org.gnu.Emacs 0x00000001000b6961 emacs_abort + 19 9 org.gnu.Emacs 0x000000010008b814 cmcheckmagic + 136 10 org.gnu.Emacs 0x000000010000bd0e update_frame_line + 602 11 org.gnu.Emacs 0x000000010000610f update_frame_1 + 497 12 org.gnu.Emacs 0x0000000100005e01 update_frame + 379 13 org.gnu.Emacs 0x0000000100024542 redisplay_internal + 5283 14 org.gnu.Emacs 0x0000000100024fce redisplay_preserve_echo_area + 97 15 org.gnu.Emacs 0x000000010014743a wait_reading_process_output + 4865 16 org.gnu.Emacs 0x00000001000088aa sit_for + 243 17 org.gnu.Emacs 0x00000001000a5c94 read_char + 4538 18 org.gnu.Emacs 0x00000001000a326d read_key_sequence + 1465 19 org.gnu.Emacs 0x00000001000a1dc0 command_loop_1 + 776 20 org.gnu.Emacs 0x000000010010a6a9 internal_condition_case + 82 21 org.gnu.Emacs 0x00000001000ae705 command_loop_2 + 37 22 org.gnu.Emacs 0x000000010010a250 internal_catch + 73 23 org.gnu.Emacs 0x00000001000a13a7 command_loop + 156 24 org.gnu.Emacs 0x00000001000a12c5 recursive_edit_1 + 111 25 org.gnu.Emacs 0x00000001000a14e6 Frecursive_edit + 227 26 org.gnu.Emacs 0x00000001000a034b main + 5138 27 libdyld.dylib 0x00007fff5c7e1115 start + 1 Thread 1: 0 libsystem_kernel.dylib 0x00007fff5c931562 __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff5ca6c06a _pthread_wqthread + 1035 2 libsystem_pthread.dylib 0x00007fff5ca6bc4d start_wqthread + 13 Thread 2: 0 libsystem_kernel.dylib 0x00007fff5c931562 __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff5ca6c26f _pthread_wqthread + 1552 2 libsystem_pthread.dylib 0x00007fff5ca6bc4d start_wqthread + 13 Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000000000000 rbx: 0x00007fff95518340 rcx: 0x00007ffeefbfd0e8 rdx: 0x0000000000000000 rdi: 0x0000000000000307 rsi: 0x0000000000000006 rbp: 0x00007ffeefbfd120 rsp: 0x00007ffeefbfd0e8 r8: 0x00000001007e2bf0 r9: 0x0000000000000cc3 r10: 0x0000000000000000 r11: 0x0000000000000287 r12: 0x0000000000000307 r13: 0x0000000000000400 r14: 0x0000000000000006 r15: 0x000000000000002d rip: 0x00007fff5c930e3e rfl: 0x0000000000000286 cr2: 0x00007fff954e5d40 Logical CPU: 0 Error Code: 0x02000148 Trap Number: 133 Binary Images: 0x100000000 - 0x1001d2ffb +org.gnu.Emacs (Version 26.0.91 - 9.0) <39418F62-A490-37DF-A943-CA2B70059B50> /usr/local/Cellar/emacs/26.0.91/Emacs.app/Contents/MacOS/Emacs 0x100661000 - 0x10068dfff +libjpeg.9.dylib (0) /usr/local/opt/jpeg/lib/libjpeg.9.dylib 0x110be6000 - 0x110c3098f dyld (519.2.2) <6695F30B-4E88-3C0B-9867-7D738C44A3E6> /usr/lib/dyld 0x7fff3110e000 - 0x7fff3110efff com.apple.Accelerate (1.11 - Accelerate 1.11) <3468C044-F1F9-3A8F-B861-B1A9A0614EC3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff31127000 - 0x7fff31875ffb com.apple.vImage (8.1 - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff31876000 - 0x7fff31a17ffb libBLAS.dylib (1211.30.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff31a18000 - 0x7fff31a52fef libBNNS.dylib (37) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib 0x7fff31a53000 - 0x7fff31e2cff7 libLAPACK.dylib (1211.30.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff31e2d000 - 0x7fff31e43ff7 libLinearAlgebra.dylib (1211.30.1) <2029891F-DF9C-38E9-B32C-5B846F38453E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib 0x7fff31e44000 - 0x7fff31e49ff3 libQuadrature.dylib (3) <3D6BF66A-55B2-3692-BAC7-DEB0C676ED29> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib 0x7fff31e4a000 - 0x7fff31ea8fff libSparse.dylib (79.1.1) <7AD0F8A8-FD36-36FE-B83D-58648EBD0027> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib 0x7fff31ea9000 - 0x7fff31ebbff7 libSparseBLAS.dylib (1211.30.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib 0x7fff31ebc000 - 0x7fff3202ffe7 libvDSP.dylib (622.20.8) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff32030000 - 0x7fff320e5fe7 libvMisc.dylib (622.20.8) <35213FEE-B162-3428-B7FC-84E24D5589CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff320e6000 - 0x7fff320e6fff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff323d6000 - 0x7fff33233fff com.apple.AppKit (6.9 - 1561.20.106) <7A71ACCF-2DF5-3557-BB22-3A9FC9F71CCF> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff33285000 - 0x7fff33285fff com.apple.ApplicationServices (48 - 50) <7627DBD6-497B-3AB7-9B63-F0532EDF09B8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff33286000 - 0x7fff332ecfff com.apple.ApplicationServices.ATS (377 - 445) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff33385000 - 0x7fff334a7fff libFontParser.dylib (222.1.2) <11BD5EEF-AF18-33FB-B114-DD611932E822> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff334a8000 - 0x7fff334f2ff7 libFontRegistry.dylib (221) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff33634000 - 0x7fff33638ff3 com.apple.ColorSyncLegacy (4.13.0 - 1) <42C25E85-1CF3-3DEC-A434-BE69F68F4318> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy 0x7fff336d8000 - 0x7fff3372aff7 com.apple.HIServices (1.22 - 622) <2E83CD6F-ED98-3C29-BD0A-8525E38AB5DB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff3372b000 - 0x7fff33739fff com.apple.LangAnalysis (1.7.0 - 1.7.0) <71A9C815-AC55-3E36-A618-F6778F5119AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff3373a000 - 0x7fff33786fff com.apple.print.framework.PrintCore (13 - 503) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff33787000 - 0x7fff337c1fff com.apple.QD (3.12 - 403) <38D8106A-4FFA-3FE9-9999-714CADD7EE9C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff337c2000 - 0x7fff337cefff com.apple.speech.synthesis.framework (7.2.1 - 7.2.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff337cf000 - 0x7fff33a5aff7 com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <71699B6E-8B94-39E2-801F-8467C2B5B621> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff33a5c000 - 0x7fff33a5cfff com.apple.audio.units.AudioUnit (1.14 - 1.14) <28C7FC0C-D2E5-3703-916F-866A0F823229> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff33d71000 - 0x7fff34103fff com.apple.CFNetwork (893.13.1 - 893.13.1) <567231F4-4080-3B2D-8349-9177BD358804> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff3411d000 - 0x7fff34422ff7 com.apple.HIToolbox (2.1.1 - 910.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff3442d000 - 0x7fff344c2ffb com.apple.ink.framework (10.9 - 220) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff34503000 - 0x7fff34509fff com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <1F10ED1F-12C7-39AC-88A0-43A1338F9316> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fff34624000 - 0x7fff346ddff7 com.apple.ColorSync (4.13.0 - 546) /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff3486a000 - 0x7fff348fdff7 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <4DE794D4-F018-31E8-B3CE-CF8DBE68D14E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff34964000 - 0x7fff3498dffb com.apple.CoreBluetooth (1.0 - 1) <942F88A5-AD68-3359-90D5-6F1A3311C51A> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth 0x7fff3498e000 - 0x7fff34cf0ffb com.apple.CoreData (120 - 849.2) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff34cf1000 - 0x7fff34dbdfff com.apple.CoreDisplay (1.0 - 81.7) /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay 0x7fff34dbe000 - 0x7fff35257fff com.apple.CoreFoundation (6.9 - 1450.16) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff35259000 - 0x7fff35884ff7 com.apple.CoreGraphics (2.0 - 1129.5) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff35886000 - 0x7fff35b75fff com.apple.CoreImage (13.0.0 - 579.2.9) /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff35f34000 - 0x7fff35f34fff com.apple.CoreServices (822.19 - 822.19) <0C60B639-4CC4-3F57-BC5E-DB71EB75F7F4> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff35f35000 - 0x7fff35fa9ffb com.apple.AE (735.1 - 735.1) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff35faa000 - 0x7fff36281ff7 com.apple.CoreServices.CarbonCore (1178.2 - 1178.2) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff36282000 - 0x7fff362b6ff7 com.apple.DictionaryServices (1.2 - 284) <3FCEE280-8DD0-37C9-BFD4-7BA87AAFC8EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff362b7000 - 0x7fff362bfff3 com.apple.CoreServices.FSEvents (1239 - 1239) <7BBC5CB7-DBC8-316B-99B0-781827159A2F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents 0x7fff362c0000 - 0x7fff36478ff7 com.apple.LaunchServices (822.19 - 822.19) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff36479000 - 0x7fff36528ff7 com.apple.Metadata (10.7.0 - 1191.2.6) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff36529000 - 0x7fff36586ff7 com.apple.CoreServices.OSServices (822.19 - 822.19) <408FB1A4-58E9-34D4-8022-A9EEC8502762> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff36587000 - 0x7fff365f5fff com.apple.SearchKit (1.4.0 - 1.4.0) <14053F88-2C76-35CA-9FC1-2A9BC0B63F88> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff365f6000 - 0x7fff3661affb com.apple.coreservices.SharedFileList (71.4 - 71.4) <4AA6DCF5-BAF8-36FA-A8B0-EDF518EFEF14> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList 0x7fff368c4000 - 0x7fff36a12ffb com.apple.CoreText (352.0 - 578.12) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff36a13000 - 0x7fff36a4dff3 com.apple.CoreVideo (1.8 - 279.2) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff36a4e000 - 0x7fff36ad8ffb com.apple.framework.CoreWLAN (13.0 - 1339) /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x7fff36d53000 - 0x7fff36d58fff com.apple.DiskArbitration (2.7 - 2.7) <44836CE9-A9ED-3017-972A-7A0A3D6B472B> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff36f19000 - 0x7fff372defff com.apple.Foundation (6.9 - 1450.16) <7FEC6610-70EA-3A8D-8EC4-7E99BAF1E312> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff3734e000 - 0x7fff3737efff com.apple.GSS (4.0 - 2.0) <3B4B4509-B5A3-396B-9C71-80BAE84476FA> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff37490000 - 0x7fff37593ff3 com.apple.Bluetooth (6.0.2 - 6.0.2f2) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth 0x7fff375f3000 - 0x7fff3768efff com.apple.framework.IOKit (2.0.2 - 1445.31.1) <7556086A-EFAF-3262-9822-6F666CFC6655> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff37690000 - 0x7fff37697ffb com.apple.IOSurface (209.2.2 - 209.2.2) <6D35A601-1C47-37BE-AD31-F8EB88F67573> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff376ee000 - 0x7fff37869fff com.apple.ImageIO.framework (3.3.0 - 1713) /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff3786a000 - 0x7fff3786effb libGIF.dylib (1713) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff3786f000 - 0x7fff37956fff libJP2.dylib (1713) <23A6802F-C04B-3396-8C2F-E760A8ACC424> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff37957000 - 0x7fff3797afff libJPEG.dylib (1713) <19935EFA-6B6D-3754-96CA-6F5F09BD4BB0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff37c57000 - 0x7fff37c7dff3 libPng.dylib (1713) <0F84AF2F-7248-3D7D-B960-FFDA1A3F5837> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff37c7e000 - 0x7fff37c80ff3 libRadiance.dylib (1713) <09699DA5-3354-3D99-A544-CCC346BA4C1E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff37c81000 - 0x7fff37ccefff libTIFF.dylib (1713) <84580DD8-513F-383B-B1C2-2294D8B01969> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff38a5d000 - 0x7fff38a76ff7 com.apple.Kerberos (3.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff393f3000 - 0x7fff39472fff com.apple.Metal (124.7 - 124.7) /System/Library/Frameworks/Metal.framework/Versions/A/Metal 0x7fff3948f000 - 0x7fff394a4fff com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore 0x7fff394a5000 - 0x7fff39510fef com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage 0x7fff39511000 - 0x7fff39534fff com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix 0x7fff39535000 - 0x7fff395b5ff7 com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork 0x7fff395b6000 - 0x7fff395b6ff7 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <2E8723FC-AA53-3596-B6A4-220A378B7A5A> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders 0x7fff3a5bf000 - 0x7fff3a5cbffb com.apple.NetFS (6.0 - 4.0) <81B22AE7-7094-30F2-BF41-84CA05EDB95B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff3d3bc000 - 0x7fff3d409ffb com.apple.opencl (2.8.12 - 2.8.12) <0AACB21D-AAC4-337C-8FF6-A8F6196614EE> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff3d40a000 - 0x7fff3d426ffb com.apple.CFOpenDirectory (10.13 - 207) <7664F745-96E0-3F9F-964B-6014928902FB> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff3d427000 - 0x7fff3d432fff com.apple.OpenDirectory (10.13 - 207) <1550BB27-D605-398C-8670-48700C86D674> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff3e5b1000 - 0x7fff3e5b3fff libCVMSPluginSupport.dylib (16.4.2) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff3e5b4000 - 0x7fff3e5b8ff7 libCoreFSCache.dylib (162.4) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib 0x7fff3e5b9000 - 0x7fff3e5bdfff libCoreVMClient.dylib (162.4) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff3e5be000 - 0x7fff3e5c6fff libGFXShared.dylib (16.4.2) <07F1D947-F79B-3608-9080-E4DBFE13AF1D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff3e5c7000 - 0x7fff3e5d2fff libGL.dylib (16.4.2) <97D6871A-BAF1-33DD-9ED7-BE7BB437F378> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff3e5d3000 - 0x7fff3e60efe7 libGLImage.dylib (16.4.2) <3E2802DF-4998-31DB-B3A2-65720DE919A5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff3e77c000 - 0x7fff3e7baffb libGLU.dylib (16.4.2) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff3f132000 - 0x7fff3f140ffb com.apple.opengl (16.4.2 - 16.4.2) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff3ff88000 - 0x7fff401d0fff com.apple.QuartzCore (1.11 - 584.8.94) <8D6B5735-852F-36D3-9349-C423582F743B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff40a09000 - 0x7fff40d20fff com.apple.security (7.0 - 58286.31.2) /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff40d21000 - 0x7fff40dabff7 com.apple.securityfoundation (6.0 - 55185.30.4) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff40ddd000 - 0x7fff40de0ffb com.apple.xpc.ServiceManagement (1.0 - 1) /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fff41185000 - 0x7fff411f5ff3 com.apple.SystemConfiguration (1.17 - 1.17) <3C6B2BB9-43AB-39AD-8027-38E30A8A4186> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff43e29000 - 0x7fff43eb5ff7 com.apple.APFS (1.0 - 1) <834EAD5F-0C4E-3C33-A654-8E1670CEC457> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS 0x7fff44ac3000 - 0x7fff44aebfff com.apple.framework.Apple80211 (13.0 - 1345) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x7fff44aed000 - 0x7fff44afcff7 com.apple.AppleFSCompression (96.30.2 - 1.0) /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x7fff44c38000 - 0x7fff44c80ff3 com.apple.AppleJPEG (1.0 - 1) <8BBD5180-5BF9-33DB-8B91-974B1D0AECFB> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG 0x7fff44cbb000 - 0x7fff44ce3fff com.apple.applesauce (1.0 - ???) <32FF4851-2F68-35BA-835F-91856A20C323> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce 0x7fff454cf000 - 0x7fff454d6ff7 com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <47B6301F-D908-3811-BB9E-DA16D9B29A34> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement 0x7fff454d7000 - 0x7fff4555eff7 com.apple.backup.framework (1.9.2 - 1.9.2) <40C6CFA8-4013-3AFB-97CE-8A09388FA343> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fff46eed000 - 0x7fff46ef6ff3 com.apple.CommonAuth (4.0 - 2.0) <11B2D184-36B8-3624-B1AD-7B6037D76160> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff47903000 - 0x7fff47913ff7 com.apple.CoreEmoji (1.0 - 69.3) /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji 0x7fff48b69000 - 0x7fff48bfafff com.apple.CoreSymbolication (63075) <2458D96C-1C31-34F8-93F0-73DB0042CB30> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fff48c7d000 - 0x7fff48db1fff com.apple.coreui (2.1 - 492.2) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff48db2000 - 0x7fff48ebdff3 com.apple.CoreUtils (5.3 - 530.57) <1DE5249E-35C5-3B13-BA5B-0C1AA4E17CDD> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils 0x7fff48f12000 - 0x7fff48f76fff com.apple.framework.CoreWiFi (13.0 - 1339) <1741FD6D-3DF2-3D2D-9B56-92A6AA0D1146> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x7fff48f77000 - 0x7fff48f86ff7 com.apple.CrashReporterSupport (10.13 - 1) <6B5B2B78-15D2-363F-BE34-8F9226E79E24> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7fff49003000 - 0x7fff49012ff7 com.apple.framework.DFRFoundation (1.0 - 191.1) <09E9A14C-E7A8-3386-8323-270FA28BFB81> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation 0x7fff49015000 - 0x7fff49019ffb com.apple.DSExternalDisplay (3.1 - 380) /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay 0x7fff4909f000 - 0x7fff49115fff com.apple.datadetectorscore (7.0 - 590.3) <792593BC-21C7-3E0C-929E-067CD725FCBD> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff49163000 - 0x7fff491a3ff7 com.apple.DebugSymbols (141 - 141) <99562E28-0E56-3F6F-93A1-EF997A5E1F87> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fff491a4000 - 0x7fff492d3fff com.apple.desktopservices (1.12.2 - 1.12.2) <8E068AF7-FB72-38E2-948E-6C13F359C69D> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff4a047000 - 0x7fff4a475fff com.apple.vision.FaceCore (3.3.2 - 3.3.2) <80C97AD7-D5C2-311A-B268-4AA60CAD6CED> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore 0x7fff4e489000 - 0x7fff4e498fff com.apple.GraphVisualizer (1.0 - 5) <0A93C5DE-0D28-312E-8764-6B0FB805ED91> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer 0x7fff4e510000 - 0x7fff4e584fff com.apple.Heimdal (4.0 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff4ee36000 - 0x7fff4ee3dffb com.apple.IOAccelerator (376.6 - 376.6) /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator 0x7fff4ee41000 - 0x7fff4ee58fff com.apple.IOPresentment (1.0 - 32.1) /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment 0x7fff4f222000 - 0x7fff4f247fff com.apple.IconServices (97.4 - 97.4) /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices 0x7fff4f4dc000 - 0x7fff4f5d1fff com.apple.LanguageModeling (1.0 - 159.3.1) <9B08E18E-69B4-3413-A03A-EF5AE4BE6277> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling 0x7fff4f5d2000 - 0x7fff4f614ff7 com.apple.Lexicon-framework (1.0 - 33.2) <5CC5E8EE-62A1-3EA5-B300-A39ABD0CF12D> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon 0x7fff4f618000 - 0x7fff4f61fff7 com.apple.LinguisticData (1.0 - 238.3) <228AF7CA-649A-3E24-BBC7-8A24B39B3FC4> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData 0x7fff5026b000 - 0x7fff502d4ff7 com.apple.gpusw.MetalTools (1.0 - 1) /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools 0x7fff504ec000 - 0x7fff50514fff com.apple.MultitouchSupport.framework (1204.13 - 1204.13) <6C5D778D-4AB7-39A4-989B-2E8D2D57B3A0> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff50779000 - 0x7fff50784fff com.apple.NetAuth (6.2 - 6.2) <5C6F492A-28EF-3A0E-B573-6F3D60CFF0C7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff51f86000 - 0x7fff51fc6ffb com.apple.PerformanceAnalysis (1.183.1 - 183.1) <2BE359F2-DCE6-3E33-BA99-964507A3F540> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff53da2000 - 0x7fff53dc0fff com.apple.ProtocolBuffer (1 - 259) /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer 0x7fff53fa0000 - 0x7fff53fc3ffb com.apple.RemoteViewServices (2.0 - 125) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff558e0000 - 0x7fff559f0ff7 com.apple.Sharing (972.6 - 972.6) <2F72F828-7A05-345F-8ABA-1EDADACA4D57> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing 0x7fff55a1a000 - 0x7fff55a1bfff com.apple.performance.SignpostNotification (1.0 - 1) /System/Library/PrivateFrameworks/SignpostNotification.framework/Versions/A/SignpostNotification 0x7fff56718000 - 0x7fff569b2fff com.apple.SkyLight (1.600.0 - 312.23.4) <390012E0-39E3-3D18-8271-D447990FDD21> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight 0x7fff57163000 - 0x7fff57170ff7 com.apple.SpeechRecognitionCore (4.0.13 - 4.0.13) /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore 0x7fff57d02000 - 0x7fff57d86fe7 com.apple.Symbolication (9.0 - 63079.1) <177BC9CA-E6AE-3B40-806F-0080C0CDFF29> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x7fff58277000 - 0x7fff5827eff3 com.apple.TCC (1.0 - 1) /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fff5848b000 - 0x7fff58548ff7 com.apple.TextureIO (3.7 - 3.7) /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO 0x7fff585f3000 - 0x7fff587a2ff3 com.apple.UIFoundation (1.0 - 546.1.1) <2B50EBBC-9221-31BC-92A9-7ED0A4A46E2D> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation 0x7fff59ee5000 - 0x7fff59ee7ffb com.apple.loginsupport (1.0 - 1) <5E2C4AA7-066D-3FDB-B0E1-4CDAF287392C> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport 0x7fff5a04b000 - 0x7fff5a07efff libclosured.dylib (519.2.2) <48051216-5647-3643-B979-B77D0FD20011> /usr/lib/closure/libclosured.dylib 0x7fff5a11e000 - 0x7fff5a157ff7 libCRFSuite.dylib (41) /usr/lib/libCRFSuite.dylib 0x7fff5a158000 - 0x7fff5a163fff libChineseTokenizer.dylib (28) /usr/lib/libChineseTokenizer.dylib 0x7fff5a1f5000 - 0x7fff5a1f6ff3 libDiagnosticMessagesClient.dylib (104) <9712E980-76EE-3A89-AEA6-DF4BAF5C0574> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff5a22d000 - 0x7fff5a3f7ff3 libFosl_dynamic.dylib (17.7) /usr/lib/libFosl_dynamic.dylib 0x7fff5a42f000 - 0x7fff5a42ffff libOpenScriptingUtil.dylib (174) <203D2C39-61BB-3713-A502-2D17B04A42AC> /usr/lib/libOpenScriptingUtil.dylib 0x7fff5a558000 - 0x7fff5a55cffb libScreenReader.dylib (562.13) <21638ECC-87BF-3CC5-B2D8-6F7883F5FDCA> /usr/lib/libScreenReader.dylib 0x7fff5a55d000 - 0x7fff5a55eff3 libSystem.B.dylib (1252) <5EDEEA85-0387-31EE-9D9B-DA1B75E7AEF3> /usr/lib/libSystem.B.dylib 0x7fff5a5f1000 - 0x7fff5a5f1fff libapple_crypto.dylib (109.30.8) /usr/lib/libapple_crypto.dylib 0x7fff5a5f2000 - 0x7fff5a608ff7 libapple_nghttp2.dylib (1.24) <01402BC4-4822-3676-9C80-50D83F816424> /usr/lib/libapple_nghttp2.dylib 0x7fff5a609000 - 0x7fff5a633ff3 libarchive.2.dylib (54) <8FC28DD8-E315-3C3E-95FE-D1D2CBE49888> /usr/lib/libarchive.2.dylib 0x7fff5a634000 - 0x7fff5a737fe7 libate.dylib (1.13.1) /usr/lib/libate.dylib 0x7fff5a73b000 - 0x7fff5a73bff3 libauto.dylib (187) /usr/lib/libauto.dylib 0x7fff5a73c000 - 0x7fff5a7f3ff7 libboringssl.dylib (109.30.8) /usr/lib/libboringssl.dylib 0x7fff5a7f4000 - 0x7fff5a804ff3 libbsm.0.dylib (39) <770B341F-3BB7-3123-B53C-F2D58868A963> /usr/lib/libbsm.0.dylib 0x7fff5a805000 - 0x7fff5a812ffb libbz2.1.0.dylib (38) <0A5086BB-4724-3C14-979D-5AD4F26B5B45> /usr/lib/libbz2.1.0.dylib 0x7fff5a813000 - 0x7fff5a869fff libc++.1.dylib (400.9) /usr/lib/libc++.1.dylib 0x7fff5a86a000 - 0x7fff5a88eff7 libc++abi.dylib (400.7) <217656D5-BC40-37FF-B322-91CB2AAD4F34> /usr/lib/libc++abi.dylib 0x7fff5a890000 - 0x7fff5a8a0fff libcmph.dylib (6) /usr/lib/libcmph.dylib 0x7fff5a8a1000 - 0x7fff5a8b7ffb libcompression.dylib (47) /usr/lib/libcompression.dylib 0x7fff5ab64000 - 0x7fff5ab7cff7 libcoretls.dylib (155) /usr/lib/libcoretls.dylib 0x7fff5ab7d000 - 0x7fff5ab7effb libcoretls_cfhelpers.dylib (155) /usr/lib/libcoretls_cfhelpers.dylib 0x7fff5b04e000 - 0x7fff5b0a4ff3 libcups.2.dylib (462.1) /usr/lib/libcups.2.dylib 0x7fff5b1e2000 - 0x7fff5b1e2fff libenergytrace.dylib (16) /usr/lib/libenergytrace.dylib 0x7fff5b219000 - 0x7fff5b21eff3 libheimdal-asn1.dylib (520.30.1) <14DC1451-6E22-3A48-80CB-5D33DC0F8C3B> /usr/lib/libheimdal-asn1.dylib 0x7fff5b24a000 - 0x7fff5b33bff7 libiconv.2.dylib (51) <0772997F-4109-38A1-91ED-0F3F16AE99E5> /usr/lib/libiconv.2.dylib 0x7fff5b33c000 - 0x7fff5b563ffb libicucore.A.dylib (59152.0.1) <281C39FD-0C9A-3EB2-A407-36D4CCE938E5> /usr/lib/libicucore.A.dylib 0x7fff5b5b0000 - 0x7fff5b5b1fff liblangid.dylib (128) <39C39393-0D05-301D-93B2-F224FC4949AA> /usr/lib/liblangid.dylib 0x7fff5b5b2000 - 0x7fff5b5cbffb liblzma.5.dylib (10) <3D419A50-961F-37D2-8A01-3DC7AB7B8D18> /usr/lib/liblzma.5.dylib 0x7fff5b5cc000 - 0x7fff5b5e2ff7 libmarisa.dylib (9) /usr/lib/libmarisa.dylib 0x7fff5b693000 - 0x7fff5b8bbff7 libmecabra.dylib (779.7.6) <7808C544-161E-37CE-9D42-F368C82A180D> /usr/lib/libmecabra.dylib 0x7fff5b8c0000 - 0x7fff5b8f0ffb libncurses.5.4.dylib (53) <030DF747-F71B-367A-83EE-2F30B7947929> /usr/lib/libncurses.5.4.dylib 0x7fff5ba93000 - 0x7fff5bb6affb libnetwork.dylib (1229.30.11) <2A9846DE-C063-3340-89D1-D5DAC2B8A08A> /usr/lib/libnetwork.dylib 0x7fff5bbe0000 - 0x7fff5bfd13b7 libobjc.A.dylib (723) <37A7D77E-952C-3F5D-970B-3CDE349B2322> /usr/lib/libobjc.A.dylib 0x7fff5bfe4000 - 0x7fff5bfe8fff libpam.2.dylib (22) <7B4D2CE2-1438-387A-9802-5CEEFBF26F86> /usr/lib/libpam.2.dylib 0x7fff5bfeb000 - 0x7fff5c01ffff libpcap.A.dylib (79.20.1) /usr/lib/libpcap.A.dylib 0x7fff5c09e000 - 0x7fff5c0baffb libresolv.9.dylib (65) /usr/lib/libresolv.9.dylib 0x7fff5c10a000 - 0x7fff5c297ff7 libsqlite3.dylib (274.5) /usr/lib/libsqlite3.dylib 0x7fff5c468000 - 0x7fff5c4a1fff libusrtcp.dylib (1229.30.11) <537F14D0-84DF-349F-8EA0-52BB7A241E60> /usr/lib/libusrtcp.dylib 0x7fff5c4a2000 - 0x7fff5c4a5ffb libutil.dylib (51.20.1) <216D18E5-0BAF-3EAF-A38E-F6AC37CBABD9> /usr/lib/libutil.dylib 0x7fff5c4a6000 - 0x7fff5c4b3fff libxar.1.dylib (400) <0316128D-3B47-3052-995D-97B4FE5491DC> /usr/lib/libxar.1.dylib 0x7fff5c4b7000 - 0x7fff5c59efff libxml2.2.dylib (31.7) <49544596-BCF8-3765-8DC5-DB1A9A90EF92> /usr/lib/libxml2.2.dylib 0x7fff5c59f000 - 0x7fff5c5c7fff libxslt.1.dylib (15.10) <66682AF6-C2D5-374C-901F-25A3E72814DC> /usr/lib/libxslt.1.dylib 0x7fff5c5c8000 - 0x7fff5c5daffb libz.1.dylib (70) <48C67CFC-940D-3857-8DAD-857774605352> /usr/lib/libz.1.dylib 0x7fff5c678000 - 0x7fff5c67cff7 libcache.dylib (80) <354F3B7D-404E-3398-9EBF-65CA2CE65211> /usr/lib/system/libcache.dylib 0x7fff5c67d000 - 0x7fff5c687ff3 libcommonCrypto.dylib (60118.30.2) <674286D3-7744-36A3-9AAA-49DFCD97A986> /usr/lib/system/libcommonCrypto.dylib 0x7fff5c688000 - 0x7fff5c68ffff libcompiler_rt.dylib (62) <4487CFBA-A5D7-3282-9E6B-94CAD7BE507E> /usr/lib/system/libcompiler_rt.dylib 0x7fff5c690000 - 0x7fff5c698ffb libcopyfile.dylib (146.30.2) <2C7C67D7-562B-3FFA-973D-BACF4C10E1EC> /usr/lib/system/libcopyfile.dylib 0x7fff5c699000 - 0x7fff5c71efff libcorecrypto.dylib (562.30.10) <8A53EFE1-AFCA-3676-BEE1-FA5ED9F0E222> /usr/lib/system/libcorecrypto.dylib 0x7fff5c7a6000 - 0x7fff5c7dfff7 libdispatch.dylib (913.30.4) <7D0E3183-282B-3FEE-A734-2C0ADC092084> /usr/lib/system/libdispatch.dylib 0x7fff5c7e0000 - 0x7fff5c7fdff7 libdyld.dylib (519.2.2) /usr/lib/system/libdyld.dylib 0x7fff5c7fe000 - 0x7fff5c7feffb libkeymgr.dylib (28) <6D84A96F-C65B-38EC-BDB5-21FD2C97E7B2> /usr/lib/system/libkeymgr.dylib 0x7fff5c7ff000 - 0x7fff5c80bff3 libkxld.dylib (4570.31.3) /usr/lib/system/libkxld.dylib 0x7fff5c80c000 - 0x7fff5c80cff7 liblaunch.dylib (1205.30.29) /usr/lib/system/liblaunch.dylib 0x7fff5c80d000 - 0x7fff5c811ffb libmacho.dylib (900.0.1) <756F2553-07B6-3B42-ACEA-2F0F1A5E8D0F> /usr/lib/system/libmacho.dylib 0x7fff5c812000 - 0x7fff5c814ff3 libquarantine.dylib (86) <6AC8773F-3817-3D82-99C2-01BABB9C3CBB> /usr/lib/system/libquarantine.dylib 0x7fff5c815000 - 0x7fff5c816ff3 libremovefile.dylib (45) <912FA211-DD8C-3C92-8424-21B89F8B10FD> /usr/lib/system/libremovefile.dylib 0x7fff5c817000 - 0x7fff5c82efff libsystem_asl.dylib (356.1.1) <94972913-9DF0-3C78-847C-43E58919E3DA> /usr/lib/system/libsystem_asl.dylib 0x7fff5c82f000 - 0x7fff5c82ffff libsystem_blocks.dylib (67) /usr/lib/system/libsystem_blocks.dylib 0x7fff5c830000 - 0x7fff5c8b9ff7 libsystem_c.dylib (1244.30.3) /usr/lib/system/libsystem_c.dylib 0x7fff5c8ba000 - 0x7fff5c8bdffb libsystem_configuration.dylib (963.30.1) <0F8D0B76-4F7D-34EC-AB6C-50F9465809DA> /usr/lib/system/libsystem_configuration.dylib 0x7fff5c8be000 - 0x7fff5c8c1ffb libsystem_coreservices.dylib (51) <21A488D0-2D07-344E-8631-CC8B2A246F35> /usr/lib/system/libsystem_coreservices.dylib 0x7fff5c8c2000 - 0x7fff5c8c3fff libsystem_darwin.dylib (1244.30.3) <2F750CB1-BC26-3FA3-AE59-553EE30D451B> /usr/lib/system/libsystem_darwin.dylib 0x7fff5c8c4000 - 0x7fff5c8caff7 libsystem_dnssd.dylib (878.30.4) /usr/lib/system/libsystem_dnssd.dylib 0x7fff5c8cb000 - 0x7fff5c914ff7 libsystem_info.dylib (517.30.1) <7D79E167-4B5C-3833-81EE-3AF3FB53616D> /usr/lib/system/libsystem_info.dylib 0x7fff5c915000 - 0x7fff5c93aff7 libsystem_kernel.dylib (4570.31.3) /usr/lib/system/libsystem_kernel.dylib 0x7fff5c93b000 - 0x7fff5c986fcb libsystem_m.dylib (3146) /usr/lib/system/libsystem_m.dylib 0x7fff5c987000 - 0x7fff5c9a6fff libsystem_malloc.dylib (140.1.1) <9F0745FF-B92F-330D-8812-BB74001D1D33> /usr/lib/system/libsystem_malloc.dylib 0x7fff5c9a7000 - 0x7fff5ca4bff3 libsystem_network.dylib (1229.30.11) <40BAD301-8744-3AD8-A688-E7925C587B00> /usr/lib/system/libsystem_network.dylib 0x7fff5ca4c000 - 0x7fff5ca56ffb libsystem_networkextension.dylib (767.30.7) /usr/lib/system/libsystem_networkextension.dylib 0x7fff5ca57000 - 0x7fff5ca60ff3 libsystem_notify.dylib (172) <98EA3D62-7C86-30DE-8261-D020D2F1EFF3> /usr/lib/system/libsystem_notify.dylib 0x7fff5ca61000 - 0x7fff5ca68ff7 libsystem_platform.dylib (161.20.1) /usr/lib/system/libsystem_platform.dylib 0x7fff5ca69000 - 0x7fff5ca74fff libsystem_pthread.dylib (301.30.1) /usr/lib/system/libsystem_pthread.dylib 0x7fff5ca75000 - 0x7fff5ca78ff3 libsystem_sandbox.dylib (765.30.4) /usr/lib/system/libsystem_sandbox.dylib 0x7fff5ca79000 - 0x7fff5ca7aff3 libsystem_secinit.dylib (30) /usr/lib/system/libsystem_secinit.dylib 0x7fff5ca7b000 - 0x7fff5ca82ff7 libsystem_symptoms.dylib (820.30.7) /usr/lib/system/libsystem_symptoms.dylib 0x7fff5ca83000 - 0x7fff5ca96ff7 libsystem_trace.dylib (829.30.14) <69EBF017-D40F-30D7-9B0B-BFC862D761A5> /usr/lib/system/libsystem_trace.dylib 0x7fff5ca98000 - 0x7fff5ca9dff7 libunwind.dylib (35.3) <6D4FCD49-D2A9-3233-95C7-A7635CE265F2> /usr/lib/system/libunwind.dylib 0x7fff5ca9e000 - 0x7fff5cacaff7 libxpc.dylib (1205.30.29) /usr/lib/system/libxpc.dylib External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 31 thread_create: 0 thread_set_state: 0 Calls made by this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by all processes on this machine: task_for_pid: 42221257 thread_create: 0 thread_set_state: 0 VM Region Summary: ReadOnly portion of Libraries: Total=324.6M resident=0K(0%) swapped_out_or_unallocated=324.6M(100%) Writable regions: Total=165.2M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=165.2M(100%) VIRTUAL REGION REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= Activity Tracing 256K 2 Dispatch continuations 16.0M 2 Kernel Alloc Once 8K 2 MALLOC 76.9M 28 MALLOC guard page 32K 9 STACK GUARD 54.4M 4 Stack 10.6M 4 __DATA 97.1M 262 __FONT_DATA 4K 2 __LINKEDIT 188.9M 5 __TEXT 135.7M 213 __UNICODE 560K 2 mapped file 25.5M 2 shared memory 44K 4 =========== ======= ======= TOTAL 606.0M 527 Model: MacBookPro10,1, BootROM MBP101.00F2.B00, 4 processors, Intel Core i7, 2.3 GHz, 16 GB, SMC 2.3f36 Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In Graphics: NVIDIA GeForce GT 650M, NVIDIA GeForce GT 650M, PCIe, 1 GB Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80CE, 0x4D34373142314737334248302D434B302020 Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80CE, 0x4D34373142314737334248302D434B302020 AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xEF), Broadcom BCM43xx 1.0 (7.21.190.16.1a2) Bluetooth: Version 6.0.2f2, 3 services, 27 devices, 1 incoming serial ports Network Service: Wi-Fi, AirPort, en0 Serial ATA Device: APPLE SSD SM256E, 251 GB USB Device: USB 2.0 Bus USB Device: Hub USB Device: FaceTime HD Camera (Built-in) USB Device: USB 2.0 Bus USB Device: Hub USB Device: Hub USB Device: Apple Internal Keyboard / Trackpad USB Device: BRCM20702 Hub USB Device: Bluetooth USB Host Controller USB Device: USB 3.0 Bus Thunderbolt Bus: MacBook Pro, Apple Inc., 23.4 For the second crash: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x00007fff5c930e3e __pthread_kill + 10 1 libsystem_pthread.dylib 0x00007fff5ca6f150 pthread_kill + 333 2 libsystem_c.dylib 0x00007fff5c83f8fe raise + 26 3 org.gnu.Emacs 0x000000010009ed1e terminate_due_to_signal + 152 4 org.gnu.Emacs 0x00000001000b6961 emacs_abort + 19 5 org.gnu.Emacs 0x000000010016ea86 ns_term_shutdown + 122 6 org.gnu.Emacs 0x000000010009eee0 shut_down_emacs + 262 7 org.gnu.Emacs 0x000000010009ecec terminate_due_to_signal + 102 8 org.gnu.Emacs 0x00000001000b6961 emacs_abort + 19 9 org.gnu.Emacs 0x000000010008b814 cmcheckmagic + 136 10 org.gnu.Emacs 0x000000010000c6f8 update_frame_line + 3140 11 org.gnu.Emacs 0x000000010000604e update_frame_1 + 304 12 org.gnu.Emacs 0x0000000100005e01 update_frame + 379 13 org.gnu.Emacs 0x0000000100023456 redisplay_internal + 951 14 org.gnu.Emacs 0x00000001000a4cf5 read_char + 539 15 org.gnu.Emacs 0x00000001000a326d read_key_sequence + 1465 16 org.gnu.Emacs 0x00000001000a1dc0 command_loop_1 + 776 17 org.gnu.Emacs 0x000000010010a6a9 internal_condition_case + 82 18 org.gnu.Emacs 0x00000001000ae705 command_loop_2 + 37 19 org.gnu.Emacs 0x000000010010a250 internal_catch + 73 20 org.gnu.Emacs 0x00000001000a13d1 command_loop + 198 21 org.gnu.Emacs 0x00000001000a12c5 recursive_edit_1 + 111 22 org.gnu.Emacs 0x00000001000c7b52 read_minibuf + 2594 23 org.gnu.Emacs 0x00000001000c7114 Fread_from_minibuffer + 231 24 org.gnu.Emacs 0x000000010010c40e funcall_subr + 417 25 org.gnu.Emacs 0x000000010010ba7b Ffuncall + 653 26 org.gnu.Emacs 0x000000010013eace exec_byte_code + 1563 27 org.gnu.Emacs 0x000000010010ba20 Ffuncall + 562 28 org.gnu.Emacs 0x00000001000c8003 Fcompleting_read + 136 29 org.gnu.Emacs 0x000000010010c40e funcall_subr + 417 30 org.gnu.Emacs 0x000000010010ba7b Ffuncall + 653 31 org.gnu.Emacs 0x000000010013eace exec_byte_code + 1563 32 org.gnu.Emacs 0x000000010010ba20 Ffuncall + 562 33 org.gnu.Emacs 0x000000010013eace exec_byte_code + 1563 34 org.gnu.Emacs 0x0000000100108f79 eval_sub + 1620 35 org.gnu.Emacs 0x000000010010b216 Feval + 97 36 org.gnu.Emacs 0x0000000100106bec Fcall_interactively + 477 37 org.gnu.Emacs 0x000000010010c380 funcall_subr + 275 38 org.gnu.Emacs 0x000000010010ba7b Ffuncall + 653 39 org.gnu.Emacs 0x000000010013eace exec_byte_code + 1563 40 org.gnu.Emacs 0x000000010010ba20 Ffuncall + 562 41 org.gnu.Emacs 0x000000010010bfae call1 + 46 42 org.gnu.Emacs 0x00000001000a1ff4 command_loop_1 + 1340 43 org.gnu.Emacs 0x000000010010a6a9 internal_condition_case + 82 44 org.gnu.Emacs 0x00000001000ae705 command_loop_2 + 37 45 org.gnu.Emacs 0x000000010010a250 internal_catch + 73 46 org.gnu.Emacs 0x00000001000a13d1 command_loop + 198 47 org.gnu.Emacs 0x00000001000a12c5 recursive_edit_1 + 111 48 org.gnu.Emacs 0x00000001000a14e6 Frecursive_edit + 227 49 org.gnu.Emacs 0x000000010010c322 funcall_subr + 181 50 org.gnu.Emacs 0x000000010010ba7b Ffuncall + 653 51 org.gnu.Emacs 0x000000010013eace exec_byte_code + 1563 52 org.gnu.Emacs 0x000000010010ba20 Ffuncall + 562 53 org.gnu.Emacs 0x000000010010b709 Fapply + 651 54 org.gnu.Emacs 0x00000001001087f6 apply1 + 55 55 org.gnu.Emacs 0x0000000100108507 call_debugger + 360 56 org.gnu.Emacs 0x000000010010ad4a signal_or_quit + 1061 57 org.gnu.Emacs 0x000000010010a925 Fsignal + 11 58 org.gnu.Emacs 0x000000010009d08d xsignal + 9 59 org.gnu.Emacs 0x00000001000c9ea0 report_file_errno + 208 60 org.gnu.Emacs 0x00000001000c9ebf report_file_error + 31 61 org.gnu.Emacs 0x0000000100127758 Fload + 2151 62 org.gnu.Emacs 0x0000000100113d44 Frequire + 459 63 org.gnu.Emacs 0x0000000100108f79 eval_sub + 1620 64 org.gnu.Emacs 0x000000010010b216 Feval + 97 65 org.gnu.Emacs 0x000000010010c36c funcall_subr + 255 66 org.gnu.Emacs 0x000000010010ba7b Ffuncall + 653 67 org.gnu.Emacs 0x000000010013eace exec_byte_code + 1563 68 org.gnu.Emacs 0x000000010010ba20 Ffuncall + 562 69 org.gnu.Emacs 0x00000001001069fa Ffuncall_interactively + 70 70 org.gnu.Emacs 0x000000010010ba7b Ffuncall + 653 71 org.gnu.Emacs 0x000000010010b709 Fapply + 651 72 org.gnu.Emacs 0x0000000100106ec6 Fcall_interactively + 1207 73 org.gnu.Emacs 0x000000010010c380 funcall_subr + 275 74 org.gnu.Emacs 0x000000010010ba7b Ffuncall + 653 75 org.gnu.Emacs 0x000000010013eace exec_byte_code + 1563 76 org.gnu.Emacs 0x000000010010ba20 Ffuncall + 562 77 org.gnu.Emacs 0x000000010010bfae call1 + 46 78 org.gnu.Emacs 0x00000001000a1ff4 command_loop_1 + 1340 79 org.gnu.Emacs 0x000000010010a6a9 internal_condition_case + 82 80 org.gnu.Emacs 0x00000001000ae705 command_loop_2 + 37 81 org.gnu.Emacs 0x000000010010a250 internal_catch + 73 82 org.gnu.Emacs 0x00000001000a13a7 command_loop + 156 83 org.gnu.Emacs 0x00000001000a12c5 recursive_edit_1 + 111 84 org.gnu.Emacs 0x00000001000a14e6 Frecursive_edit + 227 85 org.gnu.Emacs 0x00000001000a034b main + 5138 86 libdyld.dylib 0x00007fff5c7e1115 start + 1 Thread 1: 0 libsystem_kernel.dylib 0x00007fff5c931562 __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff5ca6c06a _pthread_wqthread + 1035 2 libsystem_pthread.dylib 0x00007fff5ca6bc4d start_wqthread + 13 Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000000000000 rbx: 0x00007fff95518340 rcx: 0x00007ffeefbfb278 rdx: 0x0000000000000000 rdi: 0x0000000000000307 rsi: 0x0000000000000006 rbp: 0x00007ffeefbfb2b0 rsp: 0x00007ffeefbfb278 r8: 0x0000000000000006 r9: 0x0000000100a812a0 r10: 0x0000000000000000 r11: 0x0000000000000287 r12: 0x0000000000000307 r13: 0x000000000000000f r14: 0x0000000000000006 r15: 0x000000000000002d rip: 0x00007fff5c930e3e rfl: 0x0000000000000286 cr2: 0x000000010efdd000 In GNU Emacs 26.0.91 (build 1, x86_64-apple-darwin17.3.0, NS appkit-1561.20 Version 10.13.2 (Build 17C205)) of 2018-01-31 built on charybdis.local Recent messages: Iedit default key binding is C-; Starting Emacs daemon. When done with a buffer, type C-x # Configured using: 'configure --disable-dependency-tracking --disable-silent-rules --enable-locallisppath=/usr/local/share/emacs/site-lisp --infodir=/usr/local/Cellar/emacs/26.0.91/share/info/emacs --prefix=/usr/local/Cellar/emacs/26.0.91 --without-x --with-xml2 --without-dbus --without-gnutls --without-imagemagick --with-ns --disable-ns-self-contained' Configured features: JPEG NOTIFY ACL LIBXML2 ZLIB TOOLKIT_SCROLL_BARS NS Important settings: value of $LANG: en_US.UTF-8 locale-coding-system: utf-8-unix Major mode: Dired by name Minor modes in effect: global-auto-revert-mode: t global-ethan-wspace-mode: t show-smartparens-global-mode: t tooltip-mode: t global-eldoc-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t buffer-read-only: t column-number-mode: t line-number-mode: t transient-mark-mode: t Load-path shadows: /Users/shep/.emacs.d/elpa/cmake-mode-20180104.1137/cmake-mode hides /usr/local/share/emacs/site-lisp/cmake/cmake-mode /Users/shep/.emacs.d/elpa/seq-20151121.1017/seq hides /usr/local/Cellar/emacs/26.0.91/share/emacs/26.0.91/lisp/emacs-lisp/seq Features: (shadow sort mail-extr emacsbug message format-spec rfc822 mml mml-sec epa derived epg gnus-util rmail rmail-loaddefs mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils dired dired-loaddefs term/xterm xterm server elec-pair autorevert filenotify lsp-rust lsp-ui lsp-ui-doc markdown-mode color noutline outline easy-mmode lsp-ui-imenu lsp-imenu imenu lsp-ui-flycheck lsp-ui-peek lsp-ui-sideline lsp-mode network-stream puny nsm rmc starttls tls gnutls lsp-methods inline lsp-io pcase lsp-notifications lsp-common url-util compile comint ansi-color xref project ring ethan-wspace iedit iedit-lib flycheck cl-extra json map find-func rx subr-x web-mode disp-table time-date smartparens advice help-mode thingatpt dash pbcopy finder-inf clojure-project-mode-autoloads project-mode-autoloads info package easymenu epg-config url-handlers url-parse auth-source cl-seq eieio eieio-core cl-macs eieio-loaddefs password-cache url-vars seq byte-opt gv bytecomp byte-compile cconv edmacro kmacro cl-loaddefs cl-lib tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type mwheel term/ns-win ns-win ucs-normalize mule-util term/common-win tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode elisp-mode lisp-mode prog-mode register page menu-bar rfn-eshadow isearch timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core term/tty-colors frame cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite charscript charprop case-table epa-hook jka-cmpr-hook help simple abbrev obarray minibuffer cl-preloaded nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote kqueue cocoa ns multi-tty make-network-process emacs) Memory information: ((conses 16 432452 9742) (symbols 48 33783 2) (miscs 40 47 247) (strings 32 86547 2144) (string-bytes 1 2443268) (vectors 16 52122) (vector-slots 8 911474 10650) (floats 8 248 479) (intervals 56 1303 0) (buffers 992 13))