Configuring an Application Verifier to Create a Full Memory DMP File?

In the AppVerifier app, one of our apps explodes. I am getting a DMP file, but this is a minidump. In particular, although I have a call stack, I also need user space memory for the crash process (it uses a lot of globals). How do I set up App Verifier (or Windows) to give me a complete dump file?

0


source to share


1 answer


I think you need to configure Windows yourself (or more accurately the Windows Error Reporting component) to generate full dumps.

See KB article: http://support.microsoft.com/kb/254649/



For Server2008 Vista SP1: http://msdn.microsoft.com/en-us/library/bb787181.aspx

+2


source







All Articles