Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip3 aborts immediately on Catalina Release version #44996

Closed
5 tasks done
AngerM opened this issue Oct 8, 2019 · 30 comments
Closed
5 tasks done

pip3 aborts immediately on Catalina Release version #44996

AngerM opened this issue Oct 8, 2019 · 30 comments
Labels
10.15 Catalina is specifically affected outdated PR was locked due to age

Comments

@AngerM
Copy link

AngerM commented Oct 8, 2019

  • 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/[email protected]/lib/libssl.1.1.dylib
       0x10d650000 -        0x10d7eb917 +libcrypto.1.1.dylib (0) <67579E42-401A-3775-B5C6-518E58CC8032> /usr/local/opt/[email protected]/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.

@cdalvaro
Copy link
Contributor

cdalvaro commented Oct 8, 2019

I can confirm that this problem also happens on a fresh Catalina installation.

My scenario is that salt-minion is not able start because of the same problem. So the problem is that salt formula uses python as a dependency.

This is my full log:

Process:               python3.7 [8546]
Path:                  /usr/local/Cellar/salt/2019.2.1/libexec/bin/python3.7
Identifier:            python3.7
Version:               0
Code Type:             X86-64 (Native)
Parent Process:        python3.7 [8537]
Responsible:           python3.7 [8537]
User ID:               0

Date/Time:             2019-10-08 20:33:19.761 +0200
OS Version:            Mac OS X 10.15 (19A583)
Report Version:        12
Anonymous UUID:        1B65E1C6-41FA-4D20-B2BC-5C1E552623D0


Time Awake Since Boot: 3100 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
crashed on child side of fork pre-exec
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        	0x00007fff671c847a __pthread_kill + 10
1   libsystem_pthread.dylib       	0x00007fff67289707 pthread_kill + 384
2   libsystem_c.dylib             	0x00007fff67150a08 abort + 120
3   libcrypto.dylib               	0x00007fff64ae6804 __report_load + 352
4   dyld                          	0x00000001186bb635 ImageLoaderMachO::doModInitFunctions(ImageLoader::LinkContext const&) + 539
5   dyld                          	0x00000001186bba5a ImageLoaderMachO::doInitialization(ImageLoader::LinkContext const&) + 40
6   dyld                          	0x00000001186b6933 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, char const*, ImageLoader::InitializerTimingList&, ImageLoader::UninitedUpwards&) + 493
7   dyld                          	0x00000001186b569c ImageLoader::processInitializers(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&, ImageLoader::UninitedUpwards&) + 188
8   dyld                          	0x00000001186b573c ImageLoader::runInitializers(ImageLoader::LinkContext const&, ImageLoader::InitializerTimingList&) + 82
9   dyld                          	0x00000001186a7d87 dyld::runInitializers(ImageLoader*) + 82
10  dyld                          	0x00000001186b1767 dlopen_internal + 609
11  libdyld.dylib                 	0x00007fff67069f6f dlopen + 171
12  _ctypes.cpython-37m-darwin.so 	0x000000011034df7a py_dl_open + 147
13  org.python.python             	0x000000010ef4b34b _PyMethodDef_RawFastCallKeywords + 235
14  org.python.python             	0x000000010ef4a9d4 _PyCFunction_FastCallKeywords + 41
15  org.python.python             	0x000000010efdf384 call_function + 628
16  org.python.python             	0x000000010efd83fa _PyEval_EvalFrameDefault + 6922
17  org.python.python             	0x000000010efdfbe5 _PyEval_EvalCodeWithName + 1698
18  org.python.python             	0x000000010ef4a614 _PyFunction_FastCallDict + 444
19  org.python.python             	0x000000010ef4b71b _PyObject_Call_Prepend + 131
20  org.python.python             	0x000000010ef88ade slot_tp_init + 80
21  org.python.python             	0x000000010ef8580a type_call + 172
22  org.python.python             	0x000000010ef4a84a _PyObject_FastCallKeywords + 358
23  org.python.python             	0x000000010efdf3ea call_function + 730
24  org.python.python             	0x000000010efd835f _PyEval_EvalFrameDefault + 6767
25  org.python.python             	0x000000010ef4ada8 function_code_fastcall + 106
26  org.python.python             	0x000000010efdf3f1 call_function + 737
27  org.python.python             	0x000000010efd835f _PyEval_EvalFrameDefault + 6767
28  org.python.python             	0x000000010ef4ada8 function_code_fastcall + 106
29  org.python.python             	0x000000010efdf3f1 call_function + 737
30  org.python.python             	0x000000010efd83fa _PyEval_EvalFrameDefault + 6922
31  org.python.python             	0x000000010ef4ada8 function_code_fastcall + 106
32  org.python.python             	0x000000010efdf3f1 call_function + 737
33  org.python.python             	0x000000010efd83fa _PyEval_EvalFrameDefault + 6922
34  org.python.python             	0x000000010efdfbe5 _PyEval_EvalCodeWithName + 1698
35  org.python.python             	0x000000010efd684d PyEval_EvalCode + 51
36  org.python.python             	0x000000010efd42d7 builtin_exec + 563
37  org.python.python             	0x000000010ef4b086 _PyMethodDef_RawFastCallDict + 549
38  org.python.python             	0x000000010ef4a697 _PyCFunction_FastCallDict + 41
39  org.python.python             	0x000000010efd872a _PyEval_EvalFrameDefault + 7738
40  org.python.python             	0x000000010efdfbe5 _PyEval_EvalCodeWithName + 1698
41  org.python.python             	0x000000010ef4a99c _PyFunction_FastCallKeywords + 212
42  org.python.python             	0x000000010efdf3f1 call_function + 737
43  org.python.python             	0x000000010efd835f _PyEval_EvalFrameDefault + 6767
44  org.python.python             	0x000000010ef4ada8 function_code_fastcall + 106
45  org.python.python             	0x000000010efdf3f1 call_function + 737
46  org.python.python             	0x000000010efd8346 _PyEval_EvalFrameDefault + 6742
47  org.python.python             	0x000000010ef4ada8 function_code_fastcall + 106
48  org.python.python             	0x000000010efdf3f1 call_function + 737
49  org.python.python             	0x000000010efd83fa _PyEval_EvalFrameDefault + 6922
50  org.python.python             	0x000000010ef4ada8 function_code_fastcall + 106
51  org.python.python             	0x000000010efdf3f1 call_function + 737
52  org.python.python             	0x000000010efd83fa _PyEval_EvalFrameDefault + 6922
53  org.python.python             	0x000000010ef4ada8 function_code_fastcall + 106
54  org.python.python             	0x000000010ef4c156 object_vacall + 267
55  org.python.python             	0x000000010ef4c255 _PyObject_CallMethodIdObjArgs + 168
56  org.python.python             	0x000000010eff4423 PyImport_ImportModuleLevelObject + 1494
57  org.python.python             	0x000000010efdcf71 _PyEval_EvalFrameDefault + 26241
58  org.python.python             	0x000000010efdfbe5 _PyEval_EvalCodeWithName + 1698
59  org.python.python             	0x000000010efd684d PyEval_EvalCode + 51
60  org.python.python             	0x000000010efd42d7 builtin_exec + 563
61  org.python.python             	0x000000010ef4b086 _PyMethodDef_RawFastCallDict + 549
62  org.python.python             	0x000000010ef4a697 _PyCFunction_FastCallDict + 41
63  org.python.python             	0x000000010efd872a _PyEval_EvalFrameDefault + 7738
64  org.python.python             	0x000000010efdfbe5 _PyEval_EvalCodeWithName + 1698
65  org.python.python             	0x000000010ef4a99c _PyFunction_FastCallKeywords + 212
66  org.python.python             	0x000000010efdf3f1 call_function + 737
67  org.python.python             	0x000000010efd835f _PyEval_EvalFrameDefault + 6767
68  org.python.python             	0x000000010ef4ada8 function_code_fastcall + 106
69  org.python.python             	0x000000010efdf3f1 call_function + 737
70  org.python.python             	0x000000010efd8346 _PyEval_EvalFrameDefault + 6742
71  org.python.python             	0x000000010ef4ada8 function_code_fastcall + 106
72  org.python.python             	0x000000010efdf3f1 call_function + 737
73  org.python.python             	0x000000010efd83fa _PyEval_EvalFrameDefault + 6922
74  org.python.python             	0x000000010ef4ada8 function_code_fastcall + 106
75  org.python.python             	0x000000010efdf3f1 call_function + 737
76  org.python.python             	0x000000010efd83fa _PyEval_EvalFrameDefault + 6922
77  org.python.python             	0x000000010ef4ada8 function_code_fastcall + 106
78  org.python.python             	0x000000010ef4c156 object_vacall + 267
79  org.python.python             	0x000000010ef4c255 _PyObject_CallMethodIdObjArgs + 168
80  org.python.python             	0x000000010eff4423 PyImport_ImportModuleLevelObject + 1494
81  org.python.python             	0x000000010efdcf71 _PyEval_EvalFrameDefault + 26241
82  org.python.python             	0x000000010efdfbe5 _PyEval_EvalCodeWithName + 1698
83  org.python.python             	0x000000010efd684d PyEval_EvalCode + 51
84  org.python.python             	0x000000010efd42d7 builtin_exec + 563
85  org.python.python             	0x000000010ef4b086 _PyMethodDef_RawFastCallDict + 549
86  org.python.python             	0x000000010ef4a697 _PyCFunction_FastCallDict + 41
87  org.python.python             	0x000000010efd872a _PyEval_EvalFrameDefault + 7738
88  org.python.python             	0x000000010efdfbe5 _PyEval_EvalCodeWithName + 1698
89  org.python.python             	0x000000010ef4a99c _PyFunction_FastCallKeywords + 212
90  org.python.python             	0x000000010efdf3f1 call_function + 737
91  org.python.python             	0x000000010efd835f _PyEval_EvalFrameDefault + 6767
92  org.python.python             	0x000000010ef4ada8 function_code_fastcall + 106
93  org.python.python             	0x000000010efdf3f1 call_function + 737
94  org.python.python             	0x000000010efd8346 _PyEval_EvalFrameDefault + 6742
95  org.python.python             	0x000000010ef4ada8 function_code_fastcall + 106
96  org.python.python             	0x000000010efdf3f1 call_function + 737
97  org.python.python             	0x000000010efd83fa _PyEval_EvalFrameDefault + 6922
98  org.python.python             	0x000000010ef4ada8 function_code_fastcall + 106
99  org.python.python             	0x000000010efdf3f1 call_function + 737
100 org.python.python             	0x000000010efd83fa _PyEval_EvalFrameDefault + 6922
101 org.python.python             	0x000000010ef4ada8 function_code_fastcall + 106
102 org.python.python             	0x000000010ef4c156 object_vacall + 267
103 org.python.python             	0x000000010ef4c255 _PyObject_CallMethodIdObjArgs + 168
104 org.python.python             	0x000000010eff4423 PyImport_ImportModuleLevelObject + 1494
105 org.python.python             	0x000000010efdcf71 _PyEval_EvalFrameDefault + 26241
106 org.python.python             	0x000000010efdfbe5 _PyEval_EvalCodeWithName + 1698
107 org.python.python             	0x000000010ef4a99c _PyFunction_FastCallKeywords + 212
108 org.python.python             	0x000000010efdf3f1 call_function + 737
109 org.python.python             	0x000000010efd8346 _PyEval_EvalFrameDefault + 6742
110 org.python.python             	0x000000010ef4ada8 function_code_fastcall + 106
111 org.python.python             	0x000000010efdf3f1 call_function + 737
112 org.python.python             	0x000000010efd835f _PyEval_EvalFrameDefault + 6767
113 org.python.python             	0x000000010efdfbe5 _PyEval_EvalCodeWithName + 1698
114 org.python.python             	0x000000010ef4a99c _PyFunction_FastCallKeywords + 212
115 org.python.python             	0x000000010efdf3f1 call_function + 737
116 org.python.python             	0x000000010efd8346 _PyEval_EvalFrameDefault + 6742
117 org.python.python             	0x000000010efdfbe5 _PyEval_EvalCodeWithName + 1698
118 org.python.python             	0x000000010ef4a614 _PyFunction_FastCallDict + 444
119 org.python.python             	0x000000010efd8643 _PyEval_EvalFrameDefault + 7507
120 org.python.python             	0x000000010ef4ada8 function_code_fastcall + 106
121 org.python.python             	0x000000010efdf3f1 call_function + 737
122 org.python.python             	0x000000010efd8346 _PyEval_EvalFrameDefault + 6742
123 org.python.python             	0x000000010ef4ada8 function_code_fastcall + 106
124 org.python.python             	0x000000010efdf3f1 call_function + 737
125 org.python.python             	0x000000010efd8346 _PyEval_EvalFrameDefault + 6742
126 org.python.python             	0x000000010ef4ada8 function_code_fastcall + 106
127 org.python.python             	0x000000010efdf3f1 call_function + 737
128 org.python.python             	0x000000010efd8346 _PyEval_EvalFrameDefault + 6742
129 org.python.python             	0x000000010ef4ada8 function_code_fastcall + 106
130 org.python.python             	0x000000010ef4b71b _PyObject_Call_Prepend + 131
131 org.python.python             	0x000000010ef88ade slot_tp_init + 80
132 org.python.python             	0x000000010ef8580a type_call + 172
133 org.python.python             	0x000000010ef4a84a _PyObject_FastCallKeywords + 358
134 org.python.python             	0x000000010efdf3ea call_function + 730
135 org.python.python             	0x000000010efd83fa _PyEval_EvalFrameDefault + 6922
136 org.python.python             	0x000000010ef4ada8 function_code_fastcall + 106
137 org.python.python             	0x000000010efdf3f1 call_function + 737
138 org.python.python             	0x000000010efd835f _PyEval_EvalFrameDefault + 6767
139 org.python.python             	0x000000010ef4ada8 function_code_fastcall + 106
140 org.python.python             	0x000000010efdf3f1 call_function + 737
141 org.python.python             	0x000000010efd835f _PyEval_EvalFrameDefault + 6767
142 org.python.python             	0x000000010ef4ada8 function_code_fastcall + 106
143 org.python.python             	0x000000010efdf3f1 call_function + 737
144 org.python.python             	0x000000010efd8346 _PyEval_EvalFrameDefault + 6742
145 org.python.python             	0x000000010ef4ada8 function_code_fastcall + 106
146 org.python.python             	0x000000010efdf3f1 call_function + 737
147 org.python.python             	0x000000010efd83fa _PyEval_EvalFrameDefault + 6922
148 org.python.python             	0x000000010efdfbe5 _PyEval_EvalCodeWithName + 1698
149 org.python.python             	0x000000010efd684d PyEval_EvalCode + 51
150 org.python.python             	0x000000010f004c64 run_mod + 54
151 org.python.python             	0x000000010f003c97 PyRun_FileExFlags + 160
152 org.python.python             	0x000000010f00334e PyRun_SimpleFileExFlags + 270
153 org.python.python             	0x000000010f01bb66 pymain_main + 5445
154 org.python.python             	0x000000010f01c1d4 _Py_UnixMain + 56
155 libdyld.dylib                 	0x00007fff67079405 start + 1

Thread 1:
0   libsystem_kernel.dylib        	0x00007fff671c97c6 __select + 10
1   org.python.python             	0x000000010f043b6b time_sleep + 116
2   org.python.python             	0x000000010ef4b4a7 _PyMethodDef_RawFastCallKeywords + 583
3   org.python.python             	0x000000010ef4a9d4 _PyCFunction_FastCallKeywords + 41
4   org.python.python             	0x000000010efdf384 call_function + 628
5   org.python.python             	0x000000010efd835f _PyEval_EvalFrameDefault + 6767
6   org.python.python             	0x000000010efdfbe5 _PyEval_EvalCodeWithName + 1698
7   org.python.python             	0x000000010ef4a614 _PyFunction_FastCallDict + 444
8   org.python.python             	0x000000010efd8643 _PyEval_EvalFrameDefault + 7507
9   org.python.python             	0x000000010ef4ada8 function_code_fastcall + 106
10  org.python.python             	0x000000010efdf3f1 call_function + 737
11  org.python.python             	0x000000010efd8346 _PyEval_EvalFrameDefault + 6742
12  org.python.python             	0x000000010ef4ada8 function_code_fastcall + 106
13  org.python.python             	0x000000010efdf3f1 call_function + 737
14  org.python.python             	0x000000010efd8346 _PyEval_EvalFrameDefault + 6742
15  org.python.python             	0x000000010ef4ada8 function_code_fastcall + 106
16  org.python.python             	0x000000010ef4b71b _PyObject_Call_Prepend + 131
17  org.python.python             	0x000000010ef4aae1 PyObject_Call + 136
18  org.python.python             	0x000000010f045dbf t_bootstrap + 71
19  org.python.python             	0x000000010f00d15e pythread_wrapper + 25
20  libsystem_pthread.dylib       	0x00007fff67289d76 _pthread_start + 125
21  libsystem_pthread.dylib       	0x00007fff672865d7 thread_start + 15

