question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Python 3.6.3 crashes if -d flag is set with cherryd

See original GitHub issue
  • bug report

I am developing a web hook for FB messenger using cherrypy and cherryd. Everything works well if I don’t use the -d flag launching cherryd. If the -d flag is set python crashes.

  • CherryPy version: 11.1.0
  • Python version: 3.6.3
  • OS: Mac OS Sierra 10.12.6
Process:               Python [7418]
Path:                  /Library/Frameworks/Python.framework/Versions/3.6/Resources/Python.app/Contents/MacOS/Python
Identifier:            Python
Version:               3.6.3 (3.6.3)
Code Type:             X86-64 (Native)
Parent Process:        launchd [1]
Responsible:           Python [7418]
User ID:               501

Date/Time:             2017-11-09 16:09:41.141 +0100
OS Version:            Mac OS X 10.12.6 (16G1036)
Report Version:        12
Anonymous UUID:        C8341FF5-F5B6-05D3-C91D-FCA173CA73EC


Time Awake Since Boot: 120000 seconds

System Integrity Protection: enabled

Crashed Thread:        18  Dispatch queue: com.apple.root.default-qos.overcommit

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

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

VM Regions Near 0x10506fa3a:
    MALLOC_LARGE           0000000104fef000-000000010506f000 [  512K] rw-/rwx SM=PRV  
--> 
    MALLOC_TINY            0000000105500000-0000000105600000 [ 1024K] rw-/rwx SM=PRV  

Application Specific Information:
crashed on child side of fork pre-exec

Thread 0:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	0x00007fffc18deeb6 __select + 10
1   org.python.python             	0x000000010017fd99 time_sleep + 121
2   org.python.python             	0x000000010006a762 _PyCFunction_FastCallDict + 466
3   org.python.python             	0x00000001000f4164 call_function + 612
4   org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
5   org.python.python             	0x00000001000f3500 _PyEval_EvalCodeWithName + 2720
6   org.python.python             	0x00000001000f3d2b fast_function + 219
7   org.python.python             	0x00000001000f414b call_function + 587
8   org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
9   org.python.python             	0x00000001000f3500 _PyEval_EvalCodeWithName + 2720
10  org.python.python             	0x00000001000f3d2b fast_function + 219
11  org.python.python             	0x00000001000f414b call_function + 587
12  org.python.python             	0x00000001000f6096 _PyEval_EvalFrameDefault + 6918
13  org.python.python             	0x00000001000f3500 _PyEval_EvalCodeWithName + 2720
14  org.python.python             	0x00000001000f3d2b fast_function + 219
15  org.python.python             	0x00000001000f414b call_function + 587
16  org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
17  org.python.python             	0x00000001000f3500 _PyEval_EvalCodeWithName + 2720
18  org.python.python             	0x00000001000f3d2b fast_function + 219
19  org.python.python             	0x00000001000f414b call_function + 587
20  org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
21  org.python.python             	0x00000001000f3eae fast_function + 606
22  org.python.python             	0x00000001000f414b call_function + 587
23  org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
24  org.python.python             	0x00000001000f3500 _PyEval_EvalCodeWithName + 2720
25  org.python.python             	0x00000001000f36a4 PyEval_EvalCode + 100
26  org.python.python             	0x000000010013000e PyRun_FileExFlags + 206
27  org.python.python             	0x00000001001302af PyRun_SimpleFileExFlags + 447
28  org.python.python             	0x0000000100149b3a Py_Main + 3914
29  org.python.python             	0x0000000100000dfe 0x100000000 + 3582
30  org.python.python             	0x0000000100000c34 0x100000000 + 3124

Thread 1:
0   libsystem_kernel.dylib        	0x00007fffc18deeb6 __select + 10
1   org.python.python             	0x000000010017fd99 time_sleep + 121
2   org.python.python             	0x000000010006a762 _PyCFunction_FastCallDict + 466
3   org.python.python             	0x00000001000f4164 call_function + 612
4   org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
5   org.python.python             	0x00000001000f3eae fast_function + 606
6   org.python.python             	0x00000001000f414b call_function + 587
7   org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
8   org.python.python             	0x00000001000f3eae fast_function + 606
9   org.python.python             	0x00000001000f414b call_function + 587
10  org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
11  org.python.python             	0x00000001000f4556 _PyFunction_FastCallDict + 838
12  org.python.python             	0x000000010000ea54 _PyObject_FastCallDict + 356
13  org.python.python             	0x000000010000f120 _PyObject_Call_Prepend + 208
14  org.python.python             	0x000000010000e443 PyObject_Call + 99
15  org.python.python             	0x000000010014c5e7 t_bootstrap + 71
16  libsystem_pthread.dylib       	0x00007fffc19c993b _pthread_body + 180
17  libsystem_pthread.dylib       	0x00007fffc19c9887 _pthread_start + 286
18  libsystem_pthread.dylib       	0x00007fffc19c908d thread_start + 13

Thread 2:
0   libsystem_kernel.dylib        	0x00007fffc18deeb6 __select + 10
1   org.python.python             	0x000000010017fd99 time_sleep + 121
2   org.python.python             	0x000000010006a762 _PyCFunction_FastCallDict + 466
3   org.python.python             	0x00000001000f4164 call_function + 612
4   org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
5   org.python.python             	0x00000001000f3eae fast_function + 606
6   org.python.python             	0x00000001000f414b call_function + 587
7   org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
8   org.python.python             	0x00000001000f3eae fast_function + 606
9   org.python.python             	0x00000001000f414b call_function + 587
10  org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
11  org.python.python             	0x00000001000f4556 _PyFunction_FastCallDict + 838
12  org.python.python             	0x000000010000ea54 _PyObject_FastCallDict + 356
13  org.python.python             	0x000000010000f120 _PyObject_Call_Prepend + 208
14  org.python.python             	0x000000010000e443 PyObject_Call + 99
15  org.python.python             	0x000000010014c5e7 t_bootstrap + 71
16  libsystem_pthread.dylib       	0x00007fffc19c993b _pthread_body + 180
17  libsystem_pthread.dylib       	0x00007fffc19c9887 _pthread_start + 286
18  libsystem_pthread.dylib       	0x00007fffc19c908d thread_start + 13

Thread 3:
0   libsystem_kernel.dylib        	0x00007fffc18e019e poll + 10
1   _socket.cpython-36m-darwin.so 	0x0000000101fa1fb5 sock_call_ex + 181
2   _socket.cpython-36m-darwin.so 	0x0000000101fa60d7 sock_accept + 327
3   org.python.python             	0x000000010006a734 _PyCFunction_FastCallDict + 420
4   org.python.python             	0x00000001000f4164 call_function + 612
5   org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
6   org.python.python             	0x00000001000f3eae fast_function + 606
7   org.python.python             	0x00000001000f414b call_function + 587
8   org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
9   org.python.python             	0x00000001000f3eae fast_function + 606
10  org.python.python             	0x00000001000f414b call_function + 587
11  org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
12  org.python.python             	0x00000001000f3eae fast_function + 606
13  org.python.python             	0x00000001000f414b call_function + 587
14  org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
15  org.python.python             	0x00000001000f4556 _PyFunction_FastCallDict + 838
16  org.python.python             	0x000000010000ea54 _PyObject_FastCallDict + 356
17  org.python.python             	0x000000010000f120 _PyObject_Call_Prepend + 208
18  org.python.python             	0x000000010000e443 PyObject_Call + 99
19  org.python.python             	0x00000001000f65f6 _PyEval_EvalFrameDefault + 8294
20  org.python.python             	0x00000001000f3eae fast_function + 606
21  org.python.python             	0x00000001000f414b call_function + 587
22  org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
23  org.python.python             	0x00000001000f3eae fast_function + 606
24  org.python.python             	0x00000001000f414b call_function + 587
25  org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
26  org.python.python             	0x00000001000f4556 _PyFunction_FastCallDict + 838
27  org.python.python             	0x000000010000ea54 _PyObject_FastCallDict + 356
28  org.python.python             	0x000000010000f120 _PyObject_Call_Prepend + 208
29  org.python.python             	0x000000010000e443 PyObject_Call + 99
30  org.python.python             	0x000000010014c5e7 t_bootstrap + 71
31  libsystem_pthread.dylib       	0x00007fffc19c993b _pthread_body + 180
32  libsystem_pthread.dylib       	0x00007fffc19c9887 _pthread_start + 286
33  libsystem_pthread.dylib       	0x00007fffc19c908d thread_start + 13

