Skip to content

pip3 aborts immediately on Catalina Release version #44996

@AngerM

Description

@AngerM
  • are reporting a bug others will be able to reproduce and not asking a question. If you're not sure or want to ask a question do so on our Discourse: https://discourse.brew.sh
  • ran a brew command and reproduced the problem with multiple formulae? If it's a problem with a single, official formula (not cask) please file this issue at Homebrew/homebrew-core: https://github.com/Homebrew/homebrew-core/issues/new/choose. If it's a brew cask problem please file this issue at https://github.com/Homebrew/homebrew-cask/issues/new/choose. If it's a tap (e.g. Homebrew/homebrew-php) problem please file this issue at the tap.
  • ran brew update and can still reproduce the problem?
  • ran brew doctor, fixed all issues and can still reproduce the problem?
  • ran brew config and brew doctor and included their output with your issue?

What you were trying to do (and why)

Installed python. Ran pip3. It aborts immediately

What happened (include command output)

$ pip3
[1]    18411 abort      pip3
Process:               Python [18411]
Path:                  /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/Resources/Python.app/Contents/MacOS/Python
Identifier:            Python
Version:               3.7.4 (3.7.4)
Code Type:             X86-64 (Native)
Parent Process:        zsh [3181]
Responsible:           iTerm2 [1179]
User ID:               502

Date/Time:             2019-10-07 19:43:10.246 -0700
OS Version:            Mac OS X 10.15 (19A583)
Report Version:        12
Bridge OS Version:     4.0 (17P572)
Anonymous UUID:        3F1EF115-42D7-7C64-332C-0161DF7917ED

Sleep/Wake UUID:       AD920BB2-3FEB-411C-9E3B-66F5316D54AD

Time Awake Since Boot: 1300 seconds
Time Since Wake:       360 seconds

