atom / atom

:atom: The hackable text editor
https://atom.io
MIT License
60.16k stars 17.39k forks source link

Crash when typing space after 'if' statement in python #19062

Closed kvnh closed 5 years ago

kvnh commented 5 years ago

Edit by @rsese to add repro steps from https://github.com/atom/atom/issues/19062#issuecomment-478061010

Test file to repro with: https://github.com/atom/atom/files/3023460/molobject.py.tar.gz

  1. On line 13, type a if

Expect no crash, Atom crashes though doesn't reproduce with Tree-sitter disabled.

Reproduced with 1.37.0-nightly31 on macOS 10.12.6, crash log looks similar to the OP's crash log.

Full comment (https://github.com/atom/atom/issues/19062#issuecomment-478061010) with more observations copied below:

I've just started getting the same problem (just after running the latest updates on my CentOS 7 machine, but I think that's probably a coincidence). It's reproducible for me with the attached file (running in a fresh Atom session in a fresh directory containing only this file).

molobject.py.tar.gz

Reproducible symptoms: On an empty line (at least line 13 - if I do this before or in between the first four import statements there's no crash):

if a: #no problem
[a if b] # no problem, as long as it's typed inside the brackets.
a if #crash

Also crashes when backspacing from the end of a line hits the if.

Disabling language-python plugin and restarting avoids the crash.

Typing a if at the end of the file also avoids the crash. Working backwards from the end of the file, it appears the last line where typing this string triggers the crash is 2626 (level of indent doesn't appear to matter). Below that point, I note that typing a if on an otherwise empty line messes up the parsing of triple-quoted strings all the way to the end of the file where simply typing if doesn't - I strongly suspect this behaviour is a symptom of the same bug.


Prerequisites

Description

When typing an 'if' statement in a django view, pressing space after the if will cause atom to crash

Dialog with 'The editor has crashed' appears with the option to 'keep it open', 'reload' and 'close window'

Steps to Reproduce

  1. type if
  2. after typing a space atom will crash

Expected behavior: if statement to complete

Actual behavior: atom crashes

Reproduces how often: 100% within certain django views. In other views there are no issues.

Versions

You can get this information from copy and pasting the output of atom --version and apm --version from the command line. Also, please include the OS and what version of the OS you're running.

atom --version Atom : 1.35.1 Electron: 2.0.18 Chrome : 61.0.3163.100 Node : 8.9.3

apm --version apm 2.1.3 npm 6.2.0 node 8.9.3 x64 atom 1.35.1 python 2.7.10 git 2.20.1

running macOS Mojave 10.14.3 MacBook Pro (13-inch, 2017, Two Thunderbolt 3 ports)

Additional Information

Any additional information, configuration or data that might be necessary to reproduce the issue.

Edit by @rsese to hide crash log for easier scanning of the issue

Crash log ``` Crash report: Process: Atom Helper [75825] Path: /Applications/Atom.app/Contents/Frameworks/Atom Helper.app/Contents/MacOS/Atom Helper Identifier: Atom Helper Version: 1.35.1 (1.35.1) Code Type: X86-64 (Native) Parent Process: Atom [75706] Responsible: Atom [75706] User ID: 501 Date/Time: 2019-03-26 11:59:24.482 +0000 OS Version: Mac OS X 10.14.3 (18D109) Report Version: 12 Anonymous UUID: D4F7B41B-92B3-6774-CF36-99381B16454A Sleep/Wake UUID: CDB401D1-9151-463C-AFE8-3D210D2CAA7E Time Awake Since Boot: 630000 seconds Time Since Wake: 4100 seconds System Integrity Protection: enabled Crashed Thread: 14 Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Application Specific Information: terminating with uncaught exception of type std::length_error: vector abort() called Thread 0:: CrRendererMain Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x00007fff6dfa317a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff6dfa36d0 mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff40c18fde __CFRunLoopServiceMachPort + 337 3 com.apple.CoreFoundation 0x00007fff40c1852d __CFRunLoopRun + 1654 4 com.apple.CoreFoundation 0x00007fff40c17c64 CFRunLoopRunSpecific + 463 5 com.apple.Foundation 0x00007fff42f7e4aa -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 280 6 com.github.electron.framework 0x000000010308611e 0x102df2000 + 2703646 7 com.github.electron.framework 0x0000000103084ccc 0x102df2000 + 2698444 8 com.github.electron.framework 0x000000010309b083 0x102df2000 + 2789507 9 com.github.electron.framework 0x0000000103a48181 0x102df2000 + 12935553 10 com.github.electron.framework 0x000000010324c560 0x102df2000 + 4564320 11 com.github.electron.framework 0x0000000104e5d804 0x102df2000 + 33994756 12 com.github.electron.framework 0x000000010324b374 0x102df2000 + 4559732 13 com.github.electron.framework 0x0000000102df4a04 AtomMain + 68 14 com.github.atom.helper 0x0000000100b58f26 main + 38 15 libdyld.dylib 0x00007fff6de69ed9 start + 1 Thread 1:: TaskSchedulerServiceThread 0 libsystem_kernel.dylib 0x00007fff6dfa9716 kevent + 10 1 com.github.electron.framework 0x00000001030ec849 0x102df2000 + 3123273 2 com.github.electron.framework 0x00000001030eb9cd 0x102df2000 + 3119565 3 com.github.electron.framework 0x0000000103084b10 0x102df2000 + 2698000 4 com.github.electron.framework 0x000000010309b083 0x102df2000 + 2789507 5 com.github.electron.framework 0x00000001030bf119 0x102df2000 + 2937113 6 com.github.electron.framework 0x000000010308fd47 0x102df2000 + 2743623 7 libsystem_pthread.dylib 0x00007fff6e05d305 _pthread_body + 126 8 libsystem_pthread.dylib 0x00007fff6e06026f _pthread_start + 70 9 libsystem_pthread.dylib 0x00007fff6e05c415 thread_start + 13 Thread 2:: Chrome_ChildIOThread 0 libsystem_kernel.dylib 0x00007fff6dfa9716 kevent + 10 1 com.github.electron.framework 0x00000001030ec849 0x102df2000 + 3123273 2 com.github.electron.framework 0x00000001030eb9cd 0x102df2000 + 3119565 3 com.github.electron.framework 0x0000000103084b10 0x102df2000 + 2698000 4 com.github.electron.framework 0x000000010309b083 0x102df2000 + 2789507 5 com.github.electron.framework 0x00000001030bf119 0x102df2000 + 2937113 6 com.github.electron.framework 0x000000010308fd47 0x102df2000 + 2743623 7 libsystem_pthread.dylib 0x00007fff6e05d305 _pthread_body + 126 8 libsystem_pthread.dylib 0x00007fff6e06026f _pthread_start + 70 9 libsystem_pthread.dylib 0x00007fff6e05c415 thread_start + 13 Thread 3:: GpuMemoryThread 0 libsystem_kernel.dylib 0x00007fff6dfa317a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff6dfa36d0 mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff40c18fde __CFRunLoopServiceMachPort + 337 3 com.apple.CoreFoundation 0x00007fff40c1852d __CFRunLoopRun + 1654 4 com.apple.CoreFoundation 0x00007fff40c17c64 CFRunLoopRunSpecific + 463 5 com.github.electron.framework 0x0000000103085e0f 0x102df2000 + 2702863 6 com.github.electron.framework 0x0000000103084ccc 0x102df2000 + 2698444 7 com.github.electron.framework 0x000000010309b083 0x102df2000 + 2789507 8 com.github.electron.framework 0x00000001030bf119 0x102df2000 + 2937113 9 com.github.electron.framework 0x000000010308fd47 0x102df2000 + 2743623 10 libsystem_pthread.dylib 0x00007fff6e05d305 _pthread_body + 126 11 libsystem_pthread.dylib 0x00007fff6e06026f _pthread_start + 70 12 libsystem_pthread.dylib 0x00007fff6e05c415 thread_start + 13 Thread 4:: Compositor 0 libsystem_kernel.dylib 0x00007fff6dfa317a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff6dfa36d0 mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff40c18fde __CFRunLoopServiceMachPort + 337 3 com.apple.CoreFoundation 0x00007fff40c1852d __CFRunLoopRun + 1654 4 com.apple.CoreFoundation 0x00007fff40c17c64 CFRunLoopRunSpecific + 463 5 com.github.electron.framework 0x0000000103085e0f 0x102df2000 + 2702863 6 com.github.electron.framework 0x0000000103084ccc 0x102df2000 + 2698444 7 com.github.electron.framework 0x000000010309b083 0x102df2000 + 2789507 8 com.github.electron.framework 0x00000001030bf119 0x102df2000 + 2937113 9 com.github.electron.framework 0x000000010308fd47 0x102df2000 + 2743623 10 libsystem_pthread.dylib 0x00007fff6e05d305 _pthread_body + 126 11 libsystem_pthread.dylib 0x00007fff6e06026f _pthread_start + 70 12 libsystem_pthread.dylib 0x00007fff6e05c415 thread_start + 13 Thread 5:: Renderer::FILE 0 libsystem_kernel.dylib 0x00007fff6dfa317a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff6dfa36d0 mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff40c18fde __CFRunLoopServiceMachPort + 337 3 com.apple.CoreFoundation 0x00007fff40c1852d __CFRunLoopRun + 1654 4 com.apple.CoreFoundation 0x00007fff40c17c64 CFRunLoopRunSpecific + 463 5 com.github.electron.framework 0x0000000103085e0f 0x102df2000 + 2702863 6 com.github.electron.framework 0x0000000103084ccc 0x102df2000 + 2698444 7 com.github.electron.framework 0x000000010309b083 0x102df2000 + 2789507 8 com.github.electron.framework 0x00000001030bf119 0x102df2000 + 2937113 9 com.github.electron.framework 0x000000010308fd47 0x102df2000 + 2743623 10 libsystem_pthread.dylib 0x00007fff6e05d305 _pthread_body + 126 11 libsystem_pthread.dylib 0x00007fff6e06026f _pthread_start + 70 12 libsystem_pthread.dylib 0x00007fff6e05c415 thread_start + 13 Thread 6:: CompositorTileWorker1/17667 0 libsystem_kernel.dylib 0x00007fff6dfa67de __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6e060593 _pthread_cond_wait + 724 2 com.github.electron.framework 0x0000000103900369 0x102df2000 + 11592553 3 com.github.electron.framework 0x00000001030aa2ad 0x102df2000 + 2851501 4 com.github.electron.framework 0x000000010308fd47 0x102df2000 + 2743623 5 libsystem_pthread.dylib 0x00007fff6e05d305 _pthread_body + 126 6 libsystem_pthread.dylib 0x00007fff6e06026f _pthread_start + 70 7 libsystem_pthread.dylib 0x00007fff6e05c415 thread_start + 13 Thread 7:: CompositorTileWorker2/14083 0 libsystem_kernel.dylib 0x00007fff6dfa67de __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6e060593 _pthread_cond_wait + 724 2 com.github.electron.framework 0x0000000103900369 0x102df2000 + 11592553 3 com.github.electron.framework 0x00000001030aa2ad 0x102df2000 + 2851501 4 com.github.electron.framework 0x000000010308fd47 0x102df2000 + 2743623 5 libsystem_pthread.dylib 0x00007fff6e05d305 _pthread_body + 126 6 libsystem_pthread.dylib 0x00007fff6e06026f _pthread_start + 70 7 libsystem_pthread.dylib 0x00007fff6e05c415 thread_start + 13 Thread 8:: CompositorTileWorkerBackground/14339 0 libsystem_kernel.dylib 0x00007fff6dfa67de __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6e060593 _pthread_cond_wait + 724 2 com.github.electron.framework 0x0000000103900369 0x102df2000 + 11592553 3 com.github.electron.framework 0x00000001030aa2ad 0x102df2000 + 2851501 4 com.github.electron.framework 0x000000010308fd47 0x102df2000 + 2743623 5 libsystem_pthread.dylib 0x00007fff6e05d305 _pthread_body + 126 6 libsystem_pthread.dylib 0x00007fff6e06026f _pthread_start + 70 7 libsystem_pthread.dylib 0x00007fff6e05c415 thread_start + 13 Thread 9:: TaskSchedulerRendererForegroundWorker0 0 libsystem_kernel.dylib 0x00007fff6dfa67de __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6e0605c6 _pthread_cond_wait + 775 2 com.github.electron.framework 0x000000010303ea7b 0x102df2000 + 2411131 3 com.github.electron.framework 0x00000001030e4800 0x102df2000 + 3090432 4 com.github.electron.framework 0x00000001030e4931 0x102df2000 + 3090737 5 com.github.electron.framework 0x000000010309e638 0x102df2000 + 2803256 6 com.github.electron.framework 0x000000010309ec8b 0x102df2000 + 2804875 7 com.github.electron.framework 0x000000010308fd47 0x102df2000 + 2743623 8 libsystem_pthread.dylib 0x00007fff6e05d305 _pthread_body + 126 9 libsystem_pthread.dylib 0x00007fff6e06026f _pthread_start + 70 10 libsystem_pthread.dylib 0x00007fff6e05c415 thread_start + 13 Thread 10: 0 libsystem_kernel.dylib 0x00007fff6dfaa5aa __select + 10 1 com.github.electron.framework 0x0000000102f2fee2 atom::NodeBindingsMac::PollEvents() + 210 2 com.github.electron.framework 0x0000000102f2f70f atom::NodeBindings::EmbedThreadRunner(void*) + 63 3 libsystem_pthread.dylib 0x00007fff6e05d305 _pthread_body + 126 4 libsystem_pthread.dylib 0x00007fff6e06026f _pthread_start + 70 5 libsystem_pthread.dylib 0x00007fff6e05c415 thread_start + 13 Thread 11:: TaskSchedulerRendererBackgroundBlockingWorker0 0 libsystem_kernel.dylib 0x00007fff6dfa67de __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6e0605c6 _pthread_cond_wait + 775 2 com.github.electron.framework 0x000000010303ea7b 0x102df2000 + 2411131 3 com.github.electron.framework 0x00000001030e4800 0x102df2000 + 3090432 4 com.github.electron.framework 0x00000001030e4931 0x102df2000 + 3090737 5 com.github.electron.framework 0x000000010309e638 0x102df2000 + 2803256 6 com.github.electron.framework 0x000000010309ec8b 0x102df2000 + 2804875 7 com.github.electron.framework 0x000000010308fd47 0x102df2000 + 2743623 8 libsystem_pthread.dylib 0x00007fff6e05d305 _pthread_body + 126 9 libsystem_pthread.dylib 0x00007fff6e06026f _pthread_start + 70 10 libsystem_pthread.dylib 0x00007fff6e05c415 thread_start + 13 Thread 12: 0 libsystem_kernel.dylib 0x00007fff6dfa67de __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6e060593 _pthread_cond_wait + 724 2 libnode.dylib 0x0000000100e63859 uv_cond_wait + 9 3 libnode.dylib 0x0000000100e57113 0x100ca9000 + 1761555 4 libsystem_pthread.dylib 0x00007fff6e05d305 _pthread_body + 126 5 libsystem_pthread.dylib 0x00007fff6e06026f _pthread_start + 70 6 libsystem_pthread.dylib 0x00007fff6e05c415 thread_start + 13 Thread 13: 0 libsystem_kernel.dylib 0x00007fff6dfa67de __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6e060593 _pthread_cond_wait + 724 2 libnode.dylib 0x0000000100e63859 uv_cond_wait + 9 3 libnode.dylib 0x0000000100e57113 0x100ca9000 + 1761555 4 libsystem_pthread.dylib 0x00007fff6e05d305 _pthread_body + 126 5 libsystem_pthread.dylib 0x00007fff6e06026f _pthread_start + 70 6 libsystem_pthread.dylib 0x00007fff6e05c415 thread_start + 13 Thread 14 Crashed: 0 libsystem_kernel.dylib 0x00007fff6dfa923e __pthread_kill + 10 1 libsystem_pthread.dylib 0x00007fff6e05fc1c pthread_kill + 285 2 libsystem_c.dylib 0x00007fff6df121c9 abort + 127 3 libc++abi.dylib 0x00007fff6b592231 abort_message + 231 4 libc++abi.dylib 0x00007fff6b5923b5 default_terminate_handler() + 241 5 libobjc.A.dylib 0x00007fff6cd9dc8f _objc_terminate() + 105 6 libc++abi.dylib 0x00007fff6b59ddfe std::__terminate(void (*)()) + 8 7 libc++abi.dylib 0x00007fff6b59dbe2 __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception*) + 27 8 libc++abi.dylib 0x00007fff6b590bb9 __cxa_throw + 113 9 libc++.1.dylib 0x00007fff6b567711 std::__1::__vector_base_common::__throw_length_error() const + 71 10 tree_sitter_python_binding.node 0x000000011f991f57 (anonymous namespace)::Scanner::deserialize(char const*, unsigned int) + 495 11 tree_sitter_runtime_binding.node 0x000000011fa859e4 ts_parser_parse + 3486 12 tree_sitter_runtime_binding.node 0x000000011fa79051 0x11fa72000 + 28753 13 libnode.dylib 0x0000000100e56d0e 0x100ca9000 + 1760526 14 libnode.dylib 0x0000000100e5707f 0x100ca9000 + 1761407 15 libsystem_pthread.dylib 0x00007fff6e05d305 _pthread_body + 126 16 libsystem_pthread.dylib 0x00007fff6e06026f _pthread_start + 70 17 libsystem_pthread.dylib 0x00007fff6e05c415 thread_start + 13 Thread 15: 0 libsystem_kernel.dylib 0x00007fff6dfa67de __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6e060593 _pthread_cond_wait + 724 2 libnode.dylib 0x0000000100e63859 uv_cond_wait + 9 3 libnode.dylib 0x0000000100e57113 0x100ca9000 + 1761555 4 libsystem_pthread.dylib 0x00007fff6e05d305 _pthread_body + 126 5 libsystem_pthread.dylib 0x00007fff6e06026f _pthread_start + 70 6 libsystem_pthread.dylib 0x00007fff6e05c415 thread_start + 13 Thread 16: 0 libsystem_kernel.dylib 0x00007fff6dfa9716 kevent + 10 1 pathwatcher.node 0x0000000102d03b5d PlatformThread() + 62 2 libsystem_pthread.dylib 0x00007fff6e05d305 _pthread_body + 126 3 libsystem_pthread.dylib 0x00007fff6e06026f _pthread_start + 70 4 libsystem_pthread.dylib 0x00007fff6e05c415 thread_start + 13 Thread 17:: TaskSchedulerRendererForegroundWorker1 0 libsystem_kernel.dylib 0x00007fff6dfa67de __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6e0605c6 _pthread_cond_wait + 775 2 com.github.electron.framework 0x000000010303ea7b 0x102df2000 + 2411131 3 com.github.electron.framework 0x00000001030e4800 0x102df2000 + 3090432 4 com.github.electron.framework 0x00000001030e4931 0x102df2000 + 3090737 5 com.github.electron.framework 0x000000010309e638 0x102df2000 + 2803256 6 com.github.electron.framework 0x000000010309ec8b 0x102df2000 + 2804875 7 com.github.electron.framework 0x000000010308fd47 0x102df2000 + 2743623 8 libsystem_pthread.dylib 0x00007fff6e05d305 _pthread_body + 126 9 libsystem_pthread.dylib 0x00007fff6e06026f _pthread_start + 70 10 libsystem_pthread.dylib 0x00007fff6e05c415 thread_start + 13 Thread 18:: TaskSchedulerRendererForegroundWorker2 0 libsystem_kernel.dylib 0x00007fff6dfa67de __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff6e0605c6 _pthread_cond_wait + 775 2 com.github.electron.framework 0x000000010303ea7b 0x102df2000 + 2411131 3 com.github.electron.framework 0x00000001030e4800 0x102df2000 + 3090432 4 com.github.electron.framework 0x00000001030e4931 0x102df2000 + 3090737 5 com.github.electron.framework 0x000000010309e638 0x102df2000 + 2803256 6 com.github.electron.framework 0x000000010309ec8b 0x102df2000 + 2804875 7 com.github.electron.framework 0x000000010308fd47 0x102df2000 + 2743623 8 libsystem_pthread.dylib 0x00007fff6e05d305 _pthread_body + 126 9 libsystem_pthread.dylib 0x00007fff6e06026f _pthread_start + 70 10 libsystem_pthread.dylib 0x00007fff6e05c415 thread_start + 13 Thread 19: 0 libsystem_kernel.dylib 0x00007fff6dfa4b6a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff6e05c630 _pthread_wqthread + 446 2 libsystem_pthread.dylib 0x00007fff6e05c405 start_wqthread + 13 Thread 20: 0 libsystem_kernel.dylib 0x00007fff6dfa317a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff6dfa36d0 mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff40c18fde __CFRunLoopServiceMachPort + 337 3 com.apple.CoreFoundation 0x00007fff40c1852d __CFRunLoopRun + 1654 4 com.apple.CoreFoundation 0x00007fff40c17c64 CFRunLoopRunSpecific + 463 5 com.apple.CoreFoundation 0x00007fff40c17a70 CFRunLoopRun + 40 6 nsfw.node 0x000000012f496306 RunLoop::work() + 324 7 nsfw.node 0x000000012f4963e3 void* std::__1::__thread_proxy >, RunLoop::RunLoop(FSEventsService*, std::__1::basic_string, std::__1::allocator >)::$_0, RunLoop*> >(void*) + 40 8 libsystem_pthread.dylib 0x00007fff6e05d305 _pthread_body + 126 9 libsystem_pthread.dylib 0x00007fff6e06026f _pthread_start + 70 10 libsystem_pthread.dylib 0x00007fff6e05c415 thread_start + 13 Thread 21: 0 libsystem_kernel.dylib 0x00007fff6dfa6eae __semwait_signal + 10 1 libsystem_c.dylib 0x00007fff6df31830 nanosleep + 199 2 libsystem_c.dylib 0x00007fff6df31724 usleep + 53 3 nsfw.node 0x000000012f493186 NSFW::pollForEvents(void*) + 168 4 libsystem_pthread.dylib 0x00007fff6e05d305 _pthread_body + 126 5 libsystem_pthread.dylib 0x00007fff6e06026f _pthread_start + 70 6 libsystem_pthread.dylib 0x00007fff6e05c415 thread_start + 13 Thread 22: 0 libsystem_pthread.dylib 0x00007fff6e05c3f8 start_wqthread + 0 1 ??? 0xffffffffffffff02 0 + 18446744073709551362 Thread 14 crashed with X86 Thread State (64-bit): rax: 0x0000000000000000 rbx: 0x0000700012f74000 rcx: 0x0000700012f735e8 rdx: 0x0000000000000000 rdi: 0x0000000000009d03 rsi: 0x0000000000000006 rbp: 0x0000700012f73620 rsp: 0x0000700012f735e8 r8: 0x0000700012f734a8 r9: 0x0000700012f73680 r10: 0x0000000000000000 r11: 0x0000000000000206 r12: 0x0000000000009d03 r13: 0x0000003000000008 r14: 0x0000000000000006 r15: 0x000000000000002d rip: 0x00007fff6dfa923e rfl: 0x0000000000000206 cr2: 0x00007fffa0c40188 Logical CPU: 0 Error Code: 0x02000148 Trap Number: 133 Binary Images: 0x100b58000 - 0x100b58ff7 +com.github.atom.helper (1.35.1 - 1.35.1) <7CA534F8-C31F-3091-B27F-75D6D0B32936> /Applications/Atom.app/Contents/Frameworks/Atom Helper.app/Contents/MacOS/Atom Helper 0x100b5f000 - 0x100b7afff +com.github.Squirrel (1.0 - 1) /Applications/Atom.app/Contents/Frameworks/Squirrel.framework/Versions/A/Squirrel 0x100ba1000 - 0x100c04ff7 +org.reactivecocoa.ReactiveCocoa (1.0 - 1) <701B20DE-3ADD-3643-B52A-E05744C30DB3> /Applications/Atom.app/Contents/Frameworks/ReactiveCocoa.framework/Versions/A/ReactiveCocoa 0x100c7e000 - 0x100c92fff +org.mantle.Mantle (1.0 - ???) <31915DD6-48E6-3706-A076-C9D4CE17F4F6> /Applications/Atom.app/Contents/Frameworks/Mantle.framework/Versions/A/Mantle 0x100ca9000 - 0x101b2efff +libnode.dylib (0) <4EC17B2F-B28D-387F-9A4C-65A300900188> /Applications/Atom.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Libraries/libnode.dylib 0x101dd6000 - 0x102046ff7 +libffmpeg.dylib (0) <3D844117-8548-3B74-99A7-86D7FE5177C9> /Applications/Atom.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Libraries/libffmpeg.dylib 0x10234e000 - 0x102355ff7 +tree_sitter_css_binding.node (???) /Applications/Atom.app/Contents/Resources/app.asar.unpacked/node_modules/tree-sitter-css/build/Release/tree_sitter_css_binding.node 0x102366000 - 0x102367fff +tree_sitter_embedded_template_binding.node (???) <2E919D4E-48AA-3C04-B746-0896C1A2152F> /Applications/Atom.app/Contents/Resources/app.asar.unpacked/node_modules/tree-sitter-embedded-template/build/Release/tree_sitter_embedded_template_binding.node 0x1023c9000 - 0x1023ceff7 +tree_sitter_html_binding.node (???) /Applications/Atom.app/Contents/Resources/app.asar.unpacked/node_modules/tree-sitter-html/build/Release/tree_sitter_html_binding.node 0x1023d7000 - 0x1023daff7 +tree_sitter_jsdoc_binding.node (???) <5C59354A-43A4-3F71-90B6-C60EE75994A5> /Applications/Atom.app/Contents/Resources/app.asar.unpacked/node_modules/tree-sitter-jsdoc/build/Release/tree_sitter_jsdoc_binding.node 0x1023df000 - 0x1023e1ff7 +tree_sitter_regex_binding.node (???) <05DE7718-C55E-33E9-9257-0BB1FEFB227E> /Applications/Atom.app/Contents/Resources/app.asar.unpacked/node_modules/tree-sitter-regex/build/Release/tree_sitter_regex_binding.node 0x1023f4000 - 0x1023f5fff +cached-run-in-this-context.node (???) /Applications/Atom.app/Contents/Resources/app.asar.unpacked/node_modules/cached-run-in-this-context/build/Release/cached-run-in-this-context.node 0x1023f9000 - 0x1023fafff +scrollbar-style-observer.node (???) <3EB4E6C1-2979-35E4-ADEC-1628084FC510> /Applications/Atom.app/Contents/Resources/app.asar.unpacked/node_modules/scrollbar-style/build/Release/scrollbar-style-observer.node 0x102d00000 - 0x102d04fff +pathwatcher.node (???) <9E71CA40-7BBF-3358-8EEB-53F86765F8BF> /Applications/Atom.app/Contents/Resources/app.asar.unpacked/node_modules/pathwatcher/build/Release/pathwatcher.node 0x102d11000 - 0x102d8fa87 dyld (655.1) <3EBA447F-A546-366B-B302-8DC3B21A3E30> /usr/lib/dyld 0x102df2000 - 0x1070c9fa7 +com.github.electron.framework (0) <4EAC38BE-B678-3089-9DE7-B8E0508880FD> /Applications/Atom.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Electron Framework 0x10bfea000 - 0x10c09dfff +git.node (???) <7C1AF1D4-2BDD-36C6-AFF8-164B491ED5C0> /Applications/Atom.app/Contents/Resources/app.asar.unpacked/node_modules/git-utils/build/Release/git.node 0x10c2df000 - 0x10c2e2ff7 +keyboard-layout-manager.node (???) <34C36B4D-2D1C-34C0-B6BC-E17F2B457BE8> /Applications/Atom.app/Contents/Resources/app.asar.unpacked/node_modules/keyboard-layout/build/Release/keyboard-layout-manager.node 0x10c4a6000 - 0x10c4adfff +tree_sitter_c_binding.node (???) /Applications/Atom.app/Contents/Resources/app.asar.unpacked/node_modules/tree-sitter-c/build/Release/tree_sitter_c_binding.node 0x10c72c000 - 0x10c730fff +keytar.node (???) <1C14EF65-BDC5-32BD-91D3-794C79824D80> /Applications/Atom.app/Contents/Resources/app.asar.unpacked/node_modules/keytar/build/Release/keytar.node 0x10c73f000 - 0x10c757fff com.apple.security.csparser (3.0 - 58286.240.4) <7D7295CE-9873-378F-B86B-962B91E23657> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser 0x10cdc8000 - 0x10cdd4fff +tree_sitter_cpp_binding.node (???) <03359F49-F69E-3E78-B55E-0D51E1C58C8F> /Applications/Atom.app/Contents/Resources/app.asar.unpacked/node_modules/tree-sitter-cpp/build/Release/tree_sitter_cpp_binding.node 0x10d031000 - 0x10d038fff +tree_sitter_go_binding.node (???) <38025A39-39F2-365A-9DBA-8EE27E62EC61> /Applications/Atom.app/Contents/Resources/app.asar.unpacked/node_modules/tree-sitter-go/build/Release/tree_sitter_go_binding.node 0x10d0e0000 - 0x10d0ebff7 +tree_sitter_javascript_binding.node (???) <84CC855A-7BA9-30B2-9804-BECC3A96D45F> /Applications/Atom.app/Contents/Resources/app.asar.unpacked/node_modules/tree-sitter-javascript/build/Release/tree_sitter_javascript_binding.node 0x10d45a000 - 0x10d4f3ff7 +superstring.node (???) /Applications/Atom.app/Contents/Resources/app.asar.unpacked/node_modules/superstring/build/Release/superstring.node 0x11f91e000 - 0x11f96fff7 +onig_scanner.node (???) <43A115A3-1531-34C0-ACC1-2E3FAFAE578D> /Applications/Atom.app/Contents/Resources/app.asar.unpacked/node_modules/oniguruma/build/Release/onig_scanner.node 0x11f986000 - 0x11f992fff +tree_sitter_python_binding.node (???) /Applications/Atom.app/Contents/Resources/app.asar.unpacked/node_modules/tree-sitter-python/build/Release/tree_sitter_python_binding.node 0x11fa72000 - 0x11fad6ff7 +tree_sitter_runtime_binding.node (0) /Applications/Atom.app/Contents/Resources/app.asar.unpacked/node_modules/tree-sitter/build/Release/tree_sitter_runtime_binding.node 0x11fae1000 - 0x11faf2ff7 +tree_sitter_bash_binding.node (???) <9C809F97-547D-316F-A0EB-9D80F0A762C0> /Applications/Atom.app/Contents/Resources/app.asar.unpacked/node_modules/tree-sitter-bash/build/Release/tree_sitter_bash_binding.node 0x12b648000 - 0x12b656fff +tree_sitter_rust_binding.node (???) <56798582-06CF-3226-8AFC-9D7F913AFC52> /Applications/Atom.app/Contents/Resources/app.asar.unpacked/node_modules/tree-sitter-rust/build/Release/tree_sitter_rust_binding.node 0x12b886000 - 0x12b8b2ff7 +tree_sitter_ruby_binding.node (???) /Applications/Atom.app/Contents/Resources/app.asar.unpacked/node_modules/tree-sitter-ruby/build/Release/tree_sitter_ruby_binding.node 0x12beb2000 - 0x12bec4fff +tree_sitter_typescript_binding.node (???) /Applications/Atom.app/Contents/Resources/app.asar.unpacked/node_modules/tree-sitter-typescript/build/Release/tree_sitter_typescript_binding.node 0x12f491000 - 0x12f499ff7 +nsfw.node (???) <0CD8B6D9-0C85-3D6B-AEDC-2C187B33DA33> /Applications/Atom.app/Contents/Resources/app.asar.unpacked/node_modules/@atom/nsfw/build/Release/nsfw.node 0x7fff3cb3d000 - 0x7fff3cd2bfff com.apple.avfoundation (2.0 - 1544.5) <7665DF4D-9E2C-3058-B299-62811EC4EBEF> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation 0x7fff3cd2c000 - 0x7fff3cdfbfff com.apple.audio.AVFAudio (1.0 - ???) <9C4C64BB-E751-3BB3-B4D0-233ADD48A029> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio 0x7fff3cf09000 - 0x7fff3cf09fff com.apple.Accelerate (1.11 - Accelerate 1.11) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff3cf0a000 - 0x7fff3cf20fef libCGInterfaces.dylib (506.19.1) <55B9EFFF-6719-381E-B7F3-C3AA07F5D78F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib 0x7fff3cf21000 - 0x7fff3d5c1fe3 com.apple.vImage (8.1 - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff3d5c2000 - 0x7fff3d839fd7 libBLAS.dylib (1243.200.4) <0ADBEAE3-6636-33E5-AC9F-11C2249E19D3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff3d83a000 - 0x7fff3d8acfe7 libBNNS.dylib (38.200.5) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib 0x7fff3d8ad000 - 0x7fff3dc53fff libLAPACK.dylib (1243.200.4) <45722A8A-5788-3C4C-ADD9-1812763FA635> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff3dc54000 - 0x7fff3dc69ffb libLinearAlgebra.dylib (1243.200.4) <3923AB79-213E-32FD-AC87-8B1A1A832336> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib 0x7fff3dc6a000 - 0x7fff3dc6fff3 libQuadrature.dylib (3.200.2) <4FBCAC0A-81A4-3C53-8458-27F3569C809D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib 0x7fff3dc70000 - 0x7fff3dcedffb libSparse.dylib (79.200.5) <2D650C50-E87E-3F24-9BFA-C8EB6DE1A6E9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib 0x7fff3dcee000 - 0x7fff3dd01ffb libSparseBLAS.dylib (1243.200.4) <6F8C78BE-A0FD-3507-8A95-541AFC57F1EE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib 0x7fff3dd02000 - 0x7fff3dee6ff3 libvDSP.dylib (671.220.1) <2F576522-08B1-3C65-8F00-3427E938ADDA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff3dee7000 - 0x7fff3df9cff3 libvMisc.dylib (671.220.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff3df9d000 - 0x7fff3df9dfff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <221E4FEF-0431-3316-8281-22B6F8315A09> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff3e14e000 - 0x7fff3ef6fffb com.apple.AppKit (6.9 - 1671.20.108) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff3efc1000 - 0x7fff3efc1fff com.apple.ApplicationServices (50.1 - 50.1) <86D6F10E-21F8-3CDC-9838-EB07A1C54BA9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff3efc2000 - 0x7fff3f02dff7 com.apple.ApplicationServices.ATS (377 - 453.11) <4080F8BE-F2A2-3707-8754-436FBDB1DAF1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff3f0c6000 - 0x7fff3f1e5fff libFontParser.dylib (228.6) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff3f1e6000 - 0x7fff3f231ff7 libFontRegistry.dylib (228.12.1.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff3f290000 - 0x7fff3f2c3ff7 libTrueTypeScaler.dylib (228.6) <760BF895-3D7A-36E2-B97C-6775C3615A1D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib 0x7fff3f32d000 - 0x7fff3f331ff3 com.apple.ColorSyncLegacy (4.13.0 - 1) <4B1238CC-9B77-3AA5-8329-EE3C736F07EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy 0x7fff3f3ce000 - 0x7fff3f420ff3 com.apple.HIServices (1.22 - 627.14.2) <1F851BF9-AD29-3558-9EA5-AAD9BAAAC823> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff3f421000 - 0x7fff3f42fff3 com.apple.LangAnalysis (1.7.0 - 1.7.0) <5654723A-7B3B-391F-B9F7-0DE4D5940185> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff3f430000 - 0x7fff3f47cfff com.apple.print.framework.PrintCore (14.2 - 503.8) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff3f47d000 - 0x7fff3f4b8ff7 com.apple.QD (3.12 - 407.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff3f4b9000 - 0x7fff3f4c5ff7 com.apple.speech.synthesis.framework (8.1.0 - 8.1.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff3f4c6000 - 0x7fff3f763fff com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <5D484151-F269-3D98-B507-0544A6B950AC> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff3f765000 - 0x7fff3f765fff com.apple.audio.units.AudioUnit (1.14 - 1.14) <91100E0A-C14D-3E6C-B095-0C4109AC6694> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff3fac9000 - 0x7fff3fe8afff com.apple.CFNetwork (976 - 976) /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff3fe9f000 - 0x7fff3fe9ffff com.apple.Carbon (158 - 158) <82E18DC5-6557-3A66-89A9-9FAD7B4E56DD> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff3fea0000 - 0x7fff3fea3ffb com.apple.CommonPanels (1.2.6 - 98) <775C94BE-EC00-315F-96E0-F0C1CD6EE3F4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x7fff3fea4000 - 0x7fff401abff7 com.apple.HIToolbox (2.1.1 - 917.3) <8FEBBC30-9C36-3AD4-BC4C-AE3537E8943D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff401ac000 - 0x7fff401afffb com.apple.help (1.3.8 - 66) <0C6CC127-A860-30D2-8434-6CC3CAFFB030> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x7fff401b0000 - 0x7fff401b5ff7 com.apple.ImageCapture (9.0 - 1530.1) <72ABBF32-531B-3B04-926D-E14B8D9003A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x7fff401b6000 - 0x7fff4024aff3 com.apple.ink.framework (10.9 - 225) <344AACCC-E997-3498-8B1D-2EFD3A889205> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff4024b000 - 0x7fff40265fff com.apple.openscripting (1.7 - 179) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x7fff40286000 - 0x7fff40287fff com.apple.print.framework.Print (14.2 - 267.4) <618D290C-2EA0-3959-A2A8-FB7B61DA92DD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x7fff40288000 - 0x7fff4028aff7 com.apple.securityhi (9.0 - 55006) <2FE1EB07-F717-3E89-9662-8BA7C17C6AEC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x7fff4028b000 - 0x7fff40291ff7 com.apple.speech.recognition.framework (6.0.3 - 6.0.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fff403ba000 - 0x7fff403bafff com.apple.Cocoa (6.11 - 23) <3F281295-3B16-359C-AE0C-5B4181DE1579> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7fff403c8000 - 0x7fff40494fff com.apple.ColorSync (4.13.0 - 3340) <2F45EB01-0C51-3D25-9836-18F99222E1C7> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff4062f000 - 0x7fff406bffff com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <1E7EF105-B843-370D-884E-0A43E1A5800B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff40725000 - 0x7fff40750ff7 com.apple.CoreBluetooth (1.0 - 1) /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth 0x7fff40751000 - 0x7fff40af2fef com.apple.CoreData (120 - 866.1) <18CD58FD-513E-385B-B43C-08EEB909709C> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff40af3000 - 0x7fff40bdcff7 com.apple.CoreDisplay (101.3 - 106.2) /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay 0x7fff40bdd000 - 0x7fff4102afef com.apple.CoreFoundation (6.9 - 1562) <02A2C178-9FF6-385C-A9C5-7F4FC9D66311> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff4102c000 - 0x7fff416b9ff7 com.apple.CoreGraphics (2.0 - 1249.2) <78B75F62-4B60-3FF4-9259-8981E755F6CD> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff416bb000 - 0x7fff419e4fff com.apple.CoreImage (14.2.0 - 720.0.130) /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff41a67000 - 0x7fff41ac3ff7 com.apple.audio.midi.CoreMIDI (1.10 - 88) <77ADAD48-D83F-30E2-A3C1-3DADA381D4D4> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI 0x7fff41ac6000 - 0x7fff41d34ff7 com.apple.CoreML (1.0 - 1) /System/Library/Frameworks/CoreML.framework/Versions/A/CoreML 0x7fff41d35000 - 0x7fff41e36ff7 com.apple.CoreMedia (1.0 - 2285.4.4) /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia 0x7fff41e37000 - 0x7fff41e99fff com.apple.CoreMediaIO (900.0 - 5025) <3B5F2637-8B98-3B61-A229-FEBEDDF5E6BC> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO 0x7fff41e9a000 - 0x7fff41e9afff com.apple.CoreServices (941 - 941) <6DBA4791-26DB-39FB-A6A3-5910A0F2EDD2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff41e9b000 - 0x7fff41f19ffb com.apple.AE (771 - 771) <4B009524-699E-3891-98DD-E3B6BB433C8F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff41f1a000 - 0x7fff421f2ff7 com.apple.CoreServices.CarbonCore (1178.16 - 1178.16) <17FC2B9E-EB6C-3768-A2D0-6E086F2563D9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff421f3000 - 0x7fff4223dff7 com.apple.DictionaryServices (1.2 - 284.16.3) <1DAC9153-FB5A-3798-8797-CBFEFF227F71> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff4223e000 - 0x7fff42246ffb com.apple.CoreServices.FSEvents (1239.200.12 - 1239.200.12) <8E1507EA-F0A8-3845-B32D-4FBC1381E89C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents 0x7fff42247000 - 0x7fff42412fff com.apple.LaunchServices (941 - 941) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff42413000 - 0x7fff424b5fff com.apple.Metadata (10.7.0 - 1191.53) <48609998-8A34-3CAF-8A42-52C180809656> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff424b6000 - 0x7fff42501ff7 com.apple.CoreServices.OSServices (941 - 941) <1B9EA259-09DF-332B-807A-BD50F3184CAC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff42502000 - 0x7fff42570ff7 com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff42571000 - 0x7fff42595ffb com.apple.coreservices.SharedFileList (71.27 - 71.27) <6389B59D-DDAC-3C97-A982-137B9B1FB734> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList 0x7fff428dd000 - 0x7fff42a42ffb com.apple.CoreText (352.0 - 584.26) <5F61037C-825D-37A4-9091-0047413CC213> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff42a43000 - 0x7fff42a80fff com.apple.CoreVideo (1.8 - 0.0) <34EC73F1-F0ED-32F5-B96E-7683B1F9A7A2> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff42a81000 - 0x7fff42b17ffb com.apple.framework.CoreWLAN (13.0 - 1370.8) <32426190-3455-3049-8C09-0EC04D9C1279> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x7fff42cb3000 - 0x7fff42d6dff7 com.apple.DiscRecording (9.0.3 - 9030.4.5) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording 0x7fff42d94000 - 0x7fff42d99fff com.apple.DiskArbitration (2.7 - 2.7) <97707A79-30E7-3D99-AA20-B992B0900BC4> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff42f62000 - 0x7fff43330fff com.apple.Foundation (6.9 - 1562) <83D4A12B-EA5A-3C62-8D93-95E64F0A256B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff433a1000 - 0x7fff433d1ff3 com.apple.GSS (4.0 - 2.0) <86D07291-5DFC-30C2-9A18-5FCEDB0BE621> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff433d2000 - 0x7fff433ebff7 com.apple.GameController (1.0 - 1) <31A8F1DC-DF50-31D0-8182-4666D3D13F96> /System/Library/Frameworks/GameController.framework/Versions/A/GameController 0x7fff434eb000 - 0x7fff435f5ff3 com.apple.Bluetooth (6.0.10 - 6.0.10f1) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth 0x7fff43657000 - 0x7fff436eafff com.apple.framework.IOKit (2.0.2 - 1483.240.1) <241690BB-8AFA-3B6A-A210-67874197CB59> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff436ec000 - 0x7fff436f6ff7 com.apple.IOSurface (255.1 - 255.1) <58826B1A-38E8-3C76-8FFC-76C9282DA893> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff436f7000 - 0x7fff4374cff3 com.apple.ImageCaptureCore (1.0 - 1530.1) <37ACF858-C897-390C-BF3B-A66E47618E41> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore 0x7fff4374d000 - 0x7fff438ebfff com.apple.ImageIO.framework (3.3.0 - 1822.1) <908907D5-5C29-32F7-ACD9-C6A6D51C4D15> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff438ec000 - 0x7fff438f0ffb libGIF.dylib (1822.1) <35E37B95-1962-3A25-9C9E-CADD161152B3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff438f1000 - 0x7fff439d6fe7 libJP2.dylib (1822.1) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff439d7000 - 0x7fff439fcff7 libJPEG.dylib (1822.1) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff43ccf000 - 0x7fff43cf5fe7 libPng.dylib (1822.1) <28FE6E2C-1A17-3A84-AAF3-76014DEADDD4> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff43cf6000 - 0x7fff43cf8ff7 libRadiance.dylib (1822.1) <687906E3-4EC2-3CE9-B7EA-34418239EE1B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff43cf9000 - 0x7fff43d47ffb libTIFF.dylib (1822.1) <0A1C083B-CE2F-3A00-8E45-EB58DCA2FF34> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff44049000 - 0x7fff44dd9fff com.apple.JavaScriptCore (14606 - 14606.4.5) <622CBB37-310B-3C70-95B7-798E7DC30220> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x7fff44df1000 - 0x7fff44e0afff com.apple.Kerberos (3.0 - 1) <5D1B0593-3C0E-32D5-AAE5-ABC22A98B639> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff450c8000 - 0x7fff450d2fff com.apple.MediaAccessibility (1.0 - 114.4) /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility 0x7fff4518c000 - 0x7fff4582afff com.apple.MediaToolbox (1.0 - 2285.4.4) /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x7fff4582c000 - 0x7fff458bffff com.apple.Metal (158.5 - 158.5) <72BF7187-81FE-389B-882F-7B2587FEB455> /System/Library/Frameworks/Metal.framework/Versions/A/Metal 0x7fff458c1000 - 0x7fff458dbff3 com.apple.MetalKit (1.0 - 113) /System/Library/Frameworks/MetalKit.framework/Versions/A/MetalKit 0x7fff458dc000 - 0x7fff458fcff7 com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <18281B14-0C6A-38F8-AB80-2D4BB0743C88> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore 0x7fff458fd000 - 0x7fff4597bff7 com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage 0x7fff4597c000 - 0x7fff459a4fff com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <116D6C1A-2FD7-3743-95A0-CDDA3D459529> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix 0x7fff459a5000 - 0x7fff45ad7ff7 com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <88E80BEE-3D2B-328B-80D4-F4717BDB2E9F> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork 0x7fff45ad8000 - 0x7fff45af3ff7 com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector 0x7fff45af4000 - 0x7fff45af4ff7 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <1BBA8BC8-49C6-3C9B-B985-7CE4373E3553> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders 0x7fff46cf2000 - 0x7fff46cfeffb com.apple.NetFS (6.0 - 4.0) <918DF6CD-2DB0-36A8-B869-5EF637A06C0D> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff497be000 - 0x7fff49816fff com.apple.opencl (2.15.1 - 2.15.1) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff49817000 - 0x7fff49833ff7 com.apple.CFOpenDirectory (10.14 - 207.200.4) <2CB1F122-2FA0-347C-8454-9CE0FA150832> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff49834000 - 0x7fff49840ffb com.apple.OpenDirectory (10.14 - 207.200.4) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff4a1a3000 - 0x7fff4a1a5fff libCVMSPluginSupport.dylib (17.3.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff4a1a6000 - 0x7fff4a1abff3 libCoreFSCache.dylib (163.20) <566DB80E-F1D6-3AEC-AF06-08955507AFEE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib 0x7fff4a1ac000 - 0x7fff4a1b0fff libCoreVMClient.dylib (163.20) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff4a1b1000 - 0x7fff4a1b9ffb libGFXShared.dylib (17.3.1) <9FFA679A-8CC9-3932-8A41-AA80C386AD3A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff4a1ba000 - 0x7fff4a1c5fff libGL.dylib (17.3.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff4a1c6000 - 0x7fff4a200fef libGLImage.dylib (17.3.1) <1AEC8E56-D851-3516-96FE-2829883A8302> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff4a374000 - 0x7fff4a3b1fff libGLU.dylib (17.3.1) <90279918-D4B2-31E0-9709-8E06628D9486> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff4ad61000 - 0x7fff4ad70ff3 com.apple.opengl (17.3.1 - 17.3.1) <2F59064F-D6EF-35CD-9747-20A91DB3D5DF> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff4b0f2000 - 0x7fff4b23cfff com.apple.QTKit (7.7.3 - 3034) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit 0x7fff4b23d000 - 0x7fff4b498fff com.apple.imageKit (3.0 - 1067) <11CB6270-C823-37F7-AC3B-6D968234C1B2> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit 0x7fff4b499000 - 0x7fff4b585fff com.apple.PDFKit (1.0 - 737.3) <04B606F5-0895-38FC-9AD1-50F55FEBF091> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit 0x7fff4b586000 - 0x7fff4ba9cff7 com.apple.QuartzComposer (5.1 - 370) <308E8021-B380-3C4C-96CF-FDAE19DABCD1> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer 0x7fff4ba9d000 - 0x7fff4bac3ff3 com.apple.quartzfilters (1.10.0 - 83) <0DE04622-B09F-3BB4-885A-DD3335641F28> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters 0x7fff4bac4000 - 0x7fff4bbcaff7 com.apple.QuickLookUIFramework (5.0 - 775.3) <35AB8413-1F82-32D0-A7D9-AA5F298AAAE5> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI 0x7fff4bbcb000 - 0x7fff4bbcbfff com.apple.quartzframework (1.5 - 23) <4AC705E8-C959-312D-BB12-76540405A6E1> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz 0x7fff4bbcc000 - 0x7fff4be25fff com.apple.QuartzCore (1.11 - 696.3) <01A2F065-8759-311D-AC2E-FD49F52A87FA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff4be26000 - 0x7fff4be7fff7 com.apple.QuickLookFramework (5.0 - 775.3) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook 0x7fff4c046000 - 0x7fff4c05effb com.apple.SafariServices.framework (14606 - 14606.4.5) /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices 0x7fff4c679000 - 0x7fff4c9a1ff7 com.apple.security (7.0 - 58286.240.4) <91A03FF2-2EE9-36A7-AC4F-169E11FE7846> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff4c9a2000 - 0x7fff4ca31fff com.apple.securityfoundation (6.0 - 55185.200.14) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff4ca32000 - 0x7fff4ca62ffb com.apple.securityinterface (10.0 - 55109.200.8) <49FBF952-4CA0-37A9-A689-B1E6345F05AB> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface 0x7fff4ca63000 - 0x7fff4ca67ff3 com.apple.xpc.ServiceManagement (1.0 - 1) <26BA237C-DBA0-3322-B9BF-8B8E739E3A20> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fff4ccd7000 - 0x7fff4ccecffb com.apple.StoreKit (1.0 - 1) <643A1649-D8B3-3760-8584-220C86A07F0D> /System/Library/Frameworks/StoreKit.framework/Versions/A/StoreKit 0x7fff4ce24000 - 0x7fff4ce94ff3 com.apple.SystemConfiguration (1.17 - 1.17) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff4d0f5000 - 0x7fff4d457fff com.apple.VideoToolbox (1.0 - 2285.4.4) <76B3A88C-9042-329D-8DD7-56AEE23D1790> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox 0x7fff50102000 - 0x7fff501a7fe7 com.apple.APFS (1.0 - 1) /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS 0x7fff50bf3000 - 0x7fff50bf4ff3 com.apple.AggregateDictionary (1.0 - 1) /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary 0x7fff50fa1000 - 0x7fff510eaff3 com.apple.AnnotationKit (1.0 - 232.3.27) /System/Library/PrivateFrameworks/AnnotationKit.framework/Versions/A/AnnotationKit 0x7fff511f1000 - 0x7fff5121dff7 com.apple.framework.Apple80211 (13.0 - 1376.2) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x7fff514f9000 - 0x7fff51508fcf com.apple.AppleFSCompression (96.200.3 - 1.0) <78D538DD-1D24-34FC-AFB3-10411494870D> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x7fff51606000 - 0x7fff51611fff com.apple.AppleIDAuthSupport (1.0 - 1) /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport 0x7fff51652000 - 0x7fff5169bff3 com.apple.AppleJPEG (1.0 - 1) /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG 0x7fff518ee000 - 0x7fff51916ff7 com.apple.applesauce (1.0 - ???) <58654BC0-9243-39D1-BC43-B7F2E37A3A44> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce 0x7fff519dd000 - 0x7fff519e0ff7 com.apple.AppleSystemInfo (3.1.5 - 3.1.5) /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo 0x7fff519e1000 - 0x7fff51a31fff com.apple.AppleVAFramework (5.0.44 - 5.0.44) <618AB3FC-6A41-3A84-A305-CEA19434EB1C> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x7fff51a7c000 - 0x7fff51a92ffb com.apple.AssertionServices (1.0 - 1) <3F767D20-FE14-35CF-A089-E0445375ECFB> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices 0x7fff51dce000 - 0x7fff52071ff7 com.apple.AuthKit (1.0 - 1) <4FF8DA76-2250-39B9-B6A9-0E584C8B988F> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit 0x7fff52242000 - 0x7fff5224bff3 com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <05CF66F0-9650-3F75-9857-F8D186043866> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement 0x7fff5224c000 - 0x7fff522eefff com.apple.backup.framework (1.10.3 - ???) <0B4C2292-AEA9-39B5-A65F-8F381166C5C2> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fff522ef000 - 0x7fff52360ffb com.apple.BaseBoard (360.24 - 360.24) <04AF4372-C5D3-3F0A-A688-68D888D6D138> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard 0x7fff52369000 - 0x7fff5236fff3 com.apple.BezelServicesFW (317 - 317) <331A9918-8D47-33C3-BA21-D88ECA9B9FA3> /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServices 0x7fff53206000 - 0x7fff53253fff com.apple.ChunkingLibrary (194 - 194) <8FEA3C6E-D9D0-3F12-9ACA-77E58B26019F> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x7fff53f15000 - 0x7fff53f1efff com.apple.CommonAuth (4.0 - 2.0) <090893E5-BB65-39DA-A174-EAB2C7191EFE> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff543dc000 - 0x7fff547b3fef com.apple.CoreAUC (273.0.0 - 273.0.0) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x7fff547b4000 - 0x7fff547e5fff com.apple.CoreAVCHD (6.0.0 - 6000.4.1) /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD 0x7fff5487d000 - 0x7fff548cfffb com.apple.corebrightness (1.0 - 1) <367DEE2A-00FB-3C02-851D-89E0C759526A> /System/Library/PrivateFrameworks/CoreBrightness.framework/Versions/A/CoreBrightness 0x7fff54c2f000 - 0x7fff54c43fff com.apple.CoreEmoji (1.0 - 69.19.8) <26BC0F82-08C1-3EBD-9299-D3CC5091C467> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji 0x7fff54e09000 - 0x7fff54efdff7 com.apple.CoreHandwriting (161 - 1.2) <5454430E-F94B-3BBD-BCF2-6AFD00D526E0> /System/Library/PrivateFrameworks/CoreHandwriting.framework/Versions/A/CoreHandwriting 0x7fff550c0000 - 0x7fff550d6ffb com.apple.CoreMediaAuthoring (2.2 - 958) <485EEE74-7F68-3132-97E1-1098E5BBA2C2> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring 0x7fff55219000 - 0x7fff5528bff7 com.apple.CoreNLP (1.0 - 130.15.22) /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP 0x7fff55413000 - 0x7fff554a0ff7 com.apple.CorePDF (4.0 - 414) <70F8B93B-78D5-326C-98B2-DAF2572E0F53> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF 0x7fff55556000 - 0x7fff5555effb com.apple.CorePhoneNumbers (1.0 - 1) <2D9AF545-ED3C-3EC1-887F-86922652EC57> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers 0x7fff556ed000 - 0x7fff5571efff com.apple.CoreServicesInternal (357 - 357) <789E57F4-5A14-3220-93DF-1D4FEE315431> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fff55af3000 - 0x7fff55b81ff7 com.apple.CoreSymbolication (10.1 - 64460.6) <177AC44B-32E4-3F80-A36B-5B9999B388A8> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fff55c11000 - 0x7fff55d3dfff com.apple.coreui (2.1 - 498.46) <5EFE2CDC-897C-3A6B-A60B-4E0FB1D1ECA9> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff55d3e000 - 0x7fff55ec3fff com.apple.CoreUtils (5.7.4 - 574.17) /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils 0x7fff55f1a000 - 0x7fff55f7dffb com.apple.framework.CoreWiFi (13.0 - 1370.8) <818F8915-BA51-3145-9C40-C9B8D7BE2DBD> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x7fff55f7e000 - 0x7fff55f8fffb com.apple.CrashReporterSupport (10.13 - 938.23) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7fff56012000 - 0x7fff56021ff3 com.apple.framework.DFRFoundation (1.0 - 211) /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation 0x7fff56022000 - 0x7fff56026ff7 com.apple.DSExternalDisplay (3.1 - 380) <76449D22-BA27-3FB1-AD25-A290936E6DEA> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay 0x7fff560a9000 - 0x7fff56120ffb com.apple.datadetectorscore (7.0 - 590.24) <3A49EC90-2081-3031-8CAE-3A6D5F7BFA1E> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff5616e000 - 0x7fff561affff com.apple.DebugSymbols (185 - 185) <64F5F9D6-401D-388B-82AD-A48B56413556> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fff561b0000 - 0x7fff56309ff7 com.apple.desktopservices (1.13.1 - ???) /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff5650e000 - 0x7fff565d2fff com.apple.DiskManagement (12.0 - 1530) /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement 0x7fff565d3000 - 0x7fff565d7ff7 com.apple.DisplayServicesFW (3.1 - 380) /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices 0x7fff5667b000 - 0x7fff5667efff com.apple.EFILogin (2.0 - 2) <0C9EC3A1-43A5-3F43-AA6D-007A520929C3> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin 0x7fff56e5c000 - 0x7fff5718ffff com.apple.vision.EspressoFramework (1.0 - 120) <8BB244CA-4901-364B-B353-EEE075F2A0EA> /System/Library/PrivateFrameworks/Espresso.framework/Versions/A/Espresso 0x7fff5734b000 - 0x7fff57773fff com.apple.vision.FaceCore (3.3.4 - 3.3.4) <41218EB7-19C9-3813-A793-B0623387CADF> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore 0x7fff5c740000 - 0x7fff5c745ff7 com.apple.GPUWrangler (3.28.4 - 3.28.4) <7E06C75D-5502-3F1D-987C-4F103917CD85> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler 0x7fff5caf5000 - 0x7fff5cb1aff7 com.apple.GenerationalStorage (2.0 - 285.101) <549328C8-3D7D-3DE6-A9D0-CB8CEC4EB81F> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x7fff5d5b0000 - 0x7fff5d5bffff com.apple.GraphVisualizer (1.0 - 5) /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer 0x7fff5d710000 - 0x7fff5d785fff com.apple.Heimdal (4.0 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff5eb75000 - 0x7fff5eb7cffb com.apple.IOAccelerator (404.2.2 - 404.2.2) <2F099589-DBE9-3442-AC93-F4AB363482A0> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator 0x7fff5eb80000 - 0x7fff5eb99fff com.apple.IOPresentment (1.0 - 42.6) /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment 0x7fff5efae000 - 0x7fff5efddff7 com.apple.IconServices (379 - 379) <694E17A6-471B-3C57-92D6-ECC4295FB859> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices 0x7fff5f109000 - 0x7fff5f10dfff com.apple.InternationalSupport (1.0 - 10.15.6) /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport 0x7fff5f27d000 - 0x7fff5f290fff com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle 0x7fff5f2ac000 - 0x7fff5f3a3fff com.apple.LanguageModeling (1.0 - 159.15.15) <34609F31-4DA1-3881-8947-85BEA7AFC938> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling 0x7fff5f3a4000 - 0x7fff5f3e5ff7 com.apple.Lexicon-framework (1.0 - 33.15.10) <07E008F3-E823-333B-8B41-A46024AB0561> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon 0x7fff5f3ec000 - 0x7fff5f3f2ff7 com.apple.LinguisticData (1.0 - 238.23.4) /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData 0x7fff5fc51000 - 0x7fff5fc54fff com.apple.Mangrove (1.0 - 25) <8DF73279-BCEB-38CE-AE83-571C1B3FF45B> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove 0x7fff5fce2000 - 0x7fff5fd09ffb com.apple.MarkupUI (1.0 - 232.3.27) <5D7DBEC5-BC74-3D4D-B035-41AAF8190B7F> /System/Library/PrivateFrameworks/MarkupUI.framework/Versions/A/MarkupUI 0x7fff5fd72000 - 0x7fff5fda5ff3 com.apple.MediaKit (16 - 906) /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit 0x7fff6014f000 - 0x7fff60177ffb com.apple.spotlight.metadata.utilities (1.0 - 1191.53) <2CFFD786-87A5-3629-B5E1-8E4DEF51ADA8> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities 0x7fff60178000 - 0x7fff6020afff com.apple.gpusw.MetalTools (1.0 - 1) /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools 0x7fff603b5000 - 0x7fff603d0ff3 com.apple.MobileKeyBag (2.0 - 1.0) <663E513E-CE91-3474-9108-77DF844F17BA> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag 0x7fff603e1000 - 0x7fff6045dff7 com.apple.Montreal (1.0 - 42.15.8) <2A0EA5B7-4D5E-3048-90CB-686D146A2385> /System/Library/PrivateFrameworks/Montreal.framework/Versions/A/Montreal 0x7fff6045e000 - 0x7fff60488ff7 com.apple.MultitouchSupport.framework (2410.5 - 2410.5) <3A712911-F672-3BB3-B62B-A2A7BADF3578> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff606fb000 - 0x7fff60706fff com.apple.NetAuth (6.2 - 6.2) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff60fd3000 - 0x7fff61029fff com.apple.OTSVG (1.0 - ???) /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG 0x7fff6208c000 - 0x7fff62193ff7 com.apple.PencilKit (1.0 - 1) /System/Library/PrivateFrameworks/PencilKit.framework/Versions/A/PencilKit 0x7fff62194000 - 0x7fff621a3ff3 com.apple.PerformanceAnalysis (1.217 - 217) /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff6410a000 - 0x7fff64161ff3 com.apple.ProtectedCloudStorage (1.0 - 1) <436023B4-2F14-33B4-8982-F46A0282D8D8> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage 0x7fff64162000 - 0x7fff64180ff7 com.apple.ProtocolBuffer (1 - 263.1) /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer 0x7fff64314000 - 0x7fff64317ff3 com.apple.QuickLookNonBaseSystem (1.0 - 1) /System/Library/PrivateFrameworks/QuickLookNonBaseSystem.framework/Versions/A/QuickLookNonBaseSystem 0x7fff64318000 - 0x7fff6432eff3 com.apple.QuickLookThumbnailing (1.0 - 1) /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing 0x7fff6432f000 - 0x7fff64387f0f com.apple.ROCKit (24 - 24) /System/Library/PrivateFrameworks/ROCKit.framework/Versions/A/ROCKit 0x7fff6448c000 - 0x7fff64498ff3 com.apple.xpc.RemoteServiceDiscovery (1.0 - 1336.240.2) /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery 0x7fff644ab000 - 0x7fff644ceffb com.apple.RemoteViewServices (2.0 - 128) <55D89BC9-0613-3910-B63E-9A146D35D91A> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff644cf000 - 0x7fff644e3fff com.apple.xpc.RemoteXPC (1.0 - 1336.240.2) /System/Library/PrivateFrameworks/RemoteXPC.framework/Versions/A/RemoteXPC 0x7fff65e44000 - 0x7fff65f62fff com.apple.Sharing (1214.19 - 1214.19) <27C2CFC8-1C1B-3F98-B0BC-7AB6B1847B1B> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing 0x7fff66d1c000 - 0x7fff66fceff3 com.apple.SkyLight (1.600.0 - 337.5) /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight 0x7fff6779f000 - 0x7fff677acfff com.apple.SpeechRecognitionCore (5.0.21 - 5.0.21) /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore 0x7fff6860d000 - 0x7fff6869aff7 com.apple.Symbolication (10.1 - 64460.8) <7DDC5C90-947F-34FF-864D-5ED3C2B746A9> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x7fff68ba3000 - 0x7fff68bb0ffb com.apple.TCC (1.0 - 1) <81F88B91-49C1-36E7-8A39-C4BD654EE942> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fff68e23000 - 0x7fff68eeaff7 com.apple.TextureIO (3.8.4 - 3.8.1) <83CDF659-E5B3-381F-BDA1-FF0BFA17B5EE> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO 0x7fff68fab000 - 0x7fff69165fff com.apple.UIFoundation (1.0 - 551) <65A80450-7A24-3366-B521-4D02C4DB5094> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation 0x7fff69e54000 - 0x7fff69f3dff7 com.apple.ViewBridge (401.1 - 401.1) /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge 0x7fff6a763000 - 0x7fff6a766fff com.apple.dt.XCTTargetBootstrap (1.0 - 1) <5F779D77-4AB1-3CCD-9AAF-101EC7E4905B> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap 0x7fff6ab97000 - 0x7fff6ab99ff3 com.apple.loginsupport (1.0 - 1) <67BC49D6-320F-33ED-912E-16E5A342F385> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport 0x7fff6ae54000 - 0x7fff6ae8cfff libCRFSuite.dylib (41.15.4) <92752A96-D1CF-3CA1-837A-1E075AE4C642> /usr/lib/libCRFSuite.dylib 0x7fff6ae8f000 - 0x7fff6ae9aff7 libChineseTokenizer.dylib (28.15.3) <55572692-4918-3C54-AD35-726E03EC47D5> /usr/lib/libChineseTokenizer.dylib 0x7fff6ae9b000 - 0x7fff6af27ff7 libCoreStorage.dylib (546.50.1) /usr/lib/libCoreStorage.dylib 0x7fff6af2b000 - 0x7fff6af2cff7 libDiagnosticMessagesClient.dylib (107) <15210AC0-61F9-3F9D-A159-A009F62EB537> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff6af63000 - 0x7fff6b126ff7 libFosl_dynamic.dylib (18.3.2) /usr/lib/libFosl_dynamic.dylib 0x7fff6b147000 - 0x7fff6b14efff libMatch.1.dylib (31.200.1) <5F633A34-4719-3E14-8384-B43F5DF1F514> /usr/lib/libMatch.1.dylib 0x7fff6b17c000 - 0x7fff6b19bff7 libMobileGestalt.dylib (645.220.9) /usr/lib/libMobileGestalt.dylib 0x7fff6b19c000 - 0x7fff6b19cfff libOpenScriptingUtil.dylib (179) <441A2E60-5D5C-3567-9B00-AA22E6EE5358> /usr/lib/libOpenScriptingUtil.dylib 0x7fff6b2dd000 - 0x7fff6b2deffb libSystem.B.dylib (1252.200.5) /usr/lib/libSystem.B.dylib 0x7fff6b368000 - 0x7fff6b369fff libThaiTokenizer.dylib (2.15.1) /usr/lib/libThaiTokenizer.dylib 0x7fff6b37c000 - 0x7fff6b392ffb libapple_nghttp2.dylib (1.24.1) <71C126C5-D869-3E67-9778-058FA7F3CA74> /usr/lib/libapple_nghttp2.dylib 0x7fff6b393000 - 0x7fff6b3bcffb libarchive.2.dylib (54.200.3) <32B8634D-E465-3F6D-B254-A20D44504508> /usr/lib/libarchive.2.dylib 0x7fff6b3bd000 - 0x7fff6b43cfef libate.dylib (1.13.8) /usr/lib/libate.dylib 0x7fff6b440000 - 0x7fff6b440ff3 libauto.dylib (187) <003DEF68-0C59-3AFB-A7B7-A1B5ED301AF2> /usr/lib/libauto.dylib 0x7fff6b517000 - 0x7fff6b527ff3 libbsm.0.dylib (39.200.18) <58A9ACEC-BF46-3A4E-86F5-3DD9AD7095B4> /usr/lib/libbsm.0.dylib 0x7fff6b528000 - 0x7fff6b536fff libbz2.1.0.dylib (38.200.3) <4DEC3797-087F-3C8D-815B-48E895813251> /usr/lib/libbz2.1.0.dylib 0x7fff6b537000 - 0x7fff6b58eff7 libc++.1.dylib (400.9.4) /usr/lib/libc++.1.dylib 0x7fff6b58f000 - 0x7fff6b5a4fff libc++abi.dylib (400.17) <446F4748-8A89-3D2E-AE1C-27EEBE93A8AB> /usr/lib/libc++abi.dylib 0x7fff6b5a5000 - 0x7fff6b5a5ff3 libcharset.1.dylib (51.200.6) <43F7E100-F5D1-36AB-A26E-CF94196A19C0> /usr/lib/libcharset.1.dylib 0x7fff6b5a6000 - 0x7fff6b5b6ffb libcmph.dylib (6.15.1) /usr/lib/libcmph.dylib 0x7fff6b5b7000 - 0x7fff6b5cfffb libcompression.dylib (52.200.13) <05A2A91B-D24D-39E8-A071-261CBC5BB158> /usr/lib/libcompression.dylib 0x7fff6b87a000 - 0x7fff6b890fff libcoretls.dylib (155.220.1) <1229F9EA-C070-3D03-9DC6-F548C59F9FD5> /usr/lib/libcoretls.dylib 0x7fff6b891000 - 0x7fff6b892ff3 libcoretls_cfhelpers.dylib (155.220.1) <33661841-3C3B-3608-86AC-C88D1CD6FE98> /usr/lib/libcoretls_cfhelpers.dylib 0x7fff6bef5000 - 0x7fff6bf00ff7 libcsfde.dylib (546.50.1) <2E741DA2-B368-3913-9F45-6F7B8B85B1CF> /usr/lib/libcsfde.dylib 0x7fff6bf09000 - 0x7fff6bf60ffb libcups.2.dylib (462.10) <29B6D106-A5F2-321D-8916-90F595545D88> /usr/lib/libcups.2.dylib 0x7fff6c098000 - 0x7fff6c098fff libenergytrace.dylib (17.200.1) /usr/lib/libenergytrace.dylib 0x7fff6c099000 - 0x7fff6c0b2ffb libexpat.1.dylib (16.1.1) /usr/lib/libexpat.1.dylib 0x7fff6c0ca000 - 0x7fff6c0cfff7 libgermantok.dylib (17.15.2) <9381B152-5CFD-3D23-A5A7-4D64EE55B85E> /usr/lib/libgermantok.dylib 0x7fff6c0d0000 - 0x7fff6c0d5ff7 libheimdal-asn1.dylib (520.220.2) /usr/lib/libheimdal-asn1.dylib 0x7fff6c101000 - 0x7fff6c1f2ff7 libiconv.2.dylib (51.200.6) <9FB95807-7C62-32B7-A19F-946D7FB7CCA6> /usr/lib/libiconv.2.dylib 0x7fff6c1f3000 - 0x7fff6c456ffb libicucore.A.dylib (62109.0.1) /usr/lib/libicucore.A.dylib 0x7fff6c4a3000 - 0x7fff6c4a4fff liblangid.dylib (128.15.1) <663D0A24-7260-31D1-9BFE-74D67B6F72F6> /usr/lib/liblangid.dylib 0x7fff6c4a5000 - 0x7fff6c4bdfff liblzma.5.dylib (10.200.3) <9A52A949-0CB1-39B6-9244-D079FB609559> /usr/lib/liblzma.5.dylib 0x7fff6c4d5000 - 0x7fff6c585fff libmecab.1.0.0.dylib (779.24.1) <590BC39C-2A3E-368B-9499-C808B84C4955> /usr/lib/libmecab.1.0.0.dylib 0x7fff6c586000 - 0x7fff6c7c3ff7 libmecabra.dylib (779.24.1) <22BFD5A8-EA42-3DC3-8910-F27DCFB1B631> /usr/lib/libmecabra.dylib 0x7fff6c99b000 - 0x7fff6ccf3ffb libnetwork.dylib (1229.240.1) /usr/lib/libnetwork.dylib 0x7fff6cd85000 - 0x7fff6d50bfe7 libobjc.A.dylib (750.1) <804715F4-F52D-34D0-8FEC-A25DC08513C3> /usr/lib/libobjc.A.dylib 0x7fff6d51e000 - 0x7fff6d522ffb libpam.2.dylib (22.200.1) <85253002-89F2-3872-9C8A-1801303A2EBB> /usr/lib/libpam.2.dylib 0x7fff6d525000 - 0x7fff6d55bff7 libpcap.A.dylib (79.200.4) <6D25197A-2F7C-3147-A45A-F6F13E55909F> /usr/lib/libpcap.A.dylib 0x7fff6d675000 - 0x7fff6d68dffb libresolv.9.dylib (65.200.2) /usr/lib/libresolv.9.dylib 0x7fff6d68f000 - 0x7fff6d6cbff7 libsandbox.1.dylib (851.230.3) <95E3F1B6-D1D5-3DF6-8F04-D4933109AC44> /usr/lib/libsandbox.1.dylib 0x7fff6d6df000 - 0x7fff6d6e0ff7 libspindump.dylib (267.1) <9DEA015B-410E-3D6E-A3EE-54E046092EA9> /usr/lib/libspindump.dylib 0x7fff6d6e1000 - 0x7fff6d8b8fe7 libsqlite3.dylib (274.22) /usr/lib/libsqlite3.dylib 0x7fff6db45000 - 0x7fff6db48ffb libutil.dylib (51.200.4) <10C5E165-0939-363A-9D13-7076F3B513EC> /usr/lib/libutil.dylib 0x7fff6db49000 - 0x7fff6db56fff libxar.1.dylib (404) <16E875B3-CF89-3059-87BB-36D301B32E7B> /usr/lib/libxar.1.dylib 0x7fff6db5b000 - 0x7fff6dc3efff libxml2.2.dylib (32.8) <3E7875AC-3195-3800-AC48-8AA3B7BE51E4> /usr/lib/libxml2.2.dylib 0x7fff6dc3f000 - 0x7fff6dc67ff3 libxslt.1.dylib (16.1) /usr/lib/libxslt.1.dylib 0x7fff6dc68000 - 0x7fff6dc7affb libz.1.dylib (70.200.4) <15F7B40A-424C-33BB-BF2C-7E8195128B78> /usr/lib/libz.1.dylib 0x7fff6dceb000 - 0x7fff6dcefff3 libcache.dylib (81) <704331AC-E43D-343A-8C24-39201142AF27> /usr/lib/system/libcache.dylib 0x7fff6dcf0000 - 0x7fff6dcfaff3 libcommonCrypto.dylib (60118.220.1) <9C865644-EE9A-3662-AB77-7C8A5E561784> /usr/lib/system/libcommonCrypto.dylib 0x7fff6dcfb000 - 0x7fff6dd02fff libcompiler_rt.dylib (63.4) <817772E3-E836-3FFD-A39B-BDCD1C357221> /usr/lib/system/libcompiler_rt.dylib 0x7fff6dd03000 - 0x7fff6dd0cff3 libcopyfile.dylib (146.200.3) <5C5C4F35-DAB7-3CF1-940F-F47192AB8289> /usr/lib/system/libcopyfile.dylib 0x7fff6dd0d000 - 0x7fff6dd91fdf libcorecrypto.dylib (602.230.1) /usr/lib/system/libcorecrypto.dylib 0x7fff6de18000 - 0x7fff6de52ff7 libdispatch.dylib (1008.220.2) <2FDB1401-5119-3DF0-91F5-F4E105F00CD7> /usr/lib/system/libdispatch.dylib 0x7fff6de53000 - 0x7fff6de82ff3 libdyld.dylib (655.1) <90C801E7-5D05-37A8-810C-B58E8C53953A> /usr/lib/system/libdyld.dylib 0x7fff6de83000 - 0x7fff6de83ffb libkeymgr.dylib (30) /usr/lib/system/libkeymgr.dylib 0x7fff6de84000 - 0x7fff6de90ff7 libkxld.dylib (4903.241.1) /usr/lib/system/libkxld.dylib 0x7fff6de91000 - 0x7fff6de91ff7 liblaunch.dylib (1336.240.2) /usr/lib/system/liblaunch.dylib 0x7fff6de92000 - 0x7fff6de97fff libmacho.dylib (921) <6ADB99F3-D142-3A0A-B3CE-031354766ACC> /usr/lib/system/libmacho.dylib 0x7fff6de98000 - 0x7fff6de9affb libquarantine.dylib (86.220.1) <58524FD7-63C5-38E0-9D90-845A79551C14> /usr/lib/system/libquarantine.dylib 0x7fff6de9b000 - 0x7fff6de9cff3 libremovefile.dylib (45.200.2) /usr/lib/system/libremovefile.dylib 0x7fff6de9d000 - 0x7fff6deb4ff3 libsystem_asl.dylib (356.200.4) <33C62769-1242-3BC1-9459-13CBCDECC7FE> /usr/lib/system/libsystem_asl.dylib 0x7fff6deb5000 - 0x7fff6deb5fff libsystem_blocks.dylib (73) <152EDADF-7D94-35F2-89B7-E66DCD945BBA> /usr/lib/system/libsystem_blocks.dylib 0x7fff6deb6000 - 0x7fff6df3efff libsystem_c.dylib (1272.200.26) /usr/lib/system/libsystem_c.dylib 0x7fff6df3f000 - 0x7fff6df42ff7 libsystem_configuration.dylib (963.200.27) <94898525-ECC8-3CC9-B312-CBEAAC305E32> /usr/lib/system/libsystem_configuration.dylib 0x7fff6df43000 - 0x7fff6df46ff7 libsystem_coreservices.dylib (66) <10818C17-70E1-328E-A3E3-C3EB81AEC590> /usr/lib/system/libsystem_coreservices.dylib 0x7fff6df47000 - 0x7fff6df4dffb libsystem_darwin.dylib (1272.200.26) <07468CF7-982F-37C4-83D0-D5E602A683AA> /usr/lib/system/libsystem_darwin.dylib 0x7fff6df4e000 - 0x7fff6df54ff7 libsystem_dnssd.dylib (878.240.1) <5FEA5E1E-E80F-3616-AD33-8E936D61F31A> /usr/lib/system/libsystem_dnssd.dylib 0x7fff6df55000 - 0x7fff6dfa1ff3 libsystem_info.dylib (517.200.9) <54B65F21-2E93-3579-9B72-6637A03245D9> /usr/lib/system/libsystem_info.dylib 0x7fff6dfa2000 - 0x7fff6dfcaff7 libsystem_kernel.dylib (4903.241.1) /usr/lib/system/libsystem_kernel.dylib 0x7fff6dfcb000 - 0x7fff6e016ff7 libsystem_m.dylib (3158.200.7) /usr/lib/system/libsystem_m.dylib 0x7fff6e017000 - 0x7fff6e03bff7 libsystem_malloc.dylib (166.220.1) <4777DC06-F9C6-356E-82AB-86A1C6D62F3A> /usr/lib/system/libsystem_malloc.dylib 0x7fff6e03c000 - 0x7fff6e047ff3 libsystem_networkextension.dylib (767.240.1) <4DB0D4A2-83E7-3638-AAA0-39CECD5C25F8> /usr/lib/system/libsystem_networkextension.dylib 0x7fff6e048000 - 0x7fff6e04ffff libsystem_notify.dylib (172.200.21) <65B3061D-41D7-3485-B217-A861E05AD50B> /usr/lib/system/libsystem_notify.dylib 0x7fff6e050000 - 0x7fff6e059fef libsystem_platform.dylib (177.200.16) <83DED753-51EC-3B8C-A98D-883A5184086B> /usr/lib/system/libsystem_platform.dylib 0x7fff6e05a000 - 0x7fff6e064fff libsystem_pthread.dylib (330.230.1) <80CC5992-823E-327E-BB6E-9D4568B84161> /usr/lib/system/libsystem_pthread.dylib 0x7fff6e065000 - 0x7fff6e068ff7 libsystem_sandbox.dylib (851.230.3) /usr/lib/system/libsystem_sandbox.dylib 0x7fff6e069000 - 0x7fff6e06bff3 libsystem_secinit.dylib (30.220.1) <5964B6D2-19D4-3CF9-BDBC-4EB1D42348F1> /usr/lib/system/libsystem_secinit.dylib 0x7fff6e06c000 - 0x7fff6e073ff7 libsystem_symptoms.dylib (820.237.2) <487E1794-4C6E-3B1B-9C55-95B1A5FF9B90> /usr/lib/system/libsystem_symptoms.dylib 0x7fff6e074000 - 0x7fff6e089ff7 libsystem_trace.dylib (906.220.1) <4D4BA88A-FA32-379D-8860-33838723B35F> /usr/lib/system/libsystem_trace.dylib 0x7fff6e08b000 - 0x7fff6e090ffb libunwind.dylib (35.4) /usr/lib/system/libunwind.dylib 0x7fff6e091000 - 0x7fff6e0c1fff libxpc.dylib (1336.240.2) /usr/lib/system/libxpc.dylib External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 9 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: 1005240 thread_create: 0 thread_set_state: 0 VM Region Summary: ReadOnly portion of Libraries: Total=518.8M resident=0K(0%) swapped_out_or_unallocated=518.8M(100%) Writable regions: Total=587.8M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=587.8M(100%) VIRTUAL REGION REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= Activity Tracing 256K 2 CoreUI image data 48K 2 CoreUI image file 124K 2 Dispatch continuations 8192K 2 IOSurface 68.0M 27 Kernel Alloc Once 8K 2 MALLOC 82.0M 46 MALLOC guard page 32K 9 Memory Tag 254 92.7M 233 Memory Tag 255 684.7M 331 STACK GUARD 56.1M 24 Stack 161.7M 42 VM_ALLOCATE 112K 5 __DATA 55.3M 324 __FONT_DATA 4K 2 __LINKEDIT 223.0M 35 __TEXT 295.8M 324 __UNICODE 564K 2 mapped file 563.2M 90 shared memory 8980K 19 =========== ======= ======= TOTAL 2.2G 1503 ```
rsese commented 5 years ago

Thanks for the report @kvnh! Based on the crash log this looks related to Tree-sitter -

When typing an 'if' statement in a django view, pressing space after the if will cause atom to crash

Can you share a minimal example file that we can use to reproduce?

kvnh commented 5 years ago

@rsese Unfortunately I can't. When I extract that view to its own python file then the problem doesn't happen any more. I've tried extracting the view and surrounding views but still can't replicate. The source file has several thousand lines of code so I can't send that. I've used another editor to bypass the problem in the meantime, but I'm not sure what the next steps are to help.

tristanic commented 5 years ago

I've just started getting the same problem (just after running the latest updates on my CentOS 7 machine, but I think that's probably a coincidence). It's reproducible for me with the attached file (running in a fresh Atom session in a fresh directory containing only this file).

molobject.py.tar.gz

Reproducible symptoms: On an empty line (at least line 13 - if I do this before or in between the first four import statements there's no crash):

if a: #no problem
[a if b] # no problem, as long as it's typed inside the brackets.
a if #crash 

Also crashes when backspacing from the end of a line hits the if.

Disabling language-python plugin and restarting avoids the crash.

Typing a if at the end of the file also avoids the crash. Working backwards from the end of the file, it appears the last line where typing this string triggers the crash is 2626 (level of indent doesn't appear to matter). Below that point, I note that typing a if on an otherwise empty line messes up the parsing of triple-quoted strings all the way to the end of the file where simply typing if doesn't - I strongly suspect this behaviour is a symptom of the same bug.

codersChoice commented 5 years ago

I'm experiencing the same issue. The file i'm working with is a fairly large one. The issue sometimes also occurs when using something that involves brackets like casting a str or int, but doesn't seem to include 'for' these are all cases where the editor is 'looking' for an end of the statement. I've found that if you start your if statements with the end of the statement i.e. ':' and start your brackets with the closed bracket the crash doesn't occur.

Ben3eeE commented 5 years ago

@rsese I can reproduce this with the file and steps that @tristanic shared.

rsese commented 5 years ago

Same with 1.37.0-nightly31 on macOS 10.12.6, thanks @tristanic @Ben3eeE :+1: The crash log looks pretty similar to the crash log in the OP too. I'll update the issue body.

maxbrunsfeld commented 5 years ago

👋 @kvnh @tristanic Thanks so much for providing the exact reproduction steps. I wrote this bug, and these steps show exactly what the problem is. As you might expect, it's a problem with our Python parser, tree-sitter-python. I'll fix it right away.

maxbrunsfeld commented 5 years ago

Oh wow, I'm sorry; this has actually already been fixed for a while (https://github.com/tree-sitter/tree-sitter-python/commit/250cc7863b34b725b0aacc6c6bf35bbbdcadcca3), but I failed to update the dependency in Atom!

lock[bot] commented 4 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. If you can still reproduce this issue in Safe Mode then please open a new issue and fill out the entire issue template to ensure that we have enough information to address your issue. Thanks!