neovim / pynvim

Python client and plugin host for Nvim
http://pynvim.readthedocs.io/en/latest/
Apache License 2.0
1.52k stars 118 forks source link

python3 crash when call LeaderfFile #447

Closed hungrybirder closed 4 years ago

hungrybirder commented 4 years ago

你好:

今天升级了python3(brew upgrade python3),也升级了leaderf,使用:LeaderfFile打开文件时,第二次打开文件时,会有py进程crash,不清楚是leaderf,还是pynvim的问题,请查定位下,谢谢。

一些软件版本信息: NVIM v0.4.3 MacOS 10.15.5 neovim 0.3.1 pynvim 0.4.1 Python 3.7.7

感觉是py进程(script_host.py?? )挂掉后,有弹窗,内容如下:

Process:               Python [9297]
Path:                  /usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7/Resources/Python.app/Contents/MacOS/Python
Identifier:            Python
Version:               3.7.7 (3.7.7)
Code Type:             X86-64 (Native)
Parent Process:        nvim [9254]
Responsible:           iTerm2 [903]
User ID:               501

Date/Time:             2020-06-06 15:18:31.901 +0800
OS Version:            Mac OS X 10.15.5 (19F101)
Report Version:        12
Bridge OS Version:     4.5 (17P5300)
Anonymous UUID:        068E43AA-62E8-4D3A-9D02-7F474E3C1827

Sleep/Wake UUID:       A134BB67-D139-42CE-9876-BAB07BB76964

Time Awake Since Boot: 4600 seconds
Time Since Wake:       350 seconds

System Integrity Protection: enabled

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

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000100000018
Exception Note:        EXC_CORPSE_NOTIFY

Termination Signal:    Segmentation fault: 11
Termination Reason:    Namespace SIGNAL, Code 0xb
Terminating Process:   exc handler [9297]

