procdump on w3wp.exe: Only part of a ReadProcessMemory or WriteProcessMemory request was completed
- by JakeS
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…