Re: MiniDumpWriteDump fails when using dump type MiniDumpWithIndirectlyReferencedMemory
- From: "Oleg Starodumov" <com-dot-debuginfo-at-oleg>
- Date: Tue, 27 Feb 2007 12:43:01 +0200
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.
What happens if you create a small application that uses the same code
to produce the minidump? Will it work? If it won't work too, please post
the application's code here. E.g. you can use this sample as a starting point:
http://www.debuginfo.com/examples/src/effminidumps/MiniDump.cpp
Oleg
.
- Follow-Ups:
- References:
- MiniDumpWriteDump fails when using dump type MiniDumpWithIndirectlyReferencedMemory
- From: Patje
- Re: MiniDumpWriteDump fails when using dump type MiniDumpWithIndirectlyReferencedMemory
- From: Oleg Starodumov
- Re: MiniDumpWriteDump fails when using dump type MiniDumpWithIndirectlyReferencedMemory
- From: Patje
- MiniDumpWriteDump fails when using dump type MiniDumpWithIndirectlyReferencedMemory
- 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