Thread 4:
0   libsystem_kernel.dylib        	0x00007fffc18d734a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fffc18d6797 mach_msg + 55
2   libdispatch.dylib             	0x00007fffc1794b93 _dispatch_mach_send_and_wait_for_reply + 591
3   libdispatch.dylib             	0x00007fffc1794ff9 dispatch_mach_send_with_result_and_wait_for_reply + 45
4   libxpc.dylib                  	0x00007fffc1a035b8 xpc_connection_send_message_with_reply_sync + 154
5   com.apple.CoreFoundation      	0x00007fffabd15a8f __80-[CFPrefsSearchListSource alreadylocked_generationCountFromListOfSources:count:]_block_invoke_3.135 + 31
6   com.apple.CoreFoundation      	0x00007fffabd44cc4 -[_CFXPreferences withConnectionForRole:performBlock:] + 36
7   com.apple.CoreFoundation      	0x00007fffabd15a69 __80-[CFPrefsSearchListSource alreadylocked_generationCountFromListOfSources:count:]_block_invoke_2.134 + 121
8   libsystem_trace.dylib         	0x00007fffc19e23a7 _os_activity_initiate_impl + 53
9   com.apple.CoreFoundation      	0x00007fffabd159c2 __80-[CFPrefsSearchListSource alreadylocked_generationCountFromListOfSources:count:]_block_invoke.132 + 114
10  com.apple.CoreFoundation      	0x00007fffabd15307 CFPREFERENCES_IS_WAITING_FOR_USER_CFPREFSD + 39
11  com.apple.CoreFoundation      	0x00007fffabd15554 -[CFPrefsSearchListSource alreadylocked_generationCountFromListOfSources:count:] + 340
12  com.apple.CoreFoundation      	0x00007fffabb9d5c0 -[CFPrefsSearchListSource alreadylocked_copyDictionary] + 336
13  com.apple.CoreFoundation      	0x00007fffabb9d29c -[CFPrefsSearchListSource alreadylocked_copyValueForKey:] + 60
14  com.apple.CoreFoundation      	0x00007fffabcc8055 -[CFPrefsSource copyValueForKey:] + 53
15  com.apple.CoreFoundation      	0x00007fffabd432e0 __76-[_CFXPreferences copyAppValueForKey:identifier:container:configurationURL:]_block_invoke + 32
16  com.apple.CoreFoundation      	0x00007fffabd16892 __108-[_CFXPreferences(SearchListAdditions) withSearchListForIdentifier:container:cloudConfigurationURL:perform:]_block_invoke + 290
17  com.apple.CoreFoundation      	0x00007fffabd16709 -[_CFXPreferences(SearchListAdditions) withSearchListForIdentifier:container:cloudConfigurationURL:perform:] + 345
18  com.apple.CoreFoundation      	0x00007fffabd43246 -[_CFXPreferences copyAppValueForKey:identifier:container:configurationURL:] + 310
19  com.apple.SystemConfiguration 	0x00007fffb295c73d SCDynamicStoreCopyProxiesWithOptions + 164
20  _scproxy.cpython-36m-darwin.so	0x00000001022faa63 get_proxy_settings + 35
21  org.python.python             	0x000000010006a734 _PyCFunction_FastCallDict + 420
22  org.python.python             	0x00000001000f4164 call_function + 612
23  org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
24  org.python.python             	0x00000001000f3eae fast_function + 606
25  org.python.python             	0x00000001000f414b call_function + 587
26  org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
27  org.python.python             	0x00000001000f3eae fast_function + 606
28  org.python.python             	0x00000001000f414b call_function + 587
29  org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
30  org.python.python             	0x00000001000f3500 _PyEval_EvalCodeWithName + 2720
31  org.python.python             	0x00000001000f3d2b fast_function + 219
32  org.python.python             	0x00000001000f414b call_function + 587
33  org.python.python             	0x00000001000f6096 _PyEval_EvalFrameDefault + 6918
34  org.python.python             	0x00000001000f3500 _PyEval_EvalCodeWithName + 2720
35  org.python.python             	0x00000001000f3d2b fast_function + 219
36  org.python.python             	0x00000001000f414b call_function + 587
37  org.python.python             	0x00000001000f6096 _PyEval_EvalFrameDefault + 6918
38  org.python.python             	0x00000001000f3eae fast_function + 606
39  org.python.python             	0x00000001000f414b call_function + 587
40  org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
41  org.python.python             	0x00000001000f3500 _PyEval_EvalCodeWithName + 2720
42  org.python.python             	0x00000001000f43c7 _PyFunction_FastCallDict + 439
43  org.python.python             	0x000000010000ea54 _PyObject_FastCallDict + 356
44  org.python.python             	0x000000010000f120 _PyObject_Call_Prepend + 208
45  org.python.python             	0x000000010000e443 PyObject_Call + 99
46  org.python.python             	0x00000001000f65f6 _PyEval_EvalFrameDefault + 8294
47  org.python.python             	0x00000001000f3500 _PyEval_EvalCodeWithName + 2720
48  org.python.python             	0x00000001000f3639 PyEval_EvalCodeEx + 105
49  org.python.python             	0x000000010004244a function_call + 186
50  org.python.python             	0x000000010000e443 PyObject_Call + 99
51  org.python.python             	0x00000001000f65f6 _PyEval_EvalFrameDefault + 8294
52  org.python.python             	0x00000001000f3500 _PyEval_EvalCodeWithName + 2720
53  org.python.python             	0x00000001000f3d2b fast_function + 219
54  org.python.python             	0x00000001000f414b call_function + 587
55  org.python.python             	0x00000001000f6096 _PyEval_EvalFrameDefault + 6918
56  org.python.python             	0x00000001000f3eae fast_function + 606
57  org.python.python             	0x00000001000f414b call_function + 587
58  org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
59  org.python.python             	0x00000001000f3500 _PyEval_EvalCodeWithName + 2720
60  org.python.python             	0x00000001000f43c7 _PyFunction_FastCallDict + 439
61  org.python.python             	0x000000010000ea54 _PyObject_FastCallDict + 356
62  org.python.python             	0x000000010000f120 _PyObject_Call_Prepend + 208
63  org.python.python             	0x000000010000e443 PyObject_Call + 99
64  org.python.python             	0x00000001000f65f6 _PyEval_EvalFrameDefault + 8294
65  org.python.python             	0x00000001000f4556 _PyFunction_FastCallDict + 838
66  org.python.python             	0x000000010000ea54 _PyObject_FastCallDict + 356
67  org.python.python             	0x000000010000f120 _PyObject_Call_Prepend + 208
68  org.python.python             	0x000000010000e443 PyObject_Call + 99
69  org.python.python             	0x0000000100089d83 slot_tp_call + 67
70  org.python.python             	0x000000010000e443 PyObject_Call + 99
71  org.python.python             	0x00000001000f65f6 _PyEval_EvalFrameDefault + 8294
72  org.python.python             	0x00000001000f3500 _PyEval_EvalCodeWithName + 2720
73  org.python.python             	0x00000001000f43c7 _PyFunction_FastCallDict + 439
74  org.python.python             	0x000000010000ea54 _PyObject_FastCallDict + 356
75  org.python.python             	0x000000010000f120 _PyObject_Call_Prepend + 208
76  org.python.python             	0x000000010000e443 PyObject_Call + 99
77  org.python.python             	0x0000000100089d83 slot_tp_call + 67
78  org.python.python             	0x000000010000e9a4 _PyObject_FastCallDict + 180
79  org.python.python             	0x00000001000f3fa5 call_function + 165
80  org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
81  org.python.python             	0x00000001000f3eae fast_function + 606
82  org.python.python             	0x00000001000f414b call_function + 587
83  org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
84  org.python.python             	0x00000001000f3eae fast_function + 606
85  org.python.python             	0x00000001000f414b call_function + 587
86  org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
87  org.python.python             	0x00000001000f3eae fast_function + 606
88  org.python.python             	0x00000001000f414b call_function + 587
89  org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
90  org.python.python             	0x00000001000f3eae fast_function + 606
91  org.python.python             	0x00000001000f414b call_function + 587
92  org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
93  org.python.python             	0x00000001000f4556 _PyFunction_FastCallDict + 838
94  org.python.python             	0x000000010000ea54 _PyObject_FastCallDict + 356
95  org.python.python             	0x000000010000f120 _PyObject_Call_Prepend + 208
96  org.python.python             	0x000000010000e443 PyObject_Call + 99
97  org.python.python             	0x0000000100089af1 slot_tp_init + 81
98  org.python.python             	0x00000001000802b4 type_call + 212
99  org.python.python             	0x000000010000e9a4 _PyObject_FastCallDict + 180
100 org.python.python             	0x00000001000f3fa5 call_function + 165
101 org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
102 org.python.python             	0x00000001000f3eae fast_function + 606
103 org.python.python             	0x00000001000f414b call_function + 587
104 org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
105 org.python.python             	0x00000001000f4556 _PyFunction_FastCallDict + 838
106 org.python.python             	0x000000010000ea54 _PyObject_FastCallDict + 356
107 org.python.python             	0x000000010000f120 _PyObject_Call_Prepend + 208
108 org.python.python             	0x000000010000e443 PyObject_Call + 99
109 org.python.python             	0x0000000100089d83 slot_tp_call + 67
110 org.python.python             	0x000000010000e443 PyObject_Call + 99
111 org.python.python             	0x00000001000f65f6 _PyEval_EvalFrameDefault + 8294
112 org.python.python             	0x00000001000f3500 _PyEval_EvalCodeWithName + 2720
113 org.python.python             	0x00000001000f3d2b fast_function + 219
114 org.python.python             	0x00000001000f414b call_function + 587
115 org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
116 org.python.python             	0x00000001000f4556 _PyFunction_FastCallDict + 838
117 org.python.python             	0x000000010000ea54 _PyObject_FastCallDict + 356
118 org.python.python             	0x000000010000f120 _PyObject_Call_Prepend + 208
119 org.python.python             	0x000000010000e443 PyObject_Call + 99
120 org.python.python             	0x0000000100089af1 slot_tp_init + 81
121 org.python.python             	0x00000001000802b4 type_call + 212
122 org.python.python             	0x000000010000e9a4 _PyObject_FastCallDict + 180
123 org.python.python             	0x00000001000f3fa5 call_function + 165
124 org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
125 org.python.python             	0x00000001000f4556 _PyFunction_FastCallDict + 838
126 org.python.python             	0x000000010000ea54 _PyObject_FastCallDict + 356
127 org.python.python             	0x000000010000f120 _PyObject_Call_Prepend + 208
128 org.python.python             	0x000000010000e443 PyObject_Call + 99
129 org.python.python             	0x0000000100089d83 slot_tp_call + 67
130 org.python.python             	0x000000010000e9a4 _PyObject_FastCallDict + 180
131 org.python.python             	0x00000001000f3fa5 call_function + 165
132 org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
133 org.python.python             	0x00000001000f4556 _PyFunction_FastCallDict + 838
134 org.python.python             	0x000000010000ea54 _PyObject_FastCallDict + 356
135 org.python.python             	0x000000010000f120 _PyObject_Call_Prepend + 208
136 org.python.python             	0x000000010000e443 PyObject_Call + 99
137 org.python.python             	0x0000000100089d83 slot_tp_call + 67
138 org.python.python             	0x000000010000e9a4 _PyObject_FastCallDict + 180
139 org.python.python             	0x00000001000f3fa5 call_function + 165
140 org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
141 org.python.python             	0x00000001000f4556 _PyFunction_FastCallDict + 838
142 org.python.python             	0x000000010000ea54 _PyObject_FastCallDict + 356
143 org.python.python             	0x000000010000f120 _PyObject_Call_Prepend + 208
144 org.python.python             	0x000000010000e443 PyObject_Call + 99
145 org.python.python             	0x0000000100089d83 slot_tp_call + 67
146 org.python.python             	0x000000010000e9a4 _PyObject_FastCallDict + 180
147 org.python.python             	0x00000001000f3fa5 call_function + 165
148 org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
149 org.python.python             	0x00000001000f4556 _PyFunction_FastCallDict + 838
150 org.python.python             	0x000000010000ea54 _PyObject_FastCallDict + 356
151 org.python.python             	0x000000010000f120 _PyObject_Call_Prepend + 208
152 org.python.python             	0x000000010000e443 PyObject_Call + 99
153 org.python.python             	0x0000000100089d83 slot_tp_call + 67
154 org.python.python             	0x000000010000e9a4 _PyObject_FastCallDict + 180
155 org.python.python             	0x00000001000f3fa5 call_function + 165
156 org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
157 org.python.python             	0x00000001000f3eae fast_function + 606
158 org.python.python             	0x00000001000f414b call_function + 587
159 org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
160 org.python.python             	0x00000001000f3eae fast_function + 606
161 org.python.python             	0x00000001000f414b call_function + 587
162 org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
163 org.python.python             	0x00000001000f3eae fast_function + 606
164 org.python.python             	0x00000001000f414b call_function + 587
165 org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
166 org.python.python             	0x00000001000f3eae fast_function + 606
167 org.python.python             	0x00000001000f414b call_function + 587
168 org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
169 org.python.python             	0x00000001000f3eae fast_function + 606
170 org.python.python             	0x00000001000f414b call_function + 587
171 org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
172 org.python.python             	0x00000001000f4556 _PyFunction_FastCallDict + 838
173 org.python.python             	0x000000010000ea54 _PyObject_FastCallDict + 356
174 org.python.python             	0x000000010000f120 _PyObject_Call_Prepend + 208
175 org.python.python             	0x000000010000e443 PyObject_Call + 99
176 org.python.python             	0x000000010014c5e7 t_bootstrap + 71
177 libsystem_pthread.dylib       	0x00007fffc19c993b _pthread_body + 180
178 libsystem_pthread.dylib       	0x00007fffc19c9887 _pthread_start + 286
179 libsystem_pthread.dylib       	0x00007fffc19c908d thread_start + 13

