I have a dump file showing a call stack of the function calls I am trying to identify. I have narrowed down to which dll is causing a fatal crash, which created this dump file. I would like to find out what function is leading the application to crash. But looking at the call stack I only see the address of the function. Please see attached.
I have attached the pdb file from Tools->Option->Debugging->Symbols but it isn't displaying the function name.
Could anyone shed some light ?