opentimestamps / opentimestamps-client

OpenTimestamps client
Other
288 stars 84 forks source link

crashes without stamping #114

Open RyanSinger opened 4 years ago

RyanSinger commented 4 years ago

`➜ ~ pip3 install opentimestamps-client

Collecting opentimestamps-client Downloading opentimestamps_client-0.7.0-py3-none-any.whl (27 kB) Collecting GitPython>=2.0.8 Downloading GitPython-3.1.3-py3-none-any.whl (451 kB) |████████████████████████████████| 451 kB 528 kB/s Collecting opentimestamps<0.5.0,>=0.4.0 Downloading opentimestamps-0.4.1-py3-none-any.whl (50 kB) |████████████████████████████████| 50 kB 1.2 MB/s Collecting PySocks>=1.5.0 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) Collecting appdirs>=1.3.0 Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) Collecting gitdb<5,>=4.0.1 Downloading gitdb-4.0.5-py3-none-any.whl (63 kB) |████████████████████████████████| 63 kB 1.4 MB/s Collecting pysha3>=1.0.2 Downloading pysha3-1.0.2.tar.gz (829 kB) |████████████████████████████████| 829 kB 2.1 MB/s Collecting python-bitcoinlib<0.11.0,>=0.9.0 Downloading python_bitcoinlib-0.10.2-py3-none-any.whl (96 kB) |████████████████████████████████| 96 kB 3.0 MB/s Collecting smmap<4,>=3.0.1 Downloading smmap-3.0.4-py2.py3-none-any.whl (25 kB) Building wheels for collected packages: pysha3 Building wheel for pysha3 (setup.py) ... done Created wheel for pysha3: filename=pysha3-1.0.2-cp37-cp37m-macosx_10_15_x86_64.whl size=46163 sha256=bc74ca215198f8721ec15505d3f61bf205ac3443d2215e522b2396a217ff93dc Stored in directory: /Users/ryan/Library/Caches/pip/wheels/0d/9e/bc/789fa0986c1fef30cafcc29da4dd07bc17ecba3fab78e27ed6 Successfully built pysha3 Installing collected packages: smmap, gitdb, GitPython, pysha3, python-bitcoinlib, opentimestamps, PySocks, appdirs, opentimestamps-client Successfully installed GitPython-3.1.3 PySocks-1.7.1 appdirs-1.4.4 gitdb-4.0.5 opentimestamps-0.4.1 opentimestamps-client-0.7.0 pysha3-1.0.2 python-bitcoinlib-0.10.2 smmap-3.0.4

➜ ~ ots

[1] 12915 abort ots

➜ ~ ots

[1] 12931 abort ots

➜ ~ cd Desktop/annex

➜ annex git:(adjusted/master(unlocked)) ots stamp *

[1] 14415 abort ots stamp *`

petertodd commented 4 years ago

Weird. That's on MacOS?

On June 16, 2020 1:36:20 PM EDT, Ryan Singer notifications@github.com wrote:

➜ ~ pip3 install opentimestamps-client Collecting opentimestamps-client Downloading opentimestamps_client-0.7.0-py3-none-any.whl (27 kB) Collecting GitPython>=2.0.8 Downloading GitPython-3.1.3-py3-none-any.whl (451 kB) |████████████████████████████████| 451 kB 528 kB/s Collecting opentimestamps<0.5.0,>=0.4.0 Downloading opentimestamps-0.4.1-py3-none-any.whl (50 kB) |████████████████████████████████| 50 kB 1.2 MB/s Collecting PySocks>=1.5.0 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) Collecting appdirs>=1.3.0 Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) Collecting gitdb<5,>=4.0.1 Downloading gitdb-4.0.5-py3-none-any.whl (63 kB) |████████████████████████████████| 63 kB 1.4 MB/s Collecting pysha3>=1.0.2 Downloading pysha3-1.0.2.tar.gz (829 kB) |████████████████████████████████| 829 kB 2.1 MB/s Collecting python-bitcoinlib<0.11.0,>=0.9.0 Downloading python_bitcoinlib-0.10.2-py3-none-any.whl (96 kB) |████████████████████████████████| 96 kB 3.0 MB/s Collecting smmap<4,>=3.0.1 Downloading smmap-3.0.4-py2.py3-none-any.whl (25 kB) Building wheels for collected packages: pysha3 Building wheel for pysha3 (setup.py) ... done Created wheel for pysha3: filename=pysha3-1.0.2-cp37-cp37m-macosx_10_15_x86_64.whl size=46163 sha256=bc74ca215198f8721ec15505d3f61bf205ac3443d2215e522b2396a217ff93dc Stored in directory: /Users/ryan/Library/Caches/pip/wheels/0d/9e/bc/789fa0986c1fef30cafcc29da4dd07bc17ecba3fab78e27ed6 Successfully built pysha3 Installing collected packages: smmap, gitdb, GitPython, pysha3, python-bitcoinlib, opentimestamps, PySocks, appdirs, opentimestamps-client Successfully installed GitPython-3.1.3 PySocks-1.7.1 appdirs-1.4.4 gitdb-4.0.5 opentimestamps-0.4.1 opentimestamps-client-0.7.0 pysha3-1.0.2 python-bitcoinlib-0.10.2 smmap-3.0.4 ➜ ~ ots [1] 12915 abort ots ➜ ~ ots [1] 12931 abort ots ➜ ~ cd Desktop/annex ➜ annex git:(adjusted/master(unlocked)) ots stamp * [1] 14415 abort ots stamp *

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/opentimestamps/opentimestamps-client/issues/114

RyanSinger commented 4 years ago

Yes.

-- Ryan Singer

On Tue, Jun 16, 2020 at 10:44 AM Peter Todd notifications@github.com wrote:

Weird. That's on MacOS?

On June 16, 2020 1:36:20 PM EDT, Ryan Singer notifications@github.com wrote:

➜ ~ pip3 install opentimestamps-client Collecting opentimestamps-client Downloading opentimestamps_client-0.7.0-py3-none-any.whl (27 kB) Collecting GitPython>=2.0.8 Downloading GitPython-3.1.3-py3-none-any.whl (451 kB) |████████████████████████████████| 451 kB 528 kB/s Collecting opentimestamps<0.5.0,>=0.4.0 Downloading opentimestamps-0.4.1-py3-none-any.whl (50 kB) |████████████████████████████████| 50 kB 1.2 MB/s Collecting PySocks>=1.5.0 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) Collecting appdirs>=1.3.0 Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) Collecting gitdb<5,>=4.0.1 Downloading gitdb-4.0.5-py3-none-any.whl (63 kB) |████████████████████████████████| 63 kB 1.4 MB/s Collecting pysha3>=1.0.2 Downloading pysha3-1.0.2.tar.gz (829 kB) |████████████████████████████████| 829 kB 2.1 MB/s Collecting python-bitcoinlib<0.11.0,>=0.9.0 Downloading python_bitcoinlib-0.10.2-py3-none-any.whl (96 kB) |████████████████████████████████| 96 kB 3.0 MB/s Collecting smmap<4,>=3.0.1 Downloading smmap-3.0.4-py2.py3-none-any.whl (25 kB) Building wheels for collected packages: pysha3 Building wheel for pysha3 (setup.py) ... done Created wheel for pysha3: filename=pysha3-1.0.2-cp37-cp37m-macosx_10_15_x86_64.whl size=46163 sha256=bc74ca215198f8721ec15505d3f61bf205ac3443d2215e522b2396a217ff93dc Stored in directory: /Users/ryan/Library/Caches/pip/wheels/0d/9e/bc/789fa0986c1fef30cafcc29da4dd07bc17ecba3fab78e27ed6 Successfully built pysha3 Installing collected packages: smmap, gitdb, GitPython, pysha3, python-bitcoinlib, opentimestamps, PySocks, appdirs, opentimestamps-client Successfully installed GitPython-3.1.3 PySocks-1.7.1 appdirs-1.4.4 gitdb-4.0.5 opentimestamps-0.4.1 opentimestamps-client-0.7.0 pysha3-1.0.2 python-bitcoinlib-0.10.2 smmap-3.0.4 ➜ ~ ots [1] 12915 abort ots ➜ ~ ots [1] 12931 abort ots ➜ ~ cd Desktop/annex ➜ annex git:(adjusted/master(unlocked)) ots stamp * [1] 14415 abort ots stamp *

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/opentimestamps/opentimestamps-client/issues/114

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/opentimestamps/opentimestamps-client/issues/114#issuecomment-644912154, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAUKXKWBI2ZKKX5VOGXNH4TRW6VQ3ANCNFSM4N72VCXQ .

