Detect/Redirect core dumps (when a software crashes) on Windows
Posted
by ereOn
on Stack Overflow
See other posts from Stack Overflow
or by ereOn
Published on 2010-05-26T08:03:55Z
Indexed on
2010/05/26
8:51 UTC
Read the original article
Hit count: 208
Hi,
For my work, I need to create a service that will detect an abnormal program termination and, instead of displaying a message to the user (default behavior), send the generated core dump to a remote server.
I'm pretty sure this can be done, but I have absolutely no clue on where to start. Is there any API/registry settings for this ?
Thank you.
© Stack Overflow or respective owner