System Integrity Protection: enabled

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

Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Application Specific Information:
/usr/lib/libcrypto.dylib
abort() called
Invalid dylib load. Clients should not load the unversioned libcrypto dylib as it does not have a stable ABI.

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	0x00007fff6ca3f47a __pthread_kill + 10
1   libsystem_pthread.dylib       	0x00007fff6cafc707 pthread_kill + 384
2   libsystem_c.dylib             	0x00007fff6c9c7a08 abort + 120
3   libcrypto.dylib               	0x00007fff6a351804 __report_load + 352
4   dyld                          	0x0000000116a2f635 ImageLoaderMachO::doModInitFunctions(ImageLoader::LinkContext const&) + 539
5   dyld                          	0x0000000116a2fa5a ImageLoaderMachO::doInitialization(ImageLoader::LinkContext const&) + 40
6   dyld                          	0x0000000116a2a933 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, char const*, ImageLoader::InitializerTimingList&, ImageLoader::UninitedUpwards&) + 493
7   dyld                          	0x0000000116a2969c ImageLoader::processInitializers(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&, ImageLoader::UninitedUpwards&) + 188
8   dyld                          	0x0000000116a2973c ImageLoader::runInitializers(ImageLoader::LinkContext const&, ImageLoader::InitializerTimingList&) + 82
9   dyld                          	0x0000000116a1bd87 dyld::runInitializers(ImageLoader*) + 82
10  dyld                          	0x0000000116a25767 dlopen_internal + 609
11  libdyld.dylib                 	0x00007fff6c8e0f6f dlopen + 171
12  _ctypes.cpython-37m-darwin.so 	0x000000010e1d2f7a py_dl_open + 147
13  org.python.python             	0x000000010cd3b34b _PyMethodDef_RawFastCallKeywords + 235
14  org.python.python             	0x000000010cd3a9d4 _PyCFunction_FastCallKeywords + 41
15  org.python.python             	0x000000010cdcf384 call_function + 628
16  org.python.python             	0x000000010cdc83fa _PyEval_EvalFrameDefault + 6922
17  org.python.python             	0x000000010cdcfbe5 _PyEval_EvalCodeWithName + 1698
18  org.python.python             	0x000000010cd3a614 _PyFunction_FastCallDict + 444
19  org.python.python             	0x000000010cd3b71b _PyObject_Call_Prepend + 131
20  org.python.python             	0x000000010cd78ade slot_tp_init + 80
21  org.python.python             	0x000000010cd7580a type_call + 172
22  org.python.python             	0x000000010cd3a84a _PyObject_FastCallKeywords + 358
23  org.python.python             	0x000000010cdcf3ea call_function + 730
24  org.python.python             	0x000000010cdc83fa _PyEval_EvalFrameDefault + 6922
25  org.python.python             	0x000000010cdcfbe5 _PyEval_EvalCodeWithName + 1698
26  org.python.python             	0x000000010cdc684d PyEval_EvalCode + 51
27  org.python.python             	0x000000010cdc42d7 builtin_exec + 563
28  org.python.python             	0x000000010cd3b086 _PyMethodDef_RawFastCallDict + 549
29  org.python.python             	0x000000010cd3a697 _PyCFunction_FastCallDict + 41
30  org.python.python             	0x000000010cdc872a _PyEval_EvalFrameDefault + 7738
31  org.python.python             	0x000000010cdcfbe5 _PyEval_EvalCodeWithName + 1698
32  org.python.python             	0x000000010cd3a99c _PyFunction_FastCallKeywords + 212
33  org.python.python             	0x000000010cdcf3f1 call_function + 737
34  org.python.python             	0x000000010cdc835f _PyEval_EvalFrameDefault + 6767
35  org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
36  org.python.python             	0x000000010cdcf3f1 call_function + 737
37  org.python.python             	0x000000010cdc8346 _PyEval_EvalFrameDefault + 6742
38  org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
39  org.python.python             	0x000000010cdcf3f1 call_function + 737
40  org.python.python             	0x000000010cdc83fa _PyEval_EvalFrameDefault + 6922
41  org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
42  org.python.python             	0x000000010cdcf3f1 call_function + 737
43  org.python.python             	0x000000010cdc83fa _PyEval_EvalFrameDefault + 6922
44  org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
45  org.python.python             	0x000000010cd3c156 object_vacall + 267
46  org.python.python             	0x000000010cd3c255 _PyObject_CallMethodIdObjArgs + 168
47  org.python.python             	0x000000010cde4423 PyImport_ImportModuleLevelObject + 1494
48  org.python.python             	0x000000010cdccf71 _PyEval_EvalFrameDefault + 26241
49  org.python.python             	0x000000010cdcfbe5 _PyEval_EvalCodeWithName + 1698
50  org.python.python             	0x000000010cdc684d PyEval_EvalCode + 51
51  org.python.python             	0x000000010cdc42d7 builtin_exec + 563
52  org.python.python             	0x000000010cd3b086 _PyMethodDef_RawFastCallDict + 549
53  org.python.python             	0x000000010cd3a697 _PyCFunction_FastCallDict + 41
54  org.python.python             	0x000000010cdc872a _PyEval_EvalFrameDefault + 7738
55  org.python.python             	0x000000010cdcfbe5 _PyEval_EvalCodeWithName + 1698
56  org.python.python             	0x000000010cd3a99c _PyFunction_FastCallKeywords + 212
57  org.python.python             	0x000000010cdcf3f1 call_function + 737
58  org.python.python             	0x000000010cdc835f _PyEval_EvalFrameDefault + 6767
59  org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
60  org.python.python             	0x000000010cdcf3f1 call_function + 737
61  org.python.python             	0x000000010cdc8346 _PyEval_EvalFrameDefault + 6742
62  org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
63  org.python.python             	0x000000010cdcf3f1 call_function + 737
64  org.python.python             	0x000000010cdc83fa _PyEval_EvalFrameDefault + 6922
65  org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
66  org.python.python             	0x000000010cdcf3f1 call_function + 737
67  org.python.python             	0x000000010cdc83fa _PyEval_EvalFrameDefault + 6922
68  org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
69  org.python.python             	0x000000010cd3c156 object_vacall + 267
70  org.python.python             	0x000000010cd3c255 _PyObject_CallMethodIdObjArgs + 168
71  org.python.python             	0x000000010cde4423 PyImport_ImportModuleLevelObject + 1494
72  org.python.python             	0x000000010cdccf71 _PyEval_EvalFrameDefault + 26241
73  org.python.python             	0x000000010cdcfbe5 _PyEval_EvalCodeWithName + 1698
74  org.python.python             	0x000000010cdc684d PyEval_EvalCode + 51
75  org.python.python             	0x000000010cdc42d7 builtin_exec + 563
76  org.python.python             	0x000000010cd3b086 _PyMethodDef_RawFastCallDict + 549
77  org.python.python             	0x000000010cd3a697 _PyCFunction_FastCallDict + 41
78  org.python.python             	0x000000010cdc872a _PyEval_EvalFrameDefault + 7738
79  org.python.python             	0x000000010cdcfbe5 _PyEval_EvalCodeWithName + 1698
80  org.python.python             	0x000000010cd3a99c _PyFunction_FastCallKeywords + 212
81  org.python.python             	0x000000010cdcf3f1 call_function + 737
82  org.python.python             	0x000000010cdc835f _PyEval_EvalFrameDefault + 6767
83  org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
84  org.python.python             	0x000000010cdcf3f1 call_function + 737
85  org.python.python             	0x000000010cdc8346 _PyEval_EvalFrameDefault + 6742
86  org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
87  org.python.python             	0x000000010cdcf3f1 call_function + 737
88  org.python.python             	0x000000010cdc83fa _PyEval_EvalFrameDefault + 6922
89  org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
90  org.python.python             	0x000000010cdcf3f1 call_function + 737
91  org.python.python             	0x000000010cdc83fa _PyEval_EvalFrameDefault + 6922
92  org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
93  org.python.python             	0x000000010cd3c156 object_vacall + 267
94  org.python.python             	0x000000010cd3c255 _PyObject_CallMethodIdObjArgs + 168
95  org.python.python             	0x000000010cde4423 PyImport_ImportModuleLevelObject + 1494
96  org.python.python             	0x000000010cdccf71 _PyEval_EvalFrameDefault + 26241
97  org.python.python             	0x000000010cdcfbe5 _PyEval_EvalCodeWithName + 1698
98  org.python.python             	0x000000010cdc684d PyEval_EvalCode + 51
99  org.python.python             	0x000000010cdc42d7 builtin_exec + 563
100 org.python.python             	0x000000010cd3b086 _PyMethodDef_RawFastCallDict + 549
101 org.python.python             	0x000000010cd3a697 _PyCFunction_FastCallDict + 41
102 org.python.python             	0x000000010cdc872a _PyEval_EvalFrameDefault + 7738
103 org.python.python             	0x000000010cdcfbe5 _PyEval_EvalCodeWithName + 1698
104 org.python.python             	0x000000010cd3a99c _PyFunction_FastCallKeywords + 212
105 org.python.python             	0x000000010cdcf3f1 call_function + 737
106 org.python.python             	0x000000010cdc835f _PyEval_EvalFrameDefault + 6767
107 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
108 org.python.python             	0x000000010cdcf3f1 call_function + 737
109 org.python.python             	0x000000010cdc8346 _PyEval_EvalFrameDefault + 6742
110 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
111 org.python.python             	0x000000010cdcf3f1 call_function + 737
112 org.python.python             	0x000000010cdc83fa _PyEval_EvalFrameDefault + 6922
113 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
114 org.python.python             	0x000000010cdcf3f1 call_function + 737
115 org.python.python             	0x000000010cdc83fa _PyEval_EvalFrameDefault + 6922
116 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
117 org.python.python             	0x000000010cd3c156 object_vacall + 267
118 org.python.python             	0x000000010cd3c255 _PyObject_CallMethodIdObjArgs + 168
119 org.python.python             	0x000000010cde4423 PyImport_ImportModuleLevelObject + 1494
120 org.python.python             	0x000000010cdccf71 _PyEval_EvalFrameDefault + 26241
121 org.python.python             	0x000000010cdcfbe5 _PyEval_EvalCodeWithName + 1698
122 org.python.python             	0x000000010cdc684d PyEval_EvalCode + 51
123 org.python.python             	0x000000010cdc42d7 builtin_exec + 563
124 org.python.python             	0x000000010cd3b086 _PyMethodDef_RawFastCallDict + 549
125 org.python.python             	0x000000010cd3a697 _PyCFunction_FastCallDict + 41
126 org.python.python             	0x000000010cdc872a _PyEval_EvalFrameDefault + 7738
127 org.python.python             	0x000000010cdcfbe5 _PyEval_EvalCodeWithName + 1698
128 org.python.python             	0x000000010cd3a99c _PyFunction_FastCallKeywords + 212
129 org.python.python             	0x000000010cdcf3f1 call_function + 737
130 org.python.python             	0x000000010cdc835f _PyEval_EvalFrameDefault + 6767
131 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
132 org.python.python             	0x000000010cdcf3f1 call_function + 737
133 org.python.python             	0x000000010cdc8346 _PyEval_EvalFrameDefault + 6742
134 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
135 org.python.python             	0x000000010cdcf3f1 call_function + 737
136 org.python.python             	0x000000010cdc83fa _PyEval_EvalFrameDefault + 6922
137 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
138 org.python.python             	0x000000010cdcf3f1 call_function + 737
139 org.python.python             	0x000000010cdc83fa _PyEval_EvalFrameDefault + 6922
140 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
141 org.python.python             	0x000000010cd3c156 object_vacall + 267
142 org.python.python             	0x000000010cd3c255 _PyObject_CallMethodIdObjArgs + 168
143 org.python.python             	0x000000010cde4423 PyImport_ImportModuleLevelObject + 1494
144 org.python.python             	0x000000010cdccf71 _PyEval_EvalFrameDefault + 26241
145 org.python.python             	0x000000010cdcfbe5 _PyEval_EvalCodeWithName + 1698
146 org.python.python             	0x000000010cdc684d PyEval_EvalCode + 51
147 org.python.python             	0x000000010cdc42d7 builtin_exec + 563
148 org.python.python             	0x000000010cd3b086 _PyMethodDef_RawFastCallDict + 549
149 org.python.python             	0x000000010cd3a697 _PyCFunction_FastCallDict + 41
150 org.python.python             	0x000000010cdc872a _PyEval_EvalFrameDefault + 7738
151 org.python.python             	0x000000010cdcfbe5 _PyEval_EvalCodeWithName + 1698
152 org.python.python             	0x000000010cd3a99c _PyFunction_FastCallKeywords + 212
153 org.python.python             	0x000000010cdcf3f1 call_function + 737
154 org.python.python             	0x000000010cdc835f _PyEval_EvalFrameDefault + 6767
155 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
156 org.python.python             	0x000000010cdcf3f1 call_function + 737
157 org.python.python             	0x000000010cdc8346 _PyEval_EvalFrameDefault + 6742
158 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
159 org.python.python             	0x000000010cdcf3f1 call_function + 737
160 org.python.python             	0x000000010cdc83fa _PyEval_EvalFrameDefault + 6922
161 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
162 org.python.python             	0x000000010cdcf3f1 call_function + 737
163 org.python.python             	0x000000010cdc83fa _PyEval_EvalFrameDefault + 6922
164 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
165 org.python.python             	0x000000010cd3c156 object_vacall + 267
166 org.python.python             	0x000000010cd3c255 _PyObject_CallMethodIdObjArgs + 168
167 org.python.python             	0x000000010cde4423 PyImport_ImportModuleLevelObject + 1494
168 org.python.python             	0x000000010cdccf71 _PyEval_EvalFrameDefault + 26241
169 org.python.python             	0x000000010cdcfbe5 _PyEval_EvalCodeWithName + 1698
170 org.python.python             	0x000000010cdc684d PyEval_EvalCode + 51
171 org.python.python             	0x000000010cdc42d7 builtin_exec + 563
172 org.python.python             	0x000000010cd3b086 _PyMethodDef_RawFastCallDict + 549
173 org.python.python             	0x000000010cd3a697 _PyCFunction_FastCallDict + 41
174 org.python.python             	0x000000010cdc872a _PyEval_EvalFrameDefault + 7738
175 org.python.python             	0x000000010cdcfbe5 _PyEval_EvalCodeWithName + 1698
176 org.python.python             	0x000000010cd3a99c _PyFunction_FastCallKeywords + 212
177 org.python.python             	0x000000010cdcf3f1 call_function + 737
178 org.python.python             	0x000000010cdc835f _PyEval_EvalFrameDefault + 6767
179 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
180 org.python.python             	0x000000010cdcf3f1 call_function + 737
181 org.python.python             	0x000000010cdc8346 _PyEval_EvalFrameDefault + 6742
182 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
183 org.python.python             	0x000000010cdcf3f1 call_function + 737
184 org.python.python             	0x000000010cdc83fa _PyEval_EvalFrameDefault + 6922
185 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
186 org.python.python             	0x000000010cdcf3f1 call_function + 737
187 org.python.python             	0x000000010cdc83fa _PyEval_EvalFrameDefault + 6922
188 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
189 org.python.python             	0x000000010cd3c156 object_vacall + 267
190 org.python.python             	0x000000010cd3c255 _PyObject_CallMethodIdObjArgs + 168
191 org.python.python             	0x000000010cde4423 PyImport_ImportModuleLevelObject + 1494
192 org.python.python             	0x000000010cdc3892 builtin___import__ + 122
193 org.python.python             	0x000000010cd3ac76 PyCFunction_Call + 208
194 org.python.python             	0x000000010cdc872a _PyEval_EvalFrameDefault + 7738
195 org.python.python             	0x000000010cdcfbe5 _PyEval_EvalCodeWithName + 1698
196 org.python.python             	0x000000010cd3a99c _PyFunction_FastCallKeywords + 212
197 org.python.python             	0x000000010cdcf3f1 call_function + 737
198 org.python.python             	0x000000010cdc83fa _PyEval_EvalFrameDefault + 6922
199 org.python.python             	0x000000010cdcfbe5 _PyEval_EvalCodeWithName + 1698
200 org.python.python             	0x000000010cd3a614 _PyFunction_FastCallDict + 444
201 org.python.python             	0x000000010cd3c156 object_vacall + 267
202 org.python.python             	0x000000010cd3c255 _PyObject_CallMethodIdObjArgs + 168
203 org.python.python             	0x000000010cde453f PyImport_ImportModuleLevelObject + 1778
204 org.python.python             	0x000000010cdccf71 _PyEval_EvalFrameDefault + 26241
205 org.python.python             	0x000000010cdcfbe5 _PyEval_EvalCodeWithName + 1698
206 org.python.python             	0x000000010cdc684d PyEval_EvalCode + 51
207 org.python.python             	0x000000010cdc42d7 builtin_exec + 563
208 org.python.python             	0x000000010cd3b086 _PyMethodDef_RawFastCallDict + 549
209 org.python.python             	0x000000010cd3a697 _PyCFunction_FastCallDict + 41
210 org.python.python             	0x000000010cdc872a _PyEval_EvalFrameDefault + 7738
211 org.python.python             	0x000000010cdcfbe5 _PyEval_EvalCodeWithName + 1698
212 org.python.python             	0x000000010cd3a99c _PyFunction_FastCallKeywords + 212
213 org.python.python             	0x000000010cdcf3f1 call_function + 737
214 org.python.python             	0x000000010cdc835f _PyEval_EvalFrameDefault + 6767
215 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
216 org.python.python             	0x000000010cdcf3f1 call_function + 737
217 org.python.python             	0x000000010cdc8346 _PyEval_EvalFrameDefault + 6742
218 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
219 org.python.python             	0x000000010cdcf3f1 call_function + 737
220 org.python.python             	0x000000010cdc83fa _PyEval_EvalFrameDefault + 6922
221 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
222 org.python.python             	0x000000010cdcf3f1 call_function + 737
223 org.python.python             	0x000000010cdc83fa _PyEval_EvalFrameDefault + 6922
224 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
225 org.python.python             	0x000000010cd3c156 object_vacall + 267
226 org.python.python             	0x000000010cd3c255 _PyObject_CallMethodIdObjArgs + 168
227 org.python.python             	0x000000010cde4423 PyImport_ImportModuleLevelObject + 1494
228 org.python.python             	0x000000010cdc3892 builtin___import__ + 122
229 org.python.python             	0x000000010cd3ac76 PyCFunction_Call + 208
230 org.python.python             	0x000000010cdc872a _PyEval_EvalFrameDefault + 7738
231 org.python.python             	0x000000010cdcfbe5 _PyEval_EvalCodeWithName + 1698
232 org.python.python             	0x000000010cd3a99c _PyFunction_FastCallKeywords + 212
233 org.python.python             	0x000000010cdcf3f1 call_function + 737
234 org.python.python             	0x000000010cdc83fa _PyEval_EvalFrameDefault + 6922
235 org.python.python             	0x000000010cdcfbe5 _PyEval_EvalCodeWithName + 1698
236 org.python.python             	0x000000010cd3a614 _PyFunction_FastCallDict + 444
237 org.python.python             	0x000000010cd3c156 object_vacall + 267
238 org.python.python             	0x000000010cd3c255 _PyObject_CallMethodIdObjArgs + 168
239 org.python.python             	0x000000010cde453f PyImport_ImportModuleLevelObject + 1778
240 org.python.python             	0x000000010cdccf71 _PyEval_EvalFrameDefault + 26241
241 org.python.python             	0x000000010cdcfbe5 _PyEval_EvalCodeWithName + 1698
242 org.python.python             	0x000000010cdc684d PyEval_EvalCode + 51
243 org.python.python             	0x000000010cdc42d7 builtin_exec + 563
244 org.python.python             	0x000000010cd3b086 _PyMethodDef_RawFastCallDict + 549
245 org.python.python             	0x000000010cd3a697 _PyCFunction_FastCallDict + 41
246 org.python.python             	0x000000010cdc872a _PyEval_EvalFrameDefault + 7738
247 org.python.python             	0x000000010cdcfbe5 _PyEval_EvalCodeWithName + 1698
248 org.python.python             	0x000000010cd3a99c _PyFunction_FastCallKeywords + 212
249 org.python.python             	0x000000010cdcf3f1 call_function + 737
250 org.python.python             	0x000000010cdc835f _PyEval_EvalFrameDefault + 6767
251 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
252 org.python.python             	0x000000010cdcf3f1 call_function + 737
253 org.python.python             	0x000000010cdc8346 _PyEval_EvalFrameDefault + 6742
254 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
255 org.python.python             	0x000000010cdcf3f1 call_function + 737
256 org.python.python             	0x000000010cdc83fa _PyEval_EvalFrameDefault + 6922
257 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
258 org.python.python             	0x000000010cdcf3f1 call_function + 737
259 org.python.python             	0x000000010cdc83fa _PyEval_EvalFrameDefault + 6922
260 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
261 org.python.python             	0x000000010cd3c156 object_vacall + 267
262 org.python.python             	0x000000010cd3c255 _PyObject_CallMethodIdObjArgs + 168
263 org.python.python             	0x000000010cde4423 PyImport_ImportModuleLevelObject + 1494
264 org.python.python             	0x000000010cdc3892 builtin___import__ + 122
265 org.python.python             	0x000000010cd3ac76 PyCFunction_Call + 208
266 org.python.python             	0x000000010cdc872a _PyEval_EvalFrameDefault + 7738
267 org.python.python             	0x000000010cdcfbe5 _PyEval_EvalCodeWithName + 1698
268 org.python.python             	0x000000010cd3a99c _PyFunction_FastCallKeywords + 212
269 org.python.python             	0x000000010cdcf3f1 call_function + 737
270 org.python.python             	0x000000010cdc83fa _PyEval_EvalFrameDefault + 6922
271 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
272 org.python.python             	0x000000010cdcf3f1 call_function + 737
273 org.python.python             	0x000000010cdc83fa _PyEval_EvalFrameDefault + 6922
274 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
275 org.python.python             	0x000000010cd3c156 object_vacall + 267
276 org.python.python             	0x000000010cd3c255 _PyObject_CallMethodIdObjArgs + 168
277 org.python.python             	0x000000010cde4423 PyImport_ImportModuleLevelObject + 1494
278 org.python.python             	0x000000010cdccf71 _PyEval_EvalFrameDefault + 26241
279 org.python.python             	0x000000010cdcfbe5 _PyEval_EvalCodeWithName + 1698
280 org.python.python             	0x000000010cdc684d PyEval_EvalCode + 51
281 org.python.python             	0x000000010cdc42d7 builtin_exec + 563
282 org.python.python             	0x000000010cd3b086 _PyMethodDef_RawFastCallDict + 549
283 org.python.python             	0x000000010cd3a697 _PyCFunction_FastCallDict + 41
284 org.python.python             	0x000000010cdc872a _PyEval_EvalFrameDefault + 7738
285 org.python.python             	0x000000010cdcfbe5 _PyEval_EvalCodeWithName + 1698
286 org.python.python             	0x000000010cd3a99c _PyFunction_FastCallKeywords + 212
287 org.python.python             	0x000000010cdcf3f1 call_function + 737
288 org.python.python             	0x000000010cdc835f _PyEval_EvalFrameDefault + 6767
289 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
290 org.python.python             	0x000000010cdcf3f1 call_function + 737
291 org.python.python             	0x000000010cdc8346 _PyEval_EvalFrameDefault + 6742
292 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
293 org.python.python             	0x000000010cdcf3f1 call_function + 737
294 org.python.python             	0x000000010cdc83fa _PyEval_EvalFrameDefault + 6922
295 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
296 org.python.python             	0x000000010cdcf3f1 call_function + 737
297 org.python.python             	0x000000010cdc83fa _PyEval_EvalFrameDefault + 6922
298 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
299 org.python.python             	0x000000010cd3c156 object_vacall + 267
300 org.python.python             	0x000000010cd3c255 _PyObject_CallMethodIdObjArgs + 168
301 org.python.python             	0x000000010cde4423 PyImport_ImportModuleLevelObject + 1494
302 org.python.python             	0x000000010cdc3892 builtin___import__ + 122
303 org.python.python             	0x000000010cd3ac76 PyCFunction_Call + 208
304 org.python.python             	0x000000010cdc872a _PyEval_EvalFrameDefault + 7738
305 org.python.python             	0x000000010cdcfbe5 _PyEval_EvalCodeWithName + 1698
306 org.python.python             	0x000000010cd3a99c _PyFunction_FastCallKeywords + 212
307 org.python.python             	0x000000010cdcf3f1 call_function + 737
308 org.python.python             	0x000000010cdc83fa _PyEval_EvalFrameDefault + 6922
309 org.python.python             	0x000000010cdcfbe5 _PyEval_EvalCodeWithName + 1698
310 org.python.python             	0x000000010cd3a614 _PyFunction_FastCallDict + 444
311 org.python.python             	0x000000010cd3c156 object_vacall + 267
312 org.python.python             	0x000000010cd3c255 _PyObject_CallMethodIdObjArgs + 168
313 org.python.python             	0x000000010cde453f PyImport_ImportModuleLevelObject + 1778
314 org.python.python             	0x000000010cdccf71 _PyEval_EvalFrameDefault + 26241
315 org.python.python             	0x000000010cdcfbe5 _PyEval_EvalCodeWithName + 1698
316 org.python.python             	0x000000010cdc684d PyEval_EvalCode + 51
317 org.python.python             	0x000000010cdc42d7 builtin_exec + 563
318 org.python.python             	0x000000010cd3b086 _PyMethodDef_RawFastCallDict + 549
319 org.python.python             	0x000000010cd3a697 _PyCFunction_FastCallDict + 41
320 org.python.python             	0x000000010cdc872a _PyEval_EvalFrameDefault + 7738
321 org.python.python             	0x000000010cdcfbe5 _PyEval_EvalCodeWithName + 1698
322 org.python.python             	0x000000010cd3a99c _PyFunction_FastCallKeywords + 212
323 org.python.python             	0x000000010cdcf3f1 call_function + 737
324 org.python.python             	0x000000010cdc835f _PyEval_EvalFrameDefault + 6767
325 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
326 org.python.python             	0x000000010cdcf3f1 call_function + 737
327 org.python.python             	0x000000010cdc8346 _PyEval_EvalFrameDefault + 6742
328 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
329 org.python.python             	0x000000010cdcf3f1 call_function + 737
330 org.python.python             	0x000000010cdc83fa _PyEval_EvalFrameDefault + 6922
331 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
332 org.python.python             	0x000000010cdcf3f1 call_function + 737
333 org.python.python             	0x000000010cdc83fa _PyEval_EvalFrameDefault + 6922
334 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
335 org.python.python             	0x000000010cd3c156 object_vacall + 267
336 org.python.python             	0x000000010cd3c255 _PyObject_CallMethodIdObjArgs + 168
337 org.python.python             	0x000000010cde4423 PyImport_ImportModuleLevelObject + 1494
338 org.python.python             	0x000000010cdc3892 builtin___import__ + 122
339 org.python.python             	0x000000010cd3ac76 PyCFunction_Call + 208
340 org.python.python             	0x000000010cdc872a _PyEval_EvalFrameDefault + 7738
341 org.python.python             	0x000000010cdcfbe5 _PyEval_EvalCodeWithName + 1698
342 org.python.python             	0x000000010cd3a99c _PyFunction_FastCallKeywords + 212
343 org.python.python             	0x000000010cdcf3f1 call_function + 737
344 org.python.python             	0x000000010cdc83fa _PyEval_EvalFrameDefault + 6922
345 org.python.python             	0x000000010cdcfbe5 _PyEval_EvalCodeWithName + 1698
346 org.python.python             	0x000000010cd3a614 _PyFunction_FastCallDict + 444
347 org.python.python             	0x000000010cd3c156 object_vacall + 267
348 org.python.python             	0x000000010cd3c255 _PyObject_CallMethodIdObjArgs + 168
349 org.python.python             	0x000000010cde453f PyImport_ImportModuleLevelObject + 1778
350 org.python.python             	0x000000010cdccf71 _PyEval_EvalFrameDefault + 26241
351 org.python.python             	0x000000010cdcfbe5 _PyEval_EvalCodeWithName + 1698
352 org.python.python             	0x000000010cdc684d PyEval_EvalCode + 51
353 org.python.python             	0x000000010cdc42d7 builtin_exec + 563
354 org.python.python             	0x000000010cd3b086 _PyMethodDef_RawFastCallDict + 549
355 org.python.python             	0x000000010cd3a697 _PyCFunction_FastCallDict + 41
356 org.python.python             	0x000000010cdc872a _PyEval_EvalFrameDefault + 7738
357 org.python.python             	0x000000010cdcfbe5 _PyEval_EvalCodeWithName + 1698
358 org.python.python             	0x000000010cd3a99c _PyFunction_FastCallKeywords + 212
359 org.python.python             	0x000000010cdcf3f1 call_function + 737
360 org.python.python             	0x000000010cdc835f _PyEval_EvalFrameDefault + 6767
361 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
362 org.python.python             	0x000000010cdcf3f1 call_function + 737
363 org.python.python             	0x000000010cdc8346 _PyEval_EvalFrameDefault + 6742
364 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
365 org.python.python             	0x000000010cdcf3f1 call_function + 737
366 org.python.python             	0x000000010cdc83fa _PyEval_EvalFrameDefault + 6922
367 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
368 org.python.python             	0x000000010cdcf3f1 call_function + 737
369 org.python.python             	0x000000010cdc83fa _PyEval_EvalFrameDefault + 6922
370 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
371 org.python.python             	0x000000010cd3c156 object_vacall + 267
372 org.python.python             	0x000000010cd3c255 _PyObject_CallMethodIdObjArgs + 168
373 org.python.python             	0x000000010cde4423 PyImport_ImportModuleLevelObject + 1494
374 org.python.python             	0x000000010cdccf71 _PyEval_EvalFrameDefault + 26241
375 org.python.python             	0x000000010cdcfbe5 _PyEval_EvalCodeWithName + 1698
376 org.python.python             	0x000000010cdc684d PyEval_EvalCode + 51
377 org.python.python             	0x000000010cdc42d7 builtin_exec + 563
378 org.python.python             	0x000000010cd3b086 _PyMethodDef_RawFastCallDict + 549
379 org.python.python             	0x000000010cd3a697 _PyCFunction_FastCallDict + 41
380 org.python.python             	0x000000010cdc872a _PyEval_EvalFrameDefault + 7738
381 org.python.python             	0x000000010cdcfbe5 _PyEval_EvalCodeWithName + 1698
382 org.python.python             	0x000000010cd3a99c _PyFunction_FastCallKeywords + 212
383 org.python.python             	0x000000010cdcf3f1 call_function + 737
384 org.python.python             	0x000000010cdc835f _PyEval_EvalFrameDefault + 6767
385 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
386 org.python.python             	0x000000010cdcf3f1 call_function + 737
387 org.python.python             	0x000000010cdc8346 _PyEval_EvalFrameDefault + 6742
388 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
389 org.python.python             	0x000000010cdcf3f1 call_function + 737
390 org.python.python             	0x000000010cdc83fa _PyEval_EvalFrameDefault + 6922
391 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
392 org.python.python             	0x000000010cdcf3f1 call_function + 737
393 org.python.python             	0x000000010cdc83fa _PyEval_EvalFrameDefault + 6922
394 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
395 org.python.python             	0x000000010cd3c156 object_vacall + 267
396 org.python.python             	0x000000010cd3c255 _PyObject_CallMethodIdObjArgs + 168
397 org.python.python             	0x000000010cde4423 PyImport_ImportModuleLevelObject + 1494
398 org.python.python             	0x000000010cdccf71 _PyEval_EvalFrameDefault + 26241
399 org.python.python             	0x000000010cdcfbe5 _PyEval_EvalCodeWithName + 1698
400 org.python.python             	0x000000010cdc684d PyEval_EvalCode + 51
401 org.python.python             	0x000000010cdc42d7 builtin_exec + 563
402 org.python.python             	0x000000010cd3b086 _PyMethodDef_RawFastCallDict + 549
403 org.python.python             	0x000000010cd3a697 _PyCFunction_FastCallDict + 41
404 org.python.python             	0x000000010cdc872a _PyEval_EvalFrameDefault + 7738
405 org.python.python             	0x000000010cdcfbe5 _PyEval_EvalCodeWithName + 1698
406 org.python.python             	0x000000010cd3a99c _PyFunction_FastCallKeywords + 212
407 org.python.python             	0x000000010cdcf3f1 call_function + 737
408 org.python.python             	0x000000010cdc835f _PyEval_EvalFrameDefault + 6767
409 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
410 org.python.python             	0x000000010cdcf3f1 call_function + 737
411 org.python.python             	0x000000010cdc8346 _PyEval_EvalFrameDefault + 6742
412 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
413 org.python.python             	0x000000010cdcf3f1 call_function + 737
414 org.python.python             	0x000000010cdc83fa _PyEval_EvalFrameDefault + 6922
415 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
416 org.python.python             	0x000000010cdcf3f1 call_function + 737
417 org.python.python             	0x000000010cdc83fa _PyEval_EvalFrameDefault + 6922
418 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
419 org.python.python             	0x000000010cd3c156 object_vacall + 267
420 org.python.python             	0x000000010cd3c255 _PyObject_CallMethodIdObjArgs + 168
421 org.python.python             	0x000000010cde4423 PyImport_ImportModuleLevelObject + 1494
422 org.python.python             	0x000000010cdccf71 _PyEval_EvalFrameDefault + 26241
423 org.python.python             	0x000000010cdcfbe5 _PyEval_EvalCodeWithName + 1698
424 org.python.python             	0x000000010cdc684d PyEval_EvalCode + 51
425 org.python.python             	0x000000010cdc42d7 builtin_exec + 563
426 org.python.python             	0x000000010cd3b086 _PyMethodDef_RawFastCallDict + 549
427 org.python.python             	0x000000010cd3a697 _PyCFunction_FastCallDict + 41
428 org.python.python             	0x000000010cdc872a _PyEval_EvalFrameDefault + 7738
429 org.python.python             	0x000000010cdcfbe5 _PyEval_EvalCodeWithName + 1698
430 org.python.python             	0x000000010cd3a99c _PyFunction_FastCallKeywords + 212
431 org.python.python             	0x000000010cdcf3f1 call_function + 737
432 org.python.python             	0x000000010cdc835f _PyEval_EvalFrameDefault + 6767
433 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
434 org.python.python             	0x000000010cdcf3f1 call_function + 737
435 org.python.python             	0x000000010cdc8346 _PyEval_EvalFrameDefault + 6742
436 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
437 org.python.python             	0x000000010cdcf3f1 call_function + 737
438 org.python.python             	0x000000010cdc83fa _PyEval_EvalFrameDefault + 6922
439 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
440 org.python.python             	0x000000010cdcf3f1 call_function + 737
441 org.python.python             	0x000000010cdc83fa _PyEval_EvalFrameDefault + 6922
442 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
443 org.python.python             	0x000000010cd3c156 object_vacall + 267
444 org.python.python             	0x000000010cd3c255 _PyObject_CallMethodIdObjArgs + 168
445 org.python.python             	0x000000010cde4423 PyImport_ImportModuleLevelObject + 1494
446 org.python.python             	0x000000010cdccf71 _PyEval_EvalFrameDefault + 26241
447 org.python.python             	0x000000010cdcfbe5 _PyEval_EvalCodeWithName + 1698
448 org.python.python             	0x000000010cdc684d PyEval_EvalCode + 51
449 org.python.python             	0x000000010cdc42d7 builtin_exec + 563
450 org.python.python             	0x000000010cd3b086 _PyMethodDef_RawFastCallDict + 549
451 org.python.python             	0x000000010cd3a697 _PyCFunction_FastCallDict + 41
452 org.python.python             	0x000000010cdc872a _PyEval_EvalFrameDefault + 7738
453 org.python.python             	0x000000010cdcfbe5 _PyEval_EvalCodeWithName + 1698
454 org.python.python             	0x000000010cd3a99c _PyFunction_FastCallKeywords + 212
455 org.python.python             	0x000000010cdcf3f1 call_function + 737
456 org.python.python             	0x000000010cdc835f _PyEval_EvalFrameDefault + 6767
457 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
458 org.python.python             	0x000000010cdcf3f1 call_function + 737
459 org.python.python             	0x000000010cdc8346 _PyEval_EvalFrameDefault + 6742
460 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
461 org.python.python             	0x000000010cdcf3f1 call_function + 737
462 org.python.python             	0x000000010cdc83fa _PyEval_EvalFrameDefault + 6922
463 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
464 org.python.python             	0x000000010cdcf3f1 call_function + 737
465 org.python.python             	0x000000010cdc83fa _PyEval_EvalFrameDefault + 6922
466 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
467 org.python.python             	0x000000010cd3c156 object_vacall + 267
468 org.python.python             	0x000000010cd3c255 _PyObject_CallMethodIdObjArgs + 168
469 org.python.python             	0x000000010cde4423 PyImport_ImportModuleLevelObject + 1494
470 org.python.python             	0x000000010cdccf71 _PyEval_EvalFrameDefault + 26241
471 org.python.python             	0x000000010cdcfbe5 _PyEval_EvalCodeWithName + 1698
472 org.python.python             	0x000000010cdc684d PyEval_EvalCode + 51
473 org.python.python             	0x000000010cdc42d7 builtin_exec + 563
474 org.python.python             	0x000000010cd3b086 _PyMethodDef_RawFastCallDict + 549
475 org.python.python             	0x000000010cd3a697 _PyCFunction_FastCallDict + 41
476 org.python.python             	0x000000010cdc872a _PyEval_EvalFrameDefault + 7738
477 org.python.python             	0x000000010cdcfbe5 _PyEval_EvalCodeWithName + 1698
478 org.python.python             	0x000000010cd3a99c _PyFunction_FastCallKeywords + 212
479 org.python.python             	0x000000010cdcf3f1 call_function + 737
480 org.python.python             	0x000000010cdc835f _PyEval_EvalFrameDefault + 6767
481 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
482 org.python.python             	0x000000010cdcf3f1 call_function + 737
483 org.python.python             	0x000000010cdc8346 _PyEval_EvalFrameDefault + 6742
484 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
485 org.python.python             	0x000000010cdcf3f1 call_function + 737
486 org.python.python             	0x000000010cdc83fa _PyEval_EvalFrameDefault + 6922
487 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
488 org.python.python             	0x000000010cdcf3f1 call_function + 737
489 org.python.python             	0x000000010cdc83fa _PyEval_EvalFrameDefault + 6922
490 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
491 org.python.python             	0x000000010cd3c156 object_vacall + 267
492 org.python.python             	0x000000010cd3c255 _PyObject_CallMethodIdObjArgs + 168
493 org.python.python             	0x000000010cde4423 PyImport_ImportModuleLevelObject + 1494
494 org.python.python             	0x000000010cdccf71 _PyEval_EvalFrameDefault + 26241
495 org.python.python             	0x000000010cdcfbe5 _PyEval_EvalCodeWithName + 1698
496 org.python.python             	0x000000010cdc684d PyEval_EvalCode + 51
497 org.python.python             	0x000000010cdc42d7 builtin_exec + 563
498 org.python.python             	0x000000010cd3b086 _PyMethodDef_RawFastCallDict + 549
499 org.python.python             	0x000000010cd3a697 _PyCFunction_FastCallDict + 41
500 org.python.python             	0x000000010cdc872a _PyEval_EvalFrameDefault + 7738
501 org.python.python             	0x000000010cdcfbe5 _PyEval_EvalCodeWithName + 1698
502 org.python.python             	0x000000010cd3a99c _PyFunction_FastCallKeywords + 212
503 org.python.python             	0x000000010cdcf3f1 call_function + 737
504 org.python.python             	0x000000010cdc835f _PyEval_EvalFrameDefault + 6767
505 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
506 org.python.python             	0x000000010cdcf3f1 call_function + 737
507 org.python.python             	0x000000010cdc8346 _PyEval_EvalFrameDefault + 6742
508 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106
509 org.python.python             	0x000000010cdcf3f1 call_function + 737
510 org.python.python             	0x000000010cdc83fa _PyEval_EvalFrameDefault + 6922
511 org.python.python             	0x000000010cd3ada8 function_code_fastcall + 106