Thread 5:
0   libsystem_kernel.dylib        	0x00007fffc18debf2 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fffc19ca7fa _pthread_cond_wait + 712
2   org.python.python             	0x000000010014673b PyThread_acquire_lock_timed + 523
3   org.python.python             	0x000000010014cae9 acquire_timed + 137
4   org.python.python             	0x000000010014cc3d lock_PyThread_acquire_lock + 61
5   org.python.python             	0x000000010006a675 _PyCFunction_FastCallDict + 229
6   org.python.python             	0x00000001000f4164 call_function + 612
7   org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
8   org.python.python             	0x00000001000f3500 _PyEval_EvalCodeWithName + 2720
9   org.python.python             	0x00000001000f3d2b fast_function + 219
10  org.python.python             	0x00000001000f414b call_function + 587
11  org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
12  org.python.python             	0x00000001000f3500 _PyEval_EvalCodeWithName + 2720
13  org.python.python             	0x00000001000f3d2b fast_function + 219
14  org.python.python             	0x00000001000f414b call_function + 587
15  org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
16  org.python.python             	0x00000001000f3eae fast_function + 606
17  org.python.python             	0x00000001000f414b call_function + 587
18  org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
19  org.python.python             	0x00000001000f3eae fast_function + 606
20  org.python.python             	0x00000001000f414b call_function + 587
21  org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
22  org.python.python             	0x00000001000f4556 _PyFunction_FastCallDict + 838
23  org.python.python             	0x000000010000ea54 _PyObject_FastCallDict + 356
24  org.python.python             	0x000000010000f120 _PyObject_Call_Prepend + 208
25  org.python.python             	0x000000010000e443 PyObject_Call + 99
26  org.python.python             	0x000000010014c5e7 t_bootstrap + 71
27  libsystem_pthread.dylib       	0x00007fffc19c993b _pthread_body + 180
28  libsystem_pthread.dylib       	0x00007fffc19c9887 _pthread_start + 286
29  libsystem_pthread.dylib       	0x00007fffc19c908d thread_start + 13