Thread 2:: Dispatch queue: com.apple.CoreAnalytics::Client
0   libsystem_platform.dylib      	0x00007fff6727e557 _platform_bzero$VARIANT$Ivybridge + 119
1   libsystem_malloc.dylib        	0x00007fff6723cca9 tiny_malloc_should_clear + 243
2   libsystem_malloc.dylib        	0x00007fff6723cabe szone_malloc_should_clear + 66
3   libsystem_malloc.dylib        	0x00007fff6723de8b malloc_zone_calloc + 99
4   libsystem_malloc.dylib        	0x00007fff6723de0b calloc + 24
5   libobjc.A.dylib               	0x00007fff65d1a47c class_createInstance + 38
6   libdispatch.dylib             	0x00007fff67028e80 _os_object_alloc_realized + 35
7   libdispatch.dylib             	0x00007fff6703fdf6 dispatch_mach_msg_create + 103
8   libxpc.dylib                  	0x00007fff672c26c6 _xpc_serializer_pack + 261
9   libxpc.dylib                  	0x00007fff672c2577 _xpc_pipe_pack_message + 119
10  libxpc.dylib                  	0x00007fff672d1ab1 _xpc_pipe_simpleroutine + 58
11  libxpc.dylib                  	0x00007fff672c7d08 xpc_pipe_simpleroutine + 42
12  libsystem_trace.dylib         	0x00007fff672ac70d ___os_activity_stream_reflect_block_invoke + 29
13  libdispatch.dylib             	0x00007fff670294de _dispatch_client_callout + 8
14  libdispatch.dylib             	0x00007fff6702bbf1 _dispatch_block_invoke_direct + 245
15  libdispatch.dylib             	0x00007fff6702baf1 dispatch_block_perform + 124
16  libsystem_trace.dylib         	0x00007fff672ac1b9 _os_activity_stream_reflect + 530
17  libsystem_trace.dylib         	0x00007fff672b0460 _os_log_impl_stream + 535
18  libsystem_trace.dylib         	0x00007fff672a51bd _os_log_impl_flatten_and_send + 8514
19  libsystem_trace.dylib         	0x00007fff672b022c _os_log + 162
20  libsystem_trace.dylib         	0x00007fff672b2bc8 _os_log_debug_impl + 9
21  com.apple.analyticsd          	0x00007fff46ebb786 CoreAnalytics::Client::updateDaemonState(int) (.cold.1) + 63
22  com.apple.analyticsd          	0x00007fff46ea3e4d CoreAnalytics::Client::updateDaemonState(int) + 121
23  com.apple.analyticsd          	0x00007fff46ea3919 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*) + 283
24  libdispatch.dylib             	0x00007fff670294de _dispatch_client_callout + 8
25  libdispatch.dylib             	0x00007fff6702ea9e _dispatch_lane_serial_drain + 597
26  libdispatch.dylib             	0x00007fff6702f422 _dispatch_lane_invoke + 363
27  libdispatch.dylib             	0x00007fff67038aa1 _dispatch_workloop_worker_thread + 598
28  libsystem_pthread.dylib       	0x00007fff67286763 _pthread_wqthread + 290
29  libsystem_pthread.dylib       	0x00007fff672865c3 start_wqthread + 15

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000118769d40  rcx: 0x00007ffee0ccc0e8  rdx: 0x0000000000000000
  rdi: 0x0000000000000303  rsi: 0x0000000000000006  rbp: 0x00007ffee0ccc110  rsp: 0x00007ffee0ccc0e8
   r8: 0x0000000000000075   r9: 0x000000000000001c  r10: 0x0000000000000000  r11: 0x0000000000000246
  r12: 0x0000000000000303  r13: 0x00007fff93affbf0  r14: 0x0000000000000006  r15: 0x0000000000000016
  rip: 0x00007fff671c847a  rfl: 0x0000000000000246  cr2: 0x00007fff93affd68
  
Logical CPU:     0
Error Code:      0x02000148
Trap Number:     133


