There is a specific crash in my app that causes MiniDumpWriteDump to fail
with error code: 2147942487 (Just on ME). The dumpfile produced is about
5kb. I created a simulated crash in the same app (strcpy(NULL, "hello"))
which did produce a mini dump without a problem. I am using dbghelp.dll
v6.3.17.
What is this error, and how can I get fix the problem?
Thanks,
RK