Thread 6:
0   libsystem_kernel.dylib        	0x00007fffc18debf2 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fffc19ca7fa _pthread_cond_wait + 712
2   org.python.python             	0x000000010014673b PyThread_acquire_lock_timed + 523
3   org.python.python             	0x000000010014cae9 acquire_timed + 137
4   org.python.python             	0x000000010014cc3d lock_PyThread_acquire_lock + 61
5   org.python.python             	0x000000010006a675 _PyCFunction_FastCallDict + 229
6   org.python.python             	0x00000001000f4164 call_function + 612
7   org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
8   org.python.python             	0x00000001000f3500 _PyEval_EvalCodeWithName + 2720
9   org.python.python             	0x00000001000f3d2b fast_function + 219
10  org.python.python             	0x00000001000f414b call_function + 587
11  org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
12  org.python.python             	0x00000001000f3500 _PyEval_EvalCodeWithName + 2720
13  org.python.python             	0x00000001000f3d2b fast_function + 219
14  org.python.python             	0x00000001000f414b call_function + 587
15  org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
16  org.python.python             	0x00000001000f3eae fast_function + 606
17  org.python.python             	0x00000001000f414b call_function + 587
18  org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
19  org.python.python             	0x00000001000f3eae fast_function + 606
20  org.python.python             	0x00000001000f414b call_function + 587
21  org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
22  org.python.python             	0x00000001000f4556 _PyFunction_FastCallDict + 838
23  org.python.python             	0x000000010000ea54 _PyObject_FastCallDict + 356
24  org.python.python             	0x000000010000f120 _PyObject_Call_Prepend + 208
25  org.python.python             	0x000000010000e443 PyObject_Call + 99
26  org.python.python             	0x000000010014c5e7 t_bootstrap + 71
27  libsystem_pthread.dylib       	0x00007fffc19c993b _pthread_body + 180
28  libsystem_pthread.dylib       	0x00007fffc19c9887 _pthread_start + 286
29  libsystem_pthread.dylib       	0x00007fffc19c908d thread_start + 13

Thread 7:
0   libsystem_kernel.dylib        	0x00007fffc18debf2 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fffc19ca7fa _pthread_cond_wait + 712
2   org.python.python             	0x000000010014673b PyThread_acquire_lock_timed + 523
3   org.python.python             	0x000000010014cae9 acquire_timed + 137
4   org.python.python             	0x000000010014cc3d lock_PyThread_acquire_lock + 61
5   org.python.python             	0x000000010006a675 _PyCFunction_FastCallDict + 229
6   org.python.python             	0x00000001000f4164 call_function + 612
7   org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
8   org.python.python             	0x00000001000f3500 _PyEval_EvalCodeWithName + 2720
9   org.python.python             	0x00000001000f3d2b fast_function + 219
10  org.python.python             	0x00000001000f414b call_function + 587
11  org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
12  org.python.python             	0x00000001000f3500 _PyEval_EvalCodeWithName + 2720
13  org.python.python             	0x00000001000f3d2b fast_function + 219
14  org.python.python             	0x00000001000f414b call_function + 587
15  org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
16  org.python.python             	0x00000001000f3eae fast_function + 606
17  org.python.python             	0x00000001000f414b call_function + 587
18  org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
19  org.python.python             	0x00000001000f3eae fast_function + 606
20  org.python.python             	0x00000001000f414b call_function + 587
21  org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
22  org.python.python             	0x00000001000f4556 _PyFunction_FastCallDict + 838
23  org.python.python             	0x000000010000ea54 _PyObject_FastCallDict + 356
24  org.python.python             	0x000000010000f120 _PyObject_Call_Prepend + 208
25  org.python.python             	0x000000010000e443 PyObject_Call + 99
26  org.python.python             	0x000000010014c5e7 t_bootstrap + 71
27  libsystem_pthread.dylib       	0x00007fffc19c993b _pthread_body + 180
28  libsystem_pthread.dylib       	0x00007fffc19c9887 _pthread_start + 286
29  libsystem_pthread.dylib       	0x00007fffc19c908d thread_start + 13

Thread 8:
0   libsystem_kernel.dylib        	0x00007fffc18debf2 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fffc19ca7fa _pthread_cond_wait + 712
2   org.python.python             	0x000000010014673b PyThread_acquire_lock_timed + 523
3   org.python.python             	0x000000010014cae9 acquire_timed + 137
4   org.python.python             	0x000000010014cc3d lock_PyThread_acquire_lock + 61
5   org.python.python             	0x000000010006a675 _PyCFunction_FastCallDict + 229
6   org.python.python             	0x00000001000f4164 call_function + 612
7   org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
8   org.python.python             	0x00000001000f3500 _PyEval_EvalCodeWithName + 2720
9   org.python.python             	0x00000001000f3d2b fast_function + 219
10  org.python.python             	0x00000001000f414b call_function + 587
11  org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
12  org.python.python             	0x00000001000f3500 _PyEval_EvalCodeWithName + 2720
13  org.python.python             	0x00000001000f3d2b fast_function + 219
14  org.python.python             	0x00000001000f414b call_function + 587
15  org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
16  org.python.python             	0x00000001000f3eae fast_function + 606
17  org.python.python             	0x00000001000f414b call_function + 587
18  org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
19  org.python.python             	0x00000001000f3eae fast_function + 606
20  org.python.python             	0x00000001000f414b call_function + 587
21  org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
22  org.python.python             	0x00000001000f4556 _PyFunction_FastCallDict + 838
23  org.python.python             	0x000000010000ea54 _PyObject_FastCallDict + 356
24  org.python.python             	0x000000010000f120 _PyObject_Call_Prepend + 208
25  org.python.python             	0x000000010000e443 PyObject_Call + 99
26  org.python.python             	0x000000010014c5e7 t_bootstrap + 71
27  libsystem_pthread.dylib       	0x00007fffc19c993b _pthread_body + 180
28  libsystem_pthread.dylib       	0x00007fffc19c9887 _pthread_start + 286
29  libsystem_pthread.dylib       	0x00007fffc19c908d thread_start + 13

Thread 9:
0   libsystem_kernel.dylib        	0x00007fffc18debf2 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fffc19ca7fa _pthread_cond_wait + 712
2   org.python.python             	0x000000010014673b PyThread_acquire_lock_timed + 523
3   org.python.python             	0x000000010014cae9 acquire_timed + 137
4   org.python.python             	0x000000010014cc3d lock_PyThread_acquire_lock + 61
5   org.python.python             	0x000000010006a675 _PyCFunction_FastCallDict + 229
6   org.python.python             	0x00000001000f4164 call_function + 612
7   org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
8   org.python.python             	0x00000001000f3500 _PyEval_EvalCodeWithName + 2720
9   org.python.python             	0x00000001000f3d2b fast_function + 219
10  org.python.python             	0x00000001000f414b call_function + 587
11  org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
12  org.python.python             	0x00000001000f3500 _PyEval_EvalCodeWithName + 2720
13  org.python.python             	0x00000001000f3d2b fast_function + 219
14  org.python.python             	0x00000001000f414b call_function + 587
15  org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
16  org.python.python             	0x00000001000f3eae fast_function + 606
17  org.python.python             	0x00000001000f414b call_function + 587
18  org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
19  org.python.python             	0x00000001000f3eae fast_function + 606
20  org.python.python             	0x00000001000f414b call_function + 587
21  org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
22  org.python.python             	0x00000001000f4556 _PyFunction_FastCallDict + 838
23  org.python.python             	0x000000010000ea54 _PyObject_FastCallDict + 356
24  org.python.python             	0x000000010000f120 _PyObject_Call_Prepend + 208
25  org.python.python             	0x000000010000e443 PyObject_Call + 99
26  org.python.python             	0x000000010014c5e7 t_bootstrap + 71
27  libsystem_pthread.dylib       	0x00007fffc19c993b _pthread_body + 180
28  libsystem_pthread.dylib       	0x00007fffc19c9887 _pthread_start + 286
29  libsystem_pthread.dylib       	0x00007fffc19c908d thread_start + 13

Thread 10:
0   libsystem_kernel.dylib        	0x00007fffc18debf2 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fffc19ca7fa _pthread_cond_wait + 712
2   org.python.python             	0x000000010014673b PyThread_acquire_lock_timed + 523
3   org.python.python             	0x000000010014cae9 acquire_timed + 137
4   org.python.python             	0x000000010014cc3d lock_PyThread_acquire_lock + 61
5   org.python.python             	0x000000010006a675 _PyCFunction_FastCallDict + 229
6   org.python.python             	0x00000001000f4164 call_function + 612
7   org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
8   org.python.python             	0x00000001000f3500 _PyEval_EvalCodeWithName + 2720
9   org.python.python             	0x00000001000f3d2b fast_function + 219
10  org.python.python             	0x00000001000f414b call_function + 587
11  org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
12  org.python.python             	0x00000001000f3500 _PyEval_EvalCodeWithName + 2720
13  org.python.python             	0x00000001000f3d2b fast_function + 219
14  org.python.python             	0x00000001000f414b call_function + 587
15  org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
16  org.python.python             	0x00000001000f3eae fast_function + 606
17  org.python.python             	0x00000001000f414b call_function + 587
18  org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
19  org.python.python             	0x00000001000f3eae fast_function + 606
20  org.python.python             	0x00000001000f414b call_function + 587
21  org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
22  org.python.python             	0x00000001000f4556 _PyFunction_FastCallDict + 838
23  org.python.python             	0x000000010000ea54 _PyObject_FastCallDict + 356
24  org.python.python             	0x000000010000f120 _PyObject_Call_Prepend + 208
25  org.python.python             	0x000000010000e443 PyObject_Call + 99
26  org.python.python             	0x000000010014c5e7 t_bootstrap + 71
27  libsystem_pthread.dylib       	0x00007fffc19c993b _pthread_body + 180
28  libsystem_pthread.dylib       	0x00007fffc19c9887 _pthread_start + 286
29  libsystem_pthread.dylib       	0x00007fffc19c908d thread_start + 13