VM Regions Near 0x100000018:
--> 
    __TEXT                 000000010affe000-000000010b000000 [    8K] r-x/r-x SM=COW  /usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7/Resources/Python.app/Contents/MacOS/Python

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   fuzzyEngine.cpython-37m-darwin.so   0x000000010bd31113 fuzzyEngine_guessMatch + 963 (fuzzyEngine.c:1674)
1   org.python.python               0x000000010b01f6fe PyCFunction_Call + 208
2   org.python.python               0x000000010b10ae05 partial_call + 238
3   org.python.python               0x000000010b01f2d2 _PyObject_FastCallKeywords + 358
4   org.python.python               0x000000010b0b4ad2 call_function + 730
5   org.python.python               0x000000010b0adb8a _PyEval_EvalFrameDefault + 7090
6   org.python.python               0x000000010b0b52cd _PyEval_EvalCodeWithName + 1698
7   org.python.python               0x000000010b01f424 _PyFunction_FastCallKeywords + 212
8   org.python.python               0x000000010b0b4ad9 call_function + 737
9   org.python.python               0x000000010b0ada2e _PyEval_EvalFrameDefault + 6742
10  org.python.python               0x000000010b0b52cd _PyEval_EvalCodeWithName + 1698
11  org.python.python               0x000000010b01f424 _PyFunction_FastCallKeywords + 212
12  org.python.python               0x000000010b0b4ad9 call_function + 737
13  org.python.python               0x000000010b0ada2e _PyEval_EvalFrameDefault + 6742
14  org.python.python               0x000000010b01f830 function_code_fastcall + 106
15  org.python.python               0x000000010b0add2b _PyEval_EvalFrameDefault + 7507
16  org.python.python               0x000000010b0b52cd _PyEval_EvalCodeWithName + 1698
17  org.python.python               0x000000010b01f424 _PyFunction_FastCallKeywords + 212
18  org.python.python               0x000000010b0b4ad9 call_function + 737
19  org.python.python               0x000000010b0ada2e _PyEval_EvalFrameDefault + 6742
20  org.python.python               0x000000010b0b52cd _PyEval_EvalCodeWithName + 1698
21  org.python.python               0x000000010b01f09c _PyFunction_FastCallDict + 444
22  org.python.python               0x000000010b0201a3 _PyObject_Call_Prepend + 131
23  org.python.python               0x000000010b01f569 PyObject_Call + 136
24  org.python.python               0x000000010b0add2b _PyEval_EvalFrameDefault + 7507
25  org.python.python               0x000000010b0b52cd _PyEval_EvalCodeWithName + 1698
26  org.python.python               0x000000010b01f09c _PyFunction_FastCallDict + 444
27  org.python.python               0x000000010b0201a3 _PyObject_Call_Prepend + 131
28  org.python.python               0x000000010b01f569 PyObject_Call + 136
29  org.python.python               0x000000010b0add2b _PyEval_EvalFrameDefault + 7507
30  org.python.python               0x000000010b0b52cd _PyEval_EvalCodeWithName + 1698
31  org.python.python               0x000000010b01f09c _PyFunction_FastCallDict + 444
32  org.python.python               0x000000010b0201a3 _PyObject_Call_Prepend + 131
33  org.python.python               0x000000010b01f569 PyObject_Call + 136
34  org.python.python               0x000000010b10ae05 partial_call + 238
35  org.python.python               0x000000010b01f569 PyObject_Call + 136
36  org.python.python               0x000000010b0add2b _PyEval_EvalFrameDefault + 7507
37  org.python.python               0x000000010b0b52cd _PyEval_EvalCodeWithName + 1698
38  org.python.python               0x000000010b01f424 _PyFunction_FastCallKeywords + 212
39  org.python.python               0x000000010b0b4ad9 call_function + 737
40  org.python.python               0x000000010b0adb8a _PyEval_EvalFrameDefault + 7090
41  org.python.python               0x000000010b0b52cd _PyEval_EvalCodeWithName + 1698
42  org.python.python               0x000000010b0abf35 PyEval_EvalCode + 51
43  org.python.python               0x000000010b0da37c run_mod + 54
44  org.python.python               0x000000010b0d94d9 PyRun_StringFlags + 120
45  org.python.python               0x000000010b0a9997 builtin_exec + 523
46  org.python.python               0x000000010b01fed0 _PyMethodDef_RawFastCallKeywords + 488
47  org.python.python               0x000000010b01f45c _PyCFunction_FastCallKeywords + 41
48  org.python.python               0x000000010b0b4a6c call_function + 628
49  org.python.python               0x000000010b0adae2 _PyEval_EvalFrameDefault + 6922
50  org.python.python               0x000000010b01f830 function_code_fastcall + 106
51  org.python.python               0x000000010b0201a3 _PyObject_Call_Prepend + 131
52  org.python.python               0x000000010b01f569 PyObject_Call + 136
53  org.python.python               0x000000010b0add2b _PyEval_EvalFrameDefault + 7507
54  org.python.python               0x000000010b0b52cd _PyEval_EvalCodeWithName + 1698
55  org.python.python               0x000000010b01f09c _PyFunction_FastCallDict + 444
56  org.python.python               0x000000010b0201a3 _PyObject_Call_Prepend + 131
57  org.python.python               0x000000010b01f569 PyObject_Call + 136
58  org.python.python               0x000000010b10ae05 partial_call + 238
59  org.python.python               0x000000010b01f569 PyObject_Call + 136
60  org.python.python               0x000000010b0add2b _PyEval_EvalFrameDefault + 7507
61  org.python.python               0x000000010b01f830 function_code_fastcall + 106
62  org.python.python               0x000000010b0b4ad9 call_function + 737
63  org.python.python               0x000000010b0adae2 _PyEval_EvalFrameDefault + 6922
64  org.python.python               0x000000010b0b52cd _PyEval_EvalCodeWithName + 1698
65  org.python.python               0x000000010b01f424 _PyFunction_FastCallKeywords + 212
66  org.python.python               0x000000010b0b4ad9 call_function + 737
67  org.python.python               0x000000010b0ada47 _PyEval_EvalFrameDefault + 6767
68  org.python.python               0x000000010b0b52cd _PyEval_EvalCodeWithName + 1698
69  org.python.python               0x000000010b01f09c _PyFunction_FastCallDict + 444
70  greenlet.cpython-37m-darwin.so  0x000000010baf0b30 g_initialstub + 1232
71  greenlet.cpython-37m-darwin.so  0x000000010baf02dd g_switch + 333
72  greenlet.cpython-37m-darwin.so  0x000000010baf105f green_switch + 79
73  org.python.python               0x000000010b01ff01 _PyMethodDef_RawFastCallKeywords + 537
74  org.python.python               0x000000010b024701 _PyMethodDescr_FastCallKeywords + 81
75  org.python.python               0x000000010b0b4b06 call_function + 782
76  org.python.python               0x000000010b0ada2e _PyEval_EvalFrameDefault + 6742
77  org.python.python               0x000000010b0b52cd _PyEval_EvalCodeWithName + 1698
78  org.python.python               0x000000010b01f424 _PyFunction_FastCallKeywords + 212
79  org.python.python               0x000000010b0b4ad9 call_function + 737
80  org.python.python               0x000000010b0adae2 _PyEval_EvalFrameDefault + 6922
81  org.python.python               0x000000010b01f830 function_code_fastcall + 106
82  org.python.python               0x000000010b0b4ad9 call_function + 737
83  org.python.python               0x000000010b0adae2 _PyEval_EvalFrameDefault + 6922
84  org.python.python               0x000000010b01f830 function_code_fastcall + 106
85  org.python.python               0x000000010b0b4ad9 call_function + 737
86  org.python.python               0x000000010b0ada47 _PyEval_EvalFrameDefault + 6767
87  org.python.python               0x000000010b01f830 function_code_fastcall + 106
88  org.python.python               0x000000010b0b4ad9 call_function + 737
89  org.python.python               0x000000010b0ada47 _PyEval_EvalFrameDefault + 6767
90  org.python.python               0x000000010b01f830 function_code_fastcall + 106
91  org.python.python               0x000000010b0b4ad9 call_function + 737
92  org.python.python               0x000000010b0ada2e _PyEval_EvalFrameDefault + 6742
93  org.python.python               0x000000010b01f830 function_code_fastcall + 106
94  org.python.python               0x000000010b0201a3 _PyObject_Call_Prepend + 131
95  org.python.python               0x000000010b01f2d2 _PyObject_FastCallKeywords + 358
96  org.python.python               0x000000010b0d6610 context_run + 62
97  org.python.python               0x000000010b01f9f6 _PyMethodDef_RawFastCallDict + 269
98  org.python.python               0x000000010b01f11f _PyCFunction_FastCallDict + 41
99  org.python.python               0x000000010b0ade12 _PyEval_EvalFrameDefault + 7738
100 org.python.python               0x000000010b01f830 function_code_fastcall + 106
101 org.python.python               0x000000010b0b4ad9 call_function + 737
102 org.python.python               0x000000010b0ada2e _PyEval_EvalFrameDefault + 6742
103 org.python.python               0x000000010b01f830 function_code_fastcall + 106
104 org.python.python               0x000000010b0b4ad9 call_function + 737
105 org.python.python               0x000000010b0ada2e _PyEval_EvalFrameDefault + 6742
106 org.python.python               0x000000010b01f830 function_code_fastcall + 106
107 org.python.python               0x000000010b0b4ad9 call_function + 737
108 org.python.python               0x000000010b0ada2e _PyEval_EvalFrameDefault + 6742
109 org.python.python               0x000000010b01f830 function_code_fastcall + 106
110 org.python.python               0x000000010b0b4ad9 call_function + 737
111 org.python.python               0x000000010b0ada2e _PyEval_EvalFrameDefault + 6742
112 org.python.python               0x000000010b01f830 function_code_fastcall + 106
113 org.python.python               0x000000010b0b4ad9 call_function + 737
114 org.python.python               0x000000010b0ada2e _PyEval_EvalFrameDefault + 6742
115 org.python.python               0x000000010b01f830 function_code_fastcall + 106
116 org.python.python               0x000000010b0b4ad9 call_function + 737
117 org.python.python               0x000000010b0ada2e _PyEval_EvalFrameDefault + 6742
118 org.python.python               0x000000010b01f830 function_code_fastcall + 106
119 org.python.python               0x000000010b0b4ad9 call_function + 737
120 org.python.python               0x000000010b0ada2e _PyEval_EvalFrameDefault + 6742
121 org.python.python               0x000000010b0b52cd _PyEval_EvalCodeWithName + 1698
122 org.python.python               0x000000010b01f424 _PyFunction_FastCallKeywords + 212
123 org.python.python               0x000000010b0b4ad9 call_function + 737
124 org.python.python               0x000000010b0ada2e _PyEval_EvalFrameDefault + 6742
125 org.python.python               0x000000010b0b52cd _PyEval_EvalCodeWithName + 1698
126 org.python.python               0x000000010b01f424 _PyFunction_FastCallKeywords + 212
127 org.python.python               0x000000010b0b4ad9 call_function + 737
128 org.python.python               0x000000010b0adb8a _PyEval_EvalFrameDefault + 7090
129 org.python.python               0x000000010b0b52cd _PyEval_EvalCodeWithName + 1698
130 org.python.python               0x000000010b01f424 _PyFunction_FastCallKeywords + 212
131 org.python.python               0x000000010b0b4ad9 call_function + 737
132 org.python.python               0x000000010b0ada2e _PyEval_EvalFrameDefault + 6742
133 org.python.python               0x000000010b01f830 function_code_fastcall + 106
134 org.python.python               0x000000010b0b4ad9 call_function + 737
135 org.python.python               0x000000010b0ada47 _PyEval_EvalFrameDefault + 6767
136 org.python.python               0x000000010b0b52cd _PyEval_EvalCodeWithName + 1698
137 org.python.python               0x000000010b0abf35 PyEval_EvalCode + 51
138 org.python.python               0x000000010b0da37c run_mod + 54
139 org.python.python               0x000000010b0d94d9 PyRun_StringFlags + 120
140 org.python.python               0x000000010b0d9430 PyRun_SimpleStringFlags + 69
141 org.python.python               0x000000010b0f0c1e pymain_main + 3821
142 org.python.python               0x000000010b0f18e4 _Py_UnixMain + 56
143 libdyld.dylib                   0x00007fff69067cc9 start + 1

