Hi All,
I am analyzing one of our application which hangs randomly in production. I want to use ADPlus/DebugDiag to analyse by generating dumps. If I am generating dumps with the 'debug' mode application running, I am able to see the proper call stack
with function name details mentioned but if I generate dumps with 'release' mode application, call stack is not resolved properly as PDB file is not associated with it in release mode.
I may not be allowed to copy PDB file in production enviornment. So is there any other way to resolve the call stack?
Please let me know if you need any more detais.
Thanks All.