python *.pyd+*.pdb+dumpfile,can not load symbols。

huan wang 1 Reputation point
2020-08-05T09:10:49.223+00:00

I used vs2015 to build a paddle_pybind.dll and vc140.pdb,and renamed paddle_pybind.dll to core_avx.pyd。
Then,I used python call core_avx.pyd。When the program crashed, I generate a dump file paddle.dmp。
Then,I opened paddle.dmp(used vs2015), and "Debug whit Native Only". And tried to load symbols,but faild.
I tried rename vc140.pdb to core_avx.pdb、paddle_pybind.pdb, but faild。
Can you tell me,what should I do? Thx!
15746-%E5%BE%AE%E4%BF%A1%E5%9B%BE%E7%89%87-20200805170645.png

Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
938 questions
{count} votes