Re: MiniDumpWriteDump fails when using dump type MiniDumpWithIndirectlyReferencedMemory
- From: "Patje" <forumpvc@xxxxxxxxxxxxxx>
- Date: 27 Feb 2007 01:53:25 -0800
On 27 feb, 09:12, "Oleg Starodumov" <com-dot-debuginfo-at-oleg> wrote:
What version of dbghelp.dll do you use?
Try it with the latest version available with Debugging Tools for Windows package:http://www.microsoft.com/whdc/devtools/debugging/default.mspx
Also, does MiniDumpWriteDump actually fail?
Does it return TRUE or FALSE?
--
Oleg
[VC++ MVPhttp://www.debuginfo.com/]
I am loading dbghelp.dll explicitly (using LoadLibrary) and check
explicitly on the Dbghelp.dll version and require it to be at least
version 5.1.2600. In my case (on my PC), the version is 6.6.7.5,
which should support the MiniDumpWithIndirectlyReferencedMemory type
according to the documentation, but which generates a .dmp file with
an incorrect/corrupt call stack (no call stack is visible in the
debugger).
MiniDumpWriteDump succeeds, but GetLastError still returns error 299.
Patje
.
- Follow-Ups:
- Re: MiniDumpWriteDump fails when using dump type MiniDumpWithIndirectlyReferencedMemory
- From: Oleg Starodumov
- Re: MiniDumpWriteDump fails when using dump type MiniDumpWithIndirectlyReferencedMemory
- References:
- Prev by Date: Re: MiniDumpWriteDump fails when using dump type MiniDumpWithIndirectlyReferencedMemory
- Next by Date: Re: MiniDumpWriteDump fails when using dump type MiniDumpWithIndirectlyReferencedMemory
- Previous by thread: Re: MiniDumpWriteDump fails when using dump type MiniDumpWithIndirectlyReferencedMemory
- Next by thread: Re: MiniDumpWriteDump fails when using dump type MiniDumpWithIndirectlyReferencedMemory
- Index(es):
Relevant Pages
|
Loading