Advertisement
Guest User

Untitled

a guest
Jun 6th, 2022
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.45 KB | None | 0 0
  1. Process: Python [490]
  2. Path: /Library/Frameworks/Python.framework/Versions/3.10/Resources/Python.app/Contents/MacOS/Python
  3. Identifier: Python
  4. Version: 3.10.5 (3.10.5)
  5. Code Type: X86-64 (Native)
  6. Parent Process: wing-internal-python [456]
  7. Responsible: Python [490]
  8.  
  9. Crashed Thread: 0 Dispatch queue: com.apple.main-thread
  10.  
  11. Exception Type: EXC_BAD_ACCESS (SIGSEGV)
  12. Exception Codes: KERN_INVALID_ADDRESS at 0x00000001ffffffff
  13. Exception Note: EXC_CORPSE_NOTIFY
  14.  
  15. Termination Signal: Segmentation fault: 11
  16. Termination Reason: Namespace SIGNAL, Code 0xb
  17. Terminating Process: exc handler [490]
  18.  
  19. VM Regions Near 0x1ffffffff:
  20. __LINKEDIT 000000010e845000-000000010e86c000 [ 156K] r--/rwx SM=COW /usr/lib/dyld
  21. -->
  22. MALLOC_TINY 00007feb36c00000-00007feb37000000 [ 4096K] rw-/rwx SM=PRV
  23.  
  24. Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
  25. 0 tdbgtracerx64.so 0x000000010c46bb9b set_frame_trace + 59
  26. 1 tdbgtracerx64.so 0x000000010c475e7d update_f_trace + 333
  27. 2 tdbgtracerx64.so 0x000000010c47626a install_tracer_into_frames + 554
  28. 3 tdbgtracerx64.so 0x000000010c476968 __tracer_start_trace + 1320
  29. 4 tdbgtracerx64.so 0x000000010c46787b _tracer_start_trace + 11
  30. 5 org.python.python 0x000000010bbd69fa cfunction_call + 90
  31. 6 org.python.python 0x000000010bb6fb44 _PyObject_MakeTpCall + 132
  32. 7 org.python.python 0x000000010bcb163d call_function + 365
  33. 8 org.python.python 0x000000010bca792a _PyEval_EvalFrameDefault + 24122
  34. 9 org.python.python 0x000000010bca017f _PyEval_Vector + 383
  35. 10 org.python.python 0x000000010bcb157f call_function + 175
  36. 11 org.python.python 0x000000010bca789d _PyEval_EvalFrameDefault + 23981
  37. 12 org.python.python 0x000000010bca017f _PyEval_Vector + 383
  38. 13 org.python.python 0x000000010bcb157f call_function + 175
  39. 14 org.python.python 0x000000010bca789d _PyEval_EvalFrameDefault + 23981
  40. 15 org.python.python 0x000000010bca017f _PyEval_Vector + 383
  41. 16 org.python.python 0x000000010bcb157f call_function + 175
  42. 17 org.python.python 0x000000010bca789d _PyEval_EvalFrameDefault + 23981
  43. 18 org.python.python 0x000000010bca017f _PyEval_Vector + 383
  44. 19 org.python.python 0x000000010bcb157f call_function + 175
  45. 20 org.python.python 0x000000010bca7971 _PyEval_EvalFrameDefault + 24193
  46. 21 org.python.python 0x000000010bca017f _PyEval_Vector + 383
  47. 22 org.python.python 0x000000010bcb157f call_function + 175
  48. 23 org.python.python 0x000000010bca7971 _PyEval_EvalFrameDefault + 24193
  49. 24 org.python.python 0x000000010bca017f _PyEval_Vector + 383
  50. 25 org.python.python 0x000000010bd1580d pyrun_file + 333
  51. 26 org.python.python 0x000000010bd14fcd _PyRun_SimpleFileObject + 365
  52. 27 org.python.python 0x000000010bd1461f _PyRun_AnyFileObject + 143
  53. 28 org.python.python 0x000000010bd40457 pymain_run_file_obj + 199
  54. 29 org.python.python 0x000000010bd3fc25 pymain_run_file + 85
  55. 30 org.python.python 0x000000010bd3f3ae pymain_run_python + 334
  56. 31 org.python.python 0x000000010bd3f217 Py_RunMain + 23
  57. 32 org.python.python 0x000000010bd405f2 pymain_main + 50
  58. 33 org.python.python 0x000000010bd4089a Py_BytesMain + 42
  59. 34 libdyld.dylib 0x00007fff59cdd3d5 start + 1
  60.  
  61. Thread 0 crashed with X86 Thread State (64-bit):
  62. rax: 0x0000000000000000 rbx: 0x0000000000000000 rcx: 0x0000000000000000 rdx: 0x000000010be67778
  63. rdi: 0x00000001ffffffff rsi: 0x0000000000000000 rbp: 0x00007ffee412a110 rsp: 0x00007ffee412a0f0
  64. r8: 0x000000010cbdcd80 r9: 0x0000000100000000 r10: 0x00000000ffffffff r11: 0x000000010be97608
  65. r12: 0x000000010c4960d8 r13: 0x000000010c4960d8 r14: 0x00007feb36f02320 r15: 0x0000000000000050
  66. rip: 0x000000010c46bb9b rfl: 0x0000000000010246 cr2: 0x00000001ffffffff
  67.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement