Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open code the __fastfail intrinsic for rtabort! on windows #33814

Merged
merged 1 commit into from
Jun 1, 2016

Commits on May 24, 2016

  1. Open code the __fastfail intrinsic for rtabort! on windows

    As described https://msdn.microsoft.com/en-us/library/dn774154.aspx
    
    This is a Windows 8+ mechanism for terminating the process quickly,
    which degrades to either an access violation or bugcheck in older versions.
    
    I'm not sure this is better the the current mechanism of terminating
    with an illegal instruction, but we recently converted unix to
    terminate more correctly with SIGABORT, and this *seems* more correct
    for windows.
    
    [breaking-change]
    Brian Anderson authored and lambda committed May 24, 2016
    Configuration menu
    Copy the full SHA
    696a570 View commit details
    Browse the repository at this point in the history