Binary Images:
       0x10ef2b000 -        0x10ef2cfff +python3.7 (0) <43587B07-6BFE-3A0D-9C2A-37AE819BFE6C> /usr/local/Cellar/salt/2019.2.1/libexec/bin/python3.7
       0x10ef31000 -        0x10f0b3ff7 +org.python.python (3.7.4, [c] 2001-2019 Python Software Foundation. - 3.7.4) <CDE3066F-3081-32EC-8797-D8EE58A95627> /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/Python
       0x10f3cc000 -        0x10f3cdfff +_heapq.cpython-37m-darwin.so (0) <BD0337AB-CDAE-349D-AFF6-7ABB71C01BDE> /usr/local/Cellar/salt/2019.2.1/libexec/lib/python3.7/lib-dynload/_heapq.cpython-37m-darwin.so
       0x10f493000 -        0x10f496fff +zlib.cpython-37m-darwin.so (0) <EAC395A0-C0DE-3511-B8CF-A26C04EB1D1B> /usr/local/Cellar/salt/2019.2.1/libexec/lib/python3.7/lib-dynload/zlib.cpython-37m-darwin.so
       0x10f4dc000 -        0x10f4ddfff +_bz2.cpython-37m-darwin.so (0) <7B1B1DF4-F53F-396F-BAE8-56A63089C376> /usr/local/Cellar/salt/2019.2.1/libexec/lib/python3.7/lib-dynload/_bz2.cpython-37m-darwin.so
       0x10f522000 -        0x10f525ff7 +_lzma.cpython-37m-darwin.so (0) <3A64241D-3F54-3997-8E80-F0243B78BBE3> /usr/local/Cellar/salt/2019.2.1/libexec/lib/python3.7/lib-dynload/_lzma.cpython-37m-darwin.so
       0x10f52b000 -        0x10f546fff +liblzma.5.dylib (0) <4D3E8014-34F1-34EE-B4EF-FB74B13ED037> /usr/local/opt/xz/lib/liblzma.5.dylib
       0x10f54d000 -        0x10f54efff +grp.cpython-37m-darwin.so (0) <58AB3958-4FEE-30C1-B7E8-51E21430D11D> /usr/local/Cellar/salt/2019.2.1/libexec/lib/python3.7/lib-dynload/grp.cpython-37m-darwin.so
       0x10f552000 -        0x10f555fff +_struct.cpython-37m-darwin.so (0) <7498ACF9-AB19-3D21-B79D-59322C5D8B6B> /usr/local/Cellar/salt/2019.2.1/libexec/lib/python3.7/lib-dynload/_struct.cpython-37m-darwin.so
       0x10f55c000 -        0x10f55fff7 +binascii.cpython-37m-darwin.so (0) <5C9EA6BA-B339-3E61-8134-3DB53774CE36> /usr/local/Cellar/salt/2019.2.1/libexec/lib/python3.7/lib-dynload/binascii.cpython-37m-darwin.so
       0x10f5a4000 -        0x10f5a5fff +_posixsubprocess.cpython-37m-darwin.so (0) <7DA12ABC-66C9-3166-9EA0-94ADFE10B790> /usr/local/Cellar/salt/2019.2.1/libexec/lib/python3.7/lib-dynload/_posixsubprocess.cpython-37m-darwin.so
       0x10f5a9000 -        0x10f5abfff +select.cpython-37m-darwin.so (0) <5239FFCF-6B3D-33C9-8945-34266BE43AA4> /usr/local/Cellar/salt/2019.2.1/libexec/lib/python3.7/lib-dynload/select.cpython-37m-darwin.so
       0x10f5b1000 -        0x10f5b5ff3 +math.cpython-37m-darwin.so (0) <4EFBB237-EFF5-3F46-B38A-AFCF891DD743> /usr/local/Cellar/salt/2019.2.1/libexec/lib/python3.7/lib-dynload/math.cpython-37m-darwin.so
       0x10f5fc000 -        0x10f607fff +_datetime.cpython-37m-darwin.so (0) <0EAD7E68-B417-3170-8767-AB19AD2F53F5> /usr/local/Cellar/salt/2019.2.1/libexec/lib/python3.7/lib-dynload/_datetime.cpython-37m-darwin.so
       0x10f610000 -        0x10f62fffb +pyexpat.cpython-37m-darwin.so (0) <AC6B359E-A193-3F7E-B878-45C9E6E8507C> /usr/local/Cellar/salt/2019.2.1/libexec/lib/python3.7/lib-dynload/pyexpat.cpython-37m-darwin.so
       0x10f6bb000 -        0x10f6befff +_hashlib.cpython-37m-darwin.so (0) <28C035D4-C1AC-3A8B-9BF5-2FF4A6442AE6> /usr/local/Cellar/salt/2019.2.1/libexec/lib/python3.7/lib-dynload/_hashlib.cpython-37m-darwin.so
       0x10f6c3000 -        0x10f712fff +libssl.1.1.dylib (0) <8CC754E3-C1EE-37A0-AD64-D89C69816928> /usr/local/opt/[email protected]/lib/libssl.1.1.dylib
       0x10f73b000 -        0x10f8d4553 +libcrypto.1.1.dylib (0) <0E7D90A2-D870-3A17-B784-81564B61D7B9> /usr/local/opt/[email protected]/lib/libcrypto.1.1.dylib
       0x10f966000 -        0x10f96bffb +_blake2.cpython-37m-darwin.so (0) <A6E3EA40-637F-3F1C-8C3D-956CE33746B7> /usr/local/Cellar/salt/2019.2.1/libexec/lib/python3.7/lib-dynload/_blake2.cpython-37m-darwin.so
       0x10f970000 -        0x10f980fff +_sha3.cpython-37m-darwin.so (0) <4E2B2583-529C-3642-B752-9A8FAF8AA7AC> /usr/local/Cellar/salt/2019.2.1/libexec/lib/python3.7/lib-dynload/_sha3.cpython-37m-darwin.so
       0x10f986000 -        0x10f986fff +_bisect.cpython-37m-darwin.so (0) <8AFFD4CF-147F-3381-8A1F-AB226B5AC136> /usr/local/Cellar/salt/2019.2.1/libexec/lib/python3.7/lib-dynload/_bisect.cpython-37m-darwin.so
       0x10f98a000 -        0x10f98bffb +_random.cpython-37m-darwin.so (0) <BD1E4A35-B765-3385-99E1-78CA09EAB61E> /usr/local/Cellar/salt/2019.2.1/libexec/lib/python3.7/lib-dynload/_random.cpython-37m-darwin.so
       0x10f98f000 -        0x10f997ffb +_socket.cpython-37m-darwin.so (0) <E417EE8B-2306-310D-BCC4-F9A4E7B06E2B> /usr/local/Cellar/salt/2019.2.1/libexec/lib/python3.7/lib-dynload/_socket.cpython-37m-darwin.so
       0x10fa63000 -        0x10fa63fff +_opcode.cpython-37m-darwin.so (0) <EE172C39-4277-362F-819D-202C312FE8C1> /usr/local/Cellar/salt/2019.2.1/libexec/lib/python3.7/lib-dynload/_opcode.cpython-37m-darwin.so
       0x10fd27000 -        0x10fe25fff +unicodedata.cpython-37m-darwin.so (0) <3BB69E78-716B-31BA-9156-EAACAACF757F> /usr/local/Cellar/salt/2019.2.1/libexec/lib/python3.7/lib-dynload/unicodedata.cpython-37m-darwin.so
       0x10feab000 -        0x10feb7ffb +_pickle.cpython-37m-darwin.so (0) <C5E40D84-43D1-3C89-BF5F-839B3076DC54> /usr/local/Cellar/salt/2019.2.1/libexec/lib/python3.7/lib-dynload/_pickle.cpython-37m-darwin.so
       0x10fec2000 -        0x10fec3fff +_queue.cpython-37m-darwin.so (0) <83961FEC-4C62-361B-9AE0-52ADD7449B47> /usr/local/Cellar/salt/2019.2.1/libexec/lib/python3.7/lib-dynload/_queue.cpython-37m-darwin.so
       0x10fec7000 -        0x10feccffb +array.cpython-37m-darwin.so (0) <BCFCE829-86F5-3E19-971E-EB7E24B90DBC> /usr/local/Cellar/salt/2019.2.1/libexec/lib/python3.7/lib-dynload/array.cpython-37m-darwin.so
       0x10ff94000 -        0x10ffbefff +_yaml.cpython-37m-darwin.so (0) <05D67931-2012-3CA7-B1FA-57BEFDB58800> /usr/local/Cellar/salt/2019.2.1/libexec/lib/python3.7/site-packages/_yaml.cpython-37m-darwin.so
       0x10ffcc000 -        0x10ffe3ff7 +libyaml-0.2.dylib (0) <65E2C91F-BC30-3BE4-BB22-09EBC7080EEC> /usr/local/opt/libyaml/lib/libyaml-0.2.dylib
       0x1100a9000 -        0x1100aafff +fcntl.cpython-37m-darwin.so (0) <CD7ECD2D-C637-3703-9BAA-29C74B5CBE92> /usr/local/Cellar/salt/2019.2.1/libexec/lib/python3.7/lib-dynload/fcntl.cpython-37m-darwin.so
       0x1100ef000 -        0x1100f4fff +_json.cpython-37m-darwin.so (0) <AA02AE07-B577-376F-BE8B-D91F1F3F6BE7> /usr/local/Cellar/salt/2019.2.1/libexec/lib/python3.7/lib-dynload/_json.cpython-37m-darwin.so
       0x110139000 -        0x110139fff +speedups.cpython-37m-darwin.so (0) <2CA48540-F21E-3E3F-82C6-F98E077C2A72> /usr/local/Cellar/salt/2019.2.1/libexec/lib/python3.7/site-packages/tornado/speedups.cpython-37m-darwin.so
       0x11017d000 -        0x110188fff +_curses.cpython-37m-darwin.so (0) <6B3C53B7-2549-3173-81FA-23B52DAF0C51> /usr/local/Cellar/salt/2019.2.1/libexec/lib/python3.7/lib-dynload/_curses.cpython-37m-darwin.so
       0x110211000 -        0x11021efff +_ssl.cpython-37m-darwin.so (0) <72465DAE-F0FE-3601-97AD-E0BCD1C35550> /usr/local/Cellar/salt/2019.2.1/libexec/lib/python3.7/lib-dynload/_ssl.cpython-37m-darwin.so
       0x11026d000 -        0x11026dfff +_contextvars.cpython-37m-darwin.so (0) <D3455E63-8446-3895-9922-8AE92485921A> /usr/local/Cellar/salt/2019.2.1/libexec/lib/python3.7/lib-dynload/_contextvars.cpython-37m-darwin.so
       0x110271000 -        0x110276fff +_asyncio.cpython-37m-darwin.so (0) <E6EE1FE0-EC71-30CD-9A7F-4BC102972ADD> /usr/local/Cellar/salt/2019.2.1/libexec/lib/python3.7/lib-dynload/_asyncio.cpython-37m-darwin.so
       0x110340000 -        0x110341ffb +resource.cpython-37m-darwin.so (0) <F55DFCB1-6290-332D-8684-573029CCF20F> /usr/local/Cellar/salt/2019.2.1/libexec/lib/python3.7/lib-dynload/resource.cpython-37m-darwin.so
       0x110345000 -        0x110354fff +_ctypes.cpython-37m-darwin.so (0) <F64819FD-AA76-3849-9839-7B9E3A4918F8> /usr/local/Cellar/salt/2019.2.1/libexec/lib/python3.7/lib-dynload/_ctypes.cpython-37m-darwin.so
       0x1103a1000 -        0x1103a2fff +termios.cpython-37m-darwin.so (0) <79D77F5A-E59C-3E1B-929F-D2832B8B8A65> /usr/local/Cellar/salt/2019.2.1/libexec/lib/python3.7/lib-dynload/termios.cpython-37m-darwin.so
       0x1103a6000 -        0x1103adff3 +_elementtree.cpython-37m-darwin.so (0) <E4C6404C-6643-3683-8374-32049578B00F> /usr/local/Cellar/salt/2019.2.1/libexec/lib/python3.7/lib-dynload/_elementtree.cpython-37m-darwin.so
       0x1103f5000 -        0x1103fffff +constants.cpython-37m-darwin.so (0) <FE21C39B-1DDE-3E1A-AFAA-097CE933D4D4> /usr/local/Cellar/salt/2019.2.1/libexec/lib/python3.7/site-packages/zmq/backend/cython/constants.cpython-37m-darwin.so
       0x11040a000 -        0x11045dffb +libzmq.5.dylib (0) <3D93F190-5CC9-3FF0-9A40-2D07375702FD> /usr/local/opt/zeromq/lib/libzmq.5.dylib
       0x110494000 -        0x110497fff +error.cpython-37m-darwin.so (0) <0F4EB70A-0D11-356B-8FA1-C72191D8D523> /usr/local/Cellar/salt/2019.2.1/libexec/lib/python3.7/site-packages/zmq/backend/cython/error.cpython-37m-darwin.so
       0x11049d000 -        0x1104a9fff +message.cpython-37m-darwin.so (0) <0A0C639B-FE02-3975-AFEB-AA57D1E1C8FC> /usr/local/Cellar/salt/2019.2.1/libexec/lib/python3.7/site-packages/zmq/backend/cython/message.cpython-37m-darwin.so
       0x1104f4000 -        0x1104fcff3 +context.cpython-37m-darwin.so (0) <AD041545-DA5C-3310-BBE9-D07F0B5FECC7> /usr/local/Cellar/salt/2019.2.1/libexec/lib/python3.7/site-packages/zmq/backend/cython/context.cpython-37m-darwin.so
       0x110505000 -        0x11051aff7 +socket.cpython-37m-darwin.so (0) <B274741D-E09E-3D1E-97E3-EEA443099ACF> /usr/local/Cellar/salt/2019.2.1/libexec/lib/python3.7/site-packages/zmq/backend/cython/socket.cpython-37m-darwin.so
       0x11052b000 -        0x110530ffb +utils.cpython-37m-darwin.so (0) <2C0FD816-299F-316D-A999-8A461C11928E> /usr/local/Cellar/salt/2019.2.1/libexec/lib/python3.7/site-packages/zmq/backend/cython/utils.cpython-37m-darwin.so
       0x110537000 -        0x110540ff3 +_poll.cpython-37m-darwin.so (0) <3C5E4F82-96B3-3870-95EE-F4F3B4BC452E> /usr/local/Cellar/salt/2019.2.1/libexec/lib/python3.7/site-packages/zmq/backend/cython/_poll.cpython-37m-darwin.so
       0x110548000 -        0x11054bff7 +_version.cpython-37m-darwin.so (0) <B11AD60C-2186-326E-ACE2-4181FB734201> /usr/local/Cellar/salt/2019.2.1/libexec/lib/python3.7/site-packages/zmq/backend/cython/_version.cpython-37m-darwin.so
       0x110550000 -        0x110556ffb +_device.cpython-37m-darwin.so (0) <484F5F98-C785-3CDF-80AC-7FEDA6A5C3C4> /usr/local/Cellar/salt/2019.2.1/libexec/lib/python3.7/site-packages/zmq/backend/cython/_device.cpython-37m-darwin.so
       0x11055d000 -        0x110563ff7 +_proxy_steerable.cpython-37m-darwin.so (0) <FC9688D2-71D4-329B-A6E1-087661BD1627> /usr/local/Cellar/salt/2019.2.1/libexec/lib/python3.7/site-packages/zmq/backend/cython/_proxy_steerable.cpython-37m-darwin.so
       0x110669000 -        0x110669fff +_uuid.cpython-37m-darwin.so (0) <06F9731F-4015-3583-B5F7-508C5637F795> /usr/local/Cellar/salt/2019.2.1/libexec/lib/python3.7/lib-dynload/_uuid.cpython-37m-darwin.so
       0x1106ed000 -        0x1106eeff3 +_speedups.cpython-37m-darwin.so (0) <817B2CCD-971C-385D-9FC9-FFFA139B4250> /usr/local/Cellar/salt/2019.2.1/libexec/lib/python3.7/site-packages/markupsafe/_speedups.cpython-37m-darwin.so
       0x110732000 -        0x11075fff3 +_decimal.cpython-37m-darwin.so (0) <0CA91C20-C816-33B7-BFF4-9B1FFDE5C2DC> /usr/local/Cellar/salt/2019.2.1/libexec/lib/python3.7/lib-dynload/_decimal.cpython-37m-darwin.so
       0x1108b2000 -        0x1108c8ffb +_cmsgpack.cpython-37m-darwin.so (0) <5127EB36-6E8B-3A0F-9EE2-E2F6BBCE165A> /usr/local/Cellar/salt/2019.2.1/libexec/lib/python3.7/site-packages/msgpack/_cmsgpack.cpython-37m-darwin.so
       0x110997000 -        0x110998fff +_scproxy.cpython-37m-darwin.so (0) <3CCCAF50-95C6-3211-9F1E-D81D94BA64FA> /usr/local/Cellar/salt/2019.2.1/libexec/lib/python3.7/lib-dynload/_scproxy.cpython-37m-darwin.so
       0x110d9c000 -        0x110d9dfff +_counter.cpython-37m-darwin.so (0) <523E4090-5F98-32B4-AD00-7CAD6150C0A9> /usr/local/Cellar/salt/2019.2.1/libexec/lib/python3.7/site-packages/Crypto/Util/_counter.cpython-37m-darwin.so
       0x110da1000 -        0x110da6ff3 +_AES.cpython-37m-darwin.so (0) <651338A0-6440-3AAC-9740-84030A7C1B07> /usr/local/Cellar/salt/2019.2.1/libexec/lib/python3.7/site-packages/Crypto/Cipher/_AES.cpython-37m-darwin.so
       0x110e6a000 -        0x110e6bffb +_multiprocessing.cpython-37m-darwin.so (0) <86F757B2-60EC-31BC-ADA3-8449665D8AC1> /usr/local/Cellar/salt/2019.2.1/libexec/lib/python3.7/lib-dynload/_multiprocessing.cpython-37m-darwin.so
       0x110eef000 -        0x110f39ff3 +_m2crypto.cpython-37m-darwin.so (0) <7176ADA1-FD94-35A5-B889-9CC938486120> /usr/local/Cellar/salt/2019.2.1/libexec/lib/python3.7/site-packages/M2Crypto/_m2crypto.cpython-37m-darwin.so
       0x1186a2000 -        0x11873093f  dyld (732.8) <42C11B81-6928-369F-B03E-D57355572700> /usr/lib/dyld
    0x7fff2baf3000 -     0x7fff2baf3fff  com.apple.Accelerate (1.11 - Accelerate 1.11) <71987428-FB54-3F6E-8699-DCC8BADC7D01> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff2bb0b000 -     0x7fff2c3b2ff7  com.apple.vImage (8.1 - 524.2) <2224ED51-A4D6-39DB-AF19-2BCBC77BD750> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff2c3b3000 -     0x7fff2c54cfef  libBLAS.dylib (1303) <05E4B3E9-88FC-3648-B993-D7E9C16ED92E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff2c54d000 -     0x7fff2c753fdf  libBNNS.dylib (144.11.2) <CE00F56A-4630-3C5D-BBB8-C617A467BCAF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff2c755000 -     0x7fff2cb09fff  libLAPACK.dylib (1303) <7E61073B-DB96-3AE8-B188-5FBB20479A8C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff2cb0a000 -     0x7fff2cb1fff8  libLinearAlgebra.dylib (1303) <98D92C47-3841-3C0B-91ED-5D81B6300616> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff2cb20000 -     0x7fff2cb25ff3  libQuadrature.dylib (7) <826897ED-B7AD-33DC-B9CB-F9787784F312> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff2cb26000 -     0x7fff2cb96fff  libSparse.dylib (103) <55467C29-2096-36AB-8A6D-5231A342809D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
    0x7fff2cb97000 -     0x7fff2cba9ff7  libSparseBLAS.dylib (1303) <841780B7-CE4F-3840-B740-D39AD6325BDD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff2cbaa000 -     0x7fff2cd3cfc7  libvDSP.dylib (735) <1D607D95-D349-39C4-B97A-EFD73AC176A2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff2cd3d000 -     0x7fff2ceb7ff7  libvMisc.dylib (735) <CB8D49B6-7E89-37FC-947A-244B99DE8FC2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff2ceb8000 -     0x7fff2ceb8fff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <4E0286A3-D4ED-3A93-A760-77533501A59C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff2e5e3000 -     0x7fff2e959ffe  com.apple.CFNetwork (1111 - 1111) <642753C5-5D26-3794-9A4C-4F63F226C01A> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff2fe28000 -     0x7fff302a7ff7  com.apple.CoreFoundation (6.9 - 1671.15) <B888CEC3-88BC-3D1F-BDD7-A664AB66F0BA> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff31233000 -     0x7fff31233fff  com.apple.CoreServices (1069.2 - 1069.2) <C5F7AABC-BADC-3331-A7D6-9B0A82A23E58> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff31234000 -     0x7fff312b9ff7  com.apple.AE (838 - 838) <7295ED82-7087-3602-9DCA-4FE205F6499C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff312ba000 -     0x7fff3159bfff  com.apple.CoreServices.CarbonCore (1217 - 1217) <7AA0ECB3-0993-3081-A9EC-0365EF72B24D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff3159c000 -     0x7fff315e9ff1  com.apple.DictionaryServices (1.2 - 321) <3D0FFBDE-E425-37C7-B780-39A3D024462A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff315ea000 -     0x7fff315f2ff7  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
    0x7fff315f3000 -     0x7fff3182bff1  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
    0x7fff3182c000 -     0x7fff318c4ff1  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
    0x7fff318c5000 -     0x7fff318f2ff7  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
    0x7fff318f3000 -     0x7fff3195afff  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
    0x7fff3195b000 -     0x7fff3197fffd  com.apple.coreservices.SharedFileList (131 - 131) <61F62948-4109-38F0-BB91-5EBB6BEEAB10> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff321d4000 -     0x7fff321daff7  com.apple.DiskArbitration (2.7 - 2.7) <23104F29-F120-354B-97BE-4514A675BB14> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff32507000 -     0x7fff328ceff3  com.apple.Foundation (6.9 - 1671.15) <4BEAB72D-10AA-3009-B0F5-B82B4FE1C441> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff32c20000 -     0x7fff32cc3ffb  com.apple.framework.IOKit (2.0.2 - 1726.11.1) <9E81E92C-7EC2-330F-B0AF-BBFD9D3E46F6> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff36515000 -     0x7fff36521ffe  com.apple.NetFS (6.0 - 4.0) <10ECF7E4-98A5-3751-B7AC-0AAAF0050777> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff390e5000 -     0x7fff39101fff  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
    0x7fff39102000 -     0x7fff3910dfff  com.apple.OpenDirectory (10.15 - 220.11.1) <170173C2-DF22-3D11-914F-465AA7C4760A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff3c48f000 -     0x7fff3c7d3ff9  com.apple.security (7.0 - 59306.11.20) <1B0AE660-0EC5-3497-ACE8-1AF2BB772BAB> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff3c7d4000 -     0x7fff3c85cff7  com.apple.securityfoundation (6.0 - 55236) <903B8365-1F35-3EB2-9821-9D2C440BE2DD> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff3c8b5000 -     0x7fff3c8b9ff8  com.apple.xpc.ServiceManagement (1.0 - 1) <EF42F840-AF78-38A4-B6E1-FDF445CA3477> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff3d6a3000 -     0x7fff3d70dff7  com.apple.SystemConfiguration (1.19 - 1.19) <C0C089C3-FC64-3107-B23E-4073E800C5D2> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff41461000 -     0x7fff41525ff7  com.apple.APFS (1412.11.7 - 1412.11.7) <71DAB6CE-FF14-373D-A183-F388C5D9FE84> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
    0x7fff42f26000 -     0x7fff42f35fdf  com.apple.AppleFSCompression (119 - 1.0) <725908C4-7585-3AB6-8A1A-691B8A9074B8> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff434a2000 -     0x7fff434c4ffb  com.apple.applesauce (1.0 - 16.22) <88BFDA72-8D13-3481-B4FA-62215F6E2E43> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
    0x7fff446c1000 -     0x7fff446caff3  com.apple.coreservices.BackgroundTaskManagement (1.0 - 104) <156CFAE3-07D0-332C-90BE-BB2E4C893C99> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
    0x7fff46ea2000 -     0x7fff46ec1ff4  com.apple.analyticsd (1.0 - 1) <3C14ACAE-0E19-3589-8229-944F376C3E44> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
    0x7fff4740b000 -     0x7fff4741bff3  com.apple.CoreEmoji (1.0 - 100) <9AB89183-635C-3859-9DC6-7BCE3A94D15E> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff47a67000 -     0x7fff47ad1ff8  com.apple.CoreNLP (1.0 - 211) <8F08AEF6-A380-3811-BAF0-D80E7C84B5AD> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
    0x7fff486e1000 -     0x7fff4870fff7  com.apple.CSStore (1069.2 - 1069.2) <5E3C50AB-9C00-36F3-A986-CE033480CA8B> /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore
    0x7fff546a7000 -     0x7fff54774ffd  com.apple.LanguageModeling (1.0 - 212) <A9F41C84-E574-3624-8C00-60F228E0FF97> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff54775000 -     0x7fff547bdff7  com.apple.Lexicon-framework (1.0 - 70) <BEADF30C-37D3-3112-90DA-18A85406DBF3> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
    0x7fff547c4000 -     0x7fff547c8ff6  com.apple.LinguisticData (1.0 - 349) <A392AD13-9AEB-31BB-A9ED-F29437CFBDB4> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
    0x7fff55bf9000 -     0x7fff55c45ff7  com.apple.spotlight.metadata.utilities (1.0 - 2066.12) <989018A3-4BD0-3FD1-9A2D-88FD3A521452> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
    0x7fff56668000 -     0x7fff56672fff  com.apple.NetAuth (6.2 - 6.2) <90F9ADF4-8A9C-3603-8F55-24F8C472430B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff5f303000 -     0x7fff5f313ff3  com.apple.TCC (1.0 - 1) <DCE1D8C7-7BEB-3201-A0E5-38F012E6B1BC> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff5fa32000 -     0x7fff5fa33fff  com.apple.TrustEvaluationAgent (2.0 - 33) <B691985E-2E58-37C3-B336-8882DE4BF19A> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff63553000 -     0x7fff63555ff3  com.apple.loginsupport (1.0 - 1) <40974390-AFD7-3CEF-8B8D-6219BF916A4E> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff638c3000 -     0x7fff638f8ff7  libCRFSuite.dylib (48) <45ADF347-A43F-3E95-BF26-94DC525DCC81> /usr/lib/libCRFSuite.dylib
    0x7fff638fb000 -     0x7fff63905ff3  libChineseTokenizer.dylib (34) <94E822B6-F850-33C5-888C-D5C8AE12122C> /usr/lib/libChineseTokenizer.dylib
    0x7fff63992000 -     0x7fff63994fff  libDiagnosticMessagesClient.dylib (112) <418D550B-C748-3D55-A6D5-0398E032F9F3> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff63e59000 -     0x7fff63e5aff3  libSystem.B.dylib (1281) <66742D2E-591A-32B2-8E92-4A54BEE843F6> /usr/lib/libSystem.B.dylib
    0x7fff63eea000 -     0x7fff63eebfff  libThaiTokenizer.dylib (3) <D2A89215-5281-310F-8C75-47F1E6A14F62> /usr/lib/libThaiTokenizer.dylib
    0x7fff63f03000 -     0x7fff63f19fff  libapple_nghttp2.dylib (1.39.2) <0A685DAA-9FC6-3C87-83F1-1D11FC87C1F4> /usr/lib/libapple_nghttp2.dylib
    0x7fff63f4e000 -     0x7fff63fc0ff7  libarchive.2.dylib (72.11.2) <8636AE5A-0CBB-306C-8A4B-2E612D2D6B13> /usr/lib/libarchive.2.dylib
    0x7fff640f2000 -     0x7fff640f2ff3  libauto.dylib (187) <AACF68BC-9A05-36F8-8F60-78951422E090> /usr/lib/libauto.dylib
    0x7fff641b0000 -     0x7fff641c0fff  libbsm.0.dylib (60) <F03FA480-0B22-3300-833F-03E88F43C504> /usr/lib/libbsm.0.dylib
    0x7fff641c1000 -     0x7fff641cdfff  libbz2.1.0.dylib (44) <8B522880-BEF8-3668-B785-F2AB4DE8F366> /usr/lib/libbz2.1.0.dylib
    0x7fff641ce000 -     0x7fff64221fff  libc++.1.dylib (800.6) <328FB687-2363-38B1-AC11-11736925C775> /usr/lib/libc++.1.dylib
    0x7fff64222000 -     0x7fff64236fff  libc++abi.dylib (800.7) <02753D3D-91C6-3670-8B5D-EBE040B516FC> /usr/lib/libc++abi.dylib
    0x7fff64237000 -     0x7fff64237ffb  libcharset.1.dylib (59) <12D52FA5-EBCA-3F3C-A269-1095F268F92F> /usr/lib/libcharset.1.dylib
    0x7fff64238000 -     0x7fff64249ffb  libcmph.dylib (8) <7DD1F726-F3E3-341A-AFAC-83E9A470883C> /usr/lib/libcmph.dylib
    0x7fff6424a000 -     0x7fff64262fcf  libcompression.dylib (87) <3D8825ED-7C2B-3EBC-B6D2-DE1C03E178CA> /usr/lib/libcompression.dylib
    0x7fff64524000 -     0x7fff6453afff  libcoretls.dylib (167) <1C64EA6F-8E0D-319D-99D4-026150EEB2B2> /usr/lib/libcoretls.dylib
    0x7fff6453b000 -     0x7fff6453cffb  libcoretls_cfhelpers.dylib (167) <724B0181-4D9E-3D2F-B1AB-B4FD6A7BAB2C> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff646df000 -     0x7fff647d9fff  libcrypto.35.dylib (47.11.1) <DAE379C6-E19A-3E15-B243-D4610C8E9B47> /usr/lib/libcrypto.35.dylib
    0x7fff64ae5000 -     0x7fff64ae6ff7  libcrypto.dylib (47.11.1) <C55D3B19-36BB-3344-94F9-9DEBF328B90C> /usr/lib/libcrypto.dylib
    0x7fff64c65000 -     0x7fff64c65ff3  libenergytrace.dylib (21) <E42B4AFF-3FAC-3CE4-A7BF-48621458B356> /usr/lib/libenergytrace.dylib
    0x7fff64c8d000 -     0x7fff64c8fff7  libfakelink.dylib (149) <FC5712CB-2188-3DAD-8DD4-CC3ECCA3F9A8> /usr/lib/libfakelink.dylib
    0x7fff64c9e000 -     0x7fff64ca3fff  libgermantok.dylib (24) <93E95178-E436-3611-A4A3-CB1D42CF4064> /usr/lib/libgermantok.dylib
    0x7fff64ca9000 -     0x7fff64d99ff7  libiconv.2.dylib (59) <1A648E74-25D4-3F9B-94C4-10B58AD091B7> /usr/lib/libiconv.2.dylib
    0x7fff64d9a000 -     0x7fff64ff2ff7  libicucore.A.dylib (64232.0.1) <88E47471-605C-3C86-871B-5D2F4628A936> /usr/lib/libicucore.A.dylib
    0x7fff6500c000 -     0x7fff6500dfff  liblangid.dylib (133) <78DF87EE-CDCE-3628-B239-56743169BC93> /usr/lib/liblangid.dylib
    0x7fff6500e000 -     0x7fff65026ffb  liblzma.5.dylib (16) <D416FC97-76EC-38B5-A134-85DDFEA9D297> /usr/lib/liblzma.5.dylib
    0x7fff6503e000 -     0x7fff650e5fff  libmecab.dylib (879) <DD60E6AA-154E-3294-B2C0-3277B754F3BC> /usr/lib/libmecab.dylib
    0x7fff650e6000 -     0x7fff65345fe9  libmecabra.dylib (879) <B5BE574C-DD3A-336D-87A3-202CE7803A45> /usr/lib/libmecabra.dylib
    0x7fff656a6000 -     0x7fff656d5ff7  libncurses.5.4.dylib (57) <2AD2FDD9-846A-3A79-ADCC-008E8B227BD6> /usr/lib/libncurses.5.4.dylib
    0x7fff65804000 -     0x7fff65c76ff6  libnetwork.dylib (1880.11.2) <CC02BF51-A056-3656-B735-E8CD0F4B7B15> /usr/lib/libnetwork.dylib
    0x7fff65d14000 -     0x7fff65d45fd6  libobjc.A.dylib (779.1) <D681D734-2739-3D18-9DCB-9ECDA9D492BC> /usr/lib/libobjc.A.dylib
    0x7fff65d58000 -     0x7fff65d5cfff  libpam.2.dylib (25) <86317F48-E926-30AC-AE9F-ABB33543FBC8> /usr/lib/libpam.2.dylib
    0x7fff65d5f000 -     0x7fff65d92ff7  libpcap.A.dylib (89.11.2) <65A8EBD2-F059-353B-9538-20D1314EFD89> /usr/lib/libpcap.A.dylib
    0x7fff65e87000 -     0x7fff66068ff7  libsqlite3.dylib (308.1) <5BEC5563-DECD-3A7D-A9A4-B7814F074D35> /usr/lib/libsqlite3.dylib
    0x7fff662b7000 -     0x7fff662baffb  libutil.dylib (57) <844B7887-09B3-3D12-ACDE-C4EB8F53DC62> /usr/lib/libutil.dylib
    0x7fff662bb000 -     0x7fff662c8fff  libxar.1.dylib (420) <E0D7C0A6-76EC-3682-A393-6596D4986269> /usr/lib/libxar.1.dylib
    0x7fff662ce000 -     0x7fff663b0ff7  libxml2.2.dylib (32.12) <C0A87484-D334-3B50-8F8A-A9C63295F49E> /usr/lib/libxml2.2.dylib
    0x7fff663b4000 -     0x7fff663dcfff  libxslt.1.dylib (16.6) <CD9E79B0-159A-3055-B62A-57AB2B445912> /usr/lib/libxslt.1.dylib
    0x7fff663dd000 -     0x7fff663effff  libz.1.dylib (76) <3FC3FC3E-ABF3-3167-9078-B54C952608B4> /usr/lib/libz.1.dylib
    0x7fff66e54000 -     0x7fff66e59ff7  libcache.dylib (83) <8EC69760-6DAA-3068-9372-F1D554C548E5> /usr/lib/system/libcache.dylib
    0x7fff66e5a000 -     0x7fff66e65ff7  libcommonCrypto.dylib (60165) <698BE754-137D-361D-B826-57B8DD969E4A> /usr/lib/system/libcommonCrypto.dylib
    0x7fff66e66000 -     0x7fff66e6dfff  libcompiler_rt.dylib (101.2) <0BE7F119-C9C2-3612-A3F4-2336D4444476> /usr/lib/system/libcompiler_rt.dylib
    0x7fff66e6e000 -     0x7fff66e77ff7  libcopyfile.dylib (166) <B5E73B1C-0BCF-33FE-80A1-D9E3BA3033D4> /usr/lib/system/libcopyfile.dylib
    0x7fff66e78000 -     0x7fff66f0ffc3  libcorecrypto.dylib (866.0.10) <58344B13-CD10-3697-A516-6F5B06DD1EB7> /usr/lib/system/libcorecrypto.dylib
    0x7fff67026000 -     0x7fff67067ff0  libdispatch.dylib (1173.0.3) <F4260D89-F67D-30CB-AF61-7ED25CB687DB> /usr/lib/system/libdispatch.dylib
    0x7fff67068000 -     0x7fff6709dfff  libdyld.dylib (732.8) <98960E27-A08B-36DA-A5CB-8538B2D6757E> /usr/lib/system/libdyld.dylib
    0x7fff6709e000 -     0x7fff6709effb  libkeymgr.dylib (30) <682B41BC-BDC2-38D5-8820-87099606FA12> /usr/lib/system/libkeymgr.dylib
    0x7fff6709f000 -     0x7fff670abff7  libkxld.dylib (6153.11.26) <53BE9630-BDC8-3649-8709-7A4F86777B1A> /usr/lib/system/libkxld.dylib
    0x7fff670ac000 -     0x7fff670acff7  liblaunch.dylib (1738.11.1) <7FE11F0D-65BC-3726-B1DD-E84F329193E0> /usr/lib/system/liblaunch.dylib
    0x7fff670ad000 -     0x7fff670b2ff7  libmacho.dylib (949.0.1) <163DFE06-2FAD-3CBC-80EF-C38EED6AEA52> /usr/lib/system/libmacho.dylib
    0x7fff670b3000 -     0x7fff670b5ff3  libquarantine.dylib (110.0.4) <C8F39330-8CB5-30B0-8564-96453DCEFAD7> /usr/lib/system/libquarantine.dylib
    0x7fff670b6000 -     0x7fff670b7ff7  libremovefile.dylib (48) <FB280185-B5ED-3F08-B08A-A378865C1398> /usr/lib/system/libremovefile.dylib
    0x7fff670b8000 -     0x7fff670cffff  libsystem_asl.dylib (377.0.1) <30CE9DAF-B1FA-3510-832B-F1CE19933ED7> /usr/lib/system/libsystem_asl.dylib
    0x7fff670d0000 -     0x7fff670d0fff  libsystem_blocks.dylib (74) <E0B8C825-E62B-357E-A2A0-13776F0A0F8C> /usr/lib/system/libsystem_blocks.dylib
    0x7fff670d1000 -     0x7fff67158ff7  libsystem_c.dylib (1353.11.2) <2A5BFAFE-8214-3B35-AD46-C07A1A8B8941> /usr/lib/system/libsystem_c.dylib
    0x7fff67159000 -     0x7fff6715cfff  libsystem_configuration.dylib (1061.0.2) <56174463-22ED-337F-B0D4-94995DCDB9B7> /usr/lib/system/libsystem_configuration.dylib
    0x7fff6715d000 -     0x7fff67160ff7  libsystem_coreservices.dylib (114) <01695913-028E-3AE1-8D4E-2B2769109811> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff67161000 -     0x7fff67168fff  libsystem_darwin.dylib (1353.11.2) <4CE52C63-87AA-3C6D-899F-8C983E5FC061> /usr/lib/system/libsystem_darwin.dylib
    0x7fff67169000 -     0x7fff67170ffb  libsystem_dnssd.dylib (1096.0.2) <DC7381E8-F09F-3441-8267-9B8F50A0EBA9> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff67171000 -     0x7fff67172ffb  libsystem_featureflags.dylib (17) <DBCA4AA2-CA05-38D5-AB4B-BE0F3E09BB8B> /usr/lib/system/libsystem_featureflags.dylib
    0x7fff67173000 -     0x7fff671c0ff7  libsystem_info.dylib (538) <9F9D6368-A11E-32F1-9BB5-C153F42EFED8> /usr/lib/system/libsystem_info.dylib
    0x7fff671c1000 -     0x7fff671edfff  libsystem_kernel.dylib (6153.11.26) <4CE9D54A-A975-348E-B878-EE74EDFC956B> /usr/lib/system/libsystem_kernel.dylib
    0x7fff671ee000 -     0x7fff67239fe7  libsystem_m.dylib (3178) <FE5E5748-6ACA-3AD2-AF9D-557EB9A3BD7E> /usr/lib/system/libsystem_m.dylib
    0x7fff6723a000 -     0x7fff67261fff  libsystem_malloc.dylib (283) <02925539-3CBA-39EB-BA6B-9A936CFA0BF8> /usr/lib/system/libsystem_malloc.dylib
    0x7fff67262000 -     0x7fff6726fff3  libsystem_networkextension.dylib (1095.11.9) <8B5EE189-E3D1-31FD-878F-50286B6E7047> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff67270000 -     0x7fff67279fff  libsystem_notify.dylib (241) <89381127-2A07-3F07-B865-358FACCF9102> /usr/lib/system/libsystem_notify.dylib
    0x7fff6727a000 -     0x7fff67283fe7  libsystem_platform.dylib (220) <90E508E4-46D8-33FF-8552-DDAA079977A0> /usr/lib/system/libsystem_platform.dylib
    0x7fff67284000 -     0x7fff6728efff  libsystem_pthread.dylib (416.11.1) <2EA6F95F-F264-30B6-8AF2-24197B5AED84> /usr/lib/system/libsystem_pthread.dylib
    0x7fff6728f000 -     0x7fff67293ffb  libsystem_sandbox.dylib (1217.11.16) <51129CBB-BC46-37F1-A1B5-ECFA9530704D> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff67294000 -     0x7fff67296fff  libsystem_secinit.dylib (62.0.4) <A48D9AF3-75F2-3331-A0C8-0A23771F4AC7> /usr/lib/system/libsystem_secinit.dylib
    0x7fff67297000 -     0x7fff6729effb  libsystem_symptoms.dylib (1238.0.2) <08E8CF75-5F77-3475-A48E-A01CBDF09173> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff6729f000 -     0x7fff672b5ff2  libsystem_trace.dylib (1147.0.3) <5836645E-9862-326D-AB3B-A19E76BE29B9> /usr/lib/system/libsystem_trace.dylib
    0x7fff672b7000 -     0x7fff672bcffb  libunwind.dylib (35.4) <F5AE1D43-7C5F-3BA2-94D3-E769F82C0F61> /usr/lib/system/libunwind.dylib
    0x7fff672bd000 -     0x7fff672f1ff6  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: 2427
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=425.4M resident=0K(0%) swapped_out_or_unallocated=425.4M(100%)
Writable regions: Total=946.8M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=946.8M(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Activity Tracing                   256K        1 
Dispatch continuations            48.0M        1 
Kernel Alloc Once                    8K        1 
MALLOC                           182.2M       41 
MALLOC guard page                   24K        5 
MALLOC_MEDIUM (reserved)         672.0M        6         reserved VM address space (unallocated)
STACK GUARD                         12K        3 
Stack                             21.5M        3 
VM_ALLOCATE                       22.5M       91 
__DATA                            7151K      190 
__DATA_CONST                       508K       62 
__LINKEDIT                       350.0M       63 
__OBJC_RO                         31.8M        1 
__OBJC_RW                         1764K        2 
__TEXT                            75.4M      186 
__UNICODE                          564K        1 
mapped file                         28K        1 
shared memory                       12K        3 
===========                     =======  ======= 
TOTAL                              1.4G      661 
TOTAL, minus reserved VM space   741.5M      661 

@cdalvaro
Copy link
Contributor

cdalvaro commented Oct 8, 2019

This bug is related with #44776

@fxcoudert
Copy link
Member

Can you try brew reinstall -s python, and confirm whether the issue is still there?

@cdalvaro
Copy link
Contributor

cdalvaro commented Oct 9, 2019

Can you try brew reinstall -s python, and confirm whether the issue is still there?

I have tried several things, brew reinstall -s python, is one of them.

Another thing I have tried is installing python with changes from PR #45019 but same error happens.

Maybe the error is related with pkg-config and [email protected] too.

@fxcoudert fxcoudert added the 10.15 Catalina is specifically affected label Oct 9, 2019
@AngerM
Copy link
Author

AngerM commented Oct 9, 2019

I also tried fully uninstalling brew (and thereby everything it had installed) and reinstalling all the packages I use (luckily I keep a script with a list of my most common ones on hand for setting up new laptops). Still running into the issue.

@crazymykl
Copy link
Contributor

crazymykl commented Oct 10, 2019

I have found making the following symlink stops the symptom:
/usr/lib/libcrypto.dylib -> /usr/local/Cellar/openssl/1.0.2t/lib/libcrypto.1.0.0.dylib, but it's a kluge.

EDIT: @AngerM's solution below is preferred.

@fxcoudert
Copy link
Member

fxcoudert commented Oct 10, 2019

I cannot reproduce on my Catalina machine. The main difference I see is that I have CLT installed, but not Xcode.

HOMEBREW_VERSION: 2.1.13-32-g85e4013
ORIGIN: https://github.com/Homebrew/brew
HEAD: 85e4013989e849b374ff40858969be1125d63370
Last commit: 4 minutes ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: 6621b75792252dd6ebb6f2d5f80ec04591cfd9fc
Core tap last commit: 2 minutes ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_DEV_CMD_RUN: 1
CPU: quad-core 64-bit haswell
Homebrew Ruby: 2.6.3 => /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby
Clang: 11.0 build 1100
Git: 2.21.0 => /Library/Developer/CommandLineTools/usr/bin/git
Curl: 7.64.1 => /usr/bin/curl
Java: 1.8.0_222
macOS: 10.15-x86_64
CLT: 11.0.0.0.1.1567737322
Xcode: N/A
CLT headers: 11.0.0.0.1.1567737322
XQuartz: 2.7.11 => /opt/X11

Something is trying to load /usr/lib/libcrypto.dylib, which on Catalina is booby-trapped. But… we build Python 3 against /usr/local/opt/[email protected]/lib/libcrypto.dylib so it should go there to find its library. I'm not sure why it doesn't, in some cases.

The only references I can find to libcrypto in our Python bottles are:

Binary file ./Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_ssl.cpython-37m-darwin.so matches
Binary file ./Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_hashlib.cpython-37m-darwin.so matches
./Frameworks/Python.framework/Versions/3.7/lib/python3.7/ctypes/util.py:            print(cdll.LoadLibrary("libcrypto.dylib"))

The shared objects are clearly linked against the right library:

fx@einstein 3.7.4_1 % otool -L ./Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_ssl.cpython-37m-darwin.so
./Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_ssl.cpython-37m-darwin.so:
	/usr/local/opt/[email protected]/lib/libssl.1.1.dylib (compatibility version 1.1.0, current version 1.1.0)
	/usr/local/opt/[email protected]/lib/libcrypto.1.1.dylib (compatibility version 1.1.0, current version 1.1.0)
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1281.0.0)
fx@einstein 3.7.4_1 % otool -L ./Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_hashlib.cpython-37m-darwin.so
./Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_hashlib.cpython-37m-darwin.so:
	/usr/local/opt/[email protected]/lib/libssl.1.1.dylib (compatibility version 1.1.0, current version 1.1.0)
	/usr/local/opt/[email protected]/lib/libcrypto.1.1.dylib (compatibility version 1.1.0, current version 1.1.0)
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1281.0.0)

The ctypes/util.py code, which would indeed fail, is in a test() function, so it shouldn't run:

            print(cdll.LoadLibrary("libcrypto.dylib"))

I can however confirm that, if I execute that code manually, it does crash:

>>> import ctypes
>>> print(ctypes.cdll.LoadLibrary("libcrypto.dylib"))
zsh: abort      python3

but that is the expected behaviour on Catalina, I think.

@AngerM
Copy link
Author

AngerM commented Oct 10, 2019

I tried uninstall xcode and downloaded just the command line tools, and then did a brew reinstall -s python again, but pip3 still aborts for me.

@AngerM
Copy link
Author

AngerM commented Oct 10, 2019

I found something that may be helpful!
The asn1crypto python package imports libcrypto. I removed this package from my site packages /usr/local/lib/python3.7/site-packages and now pip3 works

@AngerM
Copy link
Author

AngerM commented Oct 10, 2019

Afterwards I am able to install the new version of asn1crypto and pip3 continues to work!

@fxcoudert
Copy link
Member

fxcoudert commented Oct 18, 2019

Yes, this is caused by older versions of asn1crypto: wbond/asn1crypto#158

  • We need to update our Homebrew formulas, and then things will Just Work!
  • For users who installed older asn1crypto versions, they will need to blast it and reinstall