Thread 1:
0   libsystem_kernel.dylib          0x00007fff691ab882 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff6926c425 _pthread_cond_wait + 698
2   fuzzyEngine.cpython-37m-darwin.so   0x000000010bd31f6b _worker + 171 (fuzzyEngine.c:367)
3   libsystem_pthread.dylib         0x00007fff6926c109 _pthread_start + 148
4   libsystem_pthread.dylib         0x00007fff69267b8b thread_start + 15

Thread 2:
0   libsystem_kernel.dylib          0x00007fff691ab882 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff6926c425 _pthread_cond_wait + 698
2   fuzzyEngine.cpython-37m-darwin.so   0x000000010bd31f6b _worker + 171 (fuzzyEngine.c:367)
3   libsystem_pthread.dylib         0x00007fff6926c109 _pthread_start + 148
4   libsystem_pthread.dylib         0x00007fff69267b8b thread_start + 15

Thread 3:
0   libsystem_kernel.dylib          0x00007fff691ab882 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff6926c425 _pthread_cond_wait + 698
2   fuzzyEngine.cpython-37m-darwin.so   0x000000010bd31f6b _worker + 171 (fuzzyEngine.c:367)
3   libsystem_pthread.dylib         0x00007fff6926c109 _pthread_start + 148
4   libsystem_pthread.dylib         0x00007fff69267b8b thread_start + 15