Thread 11:
0   libsystem_kernel.dylib        	0x00007fffc18debf2 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fffc19ca7fa _pthread_cond_wait + 712
2   org.python.python             	0x000000010014673b PyThread_acquire_lock_timed + 523
3   org.python.python             	0x000000010014cae9 acquire_timed + 137
4   org.python.python             	0x000000010014cc3d lock_PyThread_acquire_lock + 61
5   org.python.python             	0x000000010006a675 _PyCFunction_FastCallDict + 229
6   org.python.python             	0x00000001000f4164 call_function + 612
7   org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
8   org.python.python             	0x00000001000f3500 _PyEval_EvalCodeWithName + 2720
9   org.python.python             	0x00000001000f3d2b fast_function + 219
10  org.python.python             	0x00000001000f414b call_function + 587
11  org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
12  org.python.python             	0x00000001000f3500 _PyEval_EvalCodeWithName + 2720
13  org.python.python             	0x00000001000f3d2b fast_function + 219
14  org.python.python             	0x00000001000f414b call_function + 587
15  org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
16  org.python.python             	0x00000001000f3eae fast_function + 606
17  org.python.python             	0x00000001000f414b call_function + 587
18  org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
19  org.python.python             	0x00000001000f3eae fast_function + 606
20  org.python.python             	0x00000001000f414b call_function + 587
21  org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
22  org.python.python             	0x00000001000f4556 _PyFunction_FastCallDict + 838
23  org.python.python             	0x000000010000ea54 _PyObject_FastCallDict + 356
24  org.python.python             	0x000000010000f120 _PyObject_Call_Prepend + 208
25  org.python.python             	0x000000010000e443 PyObject_Call + 99
26  org.python.python             	0x000000010014c5e7 t_bootstrap + 71
27  libsystem_pthread.dylib       	0x00007fffc19c993b _pthread_body + 180
28  libsystem_pthread.dylib       	0x00007fffc19c9887 _pthread_start + 286
29  libsystem_pthread.dylib       	0x00007fffc19c908d thread_start + 13

Thread 12:
0   libsystem_kernel.dylib        	0x00007fffc18debf2 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fffc19ca7fa _pthread_cond_wait + 712
2   org.python.python             	0x000000010014673b PyThread_acquire_lock_timed + 523
3   org.python.python             	0x000000010014cae9 acquire_timed + 137
4   org.python.python             	0x000000010014cc3d lock_PyThread_acquire_lock + 61
5   org.python.python             	0x000000010006a675 _PyCFunction_FastCallDict + 229
6   org.python.python             	0x00000001000f4164 call_function + 612
7   org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
8   org.python.python             	0x00000001000f3500 _PyEval_EvalCodeWithName + 2720
9   org.python.python             	0x00000001000f3d2b fast_function + 219
10  org.python.python             	0x00000001000f414b call_function + 587
11  org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
12  org.python.python             	0x00000001000f3500 _PyEval_EvalCodeWithName + 2720
13  org.python.python             	0x00000001000f3d2b fast_function + 219
14  org.python.python             	0x00000001000f414b call_function + 587
15  org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
16  org.python.python             	0x00000001000f3eae fast_function + 606
17  org.python.python             	0x00000001000f414b call_function + 587
18  org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
19  org.python.python             	0x00000001000f3eae fast_function + 606
20  org.python.python             	0x00000001000f414b call_function + 587
21  org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
22  org.python.python             	0x00000001000f4556 _PyFunction_FastCallDict + 838
23  org.python.python             	0x000000010000ea54 _PyObject_FastCallDict + 356
24  org.python.python             	0x000000010000f120 _PyObject_Call_Prepend + 208
25  org.python.python             	0x000000010000e443 PyObject_Call + 99
26  org.python.python             	0x000000010014c5e7 t_bootstrap + 71
27  libsystem_pthread.dylib       	0x00007fffc19c993b _pthread_body + 180
28  libsystem_pthread.dylib       	0x00007fffc19c9887 _pthread_start + 286
29  libsystem_pthread.dylib       	0x00007fffc19c908d thread_start + 13

Thread 13:
0   libsystem_kernel.dylib        	0x00007fffc18debf2 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fffc19ca7fa _pthread_cond_wait + 712
2   org.python.python             	0x000000010014673b PyThread_acquire_lock_timed + 523
3   org.python.python             	0x000000010014cae9 acquire_timed + 137
4   org.python.python             	0x000000010014cc3d lock_PyThread_acquire_lock + 61
5   org.python.python             	0x000000010006a675 _PyCFunction_FastCallDict + 229
6   org.python.python             	0x00000001000f4164 call_function + 612
7   org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
8   org.python.python             	0x00000001000f3500 _PyEval_EvalCodeWithName + 2720
9   org.python.python             	0x00000001000f3d2b fast_function + 219
10  org.python.python             	0x00000001000f414b call_function + 587
11  org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
12  org.python.python             	0x00000001000f3500 _PyEval_EvalCodeWithName + 2720
13  org.python.python             	0x00000001000f3d2b fast_function + 219
14  org.python.python             	0x00000001000f414b call_function + 587
15  org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
16  org.python.python             	0x00000001000f3eae fast_function + 606
17  org.python.python             	0x00000001000f414b call_function + 587
18  org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
19  org.python.python             	0x00000001000f3eae fast_function + 606
20  org.python.python             	0x00000001000f414b call_function + 587
21  org.python.python             	0x00000001000f5b74 _PyEval_EvalFrameDefault + 5604
22  org.python.python             	0x00000001000f4556 _PyFunction_FastCallDict + 838
23  org.python.python             	0x000000010000ea54 _PyObject_FastCallDict + 356
24  org.python.python             	0x000000010000f120 _PyObject_Call_Prepend + 208
25  org.python.python             	0x000000010000e443 PyObject_Call + 99
26  org.python.python             	0x000000010014c5e7 t_bootstrap + 71
27  libsystem_pthread.dylib       	0x00007fffc19c993b _pthread_body + 180
28  libsystem_pthread.dylib       	0x00007fffc19c9887 _pthread_start + 286
29  libsystem_pthread.dylib       	0x00007fffc19c908d thread_start + 13

Thread 14:
0   libsystem_kernel.dylib        	0x00007fffc18df44e __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fffc19c948e _pthread_wqthread + 1023
2   libsystem_pthread.dylib       	0x00007fffc19c907d start_wqthread + 13

Thread 15:
0   libsystem_pthread.dylib       	0x00007fffc19c9070 start_wqthread + 0
1   ???                           	0x0000000101a3ffff 0 + 4322492415

Thread 16:
0   libsystem_kernel.dylib        	0x00007fffc18df44e __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fffc19c948e _pthread_wqthread + 1023
2   libsystem_pthread.dylib       	0x00007fffc19c907d start_wqthread + 13

Thread 17:
0   libsystem_kernel.dylib        	0x00007fffc18df44e __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fffc19c9621 _pthread_wqthread + 1426
2   libsystem_pthread.dylib       	0x00007fffc19c907d start_wqthread + 13