Thread 1:: Dispatch queue: com.apple.CoreAnalytics::Client
0   libsystem_kernel.dylib        	0x00007fff6ca39146 mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff6ca396ac mach_msg + 60
2   libxpc.dylib                  	0x00007fff6cb5070a _xpc_pipe_routine + 356
3   libxpc.dylib                  	0x00007fff6cb508e0 xpc_pipe_routine_with_flags + 56
4   libxpc.dylib                  	0x00007fff6cb3530c _xpc_interface_routine + 175
5   libxpc.dylib                  	0x00007fff6cb44974 _xpc_look_up_endpoint + 191
6   libxpc.dylib                  	0x00007fff6cb385e2 _xpc_connection_bootstrap_look_up_slow + 368
7   libxpc.dylib                  	0x00007fff6cb3813d _xpc_connection_init + 371
8   libxpc.dylib                  	0x00007fff6cb37f9f _xpc_connection_activate_if_needed + 73
9   libxpc.dylib                  	0x00007fff6cb37f2a xpc_connection_resume + 64
10  com.apple.analyticsd          	0x00007fff4c7908ca void applesauce::dispatch::v1::async<void applesauce::dispatch::ManagedObject<CoreAnalytics::Client>::execute_wrapped<CoreAnalytics::Client::init()::$_1>(CoreAnalytics::Client::init()::$_1&&) const::'lambda'()>(dispatch_queue_s*, CoreAnalytics::Client::init()::$_1&&)::'lambda'(void*)::__invoke(void*) + 204
11  libdispatch.dylib             	0x00007fff6c8a04de _dispatch_client_callout + 8
12  libdispatch.dylib             	0x00007fff6c8a5a9e _dispatch_lane_serial_drain + 597
13  libdispatch.dylib             	0x00007fff6c8a6422 _dispatch_lane_invoke + 363
14  libdispatch.dylib             	0x00007fff6c8afaa1 _dispatch_workloop_worker_thread + 598
15  libsystem_pthread.dylib       	0x00007fff6caf9763 _pthread_wqthread + 290
16  libsystem_pthread.dylib       	0x00007fff6caf95c3 start_wqthread + 15

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000116addd40  rcx: 0x00007ffee2ecc908  rdx: 0x0000000000000000
  rdi: 0x0000000000000307  rsi: 0x0000000000000006  rbp: 0x00007ffee2ecc930  rsp: 0x00007ffee2ecc908
   r8: 0x0000000000000075   r9: 0x000000000000001c  r10: 0x0000000000000000  r11: 0x0000000000000246
  r12: 0x0000000000000307  r13: 0x00007fff993afbf0  r14: 0x0000000000000006  r15: 0x0000000000000016
  rip: 0x00007fff6ca3f47a  rfl: 0x0000000000000246  cr2: 0x00007fff993afd68
  