@kenneth
Copy link

kenneth commented Oct 24, 2019

meet same error

@jpmckinney
Copy link

@cdalvaro Did you find a solution for this issue related to Salt?

@cdalvaro
Copy link
Contributor

Hi @jpmckinney!

Apparently, the @saltstack team is working to fix this issue in PR saltstack/salt#55084

As a workaround I could run salt on macOS Catalina by using the brew bottle built for Mojave.

@jpmckinney
Copy link

Ah, yes, I'm subscribed to that issue :)

Do you have that command handy? I couldn't quickly find how to install the Mojave bottle.

@cdalvaro
Copy link
Contributor

You can download salt Mojave bottle like this:

wget https://homebrew.bintray.com/bottles/salt-2019.2.1_1.mojave.bottle.tar.gz

And you could try to replace your current installation like this:

sudo rm -rf /usr/local/Cellar/salt
tar xzf salt-2019.2.1_1.mojave.bottle.tar.gz -C /usr/local/Cellar/
brew unlink salt && brew link salt

But I have tried it just now and I'am not been able to get it run. Certainly, last time I got running salt on Catalina I did it by making an rsync of that folder from a Mac which was upgraded from Mojave to Catalina.

@fxcoudert
Copy link
Member

I have removed the salt Catalina bottle in 96bf6a9
so reinstalling should fix the issue: brew reinstall salt

