Are the values of function arguments read from a .dmp file reliable?

1

This .dmp file was dumped by a release build. Opened with visual studio C++ (2010), in the call stack view, the values of function call arguments are strange, some values are missing while some others are inconsistent.

For example: Function A calls Function B using the same arguments passed to A:

B(pkt=0x13a4bec0, off=, pktlen=0xe06d7363) Line 2506 + 0x21 bytes   C++
A(pkt=0x13a4bec0, off=0x00000034, pktlen=0x00000400) Line 1758  C++

"off" is missing and pktlen has a wrong value.

Can I trust this information?

visual-c++
visual-studio-debugging
asked on Stack Overflow Oct 2, 2012 by Robin Qiu • edited Oct 2, 2012 by Robin Qiu

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0