Logical CPU:     0
Error Code:      0x02000148
Trap Number:     133


Binary Images:
       0x10cd18000 -        0x10cd19fff +org.python.python (3.7.4 - 3.7.4) <43587B07-6BFE-3A0D-9C2A-37AE819BFE6C> /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/Resources/Python.app/Contents/MacOS/Python
       0x10cd21000 -        0x10cea3ff7 +org.python.python (3.7.4, [c] 2001-2019 Python Software Foundation. - 3.7.4) <90374E43-5686-3BFE-8EC6-1AF0AE7A524D> /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/Python
       0x10d276000 -        0x10d277fff +_heapq.cpython-37m-darwin.so (0) <BD0337AB-CDAE-349D-AFF6-7ABB71C01BDE> /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_heapq.cpython-37m-darwin.so
       0x10d361000 -        0x10d364fff +zlib.cpython-37m-darwin.so (0) <EAC395A0-C0DE-3511-B8CF-A26C04EB1D1B> /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/zlib.cpython-37m-darwin.so
       0x10d3ea000 -        0x10d3ebfff +_bz2.cpython-37m-darwin.so (0) <7B1B1DF4-F53F-396F-BAE8-56A63089C376> /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_bz2.cpython-37m-darwin.so
       0x10d3f0000 -        0x10d3f3ff7 +_lzma.cpython-37m-darwin.so (0) <3A64241D-3F54-3997-8E80-F0243B78BBE3> /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_lzma.cpython-37m-darwin.so
       0x10d3f9000 -        0x10d414ff3 +liblzma.5.dylib (0) <D5E25B2B-6DFB-3233-850B-65F488A14688> /usr/local/opt/xz/lib/liblzma.5.dylib
       0x10d41a000 -        0x10d41bfff +grp.cpython-37m-darwin.so (0) <58AB3958-4FEE-30C1-B7E8-51E21430D11D> /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/grp.cpython-37m-darwin.so
       0x10d41f000 -        0x10d422fff +_struct.cpython-37m-darwin.so (0) <7498ACF9-AB19-3D21-B79D-59322C5D8B6B> /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_struct.cpython-37m-darwin.so
       0x10d429000 -        0x10d42cff7 +binascii.cpython-37m-darwin.so (0) <5C9EA6BA-B339-3E61-8134-3DB53774CE36> /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/binascii.cpython-37m-darwin.so
       0x10d4ba000 -        0x10d4bbfff +_posixsubprocess.cpython-37m-darwin.so (0) <7DA12ABC-66C9-3166-9EA0-94ADFE10B790> /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_posixsubprocess.cpython-37m-darwin.so
       0x10d4bf000 -        0x10d4c1fff +select.cpython-37m-darwin.so (0) <5239FFCF-6B3D-33C9-8945-34266BE43AA4> /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/select.cpython-37m-darwin.so
       0x10d4c7000 -        0x10d4cbff3 +math.cpython-37m-darwin.so (0) <4EFBB237-EFF5-3F46-B38A-AFCF891DD743> /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/math.cpython-37m-darwin.so
       0x10d512000 -        0x10d51dfff +_datetime.cpython-37m-darwin.so (0) <0EAD7E68-B417-3170-8767-AB19AD2F53F5> /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_datetime.cpython-37m-darwin.so
       0x10d526000 -        0x10d545ffb +pyexpat.cpython-37m-darwin.so (0) <2EF20A60-BC06-3FAE-B4C5-EB783B91E957> /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/pyexpat.cpython-37m-darwin.so
       0x10d5d1000 -        0x10d5d4fff +_hashlib.cpython-37m-darwin.so (0) <28C035D4-C1AC-3A8B-9BF5-2FF4A6442AE6> /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_hashlib.cpython-37m-darwin.so
       0x10d5d9000 -        0x10d627fff +libssl.1.1.dylib (0) <6E8C5906-2EB3-3F95-9B6D-2C509049EF4C> /usr/local/opt/openssl@1.1/lib/libssl.1.1.dylib
       0x10d650000 -        0x10d7eb917 +libcrypto.1.1.dylib (0) <67579E42-401A-3775-B5C6-518E58CC8032> /usr/local/opt/openssl@1.1/lib/libcrypto.1.1.dylib
       0x10d87d000 -        0x10d882ffb +_blake2.cpython-37m-darwin.so (0) <A6E3EA40-637F-3F1C-8C3D-956CE33746B7> /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_blake2.cpython-37m-darwin.so
       0x10d887000 -        0x10d897fff +_sha3.cpython-37m-darwin.so (0) <FA854643-F92D-33EB-A3A8-E8657DEC10F2> /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_sha3.cpython-37m-darwin.so
       0x10d89d000 -        0x10d89dfff +_bisect.cpython-37m-darwin.so (0) <8AFFD4CF-147F-3381-8A1F-AB226B5AC136> /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_bisect.cpython-37m-darwin.so
       0x10d8a1000 -        0x10d8a2ffb +_random.cpython-37m-darwin.so (0) <BD1E4A35-B765-3385-99E1-78CA09EAB61E> /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_random.cpython-37m-darwin.so
       0x10d8a6000 -        0x10d8aeffb +_socket.cpython-37m-darwin.so (0) <E417EE8B-2306-310D-BCC4-F9A4E7B06E2B> /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_socket.cpython-37m-darwin.so
       0x10d97a000 -        0x10d97afff +_opcode.cpython-37m-darwin.so (0) <EE172C39-4277-362F-819D-202C312FE8C1> /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_opcode.cpython-37m-darwin.so
       0x10dcd2000 -        0x10dcdffff +_ssl.cpython-37m-darwin.so (0) <CD609E83-B3AA-392A-83E6-299E21E72365> /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_ssl.cpython-37m-darwin.so
       0x10dd6e000 -        0x10dd6ffff +_queue.cpython-37m-darwin.so (0) <83961FEC-4C62-361B-9AE0-52ADD7449B47> /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_queue.cpython-37m-darwin.so
       0x10e1b3000 -        0x10e1bfffb +_pickle.cpython-37m-darwin.so (0) <C5E40D84-43D1-3C89-BF5F-839B3076DC54> /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_pickle.cpython-37m-darwin.so
       0x10e1ca000 -        0x10e1d9fff +_ctypes.cpython-37m-darwin.so (0) <F64819FD-AA76-3849-9839-7B9E3A4918F8> /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_ctypes.cpython-37m-darwin.so
       0x10e2b7000 -        0x10e2b8fff +termios.cpython-37m-darwin.so (0) <79D77F5A-E59C-3E1B-929F-D2832B8B8A65> /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/termios.cpython-37m-darwin.so
       0x10e2bc000 -        0x10e2c1fff +_json.cpython-37m-darwin.so (0) <AA02AE07-B577-376F-BE8B-D91F1F3F6BE7> /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_json.cpython-37m-darwin.so
       0x10e554000 -        0x10e652fff +unicodedata.cpython-37m-darwin.so (0) <3BB69E78-716B-31BA-9156-EAACAACF757F> /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/unicodedata.cpython-37m-darwin.so
       0x116a16000 -        0x116aa493f  dyld (732.8) <42C11B81-6928-369F-B03E-D57355572700> /usr/lib/dyld
    0x7fff3139d000 -     0x7fff3139dfff  com.apple.Accelerate (1.11 - Accelerate 1.11) <956D070C-B522-3A08-891A-CAD6BA4082D1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff313b5000 -     0x7fff31a20fdf  com.apple.vImage (8.1 - 524.2) <45A48EA9-49AA-33A0-B830-AF754BD01009> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff31a21000 -     0x7fff31c89fff  libBLAS.dylib (1303) <112B19CC-925A-3E28-8B32-2002D30A37FA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff31c8a000 -     0x7fff31f79fdf  libBNNS.dylib (144.11.2) <A806AED9-837B-3C6C-AB0B-A41983C1CD07> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff31f7b000 -     0x7fff32320fff  libLAPACK.dylib (1303) <5C248B39-F233-3074-A3A5-AF8F436FBF87> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff32321000 -     0x7fff32336ff8  libLinearAlgebra.dylib (1303) <C21931B4-F6BD-324D-A2D9-F13EE8AFB29E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff32337000 -     0x7fff3233cff3  libQuadrature.dylib (7) <826897ED-B7AD-33DC-B9CB-F9787784F312> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff3233d000 -     0x7fff323adfff  libSparse.dylib (103) <55467C29-2096-36AB-8A6D-5231A342809D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
    0x7fff323ae000 -     0x7fff323c0fef  libSparseBLAS.dylib (1303) <3244FCAF-A1FE-3248-AF22-BFB3E9D12555> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff323c1000 -     0x7fff3259affb  libvDSP.dylib (735) <E849AEB0-2995-38A4-B0C3-4ACEAF434D12> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff3259b000 -     0x7fff32656fd3  libvMisc.dylib (735) <D6248EC4-7772-37BB-87F7-9BAB7F5D31A0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff32657000 -     0x7fff32657fff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <79C1A1C7-E97A-3B7A-8737-444B402A7AA0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff33d82000 -     0x7fff340f8ffe  com.apple.CFNetwork (1111 - 1111) <642753C5-5D26-3794-9A4C-4F63F226C01A> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff355b7000 -     0x7fff35a36ff7  com.apple.CoreFoundation (6.9 - 1671.15) <BF8A8279-9C5E-37C6-8426-90C8182EFBDD> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff3699e000 -     0x7fff3699efff  com.apple.CoreServices (1069.2 - 1069.2) <C5F7AABC-BADC-3331-A7D6-9B0A82A23E58> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff3699f000 -     0x7fff36a24ff7  com.apple.AE (838 - 838) <7295ED82-7087-3602-9DCA-4FE205F6499C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff36a25000 -     0x7fff36d06fff  com.apple.CoreServices.CarbonCore (1217 - 1217) <7AA0ECB3-0993-3081-A9EC-0365EF72B24D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff36d07000 -     0x7fff36d54ff1  com.apple.DictionaryServices (1.2 - 321) <3D0FFBDE-E425-37C7-B780-39A3D024462A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff36d55000 -     0x7fff36d5dff7  com.apple.CoreServices.FSEvents (1268.0.6 - 1268.0.6) <78D2AB1A-9053-3D32-8C18-C1DD31FF9400> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff36d5e000 -     0x7fff36f96ff1  com.apple.LaunchServices (1069.2 - 1069.2) <68B4C10C-D536-33E9-9719-E7BA5B753F2B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff36f97000 -     0x7fff3702fff1  com.apple.Metadata (10.7.0 - 2066.12) <249EA615-8446-3A36-B6B7-ED613C8B8148> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff37030000 -     0x7fff3705dff7  com.apple.CoreServices.OSServices (1069.2 - 1069.2) <2FECF3BA-B785-35E2-85E9-2A2267801AA4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff3705e000 -     0x7fff370c5fff  com.apple.SearchKit (1.4.1 - 1.4.1) <0068BD72-CF2B-34E4-B461-002D5E56C31C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff370c6000 -     0x7fff370eaffd  com.apple.coreservices.SharedFileList (131 - 131) <61F62948-4109-38F0-BB91-5EBB6BEEAB10> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff3793f000 -     0x7fff37945ff7  com.apple.DiskArbitration (2.7 - 2.7) <23104F29-F120-354B-97BE-4514A675BB14> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff37c72000 -     0x7fff38039ff3  com.apple.Foundation (6.9 - 1671.15) <4BEAB72D-10AA-3009-B0F5-B82B4FE1C441> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff3838b000 -     0x7fff3842effb  com.apple.framework.IOKit (2.0.2 - 1726.11.1) <9E81E92C-7EC2-330F-B0AF-BBFD9D3E46F6> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff3bc7f000 -     0x7fff3bc8bffe  com.apple.NetFS (6.0 - 4.0) <10ECF7E4-98A5-3751-B7AC-0AAAF0050777> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff3e84f000 -     0x7fff3e86bfff  com.apple.CFOpenDirectory (10.15 - 220.11.1) <6F4D018B-FA8B-35B2-8120-F8215DDA01CB> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff3e86c000 -     0x7fff3e877fff  com.apple.OpenDirectory (10.15 - 220.11.1) <170173C2-DF22-3D11-914F-465AA7C4760A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff41bf9000 -     0x7fff41f3dff9  com.apple.security (7.0 - 59306.11.20) <1B0AE660-0EC5-3497-ACE8-1AF2BB772BAB> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff41f3e000 -     0x7fff41fc6ff7  com.apple.securityfoundation (6.0 - 55236) <903B8365-1F35-3EB2-9821-9D2C440BE2DD> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff4201f000 -     0x7fff42023ff8  com.apple.xpc.ServiceManagement (1.0 - 1) <EF42F840-AF78-38A4-B6E1-FDF445CA3477> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff42e0d000 -     0x7fff42e77ff7  com.apple.SystemConfiguration (1.19 - 1.19) <C0C089C3-FC64-3107-B23E-4073E800C5D2> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff46bcb000 -     0x7fff46c8fff7  com.apple.APFS (1412.11.7 - 1412.11.7) <71DAB6CE-FF14-373D-A183-F388C5D9FE84> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
    0x7fff48813000 -     0x7fff48822fdf  com.apple.AppleFSCompression (119 - 1.0) <725908C4-7585-3AB6-8A1A-691B8A9074B8> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff48d8f000 -     0x7fff48db1ffb  com.apple.applesauce (1.0 - 16.22) <88BFDA72-8D13-3481-B4FA-62215F6E2E43> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
    0x7fff49fae000 -     0x7fff49fb7ff3  com.apple.coreservices.BackgroundTaskManagement (1.0 - 104) <156CFAE3-07D0-332C-90BE-BB2E4C893C99> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
    0x7fff4c78f000 -     0x7fff4c7aeff4  com.apple.analyticsd (1.0 - 1) <3C14ACAE-0E19-3589-8229-944F376C3E44> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
    0x7fff4ccf8000 -     0x7fff4cd08ff3  com.apple.CoreEmoji (1.0 - 100) <9AB89183-635C-3859-9DC6-7BCE3A94D15E> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff4d354000 -     0x7fff4d3beff8  com.apple.CoreNLP (1.0 - 211) <8F08AEF6-A380-3811-BAF0-D80E7C84B5AD> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
    0x7fff4dfce000 -     0x7fff4dffcff7  com.apple.CSStore (1069.2 - 1069.2) <5E3C50AB-9C00-36F3-A986-CE033480CA8B> /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore
    0x7fff59faa000 -     0x7fff5a077ffd  com.apple.LanguageModeling (1.0 - 212) <A9F41C84-E574-3624-8C00-60F228E0FF97> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff5a078000 -     0x7fff5a0c0ff7  com.apple.Lexicon-framework (1.0 - 70) <BEADF30C-37D3-3112-90DA-18A85406DBF3> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
    0x7fff5a0c7000 -     0x7fff5a0cbff6  com.apple.LinguisticData (1.0 - 349) <A392AD13-9AEB-31BB-A9ED-F29437CFBDB4> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
    0x7fff5b4fc000 -     0x7fff5b548ff7  com.apple.spotlight.metadata.utilities (1.0 - 2066.12) <989018A3-4BD0-3FD1-9A2D-88FD3A521452> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
    0x7fff5bf6b000 -     0x7fff5bf75fff  com.apple.NetAuth (6.2 - 6.2) <90F9ADF4-8A9C-3603-8F55-24F8C472430B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff64c06000 -     0x7fff64c16ff3  com.apple.TCC (1.0 - 1) <DCE1D8C7-7BEB-3201-A0E5-38F012E6B1BC> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff65335000 -     0x7fff65336fff  com.apple.TrustEvaluationAgent (2.0 - 33) <B691985E-2E58-37C3-B336-8882DE4BF19A> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff68e56000 -     0x7fff68e58ff3  com.apple.loginsupport (1.0 - 1) <40974390-AFD7-3CEF-8B8D-6219BF916A4E> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff691c6000 -     0x7fff691fbff7  libCRFSuite.dylib (48) <45ADF347-A43F-3E95-BF26-94DC525DCC81> /usr/lib/libCRFSuite.dylib
    0x7fff691fe000 -     0x7fff69208ff3  libChineseTokenizer.dylib (34) <94E822B6-F850-33C5-888C-D5C8AE12122C> /usr/lib/libChineseTokenizer.dylib
    0x7fff69295000 -     0x7fff69297fff  libDiagnosticMessagesClient.dylib (112) <418D550B-C748-3D55-A6D5-0398E032F9F3> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff6975c000 -     0x7fff6975dff3  libSystem.B.dylib (1281) <66742D2E-591A-32B2-8E92-4A54BEE843F6> /usr/lib/libSystem.B.dylib
    0x7fff697ed000 -     0x7fff697eefff  libThaiTokenizer.dylib (3) <D2A89215-5281-310F-8C75-47F1E6A14F62> /usr/lib/libThaiTokenizer.dylib
    0x7fff69806000 -     0x7fff6981cfff  libapple_nghttp2.dylib (1.39.2) <0A685DAA-9FC6-3C87-83F1-1D11FC87C1F4> /usr/lib/libapple_nghttp2.dylib
    0x7fff69851000 -     0x7fff698c3ff7  libarchive.2.dylib (72.11.2) <8636AE5A-0CBB-306C-8A4B-2E612D2D6B13> /usr/lib/libarchive.2.dylib
    0x7fff6995e000 -     0x7fff6995eff3  libauto.dylib (187) <AACF68BC-9A05-36F8-8F60-78951422E090> /usr/lib/libauto.dylib
    0x7fff69a1c000 -     0x7fff69a2cfff  libbsm.0.dylib (60) <F03FA480-0B22-3300-833F-03E88F43C504> /usr/lib/libbsm.0.dylib
    0x7fff69a2d000 -     0x7fff69a39fff  libbz2.1.0.dylib (44) <8B522880-BEF8-3668-B785-F2AB4DE8F366> /usr/lib/libbz2.1.0.dylib
    0x7fff69a3a000 -     0x7fff69a8dfff  libc++.1.dylib (800.6) <328FB687-2363-38B1-AC11-11736925C775> /usr/lib/libc++.1.dylib
    0x7fff69a8e000 -     0x7fff69aa2fff  libc++abi.dylib (800.7) <02753D3D-91C6-3670-8B5D-EBE040B516FC> /usr/lib/libc++abi.dylib
    0x7fff69aa3000 -     0x7fff69aa3ffb  libcharset.1.dylib (59) <12D52FA5-EBCA-3F3C-A269-1095F268F92F> /usr/lib/libcharset.1.dylib
    0x7fff69aa4000 -     0x7fff69ab5ffb  libcmph.dylib (8) <7DD1F726-F3E3-341A-AFAC-83E9A470883C> /usr/lib/libcmph.dylib
    0x7fff69ab6000 -     0x7fff69acdfe7  libcompression.dylib (87) <10B82884-BE1A-3A36-9B38-3C92AF566D3E> /usr/lib/libcompression.dylib
    0x7fff69d8f000 -     0x7fff69da5fff  libcoretls.dylib (167) <1C64EA6F-8E0D-319D-99D4-026150EEB2B2> /usr/lib/libcoretls.dylib
    0x7fff69da6000 -     0x7fff69da7ffb  libcoretls_cfhelpers.dylib (167) <724B0181-4D9E-3D2F-B1AB-B4FD6A7BAB2C> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff69f4a000 -     0x7fff6a044fff  libcrypto.35.dylib (47.11.1) <DAE379C6-E19A-3E15-B243-D4610C8E9B47> /usr/lib/libcrypto.35.dylib
    0x7fff6a350000 -     0x7fff6a351ff7  libcrypto.dylib (47.11.1) <C55D3B19-36BB-3344-94F9-9DEBF328B90C> /usr/lib/libcrypto.dylib
    0x7fff6a4d0000 -     0x7fff6a4d0ff3  libenergytrace.dylib (21) <E42B4AFF-3FAC-3CE4-A7BF-48621458B356> /usr/lib/libenergytrace.dylib
    0x7fff6a4f8000 -     0x7fff6a4faff7  libfakelink.dylib (149) <FC5712CB-2188-3DAD-8DD4-CC3ECCA3F9A8> /usr/lib/libfakelink.dylib
    0x7fff6a509000 -     0x7fff6a50efff  libgermantok.dylib (24) <93E95178-E436-3611-A4A3-CB1D42CF4064> /usr/lib/libgermantok.dylib
    0x7fff6a514000 -     0x7fff6a604ff7  libiconv.2.dylib (59) <1A648E74-25D4-3F9B-94C4-10B58AD091B7> /usr/lib/libiconv.2.dylib
    0x7fff6a605000 -     0x7fff6a85dff7  libicucore.A.dylib (64232.0.1) <88E47471-605C-3C86-871B-5D2F4628A936> /usr/lib/libicucore.A.dylib
    0x7fff6a877000 -     0x7fff6a878fff  liblangid.dylib (133) <78DF87EE-CDCE-3628-B239-56743169BC93> /usr/lib/liblangid.dylib
    0x7fff6a879000 -     0x7fff6a891ffb  liblzma.5.dylib (16) <D416FC97-76EC-38B5-A134-85DDFEA9D297> /usr/lib/liblzma.5.dylib
    0x7fff6a8a9000 -     0x7fff6a950fff  libmecab.dylib (879) <DD60E6AA-154E-3294-B2C0-3277B754F3BC> /usr/lib/libmecab.dylib
    0x7fff6a951000 -     0x7fff6abb0fe9  libmecabra.dylib (879) <B5BE574C-DD3A-336D-87A3-202CE7803A45> /usr/lib/libmecabra.dylib
    0x7fff6b06f000 -     0x7fff6b4e1ff6  libnetwork.dylib (1880.11.2) <CC02BF51-A056-3656-B735-E8CD0F4B7B15> /usr/lib/libnetwork.dylib
    0x7fff6b57f000 -     0x7fff6b5b0fe6  libobjc.A.dylib (779.1) <722C0959-69B8-3843-B5EA-CDD8FAA91D5E> /usr/lib/libobjc.A.dylib
    0x7fff6b5c3000 -     0x7fff6b5c7fff  libpam.2.dylib (25) <86317F48-E926-30AC-AE9F-ABB33543FBC8> /usr/lib/libpam.2.dylib
    0x7fff6b5ca000 -     0x7fff6b5fdff7  libpcap.A.dylib (89.11.2) <65A8EBD2-F059-353B-9538-20D1314EFD89> /usr/lib/libpcap.A.dylib
    0x7fff6b6f2000 -     0x7fff6b8dfff7  libsqlite3.dylib (308.1) <7033723E-DD65-3AA3-ADCA-8746F7BAD75D> /usr/lib/libsqlite3.dylib
    0x7fff6bb2e000 -     0x7fff6bb31ffb  libutil.dylib (57) <844B7887-09B3-3D12-ACDE-C4EB8F53DC62> /usr/lib/libutil.dylib
    0x7fff6bb32000 -     0x7fff6bb3ffff  libxar.1.dylib (420) <E0D7C0A6-76EC-3682-A393-6596D4986269> /usr/lib/libxar.1.dylib
    0x7fff6bb45000 -     0x7fff6bc27ff7  libxml2.2.dylib (32.12) <C0A87484-D334-3B50-8F8A-A9C63295F49E> /usr/lib/libxml2.2.dylib
    0x7fff6bc2b000 -     0x7fff6bc53fff  libxslt.1.dylib (16.6) <CD9E79B0-159A-3055-B62A-57AB2B445912> /usr/lib/libxslt.1.dylib
    0x7fff6bc54000 -     0x7fff6bc66fff  libz.1.dylib (76) <3FC3FC3E-ABF3-3167-9078-B54C952608B4> /usr/lib/libz.1.dylib
    0x7fff6c6cb000 -     0x7fff6c6d0ff7  libcache.dylib (83) <8EC69760-6DAA-3068-9372-F1D554C548E5> /usr/lib/system/libcache.dylib
    0x7fff6c6d1000 -     0x7fff6c6dcff7  libcommonCrypto.dylib (60165) <698BE754-137D-361D-B826-57B8DD969E4A> /usr/lib/system/libcommonCrypto.dylib
    0x7fff6c6dd000 -     0x7fff6c6e4fff  libcompiler_rt.dylib (101.2) <0BE7F119-C9C2-3612-A3F4-2336D4444476> /usr/lib/system/libcompiler_rt.dylib
    0x7fff6c6e5000 -     0x7fff6c6eeff7  libcopyfile.dylib (166) <B5E73B1C-0BCF-33FE-80A1-D9E3BA3033D4> /usr/lib/system/libcopyfile.dylib
    0x7fff6c6ef000 -     0x7fff6c786fc3  libcorecrypto.dylib (866.0.10) <58344B13-CD10-3697-A516-6F5B06DD1EB7> /usr/lib/system/libcorecrypto.dylib
    0x7fff6c89d000 -     0x7fff6c8deff0  libdispatch.dylib (1173.0.3) <F4260D89-F67D-30CB-AF61-7ED25CB687DB> /usr/lib/system/libdispatch.dylib
    0x7fff6c8df000 -     0x7fff6c914fff  libdyld.dylib (732.8) <98960E27-A08B-36DA-A5CB-8538B2D6757E> /usr/lib/system/libdyld.dylib
    0x7fff6c915000 -     0x7fff6c915ffb  libkeymgr.dylib (30) <682B41BC-BDC2-38D5-8820-87099606FA12> /usr/lib/system/libkeymgr.dylib
    0x7fff6c916000 -     0x7fff6c922ff7  libkxld.dylib (6153.11.26) <53BE9630-BDC8-3649-8709-7A4F86777B1A> /usr/lib/system/libkxld.dylib
    0x7fff6c923000 -     0x7fff6c923ff7  liblaunch.dylib (1738.11.1) <7FE11F0D-65BC-3726-B1DD-E84F329193E0> /usr/lib/system/liblaunch.dylib
    0x7fff6c924000 -     0x7fff6c929ff7  libmacho.dylib (949.0.1) <163DFE06-2FAD-3CBC-80EF-C38EED6AEA52> /usr/lib/system/libmacho.dylib
    0x7fff6c92a000 -     0x7fff6c92cff3  libquarantine.dylib (110.0.4) <C8F39330-8CB5-30B0-8564-96453DCEFAD7> /usr/lib/system/libquarantine.dylib
    0x7fff6c92d000 -     0x7fff6c92eff7  libremovefile.dylib (48) <FB280185-B5ED-3F08-B08A-A378865C1398> /usr/lib/system/libremovefile.dylib
    0x7fff6c92f000 -     0x7fff6c946fff  libsystem_asl.dylib (377.0.1) <30CE9DAF-B1FA-3510-832B-F1CE19933ED7> /usr/lib/system/libsystem_asl.dylib
    0x7fff6c947000 -     0x7fff6c947fff  libsystem_blocks.dylib (74) <E0B8C825-E62B-357E-A2A0-13776F0A0F8C> /usr/lib/system/libsystem_blocks.dylib
    0x7fff6c948000 -     0x7fff6c9cfff7  libsystem_c.dylib (1353.11.2) <2A5BFAFE-8214-3B35-AD46-C07A1A8B8941> /usr/lib/system/libsystem_c.dylib
    0x7fff6c9d0000 -     0x7fff6c9d3fff  libsystem_configuration.dylib (1061.0.2) <56174463-22ED-337F-B0D4-94995DCDB9B7> /usr/lib/system/libsystem_configuration.dylib
    0x7fff6c9d4000 -     0x7fff6c9d7ff7  libsystem_coreservices.dylib (114) <01695913-028E-3AE1-8D4E-2B2769109811> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff6c9d8000 -     0x7fff6c9dffff  libsystem_darwin.dylib (1353.11.2) <4CE52C63-87AA-3C6D-899F-8C983E5FC061> /usr/lib/system/libsystem_darwin.dylib
    0x7fff6c9e0000 -     0x7fff6c9e7ffb  libsystem_dnssd.dylib (1096.0.2) <DC7381E8-F09F-3441-8267-9B8F50A0EBA9> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff6c9e8000 -     0x7fff6c9e9ffb  libsystem_featureflags.dylib (17) <DBCA4AA2-CA05-38D5-AB4B-BE0F3E09BB8B> /usr/lib/system/libsystem_featureflags.dylib
    0x7fff6c9ea000 -     0x7fff6ca37ff7  libsystem_info.dylib (538) <9F9D6368-A11E-32F1-9BB5-C153F42EFED8> /usr/lib/system/libsystem_info.dylib
    0x7fff6ca38000 -     0x7fff6ca64fff  libsystem_kernel.dylib (6153.11.26) <4CE9D54A-A975-348E-B878-EE74EDFC956B> /usr/lib/system/libsystem_kernel.dylib
    0x7fff6ca65000 -     0x7fff6caacff7  libsystem_m.dylib (3178) <4F516261-0C0E-3105-AF35-EF39D6347B50> /usr/lib/system/libsystem_m.dylib
    0x7fff6caad000 -     0x7fff6cad4fff  libsystem_malloc.dylib (283) <02925539-3CBA-39EB-BA6B-9A936CFA0BF8> /usr/lib/system/libsystem_malloc.dylib
    0x7fff6cad5000 -     0x7fff6cae2ff3  libsystem_networkextension.dylib (1095.11.9) <8B5EE189-E3D1-31FD-878F-50286B6E7047> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff6cae3000 -     0x7fff6caecfff  libsystem_notify.dylib (241) <89381127-2A07-3F07-B865-358FACCF9102> /usr/lib/system/libsystem_notify.dylib
    0x7fff6caed000 -     0x7fff6caf6fe7  libsystem_platform.dylib (220) <90E508E4-46D8-33FF-8552-DDAA079977A0> /usr/lib/system/libsystem_platform.dylib
    0x7fff6caf7000 -     0x7fff6cb01fff  libsystem_pthread.dylib (416.11.1) <2EA6F95F-F264-30B6-8AF2-24197B5AED84> /usr/lib/system/libsystem_pthread.dylib
    0x7fff6cb02000 -     0x7fff6cb06ffb  libsystem_sandbox.dylib (1217.11.16) <51129CBB-BC46-37F1-A1B5-ECFA9530704D> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff6cb07000 -     0x7fff6cb09fff  libsystem_secinit.dylib (62.0.4) <A48D9AF3-75F2-3331-A0C8-0A23771F4AC7> /usr/lib/system/libsystem_secinit.dylib
    0x7fff6cb0a000 -     0x7fff6cb11ffb  libsystem_symptoms.dylib (1238.0.2) <08E8CF75-5F77-3475-A48E-A01CBDF09173> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff6cb12000 -     0x7fff6cb28ff2  libsystem_trace.dylib (1147.0.3) <5836645E-9862-326D-AB3B-A19E76BE29B9> /usr/lib/system/libsystem_trace.dylib
    0x7fff6cb2a000 -     0x7fff6cb2fffb  libunwind.dylib (35.4) <F5AE1D43-7C5F-3BA2-94D3-E769F82C0F61> /usr/lib/system/libunwind.dylib
    0x7fff6cb30000 -     0x7fff6cb64ff6  libxpc.dylib (1738.11.1) <2E9076CD-6C0E-38B6-8403-B2DDCE125FBF> /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: 1330
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=421.8M resident=0K(0%) swapped_out_or_unallocated=421.8M(100%)
Writable regions: Total=122.1M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=122.1M(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Activity Tracing                   256K        1 
Dispatch continuations            24.0M        1 
Kernel Alloc Once                    8K        1 
MALLOC                            65.3M       37 
MALLOC guard page                   16K        3 
MALLOC_LARGE (reserved)            512K        2         reserved VM address space (unallocated)
STACK GUARD                          8K        2 
Stack                             16.5M        3 
VM_ALLOCATE                       15.3M       62 
__DATA                            7091K      158 
__DATA_CONST                       148K       29 
__LINKEDIT                       349.3M       33 
__OBJC_RO                         31.8M        1 
__OBJC_RW                         1764K        2 
__TEXT                            72.5M      155 
__UNICODE                          564K        1 
mapped file                         28K        1 
shared memory                       12K        3 
===========                     =======  ======= 
TOTAL                            584.8M      495 
TOTAL, minus reserved VM space   584.3M      495 

Model: MacBookPro15,1, BootROM 1037.0.78.0.0 (iBridge: 17.16.10572.0.0,0), 6 processors, 6-Core Intel Core i7, 2.2 GHz, 16 GB, SMC 
Graphics: kHW_AMDRadeonPro555XItem, Radeon Pro 555X, spdisplays_pcie_device, 4 GB
Graphics: kHW_IntelUHDGraphics630Item, Intel UHD Graphics 630, spdisplays_builtin
Memory Module: BANK 0/ChannelA-DIMM0, 8 GB, DDR4, 2400 MHz, Micron, 8ATF1G64HZ-2G6E1
Memory Module: BANK 2/ChannelB-DIMM0, 8 GB, DDR4, 2400 MHz, Micron, 8ATF1G64HZ-2G6E1
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x7BF), wl0: Jul 24 2019 00:02:16 version 9.30.357.3.32.5.33 FWID 01-22b80374
Bluetooth: Version 7.0.0f8, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
USB Device: USB 3.1 Bus
USB Device: Apple T2 Bus
USB Device: Touch Bar Backlight
USB Device: Touch Bar Display
USB Device: Apple Internal Keyboard / Trackpad
USB Device: Headset
USB Device: Ambient Light Sensor
USB Device: FaceTime HD Camera (Built-in)
USB Device: Apple T2 Controller
Thunderbolt Bus: MacBook Pro, Apple Inc., 47.3
Thunderbolt Bus: MacBook Pro, Apple Inc., 47.3

