Discussion:
MiniDumpWriteDump fails with error 0x8007012B (Only part of a ReadProcessMemory or WriteProcessMemory request was completed.)
(too old to reply)
b***@gmail.com
2008-06-27 10:57:41 UTC
Permalink
Hi,

I call MiniDumpWriteDump in an exception filter, in a crashed process
(but in another thread, not it the thread that crashed). Sometimes it
fails, creating corrupt dumps (not empty, but unrecognizable by VC++
and windbg) and when this happens GetLastError() returns 0x8007012B
(Only part of a ReadProcessMemory or WriteProcessMemory request was
completed.).

Any idea what it means, and why it is happening?

Thanks alot!
Volodymyr M. Shcherbyna
2008-06-28 08:47:39 UTC
Permalink
What kind of exception happens in exception filter?
--
Volodymyr, blog: http://www.shcherbyna.com/
(This posting is provided "AS IS" with no warranties, and confers no
rights)
Post by b***@gmail.com
Hi,
I call MiniDumpWriteDump in an exception filter, in a crashed process
(but in another thread, not it the thread that crashed). Sometimes it
fails, creating corrupt dumps (not empty, but unrecognizable by VC++
and windbg) and when this happens GetLastError() returns 0x8007012B
(Only part of a ReadProcessMemory or WriteProcessMemory request was
completed.).
Any idea what it means, and why it is happening?
Thanks alot!
b***@gmail.com
2008-06-30 11:11:09 UTC
Permalink
On Jun 28, 11:47 am, "Volodymyr M. Shcherbyna"
Post by Volodymyr M. Shcherbyna
What kind of exception happens in exception filter?
--
Volodymyr, blog:http://www.shcherbyna.com/
(This posting is provided "AS IS" with no warranties, and confers no
rights)
Post by b***@gmail.com
Hi,
I call MiniDumpWriteDump in an exception filter, in a crashed process
(but in another thread, not it the thread that crashed). Sometimes it
fails, creating corrupt dumps (not empty, but unrecognizable by VC++
and windbg) and when this happens GetLastError() returns 0x8007012B
(Only part of a ReadProcessMemory or WriteProcessMemory request was
completed.).
Any idea what it means, and why it is happening?
Thanks alot!- Hide quoted text -
- Show quoted text -
Sorry, I have no idea, the dump is corrupted and cannot be loaded in
Visual Studio.
Volodymyr M. Shcherbyna
2008-07-07 14:17:43 UTC
Permalink
Can you give us the access to this dump file?
--
Volodymyr, blog: http://www.shcherbyna.com/
(This posting is provided "AS IS" with no warranties, and confers no
rights)

<***@gmail.com> wrote in message news:ff5a21a9-8778-46f4-81ed-***@d77g2000hsb.googlegroups.com...
On Jun 28, 11:47 am, "Volodymyr M. Shcherbyna"
Post by Volodymyr M. Shcherbyna
What kind of exception happens in exception filter?
--
Volodymyr, blog:http://www.shcherbyna.com/
(This posting is provided "AS IS" with no warranties, and confers no
rights)
Post by b***@gmail.com
Hi,
I call MiniDumpWriteDump in an exception filter, in a crashed process
(but in another thread, not it the thread that crashed). Sometimes it
fails, creating corrupt dumps (not empty, but unrecognizable by VC++
and windbg) and when this happens GetLastError() returns 0x8007012B
(Only part of a ReadProcessMemory or WriteProcessMemory request was
completed.).
Any idea what it means, and why it is happening?
Thanks alot!- Hide quoted text -
- Show quoted text -
Sorry, I have no idea, the dump is corrupted and cannot be loaded in
Visual Studio.
Loading...