I have a very strange situation. I'm running IOCP Server Program programmed by Visual studio 2010 in C++.
It uses 'minidump', so When there is a logical bug like pointer misuse, Program crashes with dump file so I can find out where is the crash point in codes.
Sometimes (very rarely), the program crashes and there are no dump files.
What situation makes SetUnhandledExceptionFilter()
not working?
Anybody knows this problem? I can't figure out.