@jpmckinney
Copy link

Hmm, I did brew reinstall salt which installed https://homebrew.bintray.com/bottles/salt-2019.2.1_1.mojave.bottle.tar.gz, but I got a crash very similar to @cdalvaro's above, including primarily:

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.

@fxcoudert
Copy link
Member

Then this needs to be fixed on salt's end, sorry.

@anwarchk
Copy link

anwarchk commented Nov 7, 2019

Removing asn1crypto 0.24.0 and reinstalling latest version asn1crypto-1.2.0 fixed the issue. Thank you @AngerM

@1c7
Copy link

1c7 commented Nov 16, 2019

rm -rf /usr/local/lib/python3.7/site-packages/asn1crypto works for me

@DamionWaltermeyer
Copy link

DamionWaltermeyer commented Nov 21, 2019

Still not working for me, aborts instantly. I tried reinstalling a few times and have followed the instructions above in this thread.
`
site-packages % pwd

/usr/local/lib/python3.7/site-packages

site-packages % rm -rf /usr/local/lib/python3.7/site-packages/asn1crypto

site-packages % pip3

Traceback (most recent call last):

File "/Library/Developer/CommandLineTools/usr/bin/pip3", line 10, in
sys.exit(main())

TypeError: 'module' object is not callable`

@fxcoudert
Copy link
Member

File "/Library/Developer/CommandLineTools/usr/bin/pip3"

This is an Apple file, not Homebrew.

@DamionWaltermeyer
Copy link

Whoops. Yep. Thanks.

@connorguy
Copy link

Ran into this today. Updating to the latest xcode dev tools seems to resolve this now.

@glensc
Copy link
Contributor

glensc commented Dec 4, 2019

as uninstall with pip ends up the same abort, you need to remove it manually first:

$ pip uninstall asn1crypto
Abort trap: 6
$ mv /usr/local/lib/python2.7/site-packages/asn1crypto ~
$ pip uninstall asn1crypto
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Uninstalling asn1crypto-0.24.0:
  Would remove:
    /usr/local/lib/python2.7/site-packages/asn1crypto-0.24.0.dist-info/*
Proceed (y/n)? y
  Successfully uninstalled asn1crypto-0.24.0
$

@kiefergallant
Copy link

Newbie Here, I am having the same issue here I believe. Whenever I run %pip3 I get this error,
% pip3
Traceback (most recent call last):
File "/Library/Developer/CommandLineTools/usr/bin/pip3", line 10, in
sys.exit(main())
TypeError: 'module' object is not callable

Could someone please show me how to fix this?

@m1kr0b1
Copy link

m1kr0b1 commented Dec 11, 2019

Can confirm rm -rf /usr/local/lib/python3.7/site-packages/asn1crypto works as a solution

@bittudalal
Copy link

bittudalal commented Jan 9, 2020

update homebrew using this : https://stackoverflow.com/questions/34617452/how-to-update-xcode-from-command-line
It will fix this issue.

@SMillerDev
Copy link
Member

That updates macOS and the commandline tools. It does very little for homebrew. But apparently that means it wasn't ever a homebrew bug.

@lock lock bot added the outdated PR was locked due to age label Feb 9, 2020
@lock lock bot locked as resolved and limited conversation to collaborators Feb 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
10.15 Catalina is specifically affected outdated PR was locked due to age
Projects
None yet
Development

No branches or pull requests