-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[release/6.0] [mono] Fix stacktrace from DIM #65509
[release/6.0] [mono] Fix stacktrace from DIM #65509
Conversation
Pardon me if I'm wrong but my understanding is that servicing PRs need to be tagged with c.c. @eiriktsarpalis |
@teo-tsirpanis |
StringSplitOptions.None | ||
); | ||
|
||
//Console.WriteLine(testStack); |
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.
Forgotten commented out value check :)
aot failure is #66366 |
Backport of #60770 and #64566 to release/6.0
Fix an assertion when trying to get the callstack from a DIM.
Customer Impact
When trying to get the callstack from a DIM was hitting an assert and stopping the process.
Testing
Automatic tests added
Risk
Low Risk.