Deliberately crashing an external process under Windows
Posted
by Terry
on Stack Overflow
See other posts from Stack Overflow
or by Terry
Published on 2009-11-17T15:20:01Z
Indexed on
2010/04/20
6:43 UTC
Read the original article
Hit count: 269
Windows
|crash-dumps
I would like to synthesise a native code fault. This is so that we can see where in particular some debugging output gets put when that occurrs.
Pskill (from Sys-Internals) causes a graceful exit. DotCrash.exe doesn't seem to be available anymore from Microsoft directly.
Is there any way to externally cause a crash in a process?
© Stack Overflow or respective owner