petertodd commented 4 years ago

What exactly happens if you timestamp a single file?

Eg try 'ots -v stamp foo'

On June 16, 2020 1:56:13 PM EDT, Ryan Singer notifications@github.com wrote:

Yes.

--

Ryan Singer

On Tue, Jun 16, 2020 at 10:44 AM Peter Todd notifications@github.com

wrote:

Weird. That's on MacOS?

On June 16, 2020 1:36:20 PM EDT, Ryan Singer notifications@github.com

wrote:

`➜ ~ pip3 install opentimestamps-client

Collecting opentimestamps-client

Downloading opentimestamps_client-0.7.0-py3-none-any.whl (27 kB)

Collecting GitPython>=2.0.8

Downloading GitPython-3.1.3-py3-none-any.whl (451 kB)

|████████████████████████████████| 451 kB 528 kB/s

Collecting opentimestamps<0.5.0,>=0.4.0

Downloading opentimestamps-0.4.1-py3-none-any.whl (50 kB)

|████████████████████████████████| 50 kB 1.2 MB/s

Collecting PySocks>=1.5.0

Downloading PySocks-1.7.1-py3-none-any.whl (16 kB)

Collecting appdirs>=1.3.0

Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)

Collecting gitdb<5,>=4.0.1

Downloading gitdb-4.0.5-py3-none-any.whl (63 kB)

|████████████████████████████████| 63 kB 1.4 MB/s

Collecting pysha3>=1.0.2

Downloading pysha3-1.0.2.tar.gz (829 kB)

|████████████████████████████████| 829 kB 2.1 MB/s

Collecting python-bitcoinlib<0.11.0,>=0.9.0

Downloading python_bitcoinlib-0.10.2-py3-none-any.whl (96 kB)

|████████████████████████████████| 96 kB 3.0 MB/s

Collecting smmap<4,>=3.0.1

Downloading smmap-3.0.4-py2.py3-none-any.whl (25 kB)

Building wheels for collected packages: pysha3

Building wheel for pysha3 (setup.py) ... done

Created wheel for pysha3:

filename=pysha3-1.0.2-cp37-cp37m-macosx_10_15_x86_64.whl size=46163

sha256=bc74ca215198f8721ec15505d3f61bf205ac3443d2215e522b2396a217ff93dc

Stored in directory:

/Users/ryan/Library/Caches/pip/wheels/0d/9e/bc/789fa0986c1fef30cafcc29da4dd07bc17ecba3fab78e27ed6

Successfully built pysha3

Installing collected packages: smmap, gitdb, GitPython, pysha3,

python-bitcoinlib, opentimestamps, PySocks, appdirs, opentimestamps-client

Successfully installed GitPython-3.1.3 PySocks-1.7.1 appdirs-1.4.4

gitdb-4.0.5 opentimestamps-0.4.1 opentimestamps-client-0.7.0 pysha3-1.0.2

python-bitcoinlib-0.10.2 smmap-3.0.4

➜ ~ ots

[1] 12915 abort ots

➜ ~ ots

[1] 12931 abort ots

➜ ~ cd Desktop/annex

➜ annex git:(adjusted/master(unlocked)) ots stamp *

[1] 14415 abort ots stamp *`

--

You are receiving this because you are subscribed to this thread.

Reply to this email directly or view it on GitHub:

https://github.com/opentimestamps/opentimestamps-client/issues/114

You are receiving this because you authored the thread.

Reply to this email directly, view it on GitHub

https://github.com/opentimestamps/opentimestamps-client/issues/114#issuecomment-644912154,

or unsubscribe

https://github.com/notifications/unsubscribe-auth/AAUKXKWBI2ZKKX5VOGXNH4TRW6VQ3ANCNFSM4N72VCXQ

.

-- > You are receiving this because you commented.

Reply to this email directly or view it on GitHub:

https://github.com/opentimestamps/opentimestamps-client/issues/114#issuecomment-644917934

RyanSinger commented 4 years ago

`➜ ~ ots -v stamp foo

[1] 23539 abort ots -v stamp foo

➜ ~

`

RCasatta commented 4 years ago

I can reproduce on Mac Os X Catalina 10.15.4, looks an issue with SSL lib

Process:               Python [16877]
Path:                  /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/Resources/Python.app/Contents/MacOS/Python
Identifier:            Python
Version:               3.7.6 (3.7.6)
Code Type:             X86-64 (Native)
Parent Process:        bash [6311]
Responsible:           Terminal [576]
User ID:               501

Date/Time:             2020-06-18 11:50:44.896 +0200
OS Version:            Mac OS X 10.15.4 (19E287)
Report Version:        12
Anonymous UUID:        DFC6CA12-C84A-1B8D-1F52-1C668613FC6E

Sleep/Wake UUID:       8C7832DE-9166-4E1B-88E7-5AE282EB14A0

