What is a "double stack fault"?

Viewed 903

I recently read the following about Windows' exception handling.

In certain unhandled exceptions, such as a double stack fault, the operating system will immediately terminate the application without calling the unhandled exception filter or a JIT debugger.

What is a double stack fault? How does it differ from a regular stack fault?

1 Answers
Related