Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Fixed SEH in fibers on Windows Server OSes. #150

Merged
merged 3 commits into from Feb 13, 2012

Commits on Feb 13, 2012

  1. Configuration menu
    Copy the full SHA
    1ec3ab7 View commit details
    Browse the repository at this point in the history
  2. Fixed SEH in fibers on Windows Server OSes.

    Windows Server 2008 and 2008 R2 validate the exception chain by default, so we need to install a Windows-internal default handler at the root of the chain. See in-code comment for details.
    dnadlinger committed Feb 13, 2012
    Configuration menu
    Copy the full SHA
    75ccf60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b91eb27 View commit details
    Browse the repository at this point in the history