Thread 18 Crashed:: Dispatch queue: com.apple.root.default-qos.overcommit
0   libsystem_trace.dylib         	0x00007fffc19eafa4 _os_log_cmp_key + 4
1   libsystem_c.dylib             	0x00007fffc1858144 rb_tree_find_node + 58
2   libsystem_trace.dylib         	0x00007fffc19eb673 os_log_create + 440
3   com.apple.CoreFoundation      	0x00007fffabd15397 ___CFPrefsClientLog_block_invoke + 23
4   libdispatch.dylib             	0x00007fffc177a8fc _dispatch_client_callout + 8
5   libdispatch.dylib             	0x00007fffc177a8b9 dispatch_once_f + 38
6   com.apple.CoreFoundation      	0x00007fffabd15369 _CFPrefsClientLog + 41
7   com.apple.CoreFoundation      	0x00007fffabb9f458 -[CFPrefsPlistSource handleReply:toRequestNewDataMessage:onConnection:retryCount:error:] + 1448
8   com.apple.CoreFoundation      	0x00007fffabb9ee83 __93-[CFPrefsSearchListSource handleReply:toRequestNewDataMessage:onConnection:retryCount:error:]_block_invoke + 147
9   libxpc.dylib                  	0x00007fffc1a03163 xpc_array_apply + 64
10  com.apple.CoreFoundation      	0x00007fffabb9edbe -[CFPrefsSearchListSource handleReply:toRequestNewDataMessage:onConnection:retryCount:error:] + 302
11  com.apple.CoreFoundation      	0x00007fffabd157aa __80-[CFPrefsSearchListSource alreadylocked_generationCountFromListOfSources:count:]_block_invoke_3 + 58
12  libxpc.dylib                  	0x00007fffc1a02d91 _xpc_connection_reply_callout + 45
13  libxpc.dylib                  	0x00007fffc1a02d1f _xpc_connection_call_reply + 36
14  libdispatch.dylib             	0x00007fffc177a8fc _dispatch_client_callout + 8
15  libdispatch.dylib             	0x00007fffc177c86e _dispatch_root_queue_drain + 917
16  libdispatch.dylib             	0x00007fffc177c48c _dispatch_worker_thread3 + 99
17  libsystem_pthread.dylib       	0x00007fffc19c95a2 _pthread_wqthread + 1299
18  libsystem_pthread.dylib       	0x00007fffc19c907d start_wqthread + 13

Thread 18 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x00000001006f2bf0  rcx: 0x0000000000010000  rdx: 0x000070000af90ad0
  rdi: 0x000000010506fa38  rsi: 0x00000001006f2bf0  rbp: 0x000070000af90ac0  rsp: 0x000070000af90a88
   r8: 0x0000000000000043   r9: 0x0000000000000180  r10: 0x00007fffc18de8a6  r11: 0xfffff0005efb8593
  r12: 0x00007fffca722e48  r13: 0x00007fffc19eafa0  r14: 0x000070000af90ad0  r15: 0x00000001006f2c00
  rip: 0x00007fffc19eafa4  rfl: 0x0000000000010206  cr2: 0x000000010506fa3a
  
Logical CPU:     0
Error Code:      0x00000004
Trap Number:     14


