Is there a (more or less) easy way to force the process of a windows application to hang, and not respond? Or is this entirely dependent on the application/process in question?
Edit: What I wanted to try is this: The application in question has a web GUI, and several running processes in the background. There was a report that when one of these processes crashed, the web GUI stopped responding. I would like to try and reproduce that, but I realize it might not be that easy.