Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)

advanced hotspots error

nguyen__kim
Beginner
432 Views

Hello,  I run into this problem where I can't see the source for the library that I'm trying to do performance analysis using VTune Amplifier 2017 and the error I see in the collection log is:

"cannot match the module with the symbol file <librarytobedebug>.pdb: checksum is different. ..".

I do have the path to the .pdb file set correctly, so what could be the reason for this error and how to fix it?

 

 

 

 

0 Kudos
1 Reply
Denis_M_Intel
Employee
432 Views

 What are your OS, programming language and compiler?
This error could be printed when .pdb file is built for another version of the executable binary file. Can you try to rebuild both the binary file and its .pdb file?
If rebuilding does't help, I
 would appreciate if you attach a reproducer: this or another binary + .pdb pair.

0 Kudos
Reply