Thread 4:
0   libsystem_kernel.dylib          0x00007fff691ab882 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff6926c425 _pthread_cond_wait + 698
2   fuzzyEngine.cpython-37m-darwin.so   0x000000010bd31f6b _worker + 171 (fuzzyEngine.c:367)
3   libsystem_pthread.dylib         0x00007fff6926c109 _pthread_start + 148
4   libsystem_pthread.dylib         0x00007fff69267b8b thread_start + 15

Thread 5:
0   libsystem_kernel.dylib          0x00007fff691ab882 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff6926c425 _pthread_cond_wait + 698
2   fuzzyEngine.cpython-37m-darwin.so   0x000000010bd31f6b _worker + 171 (fuzzyEngine.c:367)
3   libsystem_pthread.dylib         0x00007fff6926c109 _pthread_start + 148
4   libsystem_pthread.dylib         0x00007fff69267b8b thread_start + 15

Thread 6:
0   libsystem_kernel.dylib          0x00007fff691ab882 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff6926c425 _pthread_cond_wait + 698
2   fuzzyEngine.cpython-37m-darwin.so   0x000000010bd31f6b _worker + 171 (fuzzyEngine.c:367)
3   libsystem_pthread.dylib         0x00007fff6926c109 _pthread_start + 148
4   libsystem_pthread.dylib         0x00007fff69267b8b thread_start + 15

Thread 7:
0   libsystem_kernel.dylib          0x00007fff691ab882 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff6926c425 _pthread_cond_wait + 698
2   fuzzyEngine.cpython-37m-darwin.so   0x000000010bd31f6b _worker + 171 (fuzzyEngine.c:367)
3   libsystem_pthread.dylib         0x00007fff6926c109 _pthread_start + 148
4   libsystem_pthread.dylib         0x00007fff69267b8b thread_start + 15

Thread 8:
0   libsystem_kernel.dylib          0x00007fff691ab882 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff6926c425 _pthread_cond_wait + 698
2   fuzzyEngine.cpython-37m-darwin.so   0x000000010bd31f6b _worker + 171 (fuzzyEngine.c:367)
3   libsystem_pthread.dylib         0x00007fff6926c109 _pthread_start + 148
4   libsystem_pthread.dylib         0x00007fff69267b8b thread_start + 15

Thread 9:
0   libsystem_kernel.dylib          0x00007fff691ab882 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff6926c425 _pthread_cond_wait + 698
2   fuzzyEngine.cpython-37m-darwin.so   0x000000010bd31f6b _worker + 171 (fuzzyEngine.c:367)
3   libsystem_pthread.dylib         0x00007fff6926c109 _pthread_start + 148
4   libsystem_pthread.dylib         0x00007fff69267b8b thread_start + 15

Thread 10:
0   libsystem_kernel.dylib          0x00007fff691ab882 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff6926c425 _pthread_cond_wait + 698
2   fuzzyEngine.cpython-37m-darwin.so   0x000000010bd31f6b _worker + 171 (fuzzyEngine.c:367)
3   libsystem_pthread.dylib         0x00007fff6926c109 _pthread_start + 148
4   libsystem_pthread.dylib         0x00007fff69267b8b thread_start + 15

Thread 11:
0   libsystem_kernel.dylib          0x00007fff691ab882 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff6926c425 _pthread_cond_wait + 698
2   fuzzyEngine.cpython-37m-darwin.so   0x000000010bd31f6b _worker + 171 (fuzzyEngine.c:367)
3   libsystem_pthread.dylib         0x00007fff6926c109 _pthread_start + 148
4   libsystem_pthread.dylib         0x00007fff69267b8b thread_start + 15

Thread 12:
0   libsystem_kernel.dylib          0x00007fff691ab882 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff6926c425 _pthread_cond_wait + 698
2   fuzzyEngine.cpython-37m-darwin.so   0x000000010bd31f6b _worker + 171 (fuzzyEngine.c:367)
3   libsystem_pthread.dylib         0x00007fff6926c109 _pthread_start + 148
4   libsystem_pthread.dylib         0x00007fff69267b8b thread_start + 15

Thread 13:
0   libsystem_kernel.dylib          0x00007fff691ab882 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff6926c425 _pthread_cond_wait + 698
2   fuzzyEngine.cpython-37m-darwin.so   0x000000010bd31f6b _worker + 171 (fuzzyEngine.c:367)
3   libsystem_pthread.dylib         0x00007fff6926c109 _pthread_start + 148
4   libsystem_pthread.dylib         0x00007fff69267b8b thread_start + 15

Thread 14:
0   libsystem_kernel.dylib          0x00007fff691ab882 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff6926c425 _pthread_cond_wait + 698
2   fuzzyEngine.cpython-37m-darwin.so   0x000000010bd31f6b _worker + 171 (fuzzyEngine.c:367)
3   libsystem_pthread.dylib         0x00007fff6926c109 _pthread_start + 148
4   libsystem_pthread.dylib         0x00007fff69267b8b thread_start + 15

Thread 15:
0   libsystem_kernel.dylib          0x00007fff691ab882 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff6926c425 _pthread_cond_wait + 698
2   fuzzyEngine.cpython-37m-darwin.so   0x000000010bd31f6b _worker + 171 (fuzzyEngine.c:367)
3   libsystem_pthread.dylib         0x00007fff6926c109 _pthread_start + 148
4   libsystem_pthread.dylib         0x00007fff69267b8b thread_start + 15

Thread 16:
0   libsystem_kernel.dylib          0x00007fff691ab882 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff6926c425 _pthread_cond_wait + 698
2   fuzzyEngine.cpython-37m-darwin.so   0x000000010bd31f6b _worker + 171 (fuzzyEngine.c:367)
3   libsystem_pthread.dylib         0x00007fff6926c109 _pthread_start + 148
4   libsystem_pthread.dylib         0x00007fff69267b8b thread_start + 15

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000100000000  rbx: 0x00007fbfa5575590  rcx: 0x0000000000000000  rdx: 0x0000000000000000
  rdi: 0x0000000000000000  rsi: 0x0000000000000016  rbp: 0x00007ffee4bfabd0  rsp: 0x00007ffee4bfaaf0
   r8: 0x0000000000000006   r9: 0x0000000000000003  r10: 0x0000700002a04000  r11: 0xffffffffffc152b0
  r12: 0x0000000000000000  r13: 0x00007fbf98018000  r14: 0x0000000000000000  r15: 0x00007fbf98018000
  rip: 0x000000010bd31113  rfl: 0x0000000000010246  cr2: 0x0000000100000018

Logical CPU:     2
Error Code:      0x00000004 (no mapping for user data read)
Trap Number:     14

Binary Images:
       0x10affe000 -        0x10affffff +org.python.python (3.7.7 - 3.7.7) <9BB83026-A8FB-3729-9EAD-51515C0E65D0> /usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7/Resources/Python.app/Contents/MacOS/Python
       0x10b006000 -        0x10b189ff7 +org.python.python (3.7.7, [c] 2001-2019 Python Software Foundation. - 3.7.7) <CF8C2BF9-3901-3F78-8AB1-24B17DD46724> /usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7/Python
       0x10b491000 -        0x10b492fff +_heapq.cpython-37m-darwin.so (0) <E2F49CC0-B6E0-3437-B055-9C4AF522D939> /usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_heapq.cpython-37m-darwin.so
       0x10b5d8000 -        0x10b5dcff3 +math.cpython-37m-darwin.so (0) <2C8E657B-4446-3844-B549-0F4DB5F5C351> /usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/math.cpython-37m-darwin.so
       0x10b5e3000 -        0x10b5eeffb +_datetime.cpython-37m-darwin.so (0) <6EC669D9-CA77-3C3C-808A-CF23B74EB19A> /usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_datetime.cpython-37m-darwin.so
       0x10b5f7000 -        0x10b5fafff +_struct.cpython-37m-darwin.so (0) <4171BD07-989E-353C-820D-9F8BA813EFD2> /usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_struct.cpython-37m-darwin.so
       0x10b601000 -        0x10b619ffb +_cmsgpack.cpython-37m-darwin.so (0) <1609FD79-EFC4-350D-8BEA-8376C1A7191C> /usr/local/lib/python3.7/site-packages/msgpack/_cmsgpack.cpython-37m-darwin.so
       0x10b66d000 -        0x10b675ffb +_socket.cpython-37m-darwin.so (0) <132B2171-C425-3139-B7FF-79C3DAB3CDF0> /usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_socket.cpython-37m-darwin.so
       0x10b681000 -        0x10b683fff +select.cpython-37m-darwin.so (0) <048BD53F-21B5-3BC2-9696-EBDA8C796C53> /usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/select.cpython-37m-darwin.so
       0x10b6c9000 -        0x10b6cafff +_posixsubprocess.cpython-37m-darwin.so (0) <D75D7192-18DF-3465-BF8C-AB9CC8678AF1> /usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_posixsubprocess.cpython-37m-darwin.so
       0x10b6ce000 -        0x10b6dbfff +_ssl.cpython-37m-darwin.so (0) <15B2E6E2-B06C-34FE-BDAC-13EB1BAE7582> /usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_ssl.cpython-37m-darwin.so
       0x10b6ea000 -        0x10b739fff +libssl.1.1.dylib (0) <CB98AFA7-D014-3D75-80FD-84EEB607EC1A> /usr/local/opt/openssl@1.1/lib/libssl.1.1.dylib
       0x10b762000 -        0x10b8fcc2f +libcrypto.1.1.dylib (0) <9D836867-F469-3417-97DC-31B074FCB6F4> /usr/local/opt/openssl@1.1/lib/libcrypto.1.1.dylib
       0x10b9cf000 -        0x10b9d2ff7 +binascii.cpython-37m-darwin.so (0) <8B08F4CA-677D-3433-A6B1-51EC47E46AE0> /usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/binascii.cpython-37m-darwin.so
       0x10ba17000 -        0x10ba17fff +_opcode.cpython-37m-darwin.so (0) <1B368B19-685C-3521-8617-6A2D5D506088> /usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_opcode.cpython-37m-darwin.so
       0x10ba5b000 -        0x10ba5bfff +_contextvars.cpython-37m-darwin.so (0) <0A57AD35-9696-32A0-9625-20DE748D4270> /usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_contextvars.cpython-37m-darwin.so
       0x10ba5f000 -        0x10ba64fff +_asyncio.cpython-37m-darwin.so (0) <AA4B1BE4-B295-356A-B0A2-60AA38306CBB> /usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_asyncio.cpython-37m-darwin.so
       0x10baee000 -        0x10baf1ff3 +greenlet.cpython-37m-darwin.so (0) <0CFC96E8-1E19-320A-B4CD-F6162057AF99> /usr/local/lib/python3.7/site-packages/greenlet.cpython-37m-darwin.so
       0x10bc36000 -        0x10bc3bfff +_json.cpython-37m-darwin.so (0) <A16EB964-F4E8-3E51-B03F-64349CD6803B> /usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_json.cpython-37m-darwin.so
       0x10bc80000 -        0x10bc8cffb +_pickle.cpython-37m-darwin.so (0) <629740D9-66EF-3FC5-A6E9-DCBF83335CEF> /usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_pickle.cpython-37m-darwin.so
       0x10bc97000 -        0x10bc9cffb +array.cpython-37m-darwin.so (0) <B792199A-07E5-3469-9B0B-DCA95D4873A1> /usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/array.cpython-37m-darwin.so
       0x10bd24000 -        0x10bd25fff +_queue.cpython-37m-darwin.so (0) <48C4453F-AF5E-30EF-B482-02C1CE001FE2> /usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_queue.cpython-37m-darwin.so
       0x10bd29000 -        0x10bd32ff7 +fuzzyEngine.cpython-37m-darwin.so (0) <33A2C055-C800-363A-BF53-85F860B6D9EB> /Users/USER/*/fuzzyEngine.cpython-37m-darwin.so
       0x10bd38000 -        0x10bd3cff3 +fuzzyMatchC.cpython-37m-darwin.so (0) <7BB03C49-CB61-3AEF-BA8C-00F05186674C> /Users/USER/*/fuzzyMatchC.cpython-37m-darwin.so
       0x1146fa000 -        0x11478beff  dyld (750.5) <E4698FBD-806A-3396-B279-E685BA37430B> /usr/lib/dyld
    0x7fff2efe9000 -     0x7fff2f468ffb  com.apple.CoreFoundation (6.9 - 1676.105) <6AF8B3CC-BC3F-3869-B9FB-1D881422364E> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff65b77000 -     0x7fff65b79ff7  libDiagnosticMessagesClient.dylib (112) <27220E98-6CE2-33E3-BD48-3CC3CE4AA036> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff6604d000 -     0x7fff6604efff  libSystem.B.dylib (1281.100.1) <B6FDA8A9-3D2B-3BD5-B5B0-57D311C0FF3D> /usr/lib/libSystem.B.dylib
    0x7fff66333000 -     0x7fff66385fff  libc++.1.dylib (902.1) <AD0805FE-F98B-3E2F-B072-83782B22DAC9> /usr/lib/libc++.1.dylib
    0x7fff66386000 -     0x7fff6639bffb  libc++abi.dylib (902) <771E9263-E832-3985-9477-8F1B2D73B771> /usr/lib/libc++abi.dylib
    0x7fff66e05000 -     0x7fff66e07fff  libfakelink.dylib (149.1) <122F530F-F10E-3DD5-BBEA-91796BE583F3> /usr/lib/libfakelink.dylib
    0x7fff66f17000 -     0x7fff6716efff  libicucore.A.dylib (64260.0.1) <7B9204AC-EA14-3FF3-B6B9-4C85B37EED79> /usr/lib/libicucore.A.dylib
    0x7fff67ead000 -     0x7fff67ee0fde  libobjc.A.dylib (787.1) <CA836D3E-4595-33F1-B70C-7E39A3FBBE16> /usr/lib/libobjc.A.dylib
    0x7fff68589000 -     0x7fff6859bff3  libz.1.dylib (76) <DB120508-3BED-37A8-B439-5235EAB4618A> /usr/lib/libz.1.dylib
    0x7fff68e49000 -     0x7fff68e4eff3  libcache.dylib (83) <A5ECC751-A681-30D8-B33C-D192C15D25C8> /usr/lib/system/libcache.dylib
    0x7fff68e4f000 -     0x7fff68e5afff  libcommonCrypto.dylib (60165.120.1) <C321A74A-AA91-3785-BEBF-BEDC6975026C> /usr/lib/system/libcommonCrypto.dylib
    0x7fff68e5b000 -     0x7fff68e62fff  libcompiler_rt.dylib (101.2) <652A6012-7E5C-3F4F-9438-86BC094526F3> /usr/lib/system/libcompiler_rt.dylib
    0x7fff68e63000 -     0x7fff68e6cff7  libcopyfile.dylib (166.40.1) <40113A69-A81C-3397-ADC6-1D16B9A22C3E> /usr/lib/system/libcopyfile.dylib
    0x7fff68e6d000 -     0x7fff68efffe3  libcorecrypto.dylib (866.120.3) <5E4B0E50-24DD-3E04-9374-EDA9FFD6257B> /usr/lib/system/libcorecrypto.dylib
    0x7fff6900c000 -     0x7fff6904cff0  libdispatch.dylib (1173.100.2) <201EDBF3-0B36-31BA-A7CB-443CE35C05D4> /usr/lib/system/libdispatch.dylib
    0x7fff6904d000 -     0x7fff69083fff  libdyld.dylib (750.5) <7E711A46-5E4D-393C-AEA6-440E2A5CCD0C> /usr/lib/system/libdyld.dylib
    0x7fff69084000 -     0x7fff69084ffb  libkeymgr.dylib (30) <52662CAA-DB1F-30A3-BE13-D6274B1A6D7B> /usr/lib/system/libkeymgr.dylib
    0x7fff69092000 -     0x7fff69092ff7  liblaunch.dylib (1738.120.8) <07CF647B-F9DC-3907-AD98-2F85FCB34A72> /usr/lib/system/liblaunch.dylib
    0x7fff69093000 -     0x7fff69098ff7  libmacho.dylib (959.0.1) <D91DFF00-E22F-3796-8A1C-4C1F5F8FA03C> /usr/lib/system/libmacho.dylib
    0x7fff69099000 -     0x7fff6909bff3  libquarantine.dylib (110.40.3) <D3B7D02C-7646-3FB4-8529-B36DCC2419EA> /usr/lib/system/libquarantine.dylib
    0x7fff6909c000 -     0x7fff6909dff7  libremovefile.dylib (48) <B5E88D9B-C2BE-3496-BBB2-C996317E18A3> /usr/lib/system/libremovefile.dylib
    0x7fff6909e000 -     0x7fff690b5ff3  libsystem_asl.dylib (377.60.2) <1170348D-2491-33F1-AA79-E2A05B4A287C> /usr/lib/system/libsystem_asl.dylib
    0x7fff690b6000 -     0x7fff690b6ff7  libsystem_blocks.dylib (74) <7AFBCAA6-81BE-36C3-8DB0-AAE0A4ACE4C5> /usr/lib/system/libsystem_blocks.dylib
    0x7fff690b7000 -     0x7fff6913efff  libsystem_c.dylib (1353.100.2) <935DDCE9-4ED0-3F79-A05A-A123DDE399CC> /usr/lib/system/libsystem_c.dylib
    0x7fff6913f000 -     0x7fff69142ffb  libsystem_configuration.dylib (1061.120.2) <EA9BC2B1-5001-3463-9FAF-39FF61CAC87C> /usr/lib/system/libsystem_configuration.dylib
    0x7fff69143000 -     0x7fff69146fff  libsystem_coreservices.dylib (114) <3D0A3AA8-8415-37B2-AAE3-66C03BCE8B55> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff69147000 -     0x7fff6914ffff  libsystem_darwin.dylib (1353.100.2) <6EEC9975-EE3B-3C95-AA5B-030FD10587BC> /usr/lib/system/libsystem_darwin.dylib
    0x7fff69150000 -     0x7fff69157fff  libsystem_dnssd.dylib (1096.100.3) <0115092A-E61B-317D-8670-41C7C34B1A82> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff69158000 -     0x7fff69159ffb  libsystem_featureflags.dylib (17) <AFDB5095-0472-34AC-BA7E-497921BF030A> /usr/lib/system/libsystem_featureflags.dylib
    0x7fff6915a000 -     0x7fff691a7ff7  libsystem_info.dylib (538) <851693E9-C079-3547-AD41-353F8C248BE8> /usr/lib/system/libsystem_info.dylib
    0x7fff691a8000 -     0x7fff691d4ff7  libsystem_kernel.dylib (6153.121.2) <9F9902C9-A46F-3CA9-B7F9-5CCFE98FBF75> /usr/lib/system/libsystem_kernel.dylib
    0x7fff691d5000 -     0x7fff6921cfff  libsystem_m.dylib (3178) <436CFF76-6A99-36F2-A3B6-8D017396A050> /usr/lib/system/libsystem_m.dylib
    0x7fff6921d000 -     0x7fff69244fff  libsystem_malloc.dylib (283.100.6) <D4BA7DF2-57AC-33B0-B948-A688EE43C799> /usr/lib/system/libsystem_malloc.dylib
    0x7fff69245000 -     0x7fff69252ffb  libsystem_networkextension.dylib (1095.120.6) <6DE86DB0-8CD2-361E-BD6A-A34282B47847> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff69253000 -     0x7fff6925cff7  libsystem_notify.dylib (241.100.2) <7E9E2FC8-DF26-340C-B196-B81B11850C46> /usr/lib/system/libsystem_notify.dylib
    0x7fff6925d000 -     0x7fff69265fef  libsystem_platform.dylib (220.100.1) <736920EA-6AE0-3B1B-BBDA-7DCDF0C229DF> /usr/lib/system/libsystem_platform.dylib
    0x7fff69266000 -     0x7fff69270fff  libsystem_pthread.dylib (416.100.3) <77488669-19A3-3993-AD65-CA5377E2475A> /usr/lib/system/libsystem_pthread.dylib
    0x7fff69271000 -     0x7fff69275ff3  libsystem_sandbox.dylib (1217.120.7) <20C93D69-6452-3C82-9521-8AE54345C66F> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff69276000 -     0x7fff69278fff  libsystem_secinit.dylib (62.100.2) <E851113D-D5B1-3FB0-9D29-9C7647A71961> /usr/lib/system/libsystem_secinit.dylib
    0x7fff69279000 -     0x7fff69280ffb  libsystem_symptoms.dylib (1238.120.1) <25C3866B-004E-3621-9CD3-B1E9C4D887EB> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff69281000 -     0x7fff69297ff2  libsystem_trace.dylib (1147.120) <A1ED1D3A-5FAD-3559-A1D6-1BE4E1C5756A> /usr/lib/system/libsystem_trace.dylib
    0x7fff69299000 -     0x7fff6929eff7  libunwind.dylib (35.4) <253A12E2-F88F-3838-A666-C5306F833CB8> /usr/lib/system/libunwind.dylib
    0x7fff6929f000 -     0x7fff692d4ffe  libxpc.dylib (1738.120.8) <68D433B6-DCFF-385D-8620-F847FB7D4A5A> /usr/lib/system/libxpc.dylib

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

VM Region Summary:
ReadOnly portion of Libraries: Total=405.0M resident=0K(0%) swapped_out_or_unallocated=405.0M(100%)
Writable regions: Total=1.9G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.9G(100%)

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Kernel Alloc Once                    8K        1 
MALLOC                           256.1M       52 
MALLOC guard page                   24K        5 
MALLOC_MEDIUM (reserved)           1.6G       14         reserved VM address space (unallocated)
STACK GUARD                         68K       17 
Stack                             24.1M       18 
VM_ALLOCATE                       9216K       36 
__DATA                            2788K       72 
__DATA_CONST                       308K       23 
__LINKEDIT                       389.5M       26 
__OBJC_RO                         32.2M        1 
__OBJC_RW                         1892K        2 
__TEXT                            15.5M       68 
__UNICODE                          564K        1 
shared memory                       12K        3 
===========                     =======  ======= 
TOTAL                              2.4G      339 
TOTAL, minus reserved VM space   732.0M      339