vote up 0 vote down star

Under AppVerifier, one of our apps blows up. I get a DMP file, but it's a minidump. Specifically, while I've got the call stack, I'd also like the user-space memory for the faulting process (it uses a lot of globals). How do I configure App Verifier (or Windows) to give me a full dump file?

flag

69% accept rate
Which specific classes of information/data are missing from the minidumps that you're seeing? – Reuben Jan 14 at 5:49

1 Answer

vote up 2 vote down check

I think you have to configure Windows itself (or more precise, the windows error reporting component) to generate full dumps.

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

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

link|flag
Are there equivalent instructions for Vista/2008? – Roger Lipscombe Jan 9 at 15:58
See here: msdn.microsoft.com/en-us/library/… – Stefan Jan 9 at 16:35

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.