Created
June 11, 2024 05:19
-
-
Save DanielO/ddd6670f7165fc43676105a65973dfba to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Crashed Thread: 0 Dispatch queue: com.apple.main-thread | |
| Exception Type: EXC_CRASH (SIGABRT) | |
| Exception Codes: 0x0000000000000000, 0x0000000000000000 | |
| Termination Reason: Namespace SIGNAL, Code 6 Abort trap: 6 | |
| Terminating Process: Python [69186] | |
| Application Specific Information: | |
| abort() called | |
| Thread 0 Crashed:: Dispatch queue: com.apple.main-thread | |
| 0 libsystem_kernel.dylib 0x7ff8101f714a __pthread_kill + 10 | |
| 1 libsystem_pthread.dylib 0x7ff81022febd pthread_kill + 262 | |
| 2 libsystem_c.dylib 0x7ff810155a79 abort + 126 | |
| 3 libffi.8.dylib 0x104de8880 dlfree + 3015 | |
| 4 _ctypes.cpython-312-darwin.so 0x1053cb61f CThunkObject_dealloc + 41 | |
| 5 Python 0x10552f756 dictkeys_decref + 151 | |
| 6 Python 0x1055329ac dict_dealloc + 242 | |
| 7 _ctypes.cpython-312-darwin.so 0x1053c4dca PyCData_clear + 93 | |
| 8 _ctypes.cpython-312-darwin.so 0x1053c5fd0 PyCFuncPtr_clear + 353 | |
| 9 _ctypes.cpython-312-darwin.so 0x1053c55dd PyCFuncPtr_dealloc + 14 | |
| 10 Python 0x105562b8e subtype_dealloc + 839 | |
| 11 Python 0x1055567e0 tupledealloc + 160 | |
| 12 Python 0x10561236c _PyFrame_ClearExceptCode + 87 | |
| 13 Python 0x1055e0699 _PyEval_EvalFrameDefault + 14394 | |
| 14 Python 0x1054f0040 _PyObject_FastCallDictTstate + 87 | |
| 15 Python 0x1054f153c _PyObject_Call_Prepend + 116 | |
| 16 Python 0x105563ae5 slot_tp_call + 114 | |
| 17 Python 0x1054f0220 _PyObject_MakeTpCall + 140 | |
| 18 Python 0x1055e8ce5 _PyEval_EvalFrameDefault + 48774 | |
| 19 Python 0x1054f361a method_vectorcall + 373 | |
| 20 Python 0x1055e8b27 _PyEval_EvalFrameDefault + 48328 | |
| 21 Python 0x105508a34 gen_send_ex2 + 193 | |
| 22 _asyncio.cpython-312-darwin.so 0x104dd25ad task_step_impl + 467 | |
| 23 _asyncio.cpython-312-darwin.so 0x104dd2375 task_step + 49 | |
| 24 Python 0x1054f0220 _PyObject_MakeTpCall + 140 | |
| 25 Python 0x10560a20f context_run + 86 | |
| 26 Python 0x10554027f cfunction_vectorcall_FASTCALL_KEYWORDS + 94 | |
| 27 Python 0x1055eac91 _PyEval_EvalFrameDefault + 56882 | |
| 28 Python 0x1055dcca3 PyEval_EvalCode + 197 | |
| 29 Python 0x1056433fa run_eval_code_obj + 83 | |
| 30 Python 0x105641697 run_mod + 107 | |
| 31 Python 0x105640cd1 pyrun_file + 133 | |
| 32 Python 0x1056401e5 _PyRun_SimpleFileObject + 287 | |
| 33 Python 0x10563fe9e _PyRun_AnyFileObject + 148 | |
| 34 Python 0x105664a01 pymain_run_file_obj + 226 | |
| 35 Python 0x1056646b8 pymain_run_file + 89 | |
| 36 Python 0x105663ed0 Py_RunMain + 950 | |
| 37 Python 0x10566403a Py_BytesMain + 42 | |
| 38 dyld 0x7ff80fea4366 start + 1942 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment