procdump on w3wp.exe: Only part of a ReadProcessMemory or WriteProcessMemory request was completed.
Posted
by
JakeS
on Server Fault
See other posts from Server Fault
or by JakeS
Published on 2011-03-02T01:50:34Z
Indexed on
2011/03/02
7:26 UTC
Read the original article
Hit count: 968
I'm having a problem with an IIS application that occasionally spikes up in CPU usage, and am trying to use procdump to get a memory dump for examination. I'm running "procdump.exe -64 -mA 9999" where 9999 is the pid of the process. But every time I do it, I get an error:
Only part of a ReadProcessMemory or WriteProcessMemory request was completed.
Doing this also recycles the apppool, relieving the CPU spike, so I can't keep trying until I get it right.
Does anyone know what is going wrong?
© Server Fault or respective owner