brew doctor

$ brew doctor
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!

Warning: Unbrewed header files were found in /usr/local/include.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.

Unexpected header files:
  /usr/local/include/python2.7/greenlet/greenlet.h
  /usr/local/include/python3.7m/greenlet/greenlet.h

Warning: You are using macOS 10.15.
We do not provide support for this pre-release version.
You will encounter build failures with some formulae.
Please create pull requests instead of asking for help on Homebrew's GitHub,
Discourse, Twitter or IRC. You are responsible for resolving any issues you
experience while you are running this pre-release version.


Warning: Ruby version 2.6.3 is unsupported on 10.15. Homebrew
is developed and tested on Ruby 2.3.7, and may not work correctly
on other Rubies. Patches are accepted as long as they don't cause breakage
on supported Rubies.

brew config

$ brew config
HOMEBREW_VERSION: 2.1.12-21-g203f8d6
ORIGIN: https://github.com/Homebrew/brew
HEAD: 203f8d66a7ab8e266c8806f83566785620471bcc
Last commit: 12 hours ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: 108901e01853adf472516ffc9f76c74327b53780
Core tap last commit: 47 minutes ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_DEV_CMD_RUN: 1
CPU: dodeca-core 64-bit kabylake
Homebrew Ruby: 2.6.3 => /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby
Clang: 11.0 build 1100
Git: 2.23.0 => /usr/local/bin/git
Curl: 7.64.1 => /usr/bin/curl
Java: 11.0.4, 1.8.0_222
macOS: 10.15-x86_64
CLT: N/A
Xcode: 11.0

What you expected to happen

it not crash

Step-by-step reproduction instructions (by running brew commands)

Running Mac OS 10.14.
Install brew
brew install python
Install catalina from the app store.
pip3

I also tried uninstall and installing python3 again in the hopes ti would reconfigure it but this did not help.
I tried deleting everything in ~/Library/Caches/Homebrew and doing another uninstall/reinstall in the hopes it may help, but to no avail.

I would guess this probably also happens on fresh Catalina installs, but I'm have no desire to reimage my entire laptop at this point.

Metadata

Metadata

Assignees

No one assigned

    Labels

    10.15Catalina is specifically affectedoutdatedPR was locked due to age

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions