I set registry values to make a crash dump (like here).
It works great for small applications (few megabytes).
When my application is huge, almost 2GB in ram memory and when it crashes, the dump file is created in specified directory. During dump creation application is in 'frozen state'. When user click on this frozen application, system stops creating dump, and remove active dump file from dump directory.
Have anyone idea how can I prevent this situation?