Time Awake Since Boot: 28000 seconds
Time Since Wake:       8500 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/libssl.dylib
abort() called
Invalid dylib load. Clients should not load the unversioned libssl dylib as it does not have a stable ABI.

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib          0x00007fff6958f33a __pthread_kill + 10
1   libsystem_pthread.dylib         0x00007fff6964be60 pthread_kill + 430
2   libsystem_c.dylib               0x00007fff69516808 abort + 120
3   libssl.dylib                    0x00007fff68715814 __report_load + 404
4   dyld                            0x000000010ed181e3 ImageLoaderMachO::doModInitFunctions(ImageLoader::LinkContext const&) + 535
5   dyld                            0x000000010ed185ee ImageLoaderMachO::doInitialization(ImageLoader::LinkContext const&) + 40
6   dyld                            0x000000010ed1300b ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, char const*, ImageLoader::InitializerTimingList&, ImageLoader::UninitedUpwards&) + 493
7   dyld                            0x000000010ed11014 ImageLoader::processInitializers(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&, ImageLoader::UninitedUpwards&) + 188
8   dyld                            0x000000010ed110b4 ImageLoader::runInitializers(ImageLoader::LinkContext const&, ImageLoader::InitializerTimingList&) + 82
9   dyld                            0x000000010ed02e30 dyld::runInitializers(ImageLoader*) + 82
10  dyld                            0x000000010ed0cdfb dlopen_internal + 609
11  libdyld.dylib                   0x00007fff69432d8a dlopen + 171
12  _ctypes.cpython-37m-darwin.so   0x00000001022f2952 py_dl_open + 147
13  org.python.python               0x0000000101524747 _PyMethodDef_RawFastCallKeywords + 235
14  org.python.python               0x0000000101523dd0 _PyCFunction_FastCallKeywords + 41
15  org.python.python               0x00000001015b92bc call_function + 628
16  org.python.python               0x00000001015b2332 _PyEval_EvalFrameDefault + 6922
17  org.python.python               0x00000001015b9b1d _PyEval_EvalCodeWithName + 1698
18  org.python.python               0x0000000101523a10 _PyFunction_FastCallDict + 444
19  org.python.python               0x0000000101524b17 _PyObject_Call_Prepend + 131
20  org.python.python               0x0000000101561e9e slot_tp_init + 80
21  org.python.python               0x000000010155ebca type_call + 172
22  org.python.python               0x0000000101523c46 _PyObject_FastCallKeywords + 358
23  org.python.python               0x00000001015b9322 call_function + 730
24  org.python.python               0x00000001015b2297 _PyEval_EvalFrameDefault + 6767
25  org.python.python               0x00000001015241a4 function_code_fastcall + 106
26  org.python.python               0x00000001015b9329 call_function + 737
27  org.python.python               0x00000001015b2297 _PyEval_EvalFrameDefault + 6767
28  org.python.python               0x00000001015b9b1d _PyEval_EvalCodeWithName + 1698
29  org.python.python               0x00000001015b0785 PyEval_EvalCode + 51
30  org.python.python               0x00000001015ae20f builtin_exec + 563
31  org.python.python               0x0000000101524482 _PyMethodDef_RawFastCallDict + 549
32  org.python.python               0x0000000101523a93 _PyCFunction_FastCallDict + 41
33  org.python.python               0x00000001015b2662 _PyEval_EvalFrameDefault + 7738
34  org.python.python               0x00000001015b9b1d _PyEval_EvalCodeWithName + 1698
35  org.python.python               0x0000000101523d98 _PyFunction_FastCallKeywords + 212
36  org.python.python               0x00000001015b9329 call_function + 737
37  org.python.python               0x00000001015b2297 _PyEval_EvalFrameDefault + 6767
38  org.python.python               0x00000001015241a4 function_code_fastcall + 106
39  org.python.python               0x00000001015b9329 call_function + 737
40  org.python.python               0x00000001015b227e _PyEval_EvalFrameDefault + 6742
41  org.python.python               0x00000001015241a4 function_code_fastcall + 106
42  org.python.python               0x00000001015b9329 call_function + 737
43  org.python.python               0x00000001015b2332 _PyEval_EvalFrameDefault + 6922
44  org.python.python               0x00000001015241a4 function_code_fastcall + 106
45  org.python.python               0x00000001015b9329 call_function + 737
46  org.python.python               0x00000001015b2332 _PyEval_EvalFrameDefault + 6922
47  org.python.python               0x00000001015241a4 function_code_fastcall + 106
48  org.python.python               0x0000000101525552 object_vacall + 267
49  org.python.python               0x0000000101525651 _PyObject_CallMethodIdObjArgs + 168
50  org.python.python               0x00000001015ce37b PyImport_ImportModuleLevelObject + 1490
51  org.python.python               0x00000001015b6ea9 _PyEval_EvalFrameDefault + 26241
52  org.python.python               0x00000001015b9b1d _PyEval_EvalCodeWithName + 1698
53  org.python.python               0x00000001015b0785 PyEval_EvalCode + 51
54  org.python.python               0x00000001015ae20f builtin_exec + 563
55  org.python.python               0x0000000101524482 _PyMethodDef_RawFastCallDict + 549
56  org.python.python               0x0000000101523a93 _PyCFunction_FastCallDict + 41
57  org.python.python               0x00000001015b2662 _PyEval_EvalFrameDefault + 7738
58  org.python.python               0x00000001015b9b1d _PyEval_EvalCodeWithName + 1698
59  org.python.python               0x0000000101523d98 _PyFunction_FastCallKeywords + 212
60  org.python.python               0x00000001015b9329 call_function + 737
61  org.python.python               0x00000001015b2297 _PyEval_EvalFrameDefault + 6767
62  org.python.python               0x00000001015241a4 function_code_fastcall + 106
63  org.python.python               0x00000001015b9329 call_function + 737
64  org.python.python               0x00000001015b227e _PyEval_EvalFrameDefault + 6742
65  org.python.python               0x00000001015241a4 function_code_fastcall + 106
66  org.python.python               0x00000001015b9329 call_function + 737
67  org.python.python               0x00000001015b2332 _PyEval_EvalFrameDefault + 6922
68  org.python.python               0x00000001015241a4 function_code_fastcall + 106
69  org.python.python               0x00000001015b9329 call_function + 737
70  org.python.python               0x00000001015b2332 _PyEval_EvalFrameDefault + 6922
71  org.python.python               0x00000001015241a4 function_code_fastcall + 106
72  org.python.python               0x0000000101525552 object_vacall + 267
73  org.python.python               0x0000000101525651 _PyObject_CallMethodIdObjArgs + 168
74  org.python.python               0x00000001015ce37b PyImport_ImportModuleLevelObject + 1490
75  org.python.python               0x00000001015b6ea9 _PyEval_EvalFrameDefault + 26241
76  org.python.python               0x00000001015b9b1d _PyEval_EvalCodeWithName + 1698
77  org.python.python               0x00000001015b0785 PyEval_EvalCode + 51
78  org.python.python               0x00000001015ae20f builtin_exec + 563
79  org.python.python               0x0000000101524482 _PyMethodDef_RawFastCallDict + 549
80  org.python.python               0x0000000101523a93 _PyCFunction_FastCallDict + 41
81  org.python.python               0x00000001015b2662 _PyEval_EvalFrameDefault + 7738
82  org.python.python               0x00000001015b9b1d _PyEval_EvalCodeWithName + 1698
83  org.python.python               0x0000000101523d98 _PyFunction_FastCallKeywords + 212
84  org.python.python               0x00000001015b9329 call_function + 737
85  org.python.python               0x00000001015b2297 _PyEval_EvalFrameDefault + 6767
86  org.python.python               0x00000001015241a4 function_code_fastcall + 106
87  org.python.python               0x00000001015b9329 call_function + 737
88  org.python.python               0x00000001015b227e _PyEval_EvalFrameDefault + 6742
89  org.python.python               0x00000001015241a4 function_code_fastcall + 106
90  org.python.python               0x00000001015b9329 call_function + 737
91  org.python.python               0x00000001015b2332 _PyEval_EvalFrameDefault + 6922
92  org.python.python               0x00000001015241a4 function_code_fastcall + 106
93  org.python.python               0x00000001015b9329 call_function + 737
94  org.python.python               0x00000001015b2332 _PyEval_EvalFrameDefault + 6922
95  org.python.python               0x00000001015241a4 function_code_fastcall + 106
96  org.python.python               0x0000000101525552 object_vacall + 267
97  org.python.python               0x0000000101525651 _PyObject_CallMethodIdObjArgs + 168
98  org.python.python               0x00000001015ce37b PyImport_ImportModuleLevelObject + 1490
99  org.python.python               0x00000001015b6ea9 _PyEval_EvalFrameDefault + 26241
100 org.python.python               0x00000001015b9b1d _PyEval_EvalCodeWithName + 1698
101 org.python.python               0x00000001015b0785 PyEval_EvalCode + 51
102 org.python.python               0x00000001015ae20f builtin_exec + 563
103 org.python.python               0x0000000101524482 _PyMethodDef_RawFastCallDict + 549
104 org.python.python               0x0000000101523a93 _PyCFunction_FastCallDict + 41
105 org.python.python               0x00000001015b2662 _PyEval_EvalFrameDefault + 7738
106 org.python.python               0x00000001015b9b1d _PyEval_EvalCodeWithName + 1698
107 org.python.python               0x0000000101523d98 _PyFunction_FastCallKeywords + 212
108 org.python.python               0x00000001015b9329 call_function + 737
109 org.python.python               0x00000001015b2297 _PyEval_EvalFrameDefault + 6767
110 org.python.python               0x00000001015241a4 function_code_fastcall + 106
111 org.python.python               0x00000001015b9329 call_function + 737
112 org.python.python               0x00000001015b227e _PyEval_EvalFrameDefault + 6742
113 org.python.python               0x00000001015241a4 function_code_fastcall + 106
114 org.python.python               0x00000001015b9329 call_function + 737
115 org.python.python               0x00000001015b2332 _PyEval_EvalFrameDefault + 6922
116 org.python.python               0x00000001015241a4 function_code_fastcall + 106
117 org.python.python               0x00000001015b9329 call_function + 737
118 org.python.python               0x00000001015b2332 _PyEval_EvalFrameDefault + 6922
119 org.python.python               0x00000001015241a4 function_code_fastcall + 106
120 org.python.python               0x0000000101525552 object_vacall + 267
121 org.python.python               0x0000000101525651 _PyObject_CallMethodIdObjArgs + 168
122 org.python.python               0x00000001015ce37b PyImport_ImportModuleLevelObject + 1490
123 org.python.python               0x00000001015b6ea9 _PyEval_EvalFrameDefault + 26241
124 org.python.python               0x00000001015b9b1d _PyEval_EvalCodeWithName + 1698
125 org.python.python               0x00000001015b0785 PyEval_EvalCode + 51
126 org.python.python               0x00000001015ae20f builtin_exec + 563
127 org.python.python               0x0000000101524482 _PyMethodDef_RawFastCallDict + 549
128 org.python.python               0x0000000101523a93 _PyCFunction_FastCallDict + 41
129 org.python.python               0x00000001015b2662 _PyEval_EvalFrameDefault + 7738
130 org.python.python               0x00000001015b9b1d _PyEval_EvalCodeWithName + 1698
131 org.python.python               0x0000000101523d98 _PyFunction_FastCallKeywords + 212
132 org.python.python               0x00000001015b9329 call_function + 737
133 org.python.python               0x00000001015b2297 _PyEval_EvalFrameDefault + 6767
134 org.python.python               0x00000001015241a4 function_code_fastcall + 106
135 org.python.python               0x00000001015b9329 call_function + 737
136 org.python.python               0x00000001015b227e _PyEval_EvalFrameDefault + 6742
137 org.python.python               0x00000001015241a4 function_code_fastcall + 106
138 org.python.python               0x00000001015b9329 call_function + 737
139 org.python.python               0x00000001015b2332 _PyEval_EvalFrameDefault + 6922
140 org.python.python               0x00000001015241a4 function_code_fastcall + 106
141 org.python.python               0x00000001015b9329 call_function + 737
142 org.python.python               0x00000001015b2332 _PyEval_EvalFrameDefault + 6922
143 org.python.python               0x00000001015241a4 function_code_fastcall + 106
144 org.python.python               0x0000000101525552 object_vacall + 267
145 org.python.python               0x0000000101525651 _PyObject_CallMethodIdObjArgs + 168
146 org.python.python               0x00000001015ce37b PyImport_ImportModuleLevelObject + 1490
147 org.python.python               0x00000001015b6ea9 _PyEval_EvalFrameDefault + 26241
148 org.python.python               0x00000001015b9b1d _PyEval_EvalCodeWithName + 1698
149 org.python.python               0x00000001015b0785 PyEval_EvalCode + 51
150 org.python.python               0x00000001015ae20f builtin_exec + 563
151 org.python.python               0x0000000101524482 _PyMethodDef_RawFastCallDict + 549
152 org.python.python               0x0000000101523a93 _PyCFunction_FastCallDict + 41
153 org.python.python               0x00000001015b2662 _PyEval_EvalFrameDefault + 7738
154 org.python.python               0x00000001015b9b1d _PyEval_EvalCodeWithName + 1698
155 org.python.python               0x0000000101523d98 _PyFunction_FastCallKeywords + 212
156 org.python.python               0x00000001015b9329 call_function + 737
157 org.python.python               0x00000001015b2297 _PyEval_EvalFrameDefault + 6767
158 org.python.python               0x00000001015241a4 function_code_fastcall + 106
159 org.python.python               0x00000001015b9329 call_function + 737
160 org.python.python               0x00000001015b227e _PyEval_EvalFrameDefault + 6742
161 org.python.python               0x00000001015241a4 function_code_fastcall + 106
162 org.python.python               0x00000001015b9329 call_function + 737
163 org.python.python               0x00000001015b2332 _PyEval_EvalFrameDefault + 6922
164 org.python.python               0x00000001015241a4 function_code_fastcall + 106
165 org.python.python               0x00000001015b9329 call_function + 737
166 org.python.python               0x00000001015b2332 _PyEval_EvalFrameDefault + 6922
167 org.python.python               0x00000001015241a4 function_code_fastcall + 106
168 org.python.python               0x0000000101525552 object_vacall + 267
169 org.python.python               0x0000000101525651 _PyObject_CallMethodIdObjArgs + 168
170 org.python.python               0x00000001015ce37b PyImport_ImportModuleLevelObject + 1490
171 org.python.python               0x00000001015b6ea9 _PyEval_EvalFrameDefault + 26241
172 org.python.python               0x00000001015b9b1d _PyEval_EvalCodeWithName + 1698
173 org.python.python               0x00000001015b0785 PyEval_EvalCode + 51
174 org.python.python               0x00000001015debc4 run_mod + 54
175 org.python.python               0x00000001015ddbf7 PyRun_FileExFlags + 160
176 org.python.python               0x00000001015dd2ae PyRun_SimpleFileExFlags + 270
177 org.python.python               0x00000001015f5ab6 pymain_main + 5445
178 org.python.python               0x00000001015f6124 _Py_UnixMain + 56
179 libdyld.dylib                   0x00007fff69447cc9 start + 1

