[Lldb-commits] [PATCH] D145242: [lldb][TypeSystemClang] Use the CXXFunctionPointerSummaryProvider for member-function pointers

Michael Buch via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 6 17:34:32 PST 2023


Michael137 added a comment.

In D145242#4173609 <https://reviews.llvm.org/D145242#4173609>, @stella.stamenova wrote:

> In D145242#4173592 <https://reviews.llvm.org/D145242#4173592>, @Michael137 wrote:
>
>> In D145242#4173577 <https://reviews.llvm.org/D145242#4173577>, @stella.stamenova wrote:
>>
>>> Looks like either this change or D125241 <https://reviews.llvm.org/D125241> broke the Windows lldb bot: https://lab.llvm.org/buildbot/#/builders/83/builds/29800. Since it's been broken for a few days, if you can't address the failure soon, I'll go ahead and revert the changes to bring it back to green.
>>
>> Ah thanks for pointing it out. Thought I had fixed it with https://reviews.llvm.org/rG96e39fdbb90b26191fc79b6226f299e3c10e559b
>>
>> Will check on my Windows machine. But feel free to revert, since I'm only going to be able to look at it tomorrow
>
> The lldb bot I pointed you is not an arm buildbot, it's x64. Also the test you fixed is `ast-types`, but there were actually two failing tests - `TestDataFormatterCpp.py` is still failing.



In D145242#4173609 <https://reviews.llvm.org/D145242#4173609>, @stella.stamenova wrote:

> In D145242#4173592 <https://reviews.llvm.org/D145242#4173592>, @Michael137 wrote:
>
>> In D145242#4173577 <https://reviews.llvm.org/D145242#4173577>, @stella.stamenova wrote:
>>
>>> Looks like either this change or D125241 <https://reviews.llvm.org/D125241> broke the Windows lldb bot: https://lab.llvm.org/buildbot/#/builders/83/builds/29800. Since it's been broken for a few days, if you can't address the failure soon, I'll go ahead and revert the changes to bring it back to green.
>>
>> Ah thanks for pointing it out. Thought I had fixed it with https://reviews.llvm.org/rG96e39fdbb90b26191fc79b6226f299e3c10e559b
>>
>> Will check on my Windows machine. But feel free to revert, since I'm only going to be able to look at it tomorrow
>
> The lldb bot I pointed you is not an arm buildbot, it's x64. Also the test you fixed is `ast-types`, but there were actually two failing tests - `TestDataFormatterCpp.py` is still failing.

