Home > OS >  Windows SEH crash happened, how to return a responsibility?
Windows SEH crash happened, how to return a responsibility?

Time:12-18

I wrote a piece of code on Windows:
__try {
Foo_fun ();
{} __exception (EXCEPTION_EXECUTE_HANDLER)
//write some log...
}

Foo_fun () is a memory access code seams could occur, but in our test students found on a computer to generate a crash dump, the result is a collapse in the foo_fun ();
According to my understanding SEH should be able to capture all the hardware and software of the anomaly, it's a bit strange, don't know you know about this patch, welcome to discuss,
  • Related