Binary Images:
       0x100000000 -        0x100000ff7 +org.python.python (3.6.3 - 3.6.3) <DB2A01C0-6DBB-DB93-EC82-117C736AC754> /Library/Frameworks/Python.framework/Versions/3.6/Resources/Python.app/Contents/MacOS/Python
       0x100003000 -        0x100229fe7 +org.python.python (3.6.3, [c] 2001-2017 Python Software Foundation. - 3.6.3) <C715BC39-71E6-4982-F20A-4DEEF782871C> /Library/Frameworks/Python.framework/Versions/3.6/Python
       0x1003e5000 -        0x1003e6fff +_heapq.cpython-36m-darwin.so (???) <84A809F3-CEF2-08D8-0C7E-434273792804> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/_heapq.cpython-36m-darwin.so
       0x1003eb000 -        0x1003effff +zlib.cpython-36m-darwin.so (???) <8923E3D6-FB76-C5B2-FB6E-F79B9B09784D> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/zlib.cpython-36m-darwin.so
       0x1003f5000 -        0x1003f6fff +_bz2.cpython-36m-darwin.so (???) <F5DCC32C-D7BA-F54C-9BA5-E9296E7E68E6> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/_bz2.cpython-36m-darwin.so
       0x1003fa000 -        0x1003fafff +grp.cpython-36m-darwin.so (???) <C745AFE0-7644-846B-B8A6-EB854F671FF0> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/grp.cpython-36m-darwin.so
       0x1003fd000 -        0x1003fdfff +_bisect.cpython-36m-darwin.so (???) <E21EBB3A-955D-014A-2CAB-80E15C830406> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/_bisect.cpython-36m-darwin.so
       0x1007e5000 -        0x1007eafff +_struct.cpython-36m-darwin.so (???) <CFCA5493-B62A-8572-9628-1AAE25EEA067> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/_struct.cpython-36m-darwin.so
       0x1007f3000 -        0x1007f6ff7 +binascii.cpython-36m-darwin.so (???) <3449016E-968C-D1D3-3B9B-25D4F0575EF7> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/binascii.cpython-36m-darwin.so
       0x1007fa000 -        0x1007fbfff +_posixsubprocess.cpython-36m-darwin.so (???) <4A7D956A-EF2A-1256-648C-7C3C9F01F540> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/_posixsubprocess.cpython-36m-darwin.so
       0x1019c9000 -        0x1019f5fe7 +_lzma.cpython-36m-darwin.so (???) <82BC2510-79D4-D009-6835-3C5E99933C8A> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/_lzma.cpython-36m-darwin.so
       0x101b80000 -        0x101b83fff +select.cpython-36m-darwin.so (???) <1DDAD5C2-27CE-6363-5E9B-EF2D586EAAA5> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/select.cpython-36m-darwin.so
       0x101b89000 -        0x101b8efff +math.cpython-36m-darwin.so (???) <29B12DCD-42DA-A2D4-2E85-38DF3AE128C9> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/math.cpython-36m-darwin.so
       0x101bd5000 -        0x101be4fff +_datetime.cpython-36m-darwin.so (???) <DA64E893-9567-96E9-5610-E887655DF224> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/_datetime.cpython-36m-darwin.so
       0x101bef000 -        0x101c25fff +pyexpat.cpython-36m-darwin.so (???) <7D252D3B-8503-FB4A-3813-F1B6227FA0B8> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/pyexpat.cpython-36m-darwin.so
       0x101cb8000 -        0x101cbbfff +_hashlib.cpython-36m-darwin.so (???) <5674A5FE-7B65-5104-33D9-E282DAD22A3D> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/_hashlib.cpython-36m-darwin.so
       0x101cc0000 -        0x101d16fe7 +libssl.1.0.0.dylib (1) <67BA2AA8-F4DA-8B30-37F3-787C92F285E4> /Library/Frameworks/Python.framework/Versions/3.6/lib/libssl.1.0.0.dylib
       0x101d32000 -        0x101efdf67 +libcrypto.1.0.0.dylib (1) <16C799AF-21E1-571B-034F-04094B89D359> /Library/Frameworks/Python.framework/Versions/3.6/lib/libcrypto.1.0.0.dylib
       0x101f74000 -        0x101f7dfff +_blake2.cpython-36m-darwin.so (???) <C5C37C05-9DE1-C585-8DA2-A99D441E7E88> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/_blake2.cpython-36m-darwin.so
       0x101f82000 -        0x101f95fff +_sha3.cpython-36m-darwin.so (???) <4230821E-1596-BD3A-0611-5CBE584C9823> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/_sha3.cpython-36m-darwin.so
       0x101f9b000 -        0x101f9cfff +_random.cpython-36m-darwin.so (???) <48D998F7-0B61-B6FC-573C-FE07549517DC> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/_random.cpython-36m-darwin.so
       0x101f9f000 -        0x101fa9fff +_socket.cpython-36m-darwin.so (???) <96238CB9-CED7-5A59-28A6-D5D4074C1DCE> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/_socket.cpython-36m-darwin.so
       0x102075000 -        0x102075fff +_opcode.cpython-36m-darwin.so (???) <1854E201-429F-45B0-54DB-BB4D73382D0A> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/_opcode.cpython-36m-darwin.so
       0x1022dc000 -        0x1022eaff7 +_ssl.cpython-36m-darwin.so (???) <1B64BD05-AA6E-CDEE-B135-0E546BE70743> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/_ssl.cpython-36m-darwin.so
       0x1022fa000 -        0x1022faff7 +_scproxy.cpython-36m-darwin.so (???) <B5C46151-F55E-9144-0E24-D1E8046B45E3> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/_scproxy.cpython-36m-darwin.so
       0x102551000 -        0x102557ff7 +_json.cpython-36m-darwin.so (???) <E44A58BF-280C-DCE8-F190-E30001D1F09B> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/_json.cpython-36m-darwin.so
       0x1026dc000 -        0x1026eeff7 +_pickle.cpython-36m-darwin.so (???) <E2979C1B-873B-09B2-8F25-43DBC8417DE5> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/_pickle.cpython-36m-darwin.so
       0x1026fb000 -        0x1026fcff7 +fcntl.cpython-36m-darwin.so (???) <201183B0-1E8B-DB09-14D9-6D7016033847> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/fcntl.cpython-36m-darwin.so
       0x102740000 -        0x102788fff +_decimal.cpython-36m-darwin.so (???) <E75416BE-24C3-8003-05EB-CF9069F1803B> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/_decimal.cpython-36m-darwin.so
       0x1027e7000 -        0x1027fdfff +_ctypes.cpython-36m-darwin.so (???) <E40F99DB-3CC9-7A40-CD0A-82E19CB1A926> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/_ctypes.cpython-36m-darwin.so
       0x102b8e000 -        0x102c4afff +unicodedata.cpython-36m-darwin.so (???) <1823809D-4A90-23FF-FADA-294890D271ED> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/unicodedata.cpython-36m-darwin.so
       0x102d2a000 -        0x102d2bfff +termios.cpython-36m-darwin.so (???) <98037FD4-99B1-4BC8-C121-5FCC5F900461> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload/termios.cpython-36m-darwin.so
    0x7fff644e1000 -     0x7fff6451edc7  dyld (433.5) <93EA668C-4BB2-3646-96E9-B406B81308D6> /usr/lib/dyld
    0x7fffabb63000 -     0x7fffabff6fff  com.apple.CoreFoundation (6.9 - 1349.8) <36385A3A-60D3-32DB-BF55-C6D8931A7AA6> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fffadb5d000 -     0x7fffadbf3ff7  com.apple.framework.IOKit (2.0.2 - 1324.60.3) <7CE4C98B-107C-3AAA-B49A-F2ACFCBBF526> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fffb2228000 -     0x7fffb252aff7  com.apple.security (7.0 - 57740.60.20) <229EDBC0-997C-3CFB-A6AA-A5AC41C98DE1> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fffb2955000 -     0x7fffb29c4ff7  com.apple.SystemConfiguration (1.14 - 1.14) <3FFD3930-B307-3E31-9FA6-12221EB0F969> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fffbff53000 -     0x7fffbff54ff3  libDiagnosticMessagesClient.dylib (102) <84A04D24-0E60-3810-A8C0-90A65E2DF61A> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fffc018c000 -     0x7fffc018cfff  libOpenScriptingUtil.dylib (172.1) <0F1BA407-97D1-36F6-882D-A355EAAD5E00> /usr/lib/libOpenScriptingUtil.dylib
    0x7fffc0192000 -     0x7fffc0193ffb  libSystem.B.dylib (1238.60.2) <838E181D-C87F-3C8C-A6D9-FF80B2D05BEB> /usr/lib/libSystem.B.dylib
    0x7fffc0324000 -     0x7fffc0324ff3  libauto.dylib (187) <34388D0B-C539-3C1B-9408-2BC152162E43> /usr/lib/libauto.dylib
    0x7fffc0325000 -     0x7fffc0335ff3  libbsm.0.dylib (34) <20084796-B04D-3B35-A003-EA11459557A9> /usr/lib/libbsm.0.dylib
    0x7fffc0336000 -     0x7fffc0344ff7  libbz2.1.0.dylib (38) <ADFA329A-DCE7-356D-8F09-A3168DFC6610> /usr/lib/libbz2.1.0.dylib
    0x7fffc0345000 -     0x7fffc039bff7  libc++.1.dylib (307.5) <0B43BB5D-E6EB-3464-8DE9-B41AC8ED9D1C> /usr/lib/libc++.1.dylib
    0x7fffc039c000 -     0x7fffc03c5ff7  libc++abi.dylib (307.4) <BC271AD3-831B-362A-9DA7-E8C51F285FE4> /usr/lib/libc++abi.dylib
    0x7fffc03ee000 -     0x7fffc03eeff7  libcoretls.dylib (121.50.4) <64B1001E-10F6-3542-A3B2-C4B49F51817F> /usr/lib/libcoretls.dylib
    0x7fffc03ef000 -     0x7fffc03f0ff3  libcoretls_cfhelpers.dylib (121.50.4) <1A10303E-5EB0-3C7C-9165-021FCDFD934D> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fffc07fd000 -     0x7fffc07fdfff  libenergytrace.dylib (15) <A1B040A2-7977-3097-9ADF-34FF181EB970> /usr/lib/libenergytrace.dylib
    0x7fffc0906000 -     0x7fffc0b2bffb  libicucore.A.dylib (57166.0.1) <CCD2ED24-3071-383B-925D-8D763BB12A6F> /usr/lib/libicucore.A.dylib
    0x7fffc0b33000 -     0x7fffc0b4cffb  liblzma.5.dylib (10) <44BD0279-99DD-36B5-8A6E-C11432E2098D> /usr/lib/liblzma.5.dylib
    0x7fffc0e3f000 -     0x7fffc0eb9ff3  libnetwork.dylib (856.60.1) <191E99F5-4723-3180-8013-02AF2F9AE4B8> /usr/lib/libnetwork.dylib
    0x7fffc0eba000 -     0x7fffc128fbc7  libobjc.A.dylib (709.1) <4DF3C25C-52C2-3F01-A3EF-0D9D53A73C1C> /usr/lib/libobjc.A.dylib
    0x7fffc1292000 -     0x7fffc1296fff  libpam.2.dylib (21.30.1) <71EB0D88-DE84-3C8D-A2C5-58AA282BC5BC> /usr/lib/libpam.2.dylib
    0x7fffc1297000 -     0x7fffc12c8fff  libpcap.A.dylib (67.60.2) <B2D36AD8-D5C8-3875-AC81-4787A15E44C2> /usr/lib/libpcap.A.dylib
    0x7fffc1351000 -     0x7fffc1497fff  libsqlite3.dylib (254.8) <058036FD-6EF3-3F9C-BF9B-2CB7A57205D7> /usr/lib/libsqlite3.dylib
    0x7fffc158c000 -     0x7fffc1599fff  libxar.1.dylib (357) <69547C64-E811-326F-BBED-490C6361BDCB> /usr/lib/libxar.1.dylib
    0x7fffc159a000 -     0x7fffc1689ff3  libxml2.2.dylib (30.18) <75135C3D-47B1-3217-AC2B-B566E2E1A4A3> /usr/lib/libxml2.2.dylib
    0x7fffc16b4000 -     0x7fffc16c5ff3  libz.1.dylib (67) <46E3FFA2-4328-327A-8D34-A03E20BFFB8E> /usr/lib/libz.1.dylib
    0x7fffc16d4000 -     0x7fffc16d8ff7  libcache.dylib (79) <093A4DAB-8385-3D47-A350-E20CB7CCF7BF> /usr/lib/system/libcache.dylib
    0x7fffc16d9000 -     0x7fffc16e3fff  libcommonCrypto.dylib (60092.50.5) <8A64D1B0-C70E-385C-92F0-E669079FDA90> /usr/lib/system/libcommonCrypto.dylib
    0x7fffc16e4000 -     0x7fffc16ebfff  libcompiler_rt.dylib (62) <55D47421-772A-32AB-B529-1A46C2F43B4D> /usr/lib/system/libcompiler_rt.dylib
    0x7fffc16ec000 -     0x7fffc16f4fff  libcopyfile.dylib (138) <819BEA3C-DF11-3E3D-A1A1-5A51C5BF1961> /usr/lib/system/libcopyfile.dylib
    0x7fffc16f5000 -     0x7fffc1778fdf  libcorecrypto.dylib (442.50.19) <65D7165E-2E71-335D-A2D6-33F78E2DF0C1> /usr/lib/system/libcorecrypto.dylib
    0x7fffc1779000 -     0x7fffc17aafff  libdispatch.dylib (703.50.37) <6582BAD6-ED27-3B30-B620-90B1C5A4AE3C> /usr/lib/system/libdispatch.dylib
    0x7fffc17ab000 -     0x7fffc17b0ffb  libdyld.dylib (433.5) <83A214CD-AAE5-3ECD-85AC-B5E44FA4F37D> /usr/lib/system/libdyld.dylib
    0x7fffc17b1000 -     0x7fffc17b1ffb  libkeymgr.dylib (28) <7AA011A9-DC21-3488-BF73-3B5B14D1FDD6> /usr/lib/system/libkeymgr.dylib
    0x7fffc17b2000 -     0x7fffc17befff  libkxld.dylib (3789.71.6) <60E25246-FA2F-36D9-A5EA-AD2E8607F847> /usr/lib/system/libkxld.dylib
    0x7fffc17bf000 -     0x7fffc17bffff  liblaunch.dylib (972.70.1) <B856ABD2-896E-3DE0-B2C8-146A6AF8E2A7> /usr/lib/system/liblaunch.dylib
    0x7fffc17c0000 -     0x7fffc17c5ff3  libmacho.dylib (898) <17D5D855-F6C3-3B04-B680-E9BF02EF8AED> /usr/lib/system/libmacho.dylib
    0x7fffc17c6000 -     0x7fffc17c8ff3  libquarantine.dylib (85.50.1) <12448CC2-378E-35F3-BE33-9DC395A5B970> /usr/lib/system/libquarantine.dylib
    0x7fffc17c9000 -     0x7fffc17caffb  libremovefile.dylib (45) <38D4CB9C-10CD-30D3-8B7B-A515EC75FE85> /usr/lib/system/libremovefile.dylib
    0x7fffc17cb000 -     0x7fffc17e3ff7  libsystem_asl.dylib (349.50.5) <096E4228-3B7C-30A6-8B13-EC909A64499A> /usr/lib/system/libsystem_asl.dylib
    0x7fffc17e4000 -     0x7fffc17e4ff7  libsystem_blocks.dylib (67) <10DC5404-73AB-35B3-A277-A8AFECB476EB> /usr/lib/system/libsystem_blocks.dylib
    0x7fffc17e5000 -     0x7fffc1872fef  libsystem_c.dylib (1158.50.2) <E5AE5244-7D0C-36AC-8BB6-C7AE7EA52A4B> /usr/lib/system/libsystem_c.dylib
    0x7fffc1873000 -     0x7fffc1876ffb  libsystem_configuration.dylib (888.60.2) <BECC01A2-CA8D-31E6-BCDF-D452965FA976> /usr/lib/system/libsystem_configuration.dylib
    0x7fffc1877000 -     0x7fffc187afff  libsystem_coreservices.dylib (41.4) <7D26DE79-B424-3450-85E1-F7FAB32714AB> /usr/lib/system/libsystem_coreservices.dylib
    0x7fffc187b000 -     0x7fffc1893fff  libsystem_coretls.dylib (121.50.4) <EC6FCF07-DCFB-3A03-9CC9-6DD3709974C6> /usr/lib/system/libsystem_coretls.dylib
    0x7fffc1894000 -     0x7fffc189afff  libsystem_dnssd.dylib (765.50.9) <CC960215-0B1B-3822-A13A-3DDE96FA796F> /usr/lib/system/libsystem_dnssd.dylib
    0x7fffc189b000 -     0x7fffc18c4ff7  libsystem_info.dylib (503.50.4) <611DB84C-BF70-3F92-8702-B9F28A900920> /usr/lib/system/libsystem_info.dylib
    0x7fffc18c5000 -     0x7fffc18e7ff7  libsystem_kernel.dylib (3789.71.6) <5F3C87FD-A59C-390A-B0F0-26C831200FBD> /usr/lib/system/libsystem_kernel.dylib
    0x7fffc18e8000 -     0x7fffc192ffe7  libsystem_m.dylib (3121.6) <86D499B5-BBDC-3D3B-8A4E-97AE8E6672A4> /usr/lib/system/libsystem_m.dylib
    0x7fffc1930000 -     0x7fffc194eff7  libsystem_malloc.dylib (116.50.8) <A3D15F17-99A6-3367-8C7E-4280E8619C95> /usr/lib/system/libsystem_malloc.dylib
    0x7fffc194f000 -     0x7fffc19a8ffb  libsystem_network.dylib (856.60.1) <369D0221-56CA-3C3E-9EDE-94B41CAE77B7> /usr/lib/system/libsystem_network.dylib
    0x7fffc19a9000 -     0x7fffc19b2ff3  libsystem_networkextension.dylib (563.60.2) <B021F2B3-8A75-3633-ABB0-FC012B8E9B0C> /usr/lib/system/libsystem_networkextension.dylib
    0x7fffc19b3000 -     0x7fffc19bcff3  libsystem_notify.dylib (165.20.1) <B8160190-A069-3B3A-BDF6-2AA408221FAE> /usr/lib/system/libsystem_notify.dylib
    0x7fffc19bd000 -     0x7fffc19c5fe7  libsystem_platform.dylib (126.50.8) <897462FD-B318-321B-A554-E61982630F7E> /usr/lib/system/libsystem_platform.dylib
    0x7fffc19c6000 -     0x7fffc19d0ff7  libsystem_pthread.dylib (218.60.3) <B8FB5E20-3295-39E2-B5EB-B464D1D4B104> /usr/lib/system/libsystem_pthread.dylib
    0x7fffc19d1000 -     0x7fffc19d4ff7  libsystem_sandbox.dylib (592.70.2) <19320A42-2E3B-361B-BBDA-2F5F2E87B100> /usr/lib/system/libsystem_sandbox.dylib
    0x7fffc19d5000 -     0x7fffc19d6ff3  libsystem_secinit.dylib (24.50.4) <F78B847B-3565-3E4B-98A6-F7AD40392E2D> /usr/lib/system/libsystem_secinit.dylib
    0x7fffc19d7000 -     0x7fffc19deffb  libsystem_symptoms.dylib (532.50.47) <3390E07C-C1CE-348F-ADBD-2C5440B45EAA> /usr/lib/system/libsystem_symptoms.dylib
    0x7fffc19df000 -     0x7fffc19f2ff7  libsystem_trace.dylib (518.70.1) <AC63A7FE-50D9-3A30-96E6-F6B7FF16E465> /usr/lib/system/libsystem_trace.dylib
    0x7fffc19f3000 -     0x7fffc19f8ffb  libunwind.dylib (35.3) <3D50D8A8-C460-334D-A519-2DA841102C6B> /usr/lib/system/libunwind.dylib
    0x7fffc19f9000 -     0x7fffc1a22ff7  libxpc.dylib (972.70.1) <BF896DF0-D8E9-31A8-A4B3-01120BFEEE52> /usr/lib/system/libxpc.dylib

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

