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

Collect nfw information for a crash we're seeing. #49450

Merged
2 commits merged into from
Nov 17, 2020

Conversation

CyrusNajmabadi
Copy link
Member

Fixes #49413

This changes us from a hard crash when we run into something unexpected into a soft watson where we log the information and then fallback to safe, but less fast, codepath.

Copy link
Member

@sharwell sharwell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was already implemented in #48367

@CyrusNajmabadi
Copy link
Member Author

This was already implemented in #48367

Different approaches. Tomas' pr is about handling FatalError consistently. My PR legit changes us from a crash to 'return null'. This is a functional change in impl, along with information gathering for fixing htings.

@ghost
Copy link

ghost commented Nov 17, 2020

Hello @CyrusNajmabadi!

Because this pull request has the auto-merge label, I will be glad to assist with helping to merge this pull request once all check-in policies pass.

p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (@msftbot) and give me an instruction to get started! Learn more here.

Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approval

@ghost ghost merged commit 1ffe644 into dotnet:master Nov 17, 2020
@ghost ghost added this to the Next milestone Nov 17, 2020
@allisonchou allisonchou modified the milestones: Next, 16.9.P2 Nov 24, 2020
@CyrusNajmabadi CyrusNajmabadi deleted the nfwInfo branch January 7, 2021 07:09
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The application requested process termination through System.Environment.FailFast(string message).
6 participants