node-segfault-handler icon indicating copy to clipboard operation
node-segfault-handler copied to clipboard

windows: replace AddVectoredExceptionHandler with SetUnhandledExceptionFilter

Open a-teammate opened this issue 7 years ago • 0 comments

According to https://stackoverflow.com/questions/28629351/is-addvectoredexceptionhandler-a-replacement-for-setunhandledexceptionfilter AddVectoredExceptionHandler gets notified every time an exception gets thrown and does not take into account whether that exception actually gets handled by the program.

What we want is SetUnhandledExceptionFilter.

a-teammate avatar Jun 30 '17 03:06 a-teammate