-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Add dump reporting for https://github.com/dotnet/roslyn/issues/76225 #78354
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
Add dump reporting for https://github.com/dotnet/roslyn/issues/76225 #78354
Conversation
This is very likely somehow related to dotnet#74728 but is proving very difficult to track down without a repro or a dump.
|
@CyrusNajmabadi -- thoughts on taking this for 17.14? |
| { | ||
| originalLineInfo = location.GetLineSpan(); | ||
| } | ||
| catch (Exception e) when (FatalError.ReportWithDumpAndCatch(e, ErrorSeverity.Critical)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is tehre no REportWithDumpAndPropagate?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
guess there isn't!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i would explicitly add a comment stating this is for #74728
|
Yes. I think we shoudl backport this. @arunchndr . |
* Add dump reporting for dotnet#76225 This is very likely somehow related to dotnet#74728 but is proving very difficult to track down without a repro or a dump.
This is very likely somehow related to #74728 but is proving very difficult to track down without a repro or a dump.