المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Is it possible to find out where a release version crashed by knowig the address?



C++ Programming
10-01-2009, 06:12 PM
Hi,

I was just wondering if there is a way to find out in which function a release-version of your program crashes if you have the source code and a debug build available.

For example, your customer has a release version of test.exe, which uses to crash at the same offset all the time, say

"Application Failure test.exe 1.0.0.0 in test.exe 1.0.0.0 at offset 003f5d60"

is what he gets. Now I have the sourcecode, Visual studio, a debugversion of test.exe available. But what will the offset help me? Can I somehow find out to which function in my program code the address 003f5d60 corresponds?