Skip to content

Instantly share code, notes, and snippets.

@pentschev
Created April 11, 2019 15:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pentschev/0e13fa1fef01565c1c63101db1e22d68 to your computer and use it in GitHub Desktop.
Save pentschev/0e13fa1fef01565c1c63101db1e22d68 to your computer and use it in GitHub Desktop.
OSX stacktrace lldb output
(lldb)
There is a running process, detach from it and attach?: [Y/n]
Process 6843 detached
_bt.cpython-37m-darwin.so was compiled with optimization - stepping may behave oddly; variables may not be available.
Process 6843 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = signal SIGSTOP
frame #0: 0x0000000114b54ab0 _bt.cpython-37m-darwin.so`backtrace_thread [inlined] _wait_and_reset_signal at bt.c:182:35 [opt]
179 static
180 void _wait_and_reset_signal(struct sigaction *old_sa) {
181 // spin and wait.
-> 182 while (TheSignalConfig.spinlock == 0);
183 // reset signal handlers
184 sigaction(SIG_STACKTRACE, old_sa, NULL);
185 }
Target 0: (python) stopped.
(lldb) thread list
Process 6843 stopped
* thread #1: tid = 0x54c28, 0x0000000114b54ab0 _bt.cpython-37m-darwin.so`backtrace_thread [inlined] _wait_and_reset_signal at bt.c:182:35, queue = 'com.apple.main-thread', stop reason = signal SIGSTOP
thread #2: tid = 0x54c2b, 0x00007fff78082ef2 libsystem_kernel.dylib`read + 10
thread #3: tid = 0x54c2e, 0x00007fff7808861a libsystem_kernel.dylib`__select + 10
thread #4: tid = 0x54c30, 0x00007fff7808936e libsystem_kernel.dylib`poll + 10
thread #5: tid = 0x54c37, 0x00007fff7808486a libsystem_kernel.dylib`__psynch_cvwait + 10
thread #6: tid = 0x54c3a, 0x00007fff7808486a libsystem_kernel.dylib`__psynch_cvwait + 10
thread #7: tid = 0x54c45, 0x00007fff7808486a libsystem_kernel.dylib`__psynch_cvwait + 10
thread #8: tid = 0x54c49, 0x00007fff7808486a libsystem_kernel.dylib`__psynch_cvwait + 10
thread #9: tid = 0x54c51, 0x00007fff7808486a libsystem_kernel.dylib`__psynch_cvwait + 10
(lldb) thread backtrace all
* thread #1, queue = 'com.apple.main-thread', stop reason = signal SIGSTOP
* frame #0: 0x0000000114b54ab0 _bt.cpython-37m-darwin.so`backtrace_thread [inlined] _wait_and_reset_signal at bt.c:182:35 [opt]
frame #1: 0x0000000114b54aab _bt.cpython-37m-darwin.so`backtrace_thread(tid=0x00007000054dd000, cb=(0x0000000103022fc0), maxdepth=100) at bt.c:215 [opt]
frame #2: 0x000000010301e884 libffi.6.dylib`ffi_call_unix64 + 76
frame #3: 0x000000010301de8b libffi.6.dylib`ffi_call + 939
frame #4: 0x0000000103002c48 _ctypes.cpython-37m-darwin.so`_ctypes_callproc + 632
frame #5: 0x0000000102ffce9c _ctypes.cpython-37m-darwin.so`PyCFuncPtr_call + 268
frame #6: 0x0000000101cabae3 python`_PyObject_FastCallKeywords + 179
frame #7: 0x0000000101de8ed5 python`call_function + 453
frame #8: 0x0000000101de6aec python`_PyEval_EvalFrameDefault + 46092
frame #9: 0x0000000101dda49e python`_PyEval_EvalCodeWithName + 414
frame #10: 0x0000000101cabfe3 python`_PyFunction_FastCallKeywords + 195
frame #11: 0x0000000101de8dc7 python`call_function + 183
frame #12: 0x0000000101de6be0 python`_PyEval_EvalFrameDefault + 46336
frame #13: 0x0000000101cab8d5 python`function_code_fastcall + 117
frame #14: 0x0000000101de8dc7 python`call_function + 183
frame #15: 0x0000000101de6aec python`_PyEval_EvalFrameDefault + 46092
frame #16: 0x0000000101dda49e python`_PyEval_EvalCodeWithName + 414
frame #17: 0x0000000101cabfe3 python`_PyFunction_FastCallKeywords + 195
frame #18: 0x0000000101de8dc7 python`call_function + 183
frame #19: 0x0000000101de6b27 python`_PyEval_EvalFrameDefault + 46151
frame #20: 0x0000000101dda49e python`_PyEval_EvalCodeWithName + 414
frame #21: 0x0000000101cabfe3 python`_PyFunction_FastCallKeywords + 195
frame #22: 0x0000000101de8dc7 python`call_function + 183
frame #23: 0x0000000101de6aec python`_PyEval_EvalFrameDefault + 46092
frame #24: 0x0000000101cab8d5 python`function_code_fastcall + 117
frame #25: 0x0000000101caece2 python`method_call + 130
frame #26: 0x0000000101cac752 python`PyObject_Call + 130
frame #27: 0x0000000101ea937d python`partial_call + 285
frame #28: 0x0000000101cabae3 python`_PyObject_FastCallKeywords + 179
frame #29: 0x0000000101de8ed5 python`call_function + 453
frame #30: 0x0000000101de6b27 python`_PyEval_EvalFrameDefault + 46151
frame #31: 0x0000000101cab8d5 python`function_code_fastcall + 117
frame #32: 0x0000000101caece2 python`method_call + 130
frame #33: 0x0000000101cabae3 python`_PyObject_FastCallKeywords + 179
frame #34: 0x0000000101e353aa python`context_run + 106
frame #35: 0x0000000101cab27f python`_PyMethodDef_RawFastCallDict + 335
frame #36: 0x0000000101cac8fd python`PyCFunction_Call + 61
frame #37: 0x0000000101de6cd7 python`_PyEval_EvalFrameDefault + 46583
frame #38: 0x0000000101cab8d5 python`function_code_fastcall + 117
frame #39: 0x0000000101de8dc7 python`call_function + 183
frame #40: 0x0000000101de6a56 python`_PyEval_EvalFrameDefault + 45942
frame #41: 0x0000000101cab8d5 python`function_code_fastcall + 117
frame #42: 0x0000000101de8dc7 python`call_function + 183
frame #43: 0x0000000101de6a56 python`_PyEval_EvalFrameDefault + 45942
frame #44: 0x0000000101cab8d5 python`function_code_fastcall + 117
frame #45: 0x0000000101de8dc7 python`call_function + 183
frame #46: 0x0000000101de6a56 python`_PyEval_EvalFrameDefault + 45942
frame #47: 0x0000000101cab8d5 python`function_code_fastcall + 117
frame #48: 0x0000000101de8dc7 python`call_function + 183
frame #49: 0x0000000101de6a56 python`_PyEval_EvalFrameDefault + 45942
frame #50: 0x0000000101dda49e python`_PyEval_EvalCodeWithName + 414
frame #51: 0x0000000101cabfe3 python`_PyFunction_FastCallKeywords + 195
frame #52: 0x0000000101de8dc7 python`call_function + 183
frame #53: 0x0000000101de6a56 python`_PyEval_EvalFrameDefault + 45942
frame #54: 0x0000000101dda49e python`_PyEval_EvalCodeWithName + 414
frame #55: 0x0000000101caade7 python`_PyFunction_FastCallDict + 231
frame #56: 0x0000000101caece2 python`method_call + 130
frame #57: 0x0000000101cac752 python`PyObject_Call + 130
frame #58: 0x0000000101de6d58 python`_PyEval_EvalFrameDefault + 46712
frame #59: 0x0000000101cab8d5 python`function_code_fastcall + 117
frame #60: 0x0000000101caece2 python`method_call + 130
frame #61: 0x0000000101cac752 python`PyObject_Call + 130
frame #62: 0x0000000101de6d58 python`_PyEval_EvalFrameDefault + 46712
frame #63: 0x0000000101cab8d5 python`function_code_fastcall + 117
frame #64: 0x0000000101de8dc7 python`call_function + 183
frame #65: 0x0000000101de6a56 python`_PyEval_EvalFrameDefault + 45942
frame #66: 0x0000000101cab8d5 python`function_code_fastcall + 117
frame #67: 0x0000000101de8dc7 python`call_function + 183
frame #68: 0x0000000101de6a56 python`_PyEval_EvalFrameDefault + 45942
frame #69: 0x0000000101cab8d5 python`function_code_fastcall + 117
frame #70: 0x0000000101de8dc7 python`call_function + 183
frame #71: 0x0000000101de6aec python`_PyEval_EvalFrameDefault + 46092
frame #72: 0x0000000101cab8d5 python`function_code_fastcall + 117
frame #73: 0x0000000101de8dc7 python`call_function + 183
frame #74: 0x0000000101de6b27 python`_PyEval_EvalFrameDefault + 46151
frame #75: 0x0000000101dda49e python`_PyEval_EvalCodeWithName + 414
frame #76: 0x0000000101caade7 python`_PyFunction_FastCallDict + 231
frame #77: 0x0000000101de6d58 python`_PyEval_EvalFrameDefault + 46712
frame #78: 0x0000000101dda49e python`_PyEval_EvalCodeWithName + 414
frame #79: 0x0000000101e40699 python`PyRun_StringFlags + 185
frame #80: 0x0000000101e4052f python`PyRun_SimpleStringFlags + 143
frame #81: 0x0000000101e6a2c8 python`pymain_main + 6984
frame #82: 0x0000000101c7e66d python`main + 125
frame #83: 0x00007fff77f4c3d5 libdyld.dylib`start + 1
frame #84: 0x00007fff77f4c3d5 libdyld.dylib`start + 1
thread #2
frame #0: 0x00007fff78082ef2 libsystem_kernel.dylib`read + 10
frame #1: 0x0000000101e61818 python`_Py_read + 104
frame #2: 0x0000000101e7b3ec python`os_read + 140
frame #3: 0x0000000101cac116 python`_PyMethodDef_RawFastCallKeywords + 230
frame #4: 0x0000000101de8e42 python`call_function + 306
frame #5: 0x0000000101de6b27 python`_PyEval_EvalFrameDefault + 46151
frame #6: 0x0000000101dda49e python`_PyEval_EvalCodeWithName + 414
frame #7: 0x0000000101cabfe3 python`_PyFunction_FastCallKeywords + 195
frame #8: 0x0000000101de8dc7 python`call_function + 183
frame #9: 0x0000000101de6a56 python`_PyEval_EvalFrameDefault + 45942
frame #10: 0x0000000101dda49e python`_PyEval_EvalCodeWithName + 414
frame #11: 0x0000000101cabfe3 python`_PyFunction_FastCallKeywords + 195
frame #12: 0x0000000101de8dc7 python`call_function + 183
frame #13: 0x0000000101de6a56 python`_PyEval_EvalFrameDefault + 45942
frame #14: 0x0000000101cab8d5 python`function_code_fastcall + 117
frame #15: 0x0000000101de8dc7 python`call_function + 183
frame #16: 0x0000000101de6a56 python`_PyEval_EvalFrameDefault + 45942
frame #17: 0x0000000101dda49e python`_PyEval_EvalCodeWithName + 414
frame #18: 0x0000000101caade7 python`_PyFunction_FastCallDict + 231
frame #19: 0x0000000101de6d58 python`_PyEval_EvalFrameDefault + 46712
frame #20: 0x0000000101cab8d5 python`function_code_fastcall + 117
frame #21: 0x0000000101de8dc7 python`call_function + 183
frame #22: 0x0000000101de6a56 python`_PyEval_EvalFrameDefault + 45942
frame #23: 0x0000000101cab8d5 python`function_code_fastcall + 117
frame #24: 0x0000000101de8dc7 python`call_function + 183
frame #25: 0x0000000101de6a56 python`_PyEval_EvalFrameDefault + 45942
frame #26: 0x0000000101cab8d5 python`function_code_fastcall + 117
frame #27: 0x0000000101caece2 python`method_call + 130
frame #28: 0x0000000101cac752 python`PyObject_Call + 130
frame #29: 0x0000000101eca8cb python`t_bootstrap + 123
frame #30: 0x0000000101e51707 python`pythread_wrapper + 39
frame #31: 0x00007fff7813a2eb libsystem_pthread.dylib`_pthread_body + 126
frame #32: 0x00007fff7813d249 libsystem_pthread.dylib`_pthread_start + 66
frame #33: 0x00007fff7813940d libsystem_pthread.dylib`thread_start + 13
thread #3
frame #0: 0x00007fff7808861a libsystem_kernel.dylib`__select + 10
frame #1: 0x0000000101ec7eba python`time_sleep + 266
frame #2: 0x0000000101cac0b3 python`_PyMethodDef_RawFastCallKeywords + 131
frame #3: 0x0000000101de8e42 python`call_function + 306
frame #4: 0x0000000101de6b27 python`_PyEval_EvalFrameDefault + 46151
frame #5: 0x0000000101dda49e python`_PyEval_EvalCodeWithName + 414
frame #6: 0x0000000101caade7 python`_PyFunction_FastCallDict + 231
frame #7: 0x0000000101de6d58 python`_PyEval_EvalFrameDefault + 46712
frame #8: 0x0000000101cab8d5 python`function_code_fastcall + 117
frame #9: 0x0000000101de8dc7 python`call_function + 183
frame #10: 0x0000000101de6a56 python`_PyEval_EvalFrameDefault + 45942
frame #11: 0x0000000101cab8d5 python`function_code_fastcall + 117
frame #12: 0x0000000101de8dc7 python`call_function + 183
frame #13: 0x0000000101de6a56 python`_PyEval_EvalFrameDefault + 45942
frame #14: 0x0000000101cab8d5 python`function_code_fastcall + 117
frame #15: 0x0000000101caece2 python`method_call + 130
frame #16: 0x0000000101cac752 python`PyObject_Call + 130
frame #17: 0x0000000101eca8cb python`t_bootstrap + 123
frame #18: 0x0000000101e51707 python`pythread_wrapper + 39
frame #19: 0x00007fff7813a2eb libsystem_pthread.dylib`_pthread_body + 126
frame #20: 0x00007fff7813d249 libsystem_pthread.dylib`_pthread_start + 66
frame #21: 0x00007fff7813940d libsystem_pthread.dylib`thread_start + 13
thread #4
frame #0: 0x00007fff7808936e libsystem_kernel.dylib`poll + 10
frame #1: 0x00000001024b485c select.cpython-37m-darwin.so`poll_poll + 300
frame #2: 0x0000000101cac18e python`_PyMethodDef_RawFastCallKeywords + 350
frame #3: 0x0000000101cb8e64 python`_PyMethodDescr_FastCallKeywords + 84
frame #4: 0x0000000101de8ec5 python`call_function + 437
frame #5: 0x0000000101de6a56 python`_PyEval_EvalFrameDefault + 45942
frame #6: 0x0000000101dda49e python`_PyEval_EvalCodeWithName + 414
frame #7: 0x0000000101cabfe3 python`_PyFunction_FastCallKeywords + 195
frame #8: 0x0000000101de8dc7 python`call_function + 183
frame #9: 0x0000000101de6a56 python`_PyEval_EvalFrameDefault + 45942
frame #10: 0x0000000101dda49e python`_PyEval_EvalCodeWithName + 414
frame #11: 0x0000000101cabfe3 python`_PyFunction_FastCallKeywords + 195
frame #12: 0x0000000101de8dc7 python`call_function + 183
frame #13: 0x0000000101de6b27 python`_PyEval_EvalFrameDefault + 46151
frame #14: 0x0000000101cab8d5 python`function_code_fastcall + 117
frame #15: 0x0000000101de8dc7 python`call_function + 183
frame #16: 0x0000000101de6a56 python`_PyEval_EvalFrameDefault + 45942
frame #17: 0x0000000101dda49e python`_PyEval_EvalCodeWithName + 414
frame #18: 0x0000000101cabfe3 python`_PyFunction_FastCallKeywords + 195
frame #19: 0x0000000101de8dc7 python`call_function + 183
frame #20: 0x0000000101de6aec python`_PyEval_EvalFrameDefault + 46092
frame #21: 0x0000000101dda49e python`_PyEval_EvalCodeWithName + 414
frame #22: 0x0000000101cabfe3 python`_PyFunction_FastCallKeywords + 195
frame #23: 0x0000000101de8dc7 python`call_function + 183
frame #24: 0x0000000101de6be0 python`_PyEval_EvalFrameDefault + 46336
frame #25: 0x0000000101dda49e python`_PyEval_EvalCodeWithName + 414
frame #26: 0x0000000101caade7 python`_PyFunction_FastCallDict + 231
frame #27: 0x0000000101de6d58 python`_PyEval_EvalFrameDefault + 46712
frame #28: 0x0000000101cab8d5 python`function_code_fastcall + 117
frame #29: 0x0000000101de8dc7 python`call_function + 183
frame #30: 0x0000000101de6a56 python`_PyEval_EvalFrameDefault + 45942
frame #31: 0x0000000101cab8d5 python`function_code_fastcall + 117
frame #32: 0x0000000101de8dc7 python`call_function + 183
frame #33: 0x0000000101de6a56 python`_PyEval_EvalFrameDefault + 45942
frame #34: 0x0000000101cab8d5 python`function_code_fastcall + 117
frame #35: 0x0000000101caece2 python`method_call + 130
frame #36: 0x0000000101cac752 python`PyObject_Call + 130
frame #37: 0x0000000101eca8cb python`t_bootstrap + 123
frame #38: 0x0000000101e51707 python`pythread_wrapper + 39
frame #39: 0x00007fff7813a2eb libsystem_pthread.dylib`_pthread_body + 126
frame #40: 0x00007fff7813d249 libsystem_pthread.dylib`_pthread_start + 66
frame #41: 0x00007fff7813940d libsystem_pthread.dylib`thread_start + 13
thread #5
frame #0: 0x00007fff7808486a libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x00007fff7813d56e libsystem_pthread.dylib`_pthread_cond_wait + 722
frame #2: 0x0000000101e51c31 python`PyThread_acquire_lock_timed + 657
frame #3: 0x0000000101ecb76f python`acquire_timed + 767
frame #4: 0x0000000101ecba3d python`lock_PyThread_acquire_lock + 61
frame #5: 0x0000000101cac1b8 python`_PyMethodDef_RawFastCallKeywords + 392
frame #6: 0x0000000101cb8e64 python`_PyMethodDescr_FastCallKeywords + 84
frame #7: 0x0000000101de8ec5 python`call_function + 437
frame #8: 0x0000000101de6a56 python`_PyEval_EvalFrameDefault + 45942
frame #9: 0x0000000101dda49e python`_PyEval_EvalCodeWithName + 414
frame #10: 0x0000000101cabfe3 python`_PyFunction_FastCallKeywords + 195
frame #11: 0x0000000101de8dc7 python`call_function + 183
frame #12: 0x0000000101de6a56 python`_PyEval_EvalFrameDefault + 45942
frame #13: 0x0000000101dda49e python`_PyEval_EvalCodeWithName + 414
frame #14: 0x0000000101cabfe3 python`_PyFunction_FastCallKeywords + 195
frame #15: 0x0000000101de8dc7 python`call_function + 183
frame #16: 0x0000000101de6be0 python`_PyEval_EvalFrameDefault + 46336
frame #17: 0x0000000101cab8d5 python`function_code_fastcall + 117
frame #18: 0x0000000101de6d58 python`_PyEval_EvalFrameDefault + 46712
frame #19: 0x0000000101cab8d5 python`function_code_fastcall + 117
frame #20: 0x0000000101de8dc7 python`call_function + 183
frame #21: 0x0000000101de6a56 python`_PyEval_EvalFrameDefault + 45942
frame #22: 0x0000000101cab8d5 python`function_code_fastcall + 117
frame #23: 0x0000000101de8dc7 python`call_function + 183
frame #24: 0x0000000101de6a56 python`_PyEval_EvalFrameDefault + 45942
frame #25: 0x0000000101cab8d5 python`function_code_fastcall + 117
frame #26: 0x0000000101caece2 python`method_call + 130
frame #27: 0x0000000101cac752 python`PyObject_Call + 130
frame #28: 0x0000000101eca8cb python`t_bootstrap + 123
frame #29: 0x0000000101e51707 python`pythread_wrapper + 39
frame #30: 0x00007fff7813a2eb libsystem_pthread.dylib`_pthread_body + 126
frame #31: 0x00007fff7813d249 libsystem_pthread.dylib`_pthread_start + 66
frame #32: 0x00007fff7813940d libsystem_pthread.dylib`thread_start + 13
thread #6
frame #0: 0x00007fff7808486a libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x00007fff7813d56e libsystem_pthread.dylib`_pthread_cond_wait + 722
frame #2: 0x0000000101e51ab3 python`PyThread_acquire_lock_timed + 275
frame #3: 0x000000010297cb2b _queue.cpython-37m-darwin.so`_queue_SimpleQueue_get_impl + 523
frame #4: 0x000000010297c745 _queue.cpython-37m-darwin.so`_queue_SimpleQueue_get + 101
frame #5: 0x0000000101cac147 python`_PyMethodDef_RawFastCallKeywords + 279
frame #6: 0x0000000101de8e42 python`call_function + 306
frame #7: 0x0000000101de6be0 python`_PyEval_EvalFrameDefault + 46336
frame #8: 0x0000000101cab8d5 python`function_code_fastcall + 117
frame #9: 0x0000000101de6d58 python`_PyEval_EvalFrameDefault + 46712
frame #10: 0x0000000101cab8d5 python`function_code_fastcall + 117
frame #11: 0x0000000101de8dc7 python`call_function + 183
frame #12: 0x0000000101de6a56 python`_PyEval_EvalFrameDefault + 45942
frame #13: 0x0000000101cab8d5 python`function_code_fastcall + 117
frame #14: 0x0000000101de8dc7 python`call_function + 183
frame #15: 0x0000000101de6a56 python`_PyEval_EvalFrameDefault + 45942
frame #16: 0x0000000101cab8d5 python`function_code_fastcall + 117
frame #17: 0x0000000101caece2 python`method_call + 130
frame #18: 0x0000000101cac752 python`PyObject_Call + 130
frame #19: 0x0000000101eca8cb python`t_bootstrap + 123
frame #20: 0x0000000101e51707 python`pythread_wrapper + 39
frame #21: 0x00007fff7813a2eb libsystem_pthread.dylib`_pthread_body + 126
frame #22: 0x00007fff7813d249 libsystem_pthread.dylib`_pthread_start + 66
frame #23: 0x00007fff7813940d libsystem_pthread.dylib`thread_start + 13
thread #7
frame #0: 0x00007fff7808486a libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x00007fff7813d56e libsystem_pthread.dylib`_pthread_cond_wait + 722
frame #2: 0x0000000101e51c31 python`PyThread_acquire_lock_timed + 657
frame #3: 0x0000000101ecb76f python`acquire_timed + 767
frame #4: 0x0000000101ecba3d python`lock_PyThread_acquire_lock + 61
frame #5: 0x0000000101cac1b8 python`_PyMethodDef_RawFastCallKeywords + 392
frame #6: 0x0000000101cb8e64 python`_PyMethodDescr_FastCallKeywords + 84
frame #7: 0x0000000101de8ec5 python`call_function + 437
frame #8: 0x0000000101de6a56 python`_PyEval_EvalFrameDefault + 45942
frame #9: 0x0000000101dda49e python`_PyEval_EvalCodeWithName + 414
frame #10: 0x0000000101cabfe3 python`_PyFunction_FastCallKeywords + 195
frame #11: 0x0000000101de8dc7 python`call_function + 183
frame #12: 0x0000000101de6a56 python`_PyEval_EvalFrameDefault + 45942
frame #13: 0x0000000101dda49e python`_PyEval_EvalCodeWithName + 414
frame #14: 0x0000000101cabfe3 python`_PyFunction_FastCallKeywords + 195
frame #15: 0x0000000101de8dc7 python`call_function + 183
frame #16: 0x0000000101de6be0 python`_PyEval_EvalFrameDefault + 46336
frame #17: 0x0000000101cab8d5 python`function_code_fastcall + 117
frame #18: 0x0000000101de6d58 python`_PyEval_EvalFrameDefault + 46712
frame #19: 0x0000000101cab8d5 python`function_code_fastcall + 117
frame #20: 0x0000000101de8dc7 python`call_function + 183
frame #21: 0x0000000101de6a56 python`_PyEval_EvalFrameDefault + 45942
frame #22: 0x0000000101cab8d5 python`function_code_fastcall + 117
frame #23: 0x0000000101de8dc7 python`call_function + 183
frame #24: 0x0000000101de6a56 python`_PyEval_EvalFrameDefault + 45942
frame #25: 0x0000000101cab8d5 python`function_code_fastcall + 117
frame #26: 0x0000000101caece2 python`method_call + 130
frame #27: 0x0000000101cac752 python`PyObject_Call + 130
frame #28: 0x0000000101eca8cb python`t_bootstrap + 123
frame #29: 0x0000000101e51707 python`pythread_wrapper + 39
frame #30: 0x00007fff7813a2eb libsystem_pthread.dylib`_pthread_body + 126
frame #31: 0x00007fff7813d249 libsystem_pthread.dylib`_pthread_start + 66
frame #32: 0x00007fff7813940d libsystem_pthread.dylib`thread_start + 13
thread #8
frame #0: 0x00007fff7808486a libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x00007fff7813d56e libsystem_pthread.dylib`_pthread_cond_wait + 722
frame #2: 0x0000000101e51c31 python`PyThread_acquire_lock_timed + 657
frame #3: 0x0000000101ecb76f python`acquire_timed + 767
frame #4: 0x0000000101ecba3d python`lock_PyThread_acquire_lock + 61
frame #5: 0x0000000101cac1b8 python`_PyMethodDef_RawFastCallKeywords + 392
frame #6: 0x0000000101cb8e64 python`_PyMethodDescr_FastCallKeywords + 84
frame #7: 0x0000000101de8ec5 python`call_function + 437
frame #8: 0x0000000101de6a56 python`_PyEval_EvalFrameDefault + 45942
frame #9: 0x0000000101dda49e python`_PyEval_EvalCodeWithName + 414
frame #10: 0x0000000101cabfe3 python`_PyFunction_FastCallKeywords + 195
frame #11: 0x0000000101de8dc7 python`call_function + 183
frame #12: 0x0000000101de6a56 python`_PyEval_EvalFrameDefault + 45942
frame #13: 0x0000000101dda49e python`_PyEval_EvalCodeWithName + 414
frame #14: 0x0000000101cabfe3 python`_PyFunction_FastCallKeywords + 195
frame #15: 0x0000000101de8dc7 python`call_function + 183
frame #16: 0x0000000101de6be0 python`_PyEval_EvalFrameDefault + 46336
frame #17: 0x0000000101cab8d5 python`function_code_fastcall + 117
frame #18: 0x0000000101de6d58 python`_PyEval_EvalFrameDefault + 46712
frame #19: 0x0000000101cab8d5 python`function_code_fastcall + 117
frame #20: 0x0000000101de8dc7 python`call_function + 183
frame #21: 0x0000000101de6a56 python`_PyEval_EvalFrameDefault + 45942
frame #22: 0x0000000101cab8d5 python`function_code_fastcall + 117
frame #23: 0x0000000101de8dc7 python`call_function + 183
frame #24: 0x0000000101de6a56 python`_PyEval_EvalFrameDefault + 45942
frame #25: 0x0000000101cab8d5 python`function_code_fastcall + 117
frame #26: 0x0000000101caece2 python`method_call + 130
frame #27: 0x0000000101cac752 python`PyObject_Call + 130
frame #28: 0x0000000101eca8cb python`t_bootstrap + 123
frame #29: 0x0000000101e51707 python`pythread_wrapper + 39
frame #30: 0x00007fff7813a2eb libsystem_pthread.dylib`_pthread_body + 126
frame #31: 0x00007fff7813d249 libsystem_pthread.dylib`_pthread_start + 66
frame #32: 0x00007fff7813940d libsystem_pthread.dylib`thread_start + 13
thread #9
frame #0: 0x00007fff7808486a libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x00007fff7813d56e libsystem_pthread.dylib`_pthread_cond_wait + 722
frame #2: 0x0000000101e51c31 python`PyThread_acquire_lock_timed + 657
frame #3: 0x0000000101ecb76f python`acquire_timed + 767
frame #4: 0x0000000101ecba3d python`lock_PyThread_acquire_lock + 61
frame #5: 0x0000000101cac1b8 python`_PyMethodDef_RawFastCallKeywords + 392
frame #6: 0x0000000101cb8e64 python`_PyMethodDescr_FastCallKeywords + 84
frame #7: 0x0000000101de8ec5 python`call_function + 437
frame #8: 0x0000000101de6a56 python`_PyEval_EvalFrameDefault + 45942
frame #9: 0x0000000101dda49e python`_PyEval_EvalCodeWithName + 414
frame #10: 0x0000000101cabfe3 python`_PyFunction_FastCallKeywords + 195
frame #11: 0x0000000101de8dc7 python`call_function + 183
frame #12: 0x0000000101de6a56 python`_PyEval_EvalFrameDefault + 45942
frame #13: 0x0000000101dda49e python`_PyEval_EvalCodeWithName + 414
frame #14: 0x0000000101cabfe3 python`_PyFunction_FastCallKeywords + 195
frame #15: 0x0000000101de8dc7 python`call_function + 183
frame #16: 0x0000000101de6be0 python`_PyEval_EvalFrameDefault + 46336
frame #17: 0x0000000101cab8d5 python`function_code_fastcall + 117
frame #18: 0x0000000101de6d58 python`_PyEval_EvalFrameDefault + 46712
frame #19: 0x0000000101cab8d5 python`function_code_fastcall + 117
frame #20: 0x0000000101de8dc7 python`call_function + 183
frame #21: 0x0000000101de6a56 python`_PyEval_EvalFrameDefault + 45942
frame #22: 0x0000000101cab8d5 python`function_code_fastcall + 117
frame #23: 0x0000000101de8dc7 python`call_function + 183
frame #24: 0x0000000101de6a56 python`_PyEval_EvalFrameDefault + 45942
frame #25: 0x0000000101cab8d5 python`function_code_fastcall + 117
frame #26: 0x0000000101caece2 python`method_call + 130
frame #27: 0x0000000101cac752 python`PyObject_Call + 130
frame #28: 0x0000000101eca8cb python`t_bootstrap + 123
frame #29: 0x0000000101e51707 python`pythread_wrapper + 39
frame #30: 0x00007fff7813a2eb libsystem_pthread.dylib`_pthread_body + 126
frame #31: 0x00007fff7813d249 libsystem_pthread.dylib`_pthread_start + 66
frame #32: 0x00007fff7813940d libsystem_pthread.dylib`thread_start + 13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment