Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8350521
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T08:20:37+00:00 2026-06-09T08:20:37+00:00

I recently read the following about Windows’ exception handling. In certain unhandled exceptions, such

  • 0

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 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T08:20:38+00:00Added an answer on June 9, 2026 at 8:20 am

    This phrase probably came from this Codeproject article. That site is not well known for technical review. The true meaning of “double fault” is related to operating system kernels, you get a double fault when the kernel’s fault handler responding to a user-mode fault itself suffers from a fault. Which is fatal and invokes a kernel panic. Blue Screen on Windows. Also something that exists in processors, an x86 core stops executing code when it suffers from a “triple fault”.

    Nothing that bad here, what he meant to describe in his article is a condition where a program bombs due to a stack overflow and the code that runs in response to the crash, such as registered with UnhandledExceptionFilter(), consumes the last bit of stack that Windows gives a thread to try to recover from an SO. Which isn’t much, 8192 bytes (two pages) with less than 7080 bytes usable. If such code consume that reserve then the show is over, no further function calls can be made. The kernel raises an access violation and that terminates the process unconditionally.

    That small reserve is also the reason that managed code cannot survive an SO, the CLR needs too much stack space to reflect the exception so immediately terminates the program without trying. A generic backgrounder article on guard pages, the underlying mechanism, is here.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Recently, I read a post on Stack Overflow about finding integers that are perfect
I read objgraph document recently, and I confused about the following code >>> class
I recently read the following overflow post: Hidden Features of C# One of the
I recently read the the following SO question. What's the best way to store
I recently read an article about password hashing . How are MD5 or SHA1
I recently read a post online about rotating text with css. This appealed to
I recently read an article about c#-5 and new & nice asynchronous programming features
I recently read a post about no longer needing to declare ivars as well
I read recently about memory barriers and the reordering issue and now I have
I recently found out about Presenter First and read their whitepapers and blogs, etc.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.