@stella.stamenova could you symbolicate the crash stack trace for me if you get the chance? It's hard to decipher from the log what's going on and I can't reproduce it on my Windows machine if I run the test steps manually in the LLDB CLI.

  0.	HandleCommand(command = “frame variable”)
  Exception Code: 0xC0000005
   #0 0x00007ff85276e154 PyInit__lldb (C:\buildbot\lldb-x64-windows-ninja\build\Lib\site-packages\lldb\_lldb.cp39-win_amd64.pyd+0x371e154)
   #1 0x00007ff8529000bc PyInit__lldb (C:\buildbot\lldb-x64-windows-ninja\build\Lib\site-packages\lldb\_lldb.cp39-win_amd64.pyd+0x38b00bc)
   #2 0x00007ff85272456f PyInit__lldb (C:\buildbot\lldb-x64-windows-ninja\build\Lib\site-packages\lldb\_lldb.cp39-win_amd64.pyd+0x36d456f)
   #3 0x00007ff852723bdb PyInit__lldb (C:\buildbot\lldb-x64-windows-ninja\build\Lib\site-packages\lldb\_lldb.cp39-win_amd64.pyd+0x36d3bdb)
   #4 0x00007ff84f8e76a6 PyInit__lldb (C:\buildbot\lldb-x64-windows-ninja\build\Lib\site-packages\lldb\_lldb.cp39-win_amd64.pyd+0x8976a6)
   #5 0x00007ff84f4f5bf1 PyInit__lldb (C:\buildbot\lldb-x64-windows-ninja\build\Lib\site-packages\lldb\_lldb.cp39-win_amd64.pyd+0x4a5bf1)
   #6 0x00007ff84f889e83 PyInit__lldb (C:\buildbot\lldb-x64-windows-ninja\build\Lib\site-packages\lldb\_lldb.cp39-win_amd64.pyd+0x839e83)
   #7 0x00007ff84f88fb09 PyInit__lldb (C:\buildbot\lldb-x64-windows-ninja\build\Lib\site-packages\lldb\_lldb.cp39-win_amd64.pyd+0x83fb09)
   #8 0x00007ff84f86d8c1 PyInit__lldb (C:\buildbot\lldb-x64-windows-ninja\build\Lib\site-packages\lldb\_lldb.cp39-win_amd64.pyd+0x81d8c1)
   #9 0x00007ff84f866a6f PyInit__lldb (C:\buildbot\lldb-x64-windows-ninja\build\Lib\site-packages\lldb\_lldb.cp39-win_amd64.pyd+0x816a6f)
  #10 0x00007ff84f8710e0 PyInit__lldb (C:\buildbot\lldb-x64-windows-ninja\build\Lib\site-packages\lldb\_lldb.cp39-win_amd64.pyd+0x8210e0)
  #11 0x00007ff84f87166c PyInit__lldb (C:\buildbot\lldb-x64-windows-ninja\build\Lib\site-packages\lldb\_lldb.cp39-win_amd64.pyd+0x82166c)
  #12 0x00007ff84f4debd9 PyInit__lldb (C:\buildbot\lldb-x64-windows-ninja\build\Lib\site-packages\lldb\_lldb.cp39-win_amd64.pyd+0x48ebd9)
  #13 0x00007ff84f3da575 PyInit__lldb (C:\buildbot\lldb-x64-windows-ninja\build\Lib\site-packages\lldb\_lldb.cp39-win_amd64.pyd+0x38a575)
  #14 0x00007ff84f42cb8b PyInit__lldb (C:\buildbot\lldb-x64-windows-ninja\build\Lib\site-packages\lldb\_lldb.cp39-win_amd64.pyd+0x3dcb8b)
  #15 0x00007ff84f3da744 PyInit__lldb (C:\buildbot\lldb-x64-windows-ninja\build\Lib\site-packages\lldb\_lldb.cp39-win_amd64.pyd+0x38a744)
  #16 0x00007ff84f562deb PyInit__lldb (C:\buildbot\lldb-x64-windows-ninja\build\Lib\site-packages\lldb\_lldb.cp39-win_amd64.pyd+0x512deb)
  #17 0x00007ff84f423557 PyInit__lldb (C:\buildbot\lldb-x64-windows-ninja\build\Lib\site-packages\lldb\_lldb.cp39-win_amd64.pyd+0x3d3557)
  #18 0x00007ff84f426dd2 PyInit__lldb (C:\buildbot\lldb-x64-windows-ninja\build\Lib\site-packages\lldb\_lldb.cp39-win_amd64.pyd+0x3d6dd2)
  #19 0x00007ff84f53ea6a PyInit__lldb (C:\buildbot\lldb-x64-windows-ninja\build\Lib\site-packages\lldb\_lldb.cp39-win_amd64.pyd+0x4eea6a)
  #20 0x00007ff85118c4af PyInit__lldb (C:\buildbot\lldb-x64-windows-ninja\build\Lib\site-packages\lldb\_lldb.cp39-win_amd64.pyd+0x213c4af)
  #21 0x00007ff84f48bfa0 PyInit__lldb (C:\buildbot\lldb-x64-windows-ninja\build\Lib\site-packages\lldb\_lldb.cp39-win_amd64.pyd+0x43bfa0)
  #22 0x00007ff84f498b20 PyInit__lldb (C:\buildbot\lldb-x64-windows-ninja\build\Lib\site-packages\lldb\_lldb.cp39-win_amd64.pyd+0x448b20)
  #23 0x00007ff84f11dbed lldb::SBCommandInterpreter::HandleCommand(char const *, class lldb::SBExecutionContext &, class lldb::SBCommandReturnObject &, bool) (C:\buildbot\lldb-x64-windows-ninja\build\Lib\site-packages\lldb\_lldb.cp39-win_amd64.pyd+0xcdbed)
  #24 0x00007ff84f11da27 lldb::SBCommandInterpreter::HandleCommand(char const *, class lldb::SBCommandReturnObject &, bool) (C:\buildbot\lldb-x64-windows-ninja\build\Lib\site-packages\lldb\_lldb.cp39-win_amd64.pyd+0xcda27)
  #25 0x00007ff84f361cd9 PyInit__lldb (C:\buildbot\lldb-x64-windows-ninja\build\Lib\site-packages\lldb\_lldb.cp39-win_amd64.pyd+0x311cd9)
  #26 0x00007ff84f281d4a lldb::SBUnixSignals::SetShouldSuppress(int, bool) (C:\buildbot\lldb-x64-windows-ninja\build\Lib\site-packages\lldb\_lldb.cp39-win_amd64.pyd+0x231d4a)
  #27 0x00007ff89a311771 C:\Program Files\Python39\python39.dll 0x21771 C:\Program Files\Python39\python39.dll 0x13c5e
  #28 0x00007ff89a311771 C:\Program Files\Python39\python39.dll 0x13d4c C:\Program Files\Python39\python39.dll 0x2fad1
  #29 0x00007ff89a311771 C:\Program Files\Python39\python39.dll 0x26f93 C:\Program Files\Python39\python39.dll 0x2cb70
  #30 0x00007ff89a311771 C:\Program Files\Python39\python39.dll 0x26f93 C:\Program Files\Python39\python39.dll 0x2e686
  #31 0x00007ff89a311771 C:\Program Files\Python39\python39.dll 0x26f93 C:\Program Files\Python39\python39.dll 0x2e686
  #32 0x00007ff89a311771 C:\Program Files\Python39\python39.dll 0x26f93 C:\Program Files\Python39\python39.dll 0x2d82c
  #33 0x00007ff89a311771 C:\Program Files\Python39\python39.dll 0x26f93 C:\Program Files\Python39\python39.dll 0x22134
  #34 0x00007ff89a311771 C:\Program Files\Python39\python39.dll 0x2a69a C:\Program Files\Python39\python39.dll 0x2b6c3
  #35 0x00007ff89a311771 C:\Program Files\Python39\python39.dll 0x26f93 C:\Program Files\Python39\python39.dll 0x28987
  #36 0x00007ff89a311771 C:\Program Files\Python39\python39.dll 0x221bf C:\Program Files\Python39\python39.dll 0x13e28
  #37 0x00007ff89a311771 C:\Program Files\Python39\python39.dll 0x13d16 C:\Program Files\Python39\python39.dll 0x2fad1
  #38 0x00007ff89a311771 C:\Program Files\Python39\python39.dll 0x26f93 C:\Program Files\Python39\python39.dll 0x28987
  #39 0x00007ff89a311771 C:\Program Files\Python39\python39.dll 0x6e077 C:\Program Files\Python39\python39.dll 0x129ee4
  #40 0x00007ff89a311771 C:\Program Files\Python39\python39.dll 0x129e40 C:\Program Files\Python39\python39.dll 0x2ed0e
  #41 0x00007ff89a311771 C:\Program Files\Python39\python39.dll 0x26f93 C:\Program Files\Python39\python39.dll 0x2cb70
  #42 0x00007ff89a311771 C:\Program Files\Python39\python39.dll 0x26f93 C:\Program Files\Python39\python39.dll 0x2cb70
  #43 0x00007ff89a311771 C:\Program Files\Python39\python39.dll 0x288a4 C:\Program Files\Python39\python39.dll 0x221bf
  #44 0x00007ff89a311771 C:\Program Files\Python39\python39.dll 0x13e28 C:\Program Files\Python39\python39.dll 0x13d16
  #45 0x00007ff89a311771 C:\Program Files\Python39\python39.dll 0x2fad1 C:\Program Files\Python39\python39.dll 0x26f93
  #46 0x00007ff89a311771 C:\Program Files\Python39\python39.dll 0x28987 C:\Program Files\Python39\python39.dll 0x6e077
  #47 0x00007ff89a311771 C:\Program Files\Python39\python39.dll 0x129ee4 C:\Program Files\Python39\python39.dll 0x129e40
  #48 0x00007ff89a311771 C:\Program Files\Python39\python39.dll 0x2ed0e C:\Program Files\Python39\python39.dll 0x2b6c3
  #49 0x00007ff89a311771 C:\Program Files\Python39\python39.dll 0x288a4 C:\Program Files\Python39\python39.dll 0x2b7d1
  #50 0x00007ff89a311771 C:\Program Files\Python39\python39.dll 0x26f93 C:\Program Files\Python39\python39.dll 0x6f331
  #51 0x00007ff89a311771 C:\Program Files\Python39\python39.dll 0x43b33 C:\Program Files\Python39\python39.dll 0x43a91
  #52 0x00007ff89a311771 C:\Program Files\Python39\python39.dll 0x437b2 C:\Program Files\Python39\python39.dll 0x43732
  #53 0x00007ff89a311771 C:\Program Files\Python39\python39.dll 0x97a63 C:\Program Files\Python39\python39.dll 0x98868
  #54 0x00007ff89a311771 C:\Program Files\Python39\python39.dll 0x97717 C:\Program Files\Python39\python39.dll 0x975c0
  #55 0x00007ff89a311771 C:\Program Files\Python39\python39.dll 0x951f2 C:\Program Files\Python39\python39.dll 0x95440
  #56 0x00007ff89a311771 C:\Program Files\Python39\python39.dll 0x952c9 C:\Program Files\Python39\python39.dll 0x95275
  #57 0x00007ff89a311771 C:\Program Files\Python39\python.exe 0x1254 (C:\Program Files\Python39\python39.dll+0x21771)
  #58 0x00007ff89a311771 
  #59 0x00007ff89a311771 (C:\Program Files\Python39\python39.dll+0x21771)
  0x00007FF85276E154, C:\buildbot\lldb-x64-windows-ninja\build\Lib\site-packages\lldb\_lldb.cp39-win_amd64.pyd(0x00007FF84F050000) + 0x371E154 byte(s), PyInit__lldb() + 0x341BD44 byte(s)
  0x00007FF8529000BC, C:\buildbot\lldb-x64-windows-ninja\build\Lib\site-packages\lldb\_lldb.cp39-win_amd64.pyd(0x00007FF84F050000) + 0x38B00BC byte(s), PyInit__lldb() + 0x35ADCAC byte(s)
  0x00007FF85272456F, C:\buildbot\lldb-x64-windows-ninja\build\Lib\site-packages\lldb\_lldb.cp39-win_amd64.pyd(0x00007FF84F050000) + 0x36D456F byte(s), PyInit__lldb() + 0x33D215F byte(s)
  0x00007FF852723BDB, C:\buildbot\lldb-x64-windows-ninja\build\Lib\site-packages\lldb\_lldb.cp39-win_amd64.pyd(0x00007FF84F050000) + 0x36D3BDB byte(s), PyInit__lldb() + 0x33D17CB byte(s)
  0x00007FF84F8E76A6, C:\buildbot\lldb-x64-windows-ninja\build\Lib\site-packages\lldb\_lldb.cp39-win_amd64.pyd(0x00007FF84F050000) + 0x8976A6 byte(s), PyInit__lldb() + 0x595296 byte(s)
  0x00007FF84F4F5BF1, C:\buildbot\lldb-x64-windows-ninja\build\Lib\site-packages\lldb\_lldb.cp39-win_amd64.pyd(0x00007FF84F050000) + 0x4A5BF1 byte(s), PyInit__lldb() + 0x1A37E1 byte(s)
  0x00007FF84F889E83, C:\buildbot\lldb-x64-windows-ninja\build\Lib\site-packages\lldb\_lldb.cp39-win_amd64.pyd(0x00007FF84F050000) + 0x839E83 byte(s), PyInit__lldb() + 0x537A73 byte(s)
  0x00007FF84F88FB09, C:\buildbot\lldb-x64-windows-ninja\build\Lib\site-packages\lldb\_lldb.cp39-win_amd64.pyd(0x00007FF84F050000) + 0x83FB09 byte(s), PyInit__lldb() + 0x53D6F9 byte(s)
  0x00007FF84F86D8C1, C:\buildbot\lldb-x64-windows-ninja\build\Lib\site-packages\lldb\_lldb.cp39-win_amd64.pyd(0x00007FF84F050000) + 0x81D8C1 byte(s), PyInit__lldb() + 0x51B4B1 byte(s)
  0x00007FF84F866A6F, C:\buildbot\lldb-x64-windows-ninja\build\Lib\site-packages\lldb\_lldb.cp39-win_amd64.pyd(0x00007FF84F050000) + 0x816A6F byte(s), PyInit__lldb() + 0x51465F byte(s)
  0x00007FF84F8710E0, C:\buildbot\lldb-x64-windows-ninja\build\Lib\site-packages\lldb\_lldb.cp39-win_amd64.pyd(0x00007FF84F050000) + 0x8210E0 byte(s), PyInit__lldb() + 0x51ECD0 byte(s)
  0x00007FF84F87166C, C:\buildbot\lldb-x64-windows-ninja\build\Lib\site-packages\lldb\_lldb.cp39-win_amd64.pyd(0x00007FF84F050000) + 0x82166C byte(s), PyInit__lldb() + 0x51F25C byte(s)
  0x00007FF84F4DEBD9, C:\buildbot\lldb-x64-windows-ninja\build\Lib\site-packages\lldb\_lldb.cp39-win_amd64.pyd(0x00007FF84F050000) + 0x48EBD9 byte(s), PyInit__lldb() + 0x18C7C9 byte(s)
  0x00007FF84F3DA575, C:\buildbot\lldb-x64-windows-ninja\build\Lib\site-packages\lldb\_lldb.cp39-win_amd64.pyd(0x00007FF84F050000) + 0x38A575 byte(s), PyInit__lldb() + 0x88165 byte(s)
  0x00007FF84F42CB8B, C:\buildbot\lldb-x64-windows-ninja\build\Lib\site-packages\lldb\_lldb.cp39-win_amd64.pyd(0x00007FF84F050000) + 0x3DCB8B byte(s), PyInit__lldb() + 0xDA77B byte(s)
  0x00007FF84F3DA744, C:\buildbot\lldb-x64-windows-ninja\build\Lib\site-packages\lldb\_lldb.cp39-win_amd64.pyd(0x00007FF84F050000) + 0x38A744 byte(s), PyInit__lldb() + 0x88334 byte(s)
  0x00007FF84F562DEB, C:\buildbot\lldb-x64-windows-ninja\build\Lib\site-packages\lldb\_lldb.cp39-win_amd64.pyd(0x00007FF84F050000) + 0x512DEB byte(s), PyInit__lldb() + 0x2109DB byte(s)
  0x00007FF84F423557, C:\buildbot\lldb-x64-windows-ninja\build\Lib\site-packages\lldb\_lldb.cp39-win_amd64.pyd(0x00007FF84F050000) + 0x3D3557 byte(s), PyInit__lldb() + 0xD1147 byte(s)
  0x00007FF84F426DD2, C:\buildbot\lldb-x64-windows-ninja\build\Lib\site-packages\lldb\_lldb.cp39-win_amd64.pyd(0x00007FF84F050000) + 0x3D6DD2 byte(s), PyInit__lldb() + 0xD49C2 byte(s)
  0x00007FF84F53EA6A, C:\buildbot\lldb-x64-windows-ninja\build\Lib\site-packages\lldb\_lldb.cp39-win_amd64.pyd(0x00007FF84F050000) + 0x4EEA6A byte(s), PyInit__lldb() + 0x1EC65A byte(s)
  0x00007FF85118C4AF, C:\buildbot\lldb-x64-windows-ninja\build\Lib\site-packages\lldb\_lldb.cp39-win_amd64.pyd(0x00007FF84F050000) + 0x213C4AF byte(s), PyInit__lldb() + 0x1E3A09F byte(s)
  0x00007FF84F48BFA0, C:\buildbot\lldb-x64-windows-ninja\build\Lib\site-packages\lldb\_lldb.cp39-win_amd64.pyd(0x00007FF84F050000) + 0x43BFA0 byte(s), PyInit__lldb() + 0x139B90 byte(s)
  0x00007FF84F498B20, C:\buildbot\lldb-x64-windows-ninja\build\Lib\site-packages\lldb\_lldb.cp39-win_amd64.pyd(0x00007FF84F050000) + 0x448B20 byte(s), PyInit__lldb() + 0x146710 byte(s)
  0x00007FF84F11DBED, C:\buildbot\lldb-x64-windows-ninja\build\Lib\site-packages\lldb\_lldb.cp39-win_amd64.pyd(0x00007FF84F050000) + 0xCDBED byte(s), ?HandleCommand at SBCommandInterpreter@lldb@@QEAA?AW4ReturnStatus at 2@PEBDAEAVSBExecutionContext at 2@AEAVSBCommandReturnObject at 2@_N at Z() + 0x18D byte(s)
  0x00007FF84F11DA27, C:\buildbot\lldb-x64-windows-ninja\build\Lib\site-packages\lldb\_lldb.cp39-win_amd64.pyd(0x00007FF84F050000) + 0xCDA27 byte(s), ?HandleCommand at SBCommandInterpreter@lldb@@QEAA?AW4ReturnStatus at 2@PEBDAEAVSBCommandReturnObject at 2@_N at Z() + 0xF7 byte(s)
  0x00007FF84F361CD9, C:\buildbot\lldb-x64-windows-ninja\build\Lib\site-packages\lldb\_lldb.cp39-win_amd64.pyd(0x00007FF84F050000) + 0x311CD9 byte(s), PyInit__lldb() + 0xF8C9 byte(s)
  0x00007FF84F281D4A, C:\buildbot\lldb-x64-windows-ninja\build\Lib\site-packages\lldb\_lldb.cp39-win_amd64.pyd(0x00007FF84F050000) + 0x231D4A byte(s), ?SetShouldSuppress at SBUnixSignals@lldb@@QEAA_NH_N at Z() + 0x8A10A byte(s)
  0x00007FF89A311771, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x21771 byte(s), _PyArg_ParseTuple_SizeT() + 0x1B01 byte(s)
  0x00007FF89A303C5E, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x13C5E byte(s), _PyObject_Call() + 0x8A byte(s)
  0x00007FF89A303D4C, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x13D4C byte(s), _PyObject_Call() + 0x178 byte(s)
  0x00007FF89A31FAD1, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x2FAD1 byte(s), _PyEval_EvalFrameDefault() + 0x5B21 byte(s)
  0x00007FF89A316F93, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x26F93 byte(s), PyObject_GC_Del() + 0xC53 byte(s)
  0x00007FF89A31CB70, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x2CB70 byte(s), _PyEval_EvalFrameDefault() + 0x2BC0 byte(s)
  0x00007FF89A316F93, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x26F93 byte(s), PyObject_GC_Del() + 0xC53 byte(s)
  0x00007FF89A31E686, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x2E686 byte(s), _PyEval_EvalFrameDefault() + 0x46D6 byte(s)
  0x00007FF89A316F93, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x26F93 byte(s), PyObject_GC_Del() + 0xC53 byte(s)
  0x00007FF89A31E686, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x2E686 byte(s), _PyEval_EvalFrameDefault() + 0x46D6 byte(s)
  0x00007FF89A316F93, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x26F93 byte(s), PyObject_GC_Del() + 0xC53 byte(s)
  0x00007FF89A31D82C, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x2D82C byte(s), _PyEval_EvalFrameDefault() + 0x387C byte(s)
  0x00007FF89A316F93, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x26F93 byte(s), PyObject_GC_Del() + 0xC53 byte(s)
  0x00007FF89A312134, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x22134 byte(s), PyLong_AsDouble() + 0x728 byte(s)
  0x00007FF89A31A69A, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x2A69A byte(s), _PyEval_EvalFrameDefault() + 0x6EA byte(s)
  0x00007FF89A31B6C3, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x2B6C3 byte(s), _PyEval_EvalFrameDefault() + 0x1713 byte(s)
  0x00007FF89A316F93, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x26F93 byte(s), PyObject_GC_Del() + 0xC53 byte(s)
  0x00007FF89A318987, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x28987 byte(s), _PyFunction_Vectorcall() + 0x257 byte(s)
  0x00007FF89A3121BF, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x221BF byte(s), PyLong_AsDouble() + 0x7B3 byte(s)
  0x00007FF89A303E28, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x13E28 byte(s), PyVectorcall_Call() + 0x5C byte(s)
  0x00007FF89A303D16, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x13D16 byte(s), _PyObject_Call() + 0x142 byte(s)
  0x00007FF89A31FAD1, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x2FAD1 byte(s), _PyEval_EvalFrameDefault() + 0x5B21 byte(s)
  0x00007FF89A316F93, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x26F93 byte(s), PyObject_GC_Del() + 0xC53 byte(s)
  0x00007FF89A318987, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x28987 byte(s), _PyFunction_Vectorcall() + 0x257 byte(s)
  0x00007FF89A35E077, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x6E077 byte(s), _PyObject_FastCallDictTstate() + 0x63 byte(s)
  0x00007FF89A419EE4, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x129EE4 byte(s), _PyObject_Call_Prepend() + 0x7C byte(s)
  0x00007FF89A419E40, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x129E40 byte(s), _PyArg_ParseStack_SizeT() + 0x3B8 byte(s)
  0x00007FF89A31ED0E, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x2ED0E byte(s), _PyEval_EvalFrameDefault() + 0x4D5E byte(s)
  0x00007FF89A316F93, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x26F93 byte(s), PyObject_GC_Del() + 0xC53 byte(s)
  0x00007FF89A31CB70, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x2CB70 byte(s), _PyEval_EvalFrameDefault() + 0x2BC0 byte(s)
  0x00007FF89A316F93, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x26F93 byte(s), PyObject_GC_Del() + 0xC53 byte(s)
  0x00007FF89A31CB70, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x2CB70 byte(s), _PyEval_EvalFrameDefault() + 0x2BC0 byte(s)
  0x00007FF89A3188A4, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x288A4 byte(s), _PyFunction_Vectorcall() + 0x174 byte(s)
  0x00007FF89A3121BF, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x221BF byte(s), PyLong_AsDouble() + 0x7B3 byte(s)
  0x00007FF89A303E28, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x13E28 byte(s), PyVectorcall_Call() + 0x5C byte(s)
  0x00007FF89A303D16, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x13D16 byte(s), _PyObject_Call() + 0x142 byte(s)
  0x00007FF89A31FAD1, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x2FAD1 byte(s), _PyEval_EvalFrameDefault() + 0x5B21 byte(s)
  0x00007FF89A316F93, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x26F93 byte(s), PyObject_GC_Del() + 0xC53 byte(s)
  0x00007FF89A318987, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x28987 byte(s), _PyFunction_Vectorcall() + 0x257 byte(s)
  0x00007FF89A35E077, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x6E077 byte(s), _PyObject_FastCallDictTstate() + 0x63 byte(s)
  0x00007FF89A419EE4, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x129EE4 byte(s), _PyObject_Call_Prepend() + 0x7C byte(s)
  0x00007FF89A419E40, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x129E40 byte(s), _PyArg_ParseStack_SizeT() + 0x3B8 byte(s)
  0x00007FF89A31ED0E, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x2ED0E byte(s), _PyEval_EvalFrameDefault() + 0x4D5E byte(s)
  0x00007FF89A31B6C3, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x2B6C3 byte(s), _PyEval_EvalFrameDefault() + 0x1713 byte(s)
  0x00007FF89A3188A4, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x288A4 byte(s), _PyFunction_Vectorcall() + 0x174 byte(s)
  0x00007FF89A31B7D1, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x2B7D1 byte(s), _PyEval_EvalFrameDefault() + 0x1821 byte(s)
  0x00007FF89A316F93, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x26F93 byte(s), PyObject_GC_Del() + 0xC53 byte(s)
  0x00007FF89A35F331, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x6F331 byte(s), _PyEval_EvalCodeWithName() + 0xA9 byte(s)
  0x00007FF89A333B33, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x43B33 byte(s), PyEval_EvalCodeEx() + 0x9B byte(s)
  0x00007FF89A333A91, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x43A91 byte(s), PyEval_EvalCode() + 0x2D byte(s)
  0x00007FF89A3337B2, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x437B2 byte(s), PyModule_NewObject() + 0x17A byte(s)
  0x00007FF89A333732, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x43732 byte(s), PyModule_NewObject() + 0xFA byte(s)
  0x00007FF89A387A63, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x97A63 byte(s), PyUnicode_CompareWithASCIIString() + 0x233 byte(s)
  0x00007FF89A388868, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x98868 byte(s), PyDict_DelItemString() + 0x15C byte(s)
  0x00007FF89A387717, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x97717 byte(s), PyRun_SimpleFileExFlags() + 0x4F byte(s)
  0x00007FF89A3875C0, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x975C0 byte(s), PyRun_AnyFileExFlags() + 0x4C byte(s)
  0x00007FF89A3851F2, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x951F2 byte(s), Py_PreInitializeFromArgs() + 0x156 byte(s)
  0x00007FF89A385440, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x95440 byte(s), Py_RunMain() + 0x18C byte(s)
  0x00007FF89A3852C9, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x952C9 byte(s), Py_RunMain() + 0x15 byte(s)
  0x00007FF89A385275, C:\Program Files\Python39\python39.dll(0x00007FF89A2F0000) + 0x95275 byte(s), Py_Main() + 0x25 byte(s)
  0x00007FF62CAF1254, C:\Program Files\Python39\python.exe(0x00007FF62CAF0000) + 0x1254 byte(s)
  0x00007FF8AF117614, C:\Windows\System32\KERNEL32.DLL(0x00007FF8AF100000) + 0x17614 byte(s), BaseThreadInitThunk() + 0x14 byte(s)
  0x00007FF8AFA626A1, C:\Windows\SYSTEM32\ntdll.dll(0x00007FF8AFA10000) + 0x526A1 byte(s), RtlUserThreadStart() + 0x21 byte(s)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145242/new/

https://reviews.llvm.org/D145242



More information about the lldb-commits mailing list