Thread 1:: Dispatch queue: com.apple.CoreAnalytics::Client
0   libsystem_kernel.dylib          0x00007fff69588dfa mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff69589170 mach_msg + 60
2   libxpc.dylib                    0x00007fff696a0a6d _xpc_pipe_routine + 279
3   libxpc.dylib                    0x00007fff69685bf2 xpc_pipe_routine_with_flags + 56
4   libxpc.dylib                    0x00007fff69685a7e _xpc_interface_routine + 175
5   libxpc.dylib                    0x00007fff6968a65f _xpc_look_up_endpoint + 191
6   libxpc.dylib                    0x00007fff6968a53e _xpc_connection_bootstrap_look_up_slow + 368
7   libxpc.dylib                    0x00007fff6968a110 _xpc_connection_init + 371
8   libxpc.dylib                    0x00007fff69689f72 _xpc_connection_activate_if_needed + 73
9   libxpc.dylib                    0x00007fff6968bb7d xpc_connection_resume + 64
10  com.apple.analyticsd            0x00007fff46d6ce20 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               0x00007fff693ee658 _dispatch_client_callout + 8
12  libdispatch.dylib               0x00007fff693f3c44 _dispatch_lane_serial_drain + 597
13  libdispatch.dylib               0x00007fff693f45d6 _dispatch_lane_invoke + 363
14  libdispatch.dylib               0x00007fff693fdc09 _dispatch_workloop_worker_thread + 596
15  libsystem_pthread.dylib         0x00007fff69648a3d _pthread_wqthread + 290
16  libsystem_pthread.dylib         0x00007fff69647b77 start_wqthread + 15

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x000000010edc7dc0  rcx: 0x00007ffeee6f3e08  rdx: 0x0000000000000000
  rdi: 0x0000000000000307  rsi: 0x0000000000000006  rbp: 0x00007ffeee6f3e30  rsp: 0x00007ffeee6f3e08
   r8: 0x0000000000000075   r9: 0x00000000000000f0  r10: 0x000000010edc7dc0  r11: 0x0000000000000246
  r12: 0x0000000000000307  r13: 0x00007ffeee6f3f00  r14: 0x0000000000000006  r15: 0x0000000000000016
  rip: 0x00007fff6958f33a  rfl: 0x0000000000000246  cr2: 0x00007fff8fe6d8d8

Logical CPU:     0
Error Code:      0x02000148
Trap Number:     133

