Discussion:
DMP File heap allocate variables not valid
(too old to reply)
phil oakleaf
2009-09-05 19:44:01 UTC
Permalink
I am looking into the DMP file created when our program crashes.

I cant seem to find a setting for "MiniDumpWriteDump" that brings the
heap allocated vairables as well as the local ones.

Even when I use MiniDumpWithFullMemory they dont seem right.

e.g.
this = NULL for all methods

Can anyone help
Phil

P.S. I am new at this DMP and post mortem stuff
phil oakleaf
2009-09-06 17:17:54 UTC
Permalink
Post by phil oakleaf
I am looking into the DMP file created when our program crashes.
I cant seem to find a setting for "MiniDumpWriteDump" that brings the
heap allocated vairables as well as the local ones.
Even when I use MiniDumpWithFullMemory they dont seem right.
e.g.
this = NULL for all methods
Can anyone help
Phil
P.S. I am new at this DMP and post mortem stuff
Managed to fix this - I had the wrong setting on the compiler
Everything working fine now

Loading...