VM Region Summary:
ReadOnly portion of Libraries: Total=144.5M resident=0K(0%) swapped_out_or_unallocated=144.5M(100%)
Writable regions: Total=148.7M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=148.7M(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Activity Tracing                   256K        2 
Dispatch continuations            8192K        2 
Kernel Alloc Once                    8K        2 
MALLOC                            56.3M       43 
MALLOC guard page                   16K        4 
MALLOC_LARGE (reserved)            384K        4         reserved VM address space (unallocated)
STACK GUARD                         72K       19 
Stack                             67.6M       19 
VM_ALLOCATE                          4K        2 
__DATA                            4532K       97 
__LINKEDIT                       116.2M       35 
__TEXT                            28.3M       94 
__UNICODE                          556K        2 
__UNIXSTACK                       16.0M        2 
shared memory                       28K        5 
===========                     =======  ======= 
TOTAL                            298.1M      317 
TOTAL, minus reserved VM space   297.8M      317 

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:15 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
hyp3rv1p3rcommented, Nov 11, 2017

So, after a lot of tests I solved the problem that is subtly related to an import of my specific code. In order to solve I have had to disable everything not strictly necessarily for a simple echo bot that works well if I disable these import. It seems that there is an oddly relation between auth_digest and my code. Thanks so much for your support 😃

0reactions
webknjazcommented, Nov 11, 2017

@hyp3rv1p3r we got it that interpreter crashes in daemon mode and does not if it’s tty-bound.

Still, we’ll have to close the issue as not reproducible unless you send us code snippet, which would let us experience the same issue. From my perspective it currently looks like there’s something strictly specific to your environment, which causes such issues.

So would you please send us a snippets and do all the tests we asked earlier?

Read more comments on GitHub >

github_iconTop Results From Across the Web

All Python versions crash after installing 3.6 - Stack Overflow
Trying to install Python 3.6. Cannot find any answers so far. Upgraded from python.org, installs correctly (at least that's the indication ...
Read more >
Changelog — Python 3.6.15 documentation
bpo-25750: Fix rare Python crash due to bad refcounting in type_getattro() if a descriptor deletes itself from the class. Patch by Jeroen Demeyer....
Read more >
Switching Python versions crashes PyScripter #880 - GitHub
I was really looking forward to the new feature to switch versions, but it crashes my portable versions of PyScripter both 32 and...
Read more >
from ROOT import - ROOT Forum
In the python prompt when I call import ROOT, I get the following crash : lt00750458:~ Sanmay$ python. Python 3.6.2 |Anaconda, ...
Read more >
64-bit Python 3 crashes 2 times during skeletons update if ...
I noticed this error (double Python crash) during installation of EAP 8 and ... P.S. I don't remember Python crashes before installation of...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found