llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
28.03k stars 11.57k forks source link

LLDB TestVarPath.py crashes on AArch64 Windows #62983

Open omjavaid opened 1 year ago

omjavaid commented 1 year ago

Since https://github.com/llvm/llvm-project/commit/44bb442fd5be3860e7819cb216621b5ea59970c3 LLDB TestVarPath.py crashes on AArch64 Windows.

GetValueForVariablePath function seems to be triggering the crash. This needs further investigation. I am going to disable parts of this test causing the crash.

> python bin\lldb-dotest -p TestVarPath.py
C:\Users\tcwg\AppData\Local\Programs\Python\Python311-arm64\python.exe C:/Users/tcwg/omair_work/llvm-project/lldb/test/API/dotest.py --arch aarch64 --build-dir C:/Users/tcwg/omair_work/build/lldb-test-build.noindex --executable C:/Users/tcwg/omair_work/build/./bin/lldb.exe --compiler C:/Users/tcwg/omair_work/build/./bin/clang.exe --dsymutil C:/Users/tcwg/omair_work/build/./bin/dsymutil.exe --lldb-libs-dir C:/Users/tcwg/omair_work/build/./lib --llvm-tools-dir C:/Users/tcwg/omair_work/build/./bin -p TestVarPath.py
lldb version 17.0.0git (https://github.com/llvm/llvm-project.git revision 061e368fe213bd0701261a3e59f796c7439484fc)
  clang revision 061e368fe213bd0701261a3e59f796c7439484fc
  llvm revision 061e368fe213bd0701261a3e59f796c7439484fc
Skipping the following test categories: ['libc++', 'libstdcxx', 'dwo', 'dsym', 'gmodules', 'debugserver', 'objc', 'fork']
Windows fatal exception: access violation

Current thread 0x00000d6c (most recent call first):
  File "C:\Users\tcwg\omair_work\build\Lib\site-packages\lldb\__init__.py", line 6053 in GetValueForVariablePath
  File "C:\Users\tcwg\omair_work\llvm-project\lldb\test\API\functionalities\var_path\TestVarPath.py", line 118 in do_test
  File "C:\Users\tcwg\omair_work\llvm-project\lldb\test\API\functionalities\var_path\TestVarPath.py", line 19 in test_frame_var
  File "C:\Users\tcwg\omair_work\llvm-project\lldb\third_party\Python\module\unittest2\unittest2\case.py", line 408 in runMethod
  File "C:\Users\tcwg\omair_work\llvm-project\lldb\third_party\Python\module\unittest2\unittest2\case.py", line 378 in run
  File "C:\Users\tcwg\omair_work\llvm-project\lldb\third_party\Python\module\unittest2\unittest2\case.py", line 453 in __call__
  File "C:\Users\tcwg\omair_work\llvm-project\lldb\third_party\Python\module\unittest2\unittest2\suite.py", line 116 in _wrapped_run
  File "C:\Users\tcwg\omair_work\llvm-project\lldb\third_party\Python\module\unittest2\unittest2\suite.py", line 114 in _wrapped_run
  File "C:\Users\tcwg\omair_work\llvm-project\lldb\third_party\Python\module\unittest2\unittest2\suite.py", line 84 in run
  File "C:\Users\tcwg\omair_work\llvm-project\lldb\third_party\Python\module\unittest2\unittest2\suite.py", line 65 in __call__
  File "C:\Users\tcwg\omair_work\llvm-project\lldb\third_party\Python\module\unittest2\unittest2\runner.py", line 165 in run
  File "C:\Users\tcwg\omair_work\llvm-project\lldb\packages\Python\lldbsuite\test\dotest.py", line 1078 in run_suite
  File "C:\Users\tcwg\omair_work\llvm-project\lldb\test\API\dotest.py", line 8 in <module>
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
Exception Code: 0xC0000005
 #0 0x00007ffb7b7fdc28 PyInit__lldb (C:\Users\tcwg\omair_work\build\Lib\site-packages\lldb\_lldb.cp311-win_arm64.pyd+0xb3dc28)
 #1 0x00007ffb7b53b718 PyInit__lldb (C:\Users\tcwg\omair_work\build\Lib\site-packages\lldb\_lldb.cp311-win_arm64.pyd+0x87b718)
 #2 0x00007ffb7b53ba6c PyInit__lldb (C:\Users\tcwg\omair_work\build\Lib\site-packages\lldb\_lldb.cp311-win_arm64.pyd+0x87ba6c)
 #3 0x00007ffb7af3dff0 PyInit__lldb (C:\Users\tcwg\omair_work\build\Lib\site-packages\lldb\_lldb.cp311-win_arm64.pyd+0x27dff0)
 #4 0x00007ffb7aff344c PyInit__lldb (C:\Users\tcwg\omair_work\build\Lib\site-packages\lldb\_lldb.cp311-win_arm64.pyd+0x33344c)
 #5 0x00007ffb7ad0a928 lldb::SBFrame::GetValueForVariablePath(char const *, enum lldb::DynamicValueType) (C:\Users\tcwg\omair_work\build\Lib\site-packages\lldb\_lldb.cp311-win_arm64.pyd+0x4a928)
 #6 0x00007ffb7ad0a7b4 lldb::SBFrame::GetValueForVariablePath(char const *) (C:\Users\tcwg\omair_work\build\Lib\site-packages\lldb\_lldb.cp311-win_arm64.pyd+0x4a7b4)
 #7 0x00007ffb7ae0f000 PyInit__lldb (C:\Users\tcwg\omair_work\build\Lib\site-packages\lldb\_lldb.cp311-win_arm64.pyd+0x14f000)
 #8 0x00007ffbd47a61c8 cfunction_call D:\a\1\s\Objects\methodobject.c:553:0
 #9 0x00007ffbd47aed30 _PyObject_Call D:\a\1\s\Objects\call.c:345:0
#10 0x00007ffbd47aec2c do_call_core D:\a\1\s\Python\ceval.c:7328:0
#11 0x00007ffbd4783ee8 _PyEval_EvalFrameDefault D:\a\1\s\Python\ceval.c:5381:0
#12 0x00007ffbd4776a80 method_vectorcall D:\a\1\s\Objects\classobject.c:89:0
#13 0x00007ffbd47aebb4 do_call_core D:\a\1\s\Python\ceval.c:7356:0
#14 0x00007ffbd4783ee8 _PyEval_EvalFrameDefault D:\a\1\s\Python\ceval.c:5381:0
#15 0x00007ffbd47759dc _PyFunction_Vectorcall D:\a\1\s\Objects\call.c:393:0
#16 0x00007ffbd4794744 _PyObject_FastCallDictTstate D:\a\1\s\Objects\call.c:141:0
#17 0x00007ffbd4794d78 _PyObject_Call_Prepend D:\a\1\s\Objects\call.c:485:0
#18 0x00007ffbd4794ca0 slot_tp_call D:\a\1\s\Objects\typeobject.c:7638:0
#19 0x00007ffbd475720c _PyObject_MakeTpCall D:\a\1\s\Objects\call.c:216:0
#20 0x00007ffbd477dd8c PyObject_Vectorcall D:\a\1\s\Objects\call.c:299:0
#21 0x00007ffbd477fcb8 _PyEval_EvalFrameDefault D:\a\1\s\Python\ceval.c:4780:0
#22 0x00007ffbd4776a80 method_vectorcall D:\a\1\s\Objects\classobject.c:89:0
#23 0x00007ffbd47aebb4 do_call_core D:\a\1\s\Python\ceval.c:7356:0
#24 0x00007ffbd4783ee8 _PyEval_EvalFrameDefault D:\a\1\s\Python\ceval.c:5381:0
#25 0x00007ffbd47759dc _PyFunction_Vectorcall D:\a\1\s\Objects\call.c:393:0
#26 0x00007ffbd4794744 _PyObject_FastCallDictTstate D:\a\1\s\Objects\call.c:141:0
#27 0x00007ffbd4794d78 _PyObject_Call_Prepend D:\a\1\s\Objects\call.c:485:0
#28 0x00007ffbd4794ca0 slot_tp_call D:\a\1\s\Objects\typeobject.c:7638:0
#29 0x00007ffbd475720c _PyObject_MakeTpCall D:\a\1\s\Objects\call.c:216:0
#30 0x00007ffbd477dd8c PyObject_Vectorcall D:\a\1\s\Objects\call.c:299:0
#31 0x00007ffbd477fcb8 _PyEval_EvalFrameDefault D:\a\1\s\Python\ceval.c:4780:0
#32 0x00007ffbd47d8070 PyEval_EvalCode D:\a\1\s\Python\ceval.c:1154:0
#33 0x00007ffbd47d8344 run_eval_code_obj D:\a\1\s\Python\pythonrun.c:1715:0
#34 0x00007ffbd47d82b4 run_mod D:\a\1\s\Python\pythonrun.c:1736:0
#35 0x00007ffbd49567d0 _Py_c_quot D:\a\1\s\Python\pythonrun.c:1630:0
#36 0x00007ffbd488b33c _PyRun_SimpleFileObject D:\a\1\s\Python\pythonrun.c:443:0
#37 0x00007ffbd47f7f70 _PyRun_AnyFileObject D:\a\1\s\Python\pythonrun.c:79:0
#38 0x00007ffbd47fa6ac pymain_run_file_obj D:\a\1\s\Modules\main.c:361:0
#39 0x00007ffbd47fa700 pymain_run_file D:\a\1\s\Modules\main.c:381:0
#40 0x00007ffbd47fb6f8 pymain_run_python D:\a\1\s\Modules\main.c:602:0
#41 0x00007ffbd47fb570 Py_RunMain D:\a\1\s\Modules\main.c:682:0
#42 0x00007ffbd48586dc pymain_main D:\a\1\s\Modules\main.c:710:0
#43 0x00007ffbd48586a0 Py_Main D:\a\1\s\Modules\main.c:722:0
#44 0x00007ff692b91298 invoke_main D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl:90:0
#45 0x00007ff692b91298 __scrt_common_main_seh D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl:288:0
#46 0x00007ff692b91334 wmainCRTStartup D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_wmain.cpp:16:0
#47 0x00007ffbfd0c23f0 (C:\Windows\System32\KERNEL32.DLL+0x123f0)
#48 0x00007ffbfff22eac (C:\Windows\SYSTEM32\ntdll.dll+0x72eac)
llvmbot commented 1 year ago

@llvm/issue-subscribers-lldb

kendalharland commented 1 month ago

It also crashes in Windows x86_64 in downstream swiftlang/llvm-project:

This could be due to the fork's changes because this test is passing for me in a plain llvm/llvm-project checkout on Windows x86_64, but investigation might reveal that the same root cause exists on both platforms.

********************
UNRESOLVED: lldb-api :: lang/cpp/bitfields/TestCppBitfields.py (4 of 2154)
******************** TEST 'lldb-api :: lang/cpp/bitfields/TestCppBitfields.py' FAILED ********************
Script:
--
C:/Program Files (x86)/Microsoft Visual Studio/Shared/Python39_64/python.exe S:/SourceCache/llvm-project/lldb\test\API\dotest.py -u CXXFLAGS -u CFLAGS --inferior-env DYLD_LIBRARY_PATH=S:/b/1/./lib/swift/windows:S:/b/1/./lib/lldb/clang/lib/x86_64-unknown-windows-msvc --inferior-env LD_LIBRARY_PATH=S:/b/1/./lib/swift/AMD64 --inferior-env SIMCTL_CHILD_DYLD_LIBRARY_PATH=S:/b/1/./lib/swift/windows --env OBJCOPY=S:/b/1/./bin/llvm-objcopy.exe --env LLVM_LIBS_DIR=S:/b/5/./lib --env LLDB_LIBS_DIR=S:/b/5/./lib --env LLVM_INCLUDE_DIR=S:/b/5/include --env LLVM_TOOLS_DIR=S:/b/5/./bin --arch x86_64 --build-dir S:/b/5/lldb-test-build.noindex --lldb-module-cache-dir S:/b/5/lldb-test-build.noindex/module-cache-lldb\lldb-api --clang-module-cache-dir S:/b/5/lldb-test-build.noindex/module-cache-clang\lldb-api --swift-libs-dir S:/b/5/./lib/swift --executable S:/b/5/./bin/lldb.exe --compiler S:/b/5/./bin/clang.exe --swift-compiler S:/b/5/bin/swiftc --dsymutil S:/b/5/./bin/dsymutil.exe --llvm-tools-dir S:/b/5/./bin --lldb-obj-root S:/b/5/tools/lldb --lldb-libs-dir S:/b/5/./lib --skip-category=swiftmaccatalyst --skip-category=watchpoint S:\SourceCache\llvm-project\lldb\test\API\lang\cpp\bitfields -p TestCppBitfields.py
--
Exit Code: 2147483651

Command Output (stdout):
--
lldb version 17.0.6 (S:/SourceCache/llvm-project/lldb revision 5b27a3077a8b000977f6c06a7b5d3227ba1a37d3)
Swift version 6.0-dev (LLVM 5b27a3077a8b000, Swift d3e6912b93765a3)
==== LLDB swift-healthcheck log. ===
This file contains the configuration of LLDB's embedded Swift compiler to help diagnosing module import and search path issues. The swift-healthcheck command is meant to be run *after* an error has occurred.
lldb version 17.0.6 (S:/SourceCache/llvm-project/lldb revision 5b27a3077a8b000977f6c06a7b5d3227ba1a37d3)
Swift version 6.0-dev (LLVM 5b27a3077a8b000, Swift d3e6912b93765a3)

--
Command Output (stderr):
--
PASS: LLDB (S:\b\5\bin\clang.exe-x86_64) :: test_bitfield_behind_vtable_ptr (TestCppBitfields.CppBitfieldsTestCase)
Assertion failed: isa<To>(Val) && "cast<Ty>() argument of incompatible type!", file S:\SourceCache\llvm-project\llvm\include\llvm/Support/Casting.h, line 578
Windows fatal exception: code 0x80000003

Current thread 0x00008aa4 (most recent call first):
  File "S:\b\5\lib\site-packages\lldb\__init__.py", line 6175 in EvaluateExpression
  File "C:\workspace\s\SourceCache\llvm-project\lldb\packages\Python\lldbsuite\test\lldbtest.py", line 2491 in expect_expr
  File "C:\workspace\s\SourceCache\llvm-project\lldb\test\API\lang\cpp\bitfields\TestCppBitfields.py", line 80 in test_bitfields
  File "C:\workspace\s\SourceCache\llvm-project\lldb\packages\Python\lldbsuite\test\decorators.py", line 437 in wrapper
  File "C:\workspace\s\SourceCache\llvm-project\lldb\third_party\Python\module\unittest2\unittest2\case.py", line 408 in runMethod
  File "C:\workspace\s\SourceCache\llvm-project\lldb\third_party\Python\module\unittest2\unittest2\case.py", line 378 in run
  File "C:\workspace\s\SourceCache\llvm-project\lldb\third_party\Python\module\unittest2\unittest2\case.py", line 453 in __call__
  File "C:\workspace\s\SourceCache\llvm-project\lldb\third_party\Python\module\unittest2\unittest2\suite.py", line 116 in _wrapped_run
  File "C:\workspace\s\SourceCache\llvm-project\lldb\third_party\Python\module\unittest2\unittest2\suite.py", line 114 in _wrapped_run
  File "C:\workspace\s\SourceCache\llvm-project\lldb\third_party\Python\module\unittest2\unittest2\suite.py", line 84 in run
  File "C:\workspace\s\SourceCache\llvm-project\lldb\third_party\Python\module\unittest2\unittest2\suite.py", line 65 in __call__
  File "C:\workspace\s\SourceCache\llvm-project\lldb\third_party\Python\module\unittest2\unittest2\runner.py", line 165 in run
  File "C:\workspace\s\SourceCache\llvm-project\lldb\packages\Python\lldbsuite\test\dotest.py", line 1083 in run_suite
  File "S:\SourceCache\llvm-project\lldb\test\API\dotest.py", line 8 in <module>
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
Stack dump:
0.      <eof> parser at end of file
1.      <lldb wrapper prefix>:43:1: Generating code for declaration '$__lldb_expr'
Exception Code: 0x80000003
  #0 0x00007ffc1bc9aba5 PyInit__lldb (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0xaaaba5)
  #1 0x00007ffd14dee6d5 (C:\WINDOWS\System32\ucrtbase.dll+0x7e6d5)
  #2 0x00007ffd14def6e1 (C:\WINDOWS\System32\ucrtbase.dll+0x7f6e1)
  #3 0x00007ffd14df108e (C:\WINDOWS\System32\ucrtbase.dll+0x8108e)
  #4 0x00007ffd14df12d1 (C:\WINDOWS\System32\ucrtbase.dll+0x812d1)
  #5 0x00007ffc2270be4c PyInit__lldb (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0x751be4c)
  #6 0x00007ffc22709332 PyInit__lldb (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0x7519332)
  #7 0x00007ffc22707ef0 PyInit__lldb (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0x7517ef0)
  #8 0x00007ffc2190629e PyInit__lldb (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0x671629e)
  #9 0x00007ffc21904475 PyInit__lldb (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0x6714475)
 #10 0x00007ffc2190531d PyInit__lldb (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0x671531d)
 #11 0x00007ffc2270970e PyInit__lldb (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0x751970e)
 #12 0x00007ffc2270926c PyInit__lldb (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0x751926c)
 #13 0x00007ffc22707ef0 PyInit__lldb (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0x7517ef0)
 #14 0x00007ffc2190629e PyInit__lldb (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0x671629e)
 #15 0x00007ffc21904475 PyInit__lldb (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0x6714475)
 #16 0x00007ffc2190531d PyInit__lldb (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0x671531d)
 #17 0x00007ffc22708d94 PyInit__lldb (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0x7518d94)
 #18 0x00007ffc22709f1a PyInit__lldb (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0x7519f1a)
 #19 0x00007ffc22709276 PyInit__lldb (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0x7519276)
 #20 0x00007ffc22707ef0 PyInit__lldb (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0x7517ef0)
 #21 0x00007ffc2190629e PyInit__lldb (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0x671629e)
 #22 0x00007ffc21904475 PyInit__lldb (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0x6714475)
 #23 0x00007ffc2190531d PyInit__lldb (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0x671531d)
 #24 0x00007ffc21a007f3 PyInit__lldb (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0x68107f3)
 #25 0x00007ffc21a00b41 PyInit__lldb (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0x6810b41)
 #26 0x00007ffc21a2045c PyInit__lldb (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0x683045c)
 #27 0x00007ffc21a0c687 PyInit__lldb (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0x681c687)
 #28 0x00007ffc21a050b3 PyInit__lldb (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0x68150b3)
 #29 0x00007ffc21a04c45 PyInit__lldb (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0x6814c45)
 #30 0x00007ffc2271933c PyInit__lldb (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0x752933c)
 #31 0x00007ffc227163fb PyInit__lldb (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0x75263fb)
 #32 0x00007ffc21968b75 PyInit__lldb (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0x6778b75)
 #33 0x00007ffc21979ba3 PyInit__lldb (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0x6789ba3)
 #34 0x00007ffc219774a6 PyInit__lldb (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0x67874a6)
 #35 0x00007ffc21a3666f PyInit__lldb (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0x684666f)
 #36 0x00007ffc21978547 PyInit__lldb (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0x6788547)
 #37 0x00007ffc2196e593 PyInit__lldb (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0x677e593)
 #38 0x00007ffc2196c215 PyInit__lldb (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0x677c215)
 #39 0x00007ffc21968ad6 PyInit__lldb (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0x6778ad6)
 #40 0x00007ffc219686cc PyInit__lldb (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0x67786cc)
 #41 0x00007ffc219f01e0 PyInit__lldb (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0x68001e0)
 #42 0x00007ffc219ef35a PyInit__lldb (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0x67ff35a)
 #43 0x00007ffc219f0b11 PyInit__lldb (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0x6800b11)
 #44 0x00007ffc219dc03f PyInit__lldb (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0x67ec03f)
 #45 0x00007ffc201fbc08 PyInit__lldb (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0x500bc08)
 #46 0x00007ffc201fb8a0 PyInit__lldb (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0x500b8a0)
 #47 0x00007ffc201f3a2a PyInit__lldb (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0x5003a2a)
 #48 0x00007ffc201ed937 PyInit__lldb (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0x4ffd937)
 #49 0x00007ffc209d0ecc PyInit__lldb (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0x57e0ecc)
 #50 0x00007ffc20289ab9 PyInit__lldb (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0x5099ab9)
 #51 0x00007ffc1ef7667f PyInit__lldb (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0x3d8667f)
 #52 0x00007ffc1ef73637 PyInit__lldb (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0x3d83637)
 #53 0x00007ffc1cd87527 PyInit__lldb (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0x1b97527)
 #54 0x00007ffc1cd86a80 PyInit__lldb (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0x1b96a80)
 #55 0x00007ffc1c15f202 PyInit__lldb (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0xf6f202)
 #56 0x00007ffc1b9dc4db PyInit__lldb (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0x7ec4db)
 #57 0x00007ffc1b640e81 lldb::SBFrame::EvaluateExpression(char const *, class lldb::SBExpressionOptions const &) (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0x450e81)
 #58 0x00007ffc1b885175 lldb::SBUnixSignals::SBUnixSignals(class std::shared_ptr<class lldb_private::Platform> &) (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0x695175)
 #59 0x00007ffc1b820578 lldb::SBUnixSignals::SBUnixSignals(class std::shared_ptr<class lldb_private::Platform> &) (S:\b\5\lib\site-packages\lldb\_lldb.pyd+0x630578)
 #60 0x00007ffc47a98ab9 C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0x98ab9 C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0x8069a
 #61 0x00007ffc47a98ab9 C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0x80784 C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0x546fb
 #62 0x00007ffc47a98ab9 C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0x4d06f C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0x50d3a
 #63 0x00007ffc47a98ab9 C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0x4d06f C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0x520d0
 #64 0x00007ffc47a98ab9 C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0x4c8b2 C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0x8085c
 #65 0x00007ffc47a98ab9 C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0x8074e C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0x546fb
 #66 0x00007ffc47a98ab9 C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0x4d06f C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0x4b990
 #67 0x00007ffc47a98ab9 C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0x4f2f2 C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0x502a1
 #68 0x00007ffc47a98ab9 C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0x4d06f C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0x4c97b
 #69 0x00007ffc47a98ab9 C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0x4ba69 C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0x8085c
 #70 0x00007ffc47a98ab9 C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0x8074e C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0x546fb
 #71 0x00007ffc47a98ab9 C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0x4d06f C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0x4c97b
 #72 0x00007ffc47a98ab9 C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0xa0353 C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0x12fd44
 #73 0x00007ffc47a98ab9 C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0x12fca0 C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0x5388b
 #74 0x00007ffc47a98ab9 C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0x4d06f C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0x50d3a
 #75 0x00007ffc47a98ab9 C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0x4d06f C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0x50d3a
 #76 0x00007ffc47a98ab9 C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0x4c8b2 C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0x4ba69
 #77 0x00007ffc47a98ab9 C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0x8085c C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0x8074e
 #78 0x00007ffc47a98ab9 C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0x546fb C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0x4d06f
 #79 0x00007ffc47a98ab9 C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0x4c97b C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0xa0353
 #80 0x00007ffc47a98ab9 C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0x12fd44 C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0x12fca0
 #81 0x00007ffc47a98ab9 C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0x5388b C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0x502a1
 #82 0x00007ffc47a98ab9 C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0x4c8b2 C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0x50428
 #83 0x00007ffc47a98ab9 C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0x4d06f C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0xdb0ed
 #84 0x00007ffc47a98ab9 C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0xdb02f C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0xdaf8d
 #85 0x00007ffc47a98ab9 C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0xdab8e C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0xdab0e
 #86 0x00007ffc47a98ab9 C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0x5b94f C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0x5b6d4
 #87 0x00007ffc47a98ab9 C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0x5c52b C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0x5b084
 #88 0x00007ffc47a98ab9 C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0x5aa0a C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0x177a4
 #89 0x00007ffc47a98ab9 C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0x1762d C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll 0x15d5e1
 #90 0x00007ffc47a98ab9 C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python.exe 0x1254 (C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll+0x98ab9)
 #91 0x00007ffc47a98ab9
 #92 0x00007ffc47a98ab9 (C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll+0x98ab9)
0x00007FFC1BC9ABA5, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0xAAABA5 byte(s), PyInit__lldb() + 0x3D2575 byte(s)
0x00007FFD14DEE6D5, C:\WINDOWS\System32\ucrtbase.dll(0x00007FFD14D70000) + 0x7E6D5 byte(s), raise() + 0x1E5 byte(s)
0x00007FFD14DEF6E1, C:\WINDOWS\System32\ucrtbase.dll(0x00007FFD14D70000) + 0x7F6E1 byte(s), abort() + 0x31 byte(s)
0x00007FFD14DF108E, C:\WINDOWS\System32\ucrtbase.dll(0x00007FFD14D70000) + 0x8108E byte(s), _get_wpgmptr() + 0x18DE byte(s)
0x00007FFD14DF12D1, C:\WINDOWS\System32\ucrtbase.dll(0x00007FFD14D70000) + 0x812D1 byte(s), _wassert() + 0x71 byte(s)
0x00007FFC2270BE4C, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0x751BE4C byte(s), PyInit__lldb() + 0x6E4381C byte(s)
0x00007FFC22709332, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0x7519332 byte(s), PyInit__lldb() + 0x6E40D02 byte(s)
0x00007FFC22707EF0, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0x7517EF0 byte(s), PyInit__lldb() + 0x6E3F8C0 byte(s)
0x00007FFC2190629E, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0x671629E byte(s), PyInit__lldb() + 0x603DC6E byte(s)
0x00007FFC21904475, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0x6714475 byte(s), PyInit__lldb() + 0x603BE45 byte(s)
0x00007FFC2190531D, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0x671531D byte(s), PyInit__lldb() + 0x603CCED byte(s)
0x00007FFC2270970E, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0x751970E byte(s), PyInit__lldb() + 0x6E410DE byte(s)
0x00007FFC2270926C, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0x751926C byte(s), PyInit__lldb() + 0x6E40C3C byte(s)
0x00007FFC22707EF0, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0x7517EF0 byte(s), PyInit__lldb() + 0x6E3F8C0 byte(s)
0x00007FFC2190629E, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0x671629E byte(s), PyInit__lldb() + 0x603DC6E byte(s)
0x00007FFC21904475, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0x6714475 byte(s), PyInit__lldb() + 0x603BE45 byte(s)
0x00007FFC2190531D, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0x671531D byte(s), PyInit__lldb() + 0x603CCED byte(s)
0x00007FFC22708D94, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0x7518D94 byte(s), PyInit__lldb() + 0x6E40764 byte(s)
0x00007FFC22709F1A, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0x7519F1A byte(s), PyInit__lldb() + 0x6E418EA byte(s)
0x00007FFC22709276, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0x7519276 byte(s), PyInit__lldb() + 0x6E40C46 byte(s)
0x00007FFC22707EF0, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0x7517EF0 byte(s), PyInit__lldb() + 0x6E3F8C0 byte(s)
0x00007FFC2190629E, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0x671629E byte(s), PyInit__lldb() + 0x603DC6E byte(s)
0x00007FFC21904475, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0x6714475 byte(s), PyInit__lldb() + 0x603BE45 byte(s)
0x00007FFC2190531D, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0x671531D byte(s), PyInit__lldb() + 0x603CCED byte(s)
0x00007FFC21A007F3, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0x68107F3 byte(s), PyInit__lldb() + 0x61381C3 byte(s)
0x00007FFC21A00B41, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0x6810B41 byte(s), PyInit__lldb() + 0x6138511 byte(s)
0x00007FFC21A2045C, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0x683045C byte(s), PyInit__lldb() + 0x6157E2C byte(s)
0x00007FFC21A0C687, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0x681C687 byte(s), PyInit__lldb() + 0x6144057 byte(s)
0x00007FFC21A050B3, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0x68150B3 byte(s), PyInit__lldb() + 0x613CA83 byte(s)
0x00007FFC21A04C45, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0x6814C45 byte(s), PyInit__lldb() + 0x613C615 byte(s)
0x00007FFC2271933C, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0x752933C byte(s), PyInit__lldb() + 0x6E50D0C byte(s)
0x00007FFC227163FB, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0x75263FB byte(s), PyInit__lldb() + 0x6E4DDCB byte(s)
0x00007FFC21968B75, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0x6778B75 byte(s), PyInit__lldb() + 0x60A0545 byte(s)
0x00007FFC21979BA3, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0x6789BA3 byte(s), PyInit__lldb() + 0x60B1573 byte(s)
0x00007FFC219774A6, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0x67874A6 byte(s), PyInit__lldb() + 0x60AEE76 byte(s)
0x00007FFC21A3666F, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0x684666F byte(s), PyInit__lldb() + 0x616E03F byte(s)
0x00007FFC21978547, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0x6788547 byte(s), PyInit__lldb() + 0x60AFF17 byte(s)
0x00007FFC2196E593, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0x677E593 byte(s), PyInit__lldb() + 0x60A5F63 byte(s)
0x00007FFC2196C215, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0x677C215 byte(s), PyInit__lldb() + 0x60A3BE5 byte(s)
0x00007FFC21968AD6, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0x6778AD6 byte(s), PyInit__lldb() + 0x60A04A6 byte(s)
0x00007FFC219686CC, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0x67786CC byte(s), PyInit__lldb() + 0x60A009C byte(s)
0x00007FFC219F01E0, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0x68001E0 byte(s), PyInit__lldb() + 0x6127BB0 byte(s)
0x00007FFC219EF35A, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0x67FF35A byte(s), PyInit__lldb() + 0x6126D2A byte(s)
0x00007FFC219F0B11, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0x6800B11 byte(s), PyInit__lldb() + 0x61284E1 byte(s)
0x00007FFC219DC03F, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0x67EC03F byte(s), PyInit__lldb() + 0x6113A0F byte(s)
0x00007FFC201FBC08, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0x500BC08 byte(s), PyInit__lldb() + 0x49335D8 byte(s)
0x00007FFC201FB8A0, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0x500B8A0 byte(s), PyInit__lldb() + 0x4933270 byte(s)
0x00007FFC201F3A2A, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0x5003A2A byte(s), PyInit__lldb() + 0x492B3FA byte(s)
0x00007FFC201ED937, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0x4FFD937 byte(s), PyInit__lldb() + 0x4925307 byte(s)
0x00007FFC209D0ECC, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0x57E0ECC byte(s), PyInit__lldb() + 0x510889C byte(s)
0x00007FFC20289AB9, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0x5099AB9 byte(s), PyInit__lldb() + 0x49C1489 byte(s)
0x00007FFC1EF7667F, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0x3D8667F byte(s), PyInit__lldb() + 0x36AE04F byte(s)
0x00007FFC1EF73637, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0x3D83637 byte(s), PyInit__lldb() + 0x36AB007 byte(s)
0x00007FFC1CD87527, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0x1B97527 byte(s), PyInit__lldb() + 0x14BEEF7 byte(s)
0x00007FFC1CD86A80, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0x1B96A80 byte(s), PyInit__lldb() + 0x14BE450 byte(s)
0x00007FFC1C15F202, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0xF6F202 byte(s), PyInit__lldb() + 0x896BD2 byte(s)
0x00007FFC1B9DC4DB, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0x7EC4DB byte(s), PyInit__lldb() + 0x113EAB byte(s)
0x00007FFC1B640E81, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0x450E81 byte(s), ?EvaluateExpression@SBFrame@lldb@@QEAA?AVSBValue@2@PEBDAEBVSBExpressionOptions@2@@Z() + 0x281 byte(s)
0x00007FFC1B885175, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0x695175 byte(s), ??0SBUnixSignals@lldb@@IEAA@AEAV?$shared_ptr@VPlatform@lldb_private@@@std@@@Z() + 0x1A6575 byte(s)
0x00007FFC1B820578, S:\b\5\lib\site-packages\lldb\_lldb.pyd(0x00007FFC1B1F0000) + 0x630578 byte(s), ??0SBUnixSignals@lldb@@IEAA@AEAV?$shared_ptr@VPlatform@lldb_private@@@std@@@Z() + 0x141978 byte(s)
0x00007FFC47A98AB9, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0x98AB9 byte(s), PyObject_Str() + 0x179 byte(s)
0x00007FFC47A8069A, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0x8069A byte(s), _PyObject_Call() + 0x8A byte(s)
0x00007FFC47A80784, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0x80784 byte(s), _PyObject_Call() + 0x174 byte(s)
0x00007FFC47A546FB, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0x546FB byte(s), _PyEval_EvalFrameDefault() + 0x5B0B byte(s)
0x00007FFC47A4D06F, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0x4D06F byte(s), _PyFunction_Vectorcall() + 0x92F byte(s)
0x00007FFC47A50D3A, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0x50D3A byte(s), _PyEval_EvalFrameDefault() + 0x214A byte(s)
0x00007FFC47A4D06F, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0x4D06F byte(s), _PyFunction_Vectorcall() + 0x92F byte(s)
0x00007FFC47A520D0, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0x520D0 byte(s), _PyEval_EvalFrameDefault() + 0x34E0 byte(s)
0x00007FFC47A4C8B2, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0x4C8B2 byte(s), _PyFunction_Vectorcall() + 0x172 byte(s)
0x00007FFC47A8085C, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0x8085C byte(s), PyVectorcall_Call() + 0x5C byte(s)
0x00007FFC47A8074E, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0x8074E byte(s), _PyObject_Call() + 0x13E byte(s)
0x00007FFC47A546FB, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0x546FB byte(s), _PyEval_EvalFrameDefault() + 0x5B0B byte(s)
0x00007FFC47A4D06F, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0x4D06F byte(s), _PyFunction_Vectorcall() + 0x92F byte(s)
0x00007FFC47A4B990, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0x4B990 byte(s), PyObject_GC_Del() + 0xC70 byte(s)
0x00007FFC47A4F2F2, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0x4F2F2 byte(s), _PyEval_EvalFrameDefault() + 0x702 byte(s)
0x00007FFC47A502A1, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0x502A1 byte(s), _PyEval_EvalFrameDefault() + 0x16B1 byte(s)
0x00007FFC47A4D06F, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0x4D06F byte(s), _PyFunction_Vectorcall() + 0x92F byte(s)
0x00007FFC47A4C97B, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0x4C97B byte(s), _PyFunction_Vectorcall() + 0x23B byte(s)
0x00007FFC47A4BA69, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0x4BA69 byte(s), PyObject_GC_Del() + 0xD49 byte(s)
0x00007FFC47A8085C, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0x8085C byte(s), PyVectorcall_Call() + 0x5C byte(s)
0x00007FFC47A8074E, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0x8074E byte(s), _PyObject_Call() + 0x13E byte(s)
0x00007FFC47A546FB, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0x546FB byte(s), _PyEval_EvalFrameDefault() + 0x5B0B byte(s)
0x00007FFC47A4D06F, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0x4D06F byte(s), _PyFunction_Vectorcall() + 0x92F byte(s)
0x00007FFC47A4C97B, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0x4C97B byte(s), _PyFunction_Vectorcall() + 0x23B byte(s)
0x00007FFC47AA0353, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0xA0353 byte(s), _PyObject_FastCallDictTstate() + 0x63 byte(s)
0x00007FFC47B2FD44, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0x12FD44 byte(s), _PyObject_Call_Prepend() + 0x7C byte(s)
0x00007FFC47B2FCA0, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0x12FCA0 byte(s), _PyBytesWriter_Resize() + 0x154 byte(s)
0x00007FFC47A5388B, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0x5388B byte(s), _PyEval_EvalFrameDefault() + 0x4C9B byte(s)
0x00007FFC47A4D06F, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0x4D06F byte(s), _PyFunction_Vectorcall() + 0x92F byte(s)
0x00007FFC47A50D3A, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0x50D3A byte(s), _PyEval_EvalFrameDefault() + 0x214A byte(s)
0x00007FFC47A4D06F, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0x4D06F byte(s), _PyFunction_Vectorcall() + 0x92F byte(s)
0x00007FFC47A50D3A, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0x50D3A byte(s), _PyEval_EvalFrameDefault() + 0x214A byte(s)
0x00007FFC47A4C8B2, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0x4C8B2 byte(s), _PyFunction_Vectorcall() + 0x172 byte(s)
0x00007FFC47A4BA69, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0x4BA69 byte(s), PyObject_GC_Del() + 0xD49 byte(s)
0x00007FFC47A8085C, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0x8085C byte(s), PyVectorcall_Call() + 0x5C byte(s)
0x00007FFC47A8074E, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0x8074E byte(s), _PyObject_Call() + 0x13E byte(s)
0x00007FFC47A546FB, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0x546FB byte(s), _PyEval_EvalFrameDefault() + 0x5B0B byte(s)
0x00007FFC47A4D06F, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0x4D06F byte(s), _PyFunction_Vectorcall() + 0x92F byte(s)
0x00007FFC47A4C97B, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0x4C97B byte(s), _PyFunction_Vectorcall() + 0x23B byte(s)
0x00007FFC47AA0353, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0xA0353 byte(s), _PyObject_FastCallDictTstate() + 0x63 byte(s)
0x00007FFC47B2FD44, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0x12FD44 byte(s), _PyObject_Call_Prepend() + 0x7C byte(s)
0x00007FFC47B2FCA0, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0x12FCA0 byte(s), _PyBytesWriter_Resize() + 0x154 byte(s)
0x00007FFC47A5388B, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0x5388B byte(s), _PyEval_EvalFrameDefault() + 0x4C9B byte(s)
0x00007FFC47A502A1, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0x502A1 byte(s), _PyEval_EvalFrameDefault() + 0x16B1 byte(s)
0x00007FFC47A4C8B2, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0x4C8B2 byte(s), _PyFunction_Vectorcall() + 0x172 byte(s)
0x00007FFC47A50428, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0x50428 byte(s), _PyEval_EvalFrameDefault() + 0x1838 byte(s)
0x00007FFC47A4D06F, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0x4D06F byte(s), _PyFunction_Vectorcall() + 0x92F byte(s)
0x00007FFC47ADB0ED, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0xDB0ED byte(s), _PyEval_EvalCodeWithName() + 0xA9 byte(s)
0x00007FFC47ADB02F, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0xDB02F byte(s), PyEval_EvalCodeEx() + 0x9B byte(s)
0x00007FFC47ADAF8D, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0xDAF8D byte(s), PyEval_EvalCode() + 0x2D byte(s)
0x00007FFC47ADAB8E, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0xDAB8E byte(s), _PyCodec_DecodeText() + 0x2C6 byte(s)
0x00007FFC47ADAB0E, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0xDAB0E byte(s), _PyCodec_DecodeText() + 0x246 byte(s)
0x00007FFC47A5B94F, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0x5B94F byte(s), PyDict_DelItemString() + 0x1D7 byte(s)
0x00007FFC47A5B6D4, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0x5B6D4 byte(s), PyImport_GetMagicNumber() + 0x184 byte(s)
0x00007FFC47A5C52B, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0x5C52B byte(s), PyRun_SimpleFileExFlags() + 0x4F byte(s)
0x00007FFC47A5B084, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0x5B084 byte(s), PyRun_AnyFileExFlags() + 0x4C byte(s)
0x00007FFC47A5AA0A, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0x5AA0A byte(s), Py_MakePendingCalls() + 0x3CA byte(s)
0x00007FFC47A177A4, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0x177A4 byte(s), Py_RunMain() + 0x18C byte(s)
0x00007FFC47A1762D, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0x1762D byte(s), Py_RunMain() + 0x15 byte(s)
0x00007FFC47B5D5E1, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python39.dll(0x00007FFC47A00000) + 0x15D5E1 byte(s), Py_Main() + 0x25 byte(s)
0x00007FF67A331254, C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python.exe(0x00007FF67A330000) + 0x1254 byte(s)
0x00007FFD1711257D, C:\WINDOWS\System32\KERNEL32.DLL(0x00007FFD17100000) + 0x1257D byte(s), BaseThreadInitThunk() + 0x1D byte(s)
0x00007FFD17A2AF28, C:\WINDOWS\SYSTEM32\ntdll.dll(0x00007FFD179D0000) + 0x5AF28 byte(s), RtlUserThreadStart() + 0x28 byte(s)
--