Binary Images:
       0x101502000 -        0x101503fff +org.python.python (3.7.6 - 3.7.6) <8D1B7E2B-7E00-3A0D-840C-59AEBB189090> /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/Resources/Python.app/Contents/MacOS/Python
       0x10150a000 -        0x10168dfff +org.python.python (3.7.6, [c] 2001-2019 Python Software Foundation. - 3.7.6) <7D4979AF-C769-3F7F-AF83-0247585A9A55> /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/Python
       0x101a79000 -        0x101a7afff +_heapq.cpython-37m-darwin.so (0) <6DCEA83B-E34A-394E-8171-C1E2A5F895F3> /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_heapq.cpython-37m-darwin.so
       0x101c53000 -        0x101c56ff7 +binascii.cpython-37m-darwin.so (0) <8C6E8F1E-1D32-3DAC-B7B4-299396F0300F> /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/binascii.cpython-37m-darwin.so
       0x101c5a000 -        0x101c5dfff +_struct.cpython-37m-darwin.so (0) <D7150F31-F988-3AFC-8231-10CF56D9F69B> /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_struct.cpython-37m-darwin.so
       0x101ca4000 -        0x101ca7fff +_hashlib.cpython-37m-darwin.so (0) <78EE4F50-91B0-310C-BBB2-DA65B2840B1C> /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_hashlib.cpython-37m-darwin.so
       0x101cab000 -        0x101cfafff +libssl.1.1.dylib (0) <CB98AFA7-D014-3D75-80FD-84EEB607EC1A> /usr/local/opt/openssl@1.1/lib/libssl.1.1.dylib
       0x101d23000 -        0x101ebdc2f +libcrypto.1.1.dylib (0) <9D836867-F469-3417-97DC-31B074FCB6F4> /usr/local/opt/openssl@1.1/lib/libcrypto.1.1.dylib
       0x101f50000 -        0x101f55ffb +_blake2.cpython-37m-darwin.so (0) <A9188743-DF42-3AE2-9C40-EDFA56BC9F5F> /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_blake2.cpython-37m-darwin.so
       0x101f59000 -        0x101f69fff +_sha3.cpython-37m-darwin.so (0) <03583146-C730-3B7A-8A18-404CA11B6769> /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_sha3.cpython-37m-darwin.so
       0x101f6e000 -        0x101f76ffb +_socket.cpython-37m-darwin.so (0) <56EBB5AC-2AB5-31AF-8327-1F2A2FE27102> /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_socket.cpython-37m-darwin.so
       0x101f81000 -        0x101f85ff3 +math.cpython-37m-darwin.so (0) <9E06550A-665E-3C22-AD51-0908089B7924> /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/math.cpython-37m-darwin.so
       0x101fcb000 -        0x101fcdfff +select.cpython-37m-darwin.so (0) <0EFCCE0E-EF44-3609-8EB4-47AFA36D5385> /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/select.cpython-37m-darwin.so
       0x102012000 -        0x102012fff +_bisect.cpython-37m-darwin.so (0) <FF3F9BF5-4362-340A-BD12-4D1A227A3B83> /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_bisect.cpython-37m-darwin.so
       0x102055000 -        0x102056ffb +_random.cpython-37m-darwin.so (0) <C09377A2-1DE3-3845-849B-9979F61BD485> /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_random.cpython-37m-darwin.so
       0x102099000 -        0x1020a4ffb +_datetime.cpython-37m-darwin.so (0) <C6BEE4AD-AB6E-3C3D-A78A-9A64DA8AEA74> /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_datetime.cpython-37m-darwin.so
       0x10212c000 -        0x102139fff +_ssl.cpython-37m-darwin.so (0) <E5C0123F-1EA4-3A79-BA72-FEAA265B62A8> /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_ssl.cpython-37m-darwin.so
       0x102187000 -        0x10218afff +zlib.cpython-37m-darwin.so (0) <26CA273F-1C8B-35B3-88B1-D21D7D1339C6> /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/zlib.cpython-37m-darwin.so
       0x10218f000 -        0x102190fff +_bz2.cpython-37m-darwin.so (0) <05C61C27-CE8F-3CFB-A82F-1E3345CD2998> /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_bz2.cpython-37m-darwin.so
       0x102194000 -        0x102197ff7 +_lzma.cpython-37m-darwin.so (0) <99A65E46-2E3E-3C36-9BAD-84DC8DA97805> /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_lzma.cpython-37m-darwin.so
       0x10219c000 -        0x1021b7ff7 +liblzma.5.dylib (0) <423B98CF-7AF0-325D-AB6A-3F44B56B90C2> /usr/local/opt/xz/lib/liblzma.5.dylib
       0x1021bd000 -        0x1021befff +grp.cpython-37m-darwin.so (0) <A6B8EE37-BBDE-3F22-9222-D1AEC3EFD264> /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/grp.cpython-37m-darwin.so
       0x102201000 -        0x102202fff +_scproxy.cpython-37m-darwin.so (0) <B86607FB-C846-34C8-8FFB-283750E47BC2> /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_scproxy.cpython-37m-darwin.so
       0x102205000 -        0x102216fff +_pysha3.cpython-37m-darwin.so (0) <0F7F0259-456C-3609-B10B-19766CEB2044> /usr/local/lib/python3.7/site-packages/_pysha3.cpython-37m-darwin.so
       0x10221d000 -        0x10224aff3 +_decimal.cpython-37m-darwin.so (0) <5E7B6418-D087-3C83-8ABE-03CC5AAE17EA> /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_decimal.cpython-37m-darwin.so
       0x10229d000 -        0x1022a2fff +_json.cpython-37m-darwin.so (0) <66001E20-67AC-3CD4-8765-D1294D2A0AFF> /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_json.cpython-37m-darwin.so
       0x1022e6000 -        0x1022e7fff +_posixsubprocess.cpython-37m-darwin.so (0) <49967890-232D-3706-A7EB-228364AC36CE> /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_posixsubprocess.cpython-37m-darwin.so
       0x1022ea000 -        0x1022f9fff +_ctypes.cpython-37m-darwin.so (0) <3CF4DC8B-0BEE-3D11-AF0A-AA67187A1950> /usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_ctypes.cpython-37m-darwin.so
       0x10ecfd000 -        0x10ed8eeff  dyld (750.5) <1F893B81-89A5-3502-8510-95B97B9F730D> /usr/lib/dyld
    0x7fff2b111000 -     0x7fff2b111fff  com.apple.Accelerate (1.11 - Accelerate 1.11) <8BE0965F-6A6A-35B0-89D0-F0A75835C2CA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff2b129000 -     0x7fff2b77ffef  com.apple.vImage (8.1 - 524.2) <DAE0E5C5-BA70-325D-8B4C-6B821F009CBF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff2b780000 -     0x7fff2b9e7ff7  libBLAS.dylib (1303.60.1) <4E980D6B-4B3A-33D6-B52C-AFC7D120D11A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff2b9e8000 -     0x7fff2bebbfef  libBNNS.dylib (144.100.2) <C05F9F9D-4498-37BD-9C1C-2F7B920B401D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff2bebc000 -     0x7fff2c257fff  libLAPACK.dylib (1303.60.1) <F8E9D081-7C60-32EC-A47D-2D30CAD73C5F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff2c258000 -     0x7fff2c26dfec  libLinearAlgebra.dylib (1303.60.1) <79CB28C5-F811-3EAF-AD8E-7D7D879FE662> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff2c26e000 -     0x7fff2c273ff3  libQuadrature.dylib (7) <EB7C9E98-D1E7-314C-90B4-3EB04428CC7C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff2c274000 -     0x7fff2c2e4fff  libSparse.dylib (103) <8C55F5F2-6AE3-393C-B2FF-22B8CFCBD7FC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
    0x7fff2c2e5000 -     0x7fff2c2f7fef  libSparseBLAS.dylib (1303.60.1) <08F6D629-5DAC-3A99-B261-2B6095DD38B4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff2c2f8000 -     0x7fff2c4cffd7  libvDSP.dylib (735.100.4) <0744F29B-F822-3571-9B4A-B592146D4E03> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff2c4d0000 -     0x7fff2c592fef  libvMisc.dylib (735.100.4) <E6C94B52-931B-3858-AF4D-C2EA52ACB7F5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff2c593000 -     0x7fff2c593fff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <66282197-81EE-316F-978E-EF1471551DEF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff2dcf4000 -     0x7fff2e082ffd  com.apple.CFNetwork (1125.2 - 1125.2) <1D4D81F7-FC48-3588-87FC-481E2586E345> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff2f47d000 -     0x7fff2f8fcffb  com.apple.CoreFoundation (6.9 - 1675.129) <9E632A1E-9622-33D6-BCCE-23AC16DAA6B7> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff30865000 -     0x7fff30865fff  com.apple.CoreServices (1069.22 - 1069.22) <888FE7B9-CE6C-3C7C-BA33-63364462228A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff30866000 -     0x7fff308ebfff  com.apple.AE (838.1 - 838.1) <2BAB1B88-C198-3D20-8DA3-056E66510E7A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff308ec000 -     0x7fff30bcdff7  com.apple.CoreServices.CarbonCore (1217 - 1217) <D0FECC17-7E16-308F-98EA-AF311CB77FE6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff30bce000 -     0x7fff30c1bffd  com.apple.DictionaryServices (1.2 - 323.6) <11513ED9-8B4B-39BB-A6B2-AA6AA0A2DF72> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff30c1c000 -     0x7fff30c24ff7  com.apple.CoreServices.FSEvents (1268.100.1 - 1268.100.1) <CE3D8B13-2583-3527-8532-D5DDAAD7D56B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff30c25000 -     0x7fff30e5effc  com.apple.LaunchServices (1069.22 - 1069.22) <E51EE658-608C-3034-9635-4FDF1E241E62> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff30e5f000 -     0x7fff30ef7ff1  com.apple.Metadata (10.7.0 - 2076.3) <EE42CCA1-FEC2-3F1C-9B62-2E73EFB05FCC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff30ef8000 -     0x7fff30f25fff  com.apple.CoreServices.OSServices (1069.22 - 1069.22) <A0654B4E-3194-3066-911F-FF1FBEE1D2C2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff30f26000 -     0x7fff30f8dfff  com.apple.SearchKit (1.4.1 - 1.4.1) <D4F82BC9-FD9B-3E04-B78E-D9E2A73B0BD7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff30f8e000 -     0x7fff30fb2ff5  com.apple.coreservices.SharedFileList (131.4 - 131.4) <AEB4E42C-F5A2-3F63-80B0-4226483AD4F5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff317f8000 -     0x7fff317fefff  com.apple.DiskArbitration (2.7 - 2.7) <D7617B57-B01C-3848-8818-593FB12039E9> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff31b33000 -     0x7fff31ef8ff8  com.apple.Foundation (6.9 - 1675.129) <9A74FA97-7F7B-3929-B381-D9514B1E4754> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff3226c000 -     0x7fff32310ff3  com.apple.framework.IOKit (2.0.2 - 1726.100.16) <3D8BA34A-AAF7-3AF2-9B5B-189AC4755404> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff35e0f000 -     0x7fff35e1bffe  com.apple.NetFS (6.0 - 4.0) <7A96A8FE-17F3-3850-8E81-9DDDC5A48DDB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff389fd000 -     0x7fff38a19fff  com.apple.CFOpenDirectory (10.15 - 220.40.1) <58835104-9E7A-32E8-862B-530CE899C9B4> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff38a1a000 -     0x7fff38a25ffd  com.apple.OpenDirectory (10.15 - 220.40.1) <D846BA35-59A1-3B78-B1C8-7E0EDE972AD2> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff3bdbf000 -     0x7fff3c108ff1  com.apple.security (7.0 - 59306.101.1) <430E04FE-F068-3476-9CA2-72CB5F040D1F> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff3c109000 -     0x7fff3c191ffb  com.apple.securityfoundation (6.0 - 55236.60.1) <BC15B825-955D-33CF-B416-A64D69A1D008> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff3c1c0000 -     0x7fff3c1c4ff8  com.apple.xpc.ServiceManagement (1.0 - 1) <C66FC9CF-224B-348C-94A5-ABAC579F5C0A> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff3ce6f000 -     0x7fff3ceddff7  com.apple.SystemConfiguration (1.19 - 1.19) <71AC15DE-7018-3D2B-B599-F2972F0288AE> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff40e3a000 -     0x7fff40effff7  com.apple.APFS (1412.101.1 - 1412.101.1) <2F5A48FB-9788-3A24-87FE-C1B7DDBC8A07> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
    0x7fff42d84000 -     0x7fff42d93fd7  com.apple.AppleFSCompression (119.100.1 - 1.0) <E1B024EB-DAB1-30A1-A43D-01D9E9357F2B> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff43315000 -     0x7fff43337fff  com.apple.applesauce (1.0 - 16.25) <A6C6D37B-9AA5-3137-A02E-F61798A908B0> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
    0x7fff44552000 -     0x7fff4455bff7  com.apple.coreservices.BackgroundTaskManagement (1.0 - 104) <2088BC70-5329-3390-A851-C4ECF654047C> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
    0x7fff46d6b000 -     0x7fff46d8affc  com.apple.analyticsd (1.0 - 1) <F33987F5-A14A-3A55-8D26-FDE9A57B9269> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
    0x7fff47311000 -     0x7fff47321ff3  com.apple.CoreEmoji (1.0 - 107) <AC83B860-61BD-384E-81BF-CA3CBE655968> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff47961000 -     0x7fff479cbff0  com.apple.CoreNLP (1.0 - 213) <687A4C31-A307-3255-83BE-9B123971FF62> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
    0x7fff48846000 -     0x7fff48874ffd  com.apple.CSStore (1069.22 - 1069.22) <39E431F9-3584-34DF-A64D-C5895AA72068> /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore
    0x7fff54a9f000 -     0x7fff54b6dffd  com.apple.LanguageModeling (1.0 - 215.1) <3FAF1700-F7D4-3F92-88AA-A3920702B8BB> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff54b6e000 -     0x7fff54bb6fff  com.apple.Lexicon-framework (1.0 - 72) <212D02CE-11BC-3C7F-BDFD-DF1A0C4017EE> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
    0x7fff54bbd000 -     0x7fff54bc2ff3  com.apple.LinguisticData (1.0 - 353.18) <BA3869B7-9C39-32DA-A4BA-12F1BC4B04CF> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
    0x7fff55f29000 -     0x7fff55f75fff  com.apple.spotlight.metadata.utilities (1.0 - 2076.3) <EF8AC054-B15F-375F-AACB-018DC73CD16E> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
    0x7fff56a2a000 -     0x7fff56a34fff  com.apple.NetAuth (6.2 - 6.2) <D324C7CC-E614-35F6-8619-DECBE90ECAEB> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff5fc94000 -     0x7fff5fca4ff3  com.apple.TCC (1.0 - 1) <AEE98D6E-03FD-3C80-90AC-5B45B4AE7A2E> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff60415000 -     0x7fff60416fff  com.apple.TrustEvaluationAgent (2.0 - 33) <F1A2A150-97C1-3050-93EE-6D582E2DF23E> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff6336f000 -     0x7fff63371ff3  com.apple.loginsupport (1.0 - 1) <B84ABC31-431B-3F99-BABE-44ED0A7DB3C0> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff65e8a000 -     0x7fff65ebefff  libCRFSuite.dylib (48) <E52BECF7-1819-3998-ACC4-8D1A332CE4EB> /usr/lib/libCRFSuite.dylib
    0x7fff65ec1000 -     0x7fff65ecbfff  libChineseTokenizer.dylib (34) <EE842A48-3D30-34B0-B9D2-F045DE582650> /usr/lib/libChineseTokenizer.dylib
    0x7fff65f57000 -     0x7fff65f59ff7  libDiagnosticMessagesClient.dylib (112) <BE749883-9400-334A-8FBF-F3321CF205F5> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff6642d000 -     0x7fff6642efff  libSystem.B.dylib (1281.100.1) <DB8310F1-272D-3533-A840-3B390AF55C26> /usr/lib/libSystem.B.dylib
    0x7fff664bb000 -     0x7fff664bcfff  libThaiTokenizer.dylib (3) <DC582222-7C1F-3C27-8C3A-BAF696A2197D> /usr/lib/libThaiTokenizer.dylib
    0x7fff664d4000 -     0x7fff664eafff  libapple_nghttp2.dylib (1.39.2) <268F4E3E-95DC-35FB-82DC-5B0D1855A676> /usr/lib/libapple_nghttp2.dylib
    0x7fff6651f000 -     0x7fff66591ff7  libarchive.2.dylib (72.100.1) <65E0870E-02AB-365D-84F9-5800B5BB69FC> /usr/lib/libarchive.2.dylib
    0x7fff6662f000 -     0x7fff6662fff3  libauto.dylib (187) <FD0E5750-7004-36A7-B9C2-D6B6B4EF559B> /usr/lib/libauto.dylib
    0x7fff666f5000 -     0x7fff66705ffb  libbsm.0.dylib (60.100.1) <B0373A39-DBC6-3A84-879B-BA46E30D04BF> /usr/lib/libbsm.0.dylib
    0x7fff66706000 -     0x7fff66712fff  libbz2.1.0.dylib (44) <FFCD4427-AF87-36D2-8097-8870FDC75A1B> /usr/lib/libbz2.1.0.dylib
    0x7fff66713000 -     0x7fff66765fff  libc++.1.dylib (902.1) <08199809-33CA-321E-9B9D-FD5B2BC64580> /usr/lib/libc++.1.dylib
    0x7fff66766000 -     0x7fff6677bffb  libc++abi.dylib (902) <1C880020-396D-3F91-BE27-5A09A9239F68> /usr/lib/libc++abi.dylib
    0x7fff6677c000 -     0x7fff6677cfff  libcharset.1.dylib (59) <4E63BA25-04A3-329A-923D-251155C03F30> /usr/lib/libcharset.1.dylib
    0x7fff6677d000 -     0x7fff6678efff  libcmph.dylib (8) <D4C5E0A8-92D9-33D5-9F83-6F4742FFBE29> /usr/lib/libcmph.dylib
    0x7fff6678f000 -     0x7fff667a6fd7  libcompression.dylib (87) <7F258A06-E01D-32D2-9CD2-6B2931DA5DA7> /usr/lib/libcompression.dylib
    0x7fff66a80000 -     0x7fff66a96ff7  libcoretls.dylib (167) <EFC237BB-78F7-33C6-BFF9-53860062DD99> /usr/lib/libcoretls.dylib
    0x7fff66a97000 -     0x7fff66a98fff  libcoretls_cfhelpers.dylib (167) <2E542A2B-7730-33EE-9B3B-154B08608AA6> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff66c3b000 -     0x7fff66d34fd7  libcrypto.35.dylib (47.100.4) <DB52F89B-C534-342B-A128-215BEB6F01CA> /usr/lib/libcrypto.35.dylib
    0x7fff671c0000 -     0x7fff671c0fff  libenergytrace.dylib (21) <FFB9FB70-8DBD-3025-BC92-51F02481A489> /usr/lib/libenergytrace.dylib
    0x7fff671e7000 -     0x7fff671e9fff  libfakelink.dylib (149.1) <B04F9A05-7E52-3382-9186-F603BE4BFBB2> /usr/lib/libfakelink.dylib
    0x7fff671f8000 -     0x7fff671fdfff  libgermantok.dylib (24) <8091F952-B592-38E3-982B-7DEA0A44E211> /usr/lib/libgermantok.dylib
    0x7fff67208000 -     0x7fff672f8fff  libiconv.2.dylib (59) <9458704B-A702-37CB-9707-66ABBB5DB71E> /usr/lib/libiconv.2.dylib
    0x7fff672f9000 -     0x7fff67550fff  libicucore.A.dylib (64260.0.1) <DCC4A4EE-32FD-350F-84D8-E857F2F29855> /usr/lib/libicucore.A.dylib
    0x7fff6756a000 -     0x7fff6756bfff  liblangid.dylib (133) <E9595222-602B-38F0-8572-0F1872A00527> /usr/lib/liblangid.dylib
    0x7fff6756c000 -     0x7fff67584ff3  liblzma.5.dylib (16) <0AA1EB11-A433-327E-B8DB-7395CFF06554> /usr/lib/liblzma.5.dylib
    0x7fff6759c000 -     0x7fff67643ff7  libmecab.dylib (883.10) <13136C11-8763-37BA-AEB2-676092798DAA> /usr/lib/libmecab.dylib
    0x7fff67644000 -     0x7fff678a6fe1  libmecabra.dylib (883.10) <6AC22857-F528-35CE-94A9-D70F6F766C15> /usr/lib/libmecabra.dylib
    0x7fff67d72000 -     0x7fff681edff5  libnetwork.dylib (1880.100.30) <9519B6F8-44E2-3F53-B995-1527C5333240> /usr/lib/libnetwork.dylib
    0x7fff6828d000 -     0x7fff682c0fde  libobjc.A.dylib (787.1) <20AC082F-2DB7-3974-A2D4-8C5E01787584> /usr/lib/libobjc.A.dylib
    0x7fff682d3000 -     0x7fff682d7fff  libpam.2.dylib (25.100.1) <D5CEC1AD-A2EC-362C-B71A-22FD521917F1> /usr/lib/libpam.2.dylib
    0x7fff682da000 -     0x7fff68310ff7  libpcap.A.dylib (89.100.1) <171BAAB0-A5C8-32C5-878E-83D46073BF8C> /usr/lib/libpcap.A.dylib
    0x7fff68408000 -     0x7fff685f2ff7  libsqlite3.dylib (308.4) <BBC375B7-AF20-3D2C-8826-78D3BDC8A004> /usr/lib/libsqlite3.dylib
    0x7fff6864f000 -     0x7fff68682ff3  libssl.35.dylib (47.100.4) <2CA5FD7E-9FDB-388A-9579-70FE46357B71> /usr/lib/libssl.35.dylib
    0x7fff68714000 -     0x7fff68715ff3  libssl.dylib (47.100.4) <54AB5329-B220-380A-BCFB-902749CCC11A> /usr/lib/libssl.dylib
    0x7fff68843000 -     0x7fff68846ffb  libutil.dylib (57) <07ED7CF0-1744-3386-B8B2-0DDBD446999E> /usr/lib/libutil.dylib
    0x7fff68847000 -     0x7fff68854ff7  libxar.1.dylib (425.2) <625F24E1-1A0F-3301-9F99-F0F3DADE0287> /usr/lib/libxar.1.dylib
    0x7fff6885a000 -     0x7fff6893cff7  libxml2.2.dylib (33.3) <24147A90-E3EB-3926-BFB0-5F0FC9F706E2> /usr/lib/libxml2.2.dylib
    0x7fff68940000 -     0x7fff68968fff  libxslt.1.dylib (16.9) <8C8648B1-F2CA-38EA-A409-D6F19715C6E6> /usr/lib/libxslt.1.dylib
    0x7fff68969000 -     0x7fff6897bff3  libz.1.dylib (76) <6A449C6A-DF88-36C1-8F2D-DB9A808263B5> /usr/lib/libz.1.dylib
    0x7fff69229000 -     0x7fff6922eff3  libcache.dylib (83) <5F90FFCE-403B-3724-991D-BA32401D99C5> /usr/lib/system/libcache.dylib
    0x7fff6922f000 -     0x7fff6923afff  libcommonCrypto.dylib (60165) <C7A5E3F7-1E5A-3785-875A-B6647082B614> /usr/lib/system/libcommonCrypto.dylib
    0x7fff6923b000 -     0x7fff69242fff  libcompiler_rt.dylib (101.2) <A517E149-2D25-3C04-BCEF-F69149C85B18> /usr/lib/system/libcompiler_rt.dylib
    0x7fff69243000 -     0x7fff6924cff7  libcopyfile.dylib (166.40.1) <1A5270B5-0D97-35DA-9296-4F4A428BC6A2> /usr/lib/system/libcopyfile.dylib
    0x7fff6924d000 -     0x7fff692dffe3  libcorecrypto.dylib (866.100.30) <FCDEC0D1-8C30-3989-BDD1-996BBC715C29> /usr/lib/system/libcorecrypto.dylib
    0x7fff693ec000 -     0x7fff6942cff0  libdispatch.dylib (1173.100.2) <EB592997-B11C-3AB3-85B1-F725F3D0B412> /usr/lib/system/libdispatch.dylib
    0x7fff6942d000 -     0x7fff69463fff  libdyld.dylib (750.5) <D2A07EF5-A64B-3692-BE13-89DAA2EC5E80> /usr/lib/system/libdyld.dylib
    0x7fff69464000 -     0x7fff69464ffb  libkeymgr.dylib (30) <CC5A2B43-770B-3C6C-BA10-AA3A6B4A142D> /usr/lib/system/libkeymgr.dylib
    0x7fff69465000 -     0x7fff69471ff3  libkxld.dylib (6153.101.6) <77282DCB-83D6-3199-874E-9A4A0FD7D4F3> /usr/lib/system/libkxld.dylib
    0x7fff69472000 -     0x7fff69472ff7  liblaunch.dylib (1738.100.39) <A7FF7357-600F-3014-8C28-A4F367717E8D> /usr/lib/system/liblaunch.dylib
    0x7fff69473000 -     0x7fff69478ff7  libmacho.dylib (959.0.1) <D8FED478-25A2-3844-AE4B-A5C9F9827615> /usr/lib/system/libmacho.dylib
    0x7fff69479000 -     0x7fff6947bff3  libquarantine.dylib (110.40.3) <51E0304F-AB11-3BF7-99DC-BB916CC9088B> /usr/lib/system/libquarantine.dylib
    0x7fff6947c000 -     0x7fff6947dff7  libremovefile.dylib (48) <078F29AB-26BA-3493-BCAA-E1E75A187521> /usr/lib/system/libremovefile.dylib
    0x7fff6947e000 -     0x7fff69495ff3  libsystem_asl.dylib (377.60.2) <0F1BAC19-2AE0-3F8E-9B90-AACF819B2BF7> /usr/lib/system/libsystem_asl.dylib
    0x7fff69496000 -     0x7fff69496ff7  libsystem_blocks.dylib (74) <32224AFF-C06F-3279-B753-097194EDEF49> /usr/lib/system/libsystem_blocks.dylib
    0x7fff69497000 -     0x7fff6951efff  libsystem_c.dylib (1353.100.2) <4F5EED22-4D46-3F04-8C64-C492CDAD70EB> /usr/lib/system/libsystem_c.dylib
    0x7fff6951f000 -     0x7fff69522ffb  libsystem_configuration.dylib (1061.101.1) <2A2C778D-07EB-35C7-A954-8BF8FD74BD75> /usr/lib/system/libsystem_configuration.dylib
    0x7fff69523000 -     0x7fff69526fff  libsystem_coreservices.dylib (114) <FDA41CC4-170A-3D93-85BD-838A563B03C4> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff69527000 -     0x7fff6952ffff  libsystem_darwin.dylib (1353.100.2) <B567B86D-8818-38A4-A861-03EB83B55867> /usr/lib/system/libsystem_darwin.dylib
    0x7fff69530000 -     0x7fff69537fff  libsystem_dnssd.dylib (1096.100.3) <7C690DF5-E119-33FB-85CD-9EFC67A36E40> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff69538000 -     0x7fff69539ffb  libsystem_featureflags.dylib (17) <415D83EF-084C-3485-B757-53001870EA94> /usr/lib/system/libsystem_featureflags.dylib
    0x7fff6953a000 -     0x7fff69587ff7  libsystem_info.dylib (538) <17049D3F-C798-3651-B391-1551FC699D3E> /usr/lib/system/libsystem_info.dylib
    0x7fff69588000 -     0x7fff695b4ff7  libsystem_kernel.dylib (6153.101.6) <E76440E1-D1E8-3D9A-8B47-D01F554FF1C4> /usr/lib/system/libsystem_kernel.dylib
    0x7fff695b5000 -     0x7fff695fcfff  libsystem_m.dylib (3178) <74741FA8-5C29-3241-9046-4FC91C6A6D4A> /usr/lib/system/libsystem_m.dylib
    0x7fff695fd000 -     0x7fff69624fff  libsystem_malloc.dylib (283.100.5) <97833239-2F83-3AEB-A426-0593997C8A54> /usr/lib/system/libsystem_malloc.dylib
    0x7fff69625000 -     0x7fff69632ffb  libsystem_networkextension.dylib (1095.100.29) <C9E988B2-6A18-35C0-9577-63201E9D6018> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff69633000 -     0x7fff6963cff7  libsystem_notify.dylib (241.100.2) <E405F84B-BD4F-3874-9755-CB3EC86E18D5> /usr/lib/system/libsystem_notify.dylib
    0x7fff6963d000 -     0x7fff69645fef  libsystem_platform.dylib (220.100.1) <6EF12F34-C33F-36BF-9A9A-2A35EA19EFE0> /usr/lib/system/libsystem_platform.dylib
    0x7fff69646000 -     0x7fff69650fff  libsystem_pthread.dylib (416.100.3) <A8514582-E000-3854-911A-0A73D2C79600> /usr/lib/system/libsystem_pthread.dylib
    0x7fff69651000 -     0x7fff69655ff3  libsystem_sandbox.dylib (1217.101.2) <E9D78CDE-FB67-32E7-BABC-9EFC23AA0DC6> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff69656000 -     0x7fff69658fff  libsystem_secinit.dylib (62.100.2) <AAC639E5-7103-3366-A602-8FC6944E2C13> /usr/lib/system/libsystem_secinit.dylib
    0x7fff69659000 -     0x7fff69660ffb  libsystem_symptoms.dylib (1238.100.26) <487B92DE-45F9-39F9-A478-89BBD478157D> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff69661000 -     0x7fff69677ff2  libsystem_trace.dylib (1147.100.8) <BB90B1FD-8C09-3DF4-BD8B-9E4AEADFEA2B> /usr/lib/system/libsystem_trace.dylib
    0x7fff69679000 -     0x7fff6967eff7  libunwind.dylib (35.4) <CC87C836-BE9D-334E-A0E6-0297D52E9D73> /usr/lib/system/libunwind.dylib
    0x7fff6967f000 -     0x7fff696b4ffe  libxpc.dylib (1738.100.39) <32B0E31E-9DA3-328B-A962-BC9591B93537> /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: 25151
    thread_create: 0
    thread_set_state: 0

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

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Activity Tracing                   256K        1 
Dispatch continuations            16.0M        1 
Kernel Alloc Once                    8K        1 
MALLOC                            35.8M       18 
MALLOC guard page                   16K        3 
MALLOC_LARGE (reserved)            640K        2         reserved VM address space (unallocated)
STACK GUARD                          8K        2 
Stack                             16.5M        2 
VM_ALLOCATE                       6660K       27 
__DATA                            6964K      153 
__DATA_CONST                       216K        3 
__LINKEDIT                       389.1M       30 
__OBJC_RO                         32.2M        1 
__OBJC_RW                         1892K        2 
__TEXT                            73.7M      153 
__UNICODE                          564K        1 
mapped file                         28K        1 
shared memory                       12K        3 
===========                     =======  ======= 
TOTAL                            580.1M      404 
TOTAL, minus reserved VM space   579.5M      404 

Model: MacBookPro11,3, BootROM 159.0.0.0.0, 4 processors, Quad-Core Intel Core i7, 2,5 GHz, 16 GB, SMC 2.19f12
Graphics: kHW_IntelIrisProItem, Intel Iris Pro, spdisplays_builtin
Graphics: kHW_NVidiaGeForceGTX750MItem, NVIDIA GeForce GT 750M, spdisplays_pcie_device, 2 GB
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x02FE, -
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x02FE, -
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x134), Broadcom BCM43xx 1.0 (7.77.111.1 AirPortDriverBrcmNIC-1600.4)
Bluetooth: Version 7.0.4f6, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SM0512F, 500,28 GB
USB Device: USB 3.0 Bus
USB Device: Internal Memory Card Reader
USB Device: Apple Internal Keyboard / Trackpad
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
Thunderbolt Bus: MacBook Pro, Apple Inc., 17.1
RCasatta commented 4 years ago

temporary fix:

if you have openssl installed (if not you could run brew install openssl) you can do: export DYLD_LIBRARY_PATH=/usr/local/opt/openssl/lib:$DYLD_LIBRARY_PATH before running ots and it should work

RyanSinger commented 4 years ago

temporary fix:

if you have openssl installed (if not you could run brew install openssl) you can do: export DYLD_LIBRARY_PATH=/usr/local/opt/openssl/lib:$DYLD_LIBRARY_PATH before running ots and it should work

This fixed it.

isghe commented 4 years ago

temporary fix:

if you have openssl installed (if not you could run brew install openssl) you can do: export DYLD_LIBRARY_PATH=/usr/local/opt/openssl/lib:$DYLD_LIBRARY_PATH before running ots and it should work

it worked for me too.

Sjors commented 2 years ago

No such luck on macOS 12.3.