-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[mono] catch the case of updated methods in mono_debug_lookup_source_location #94540
Conversation
Tagging subscribers to this area: @tommcdon Issue DetailsIf a newly added method is in a stack trace, look it up in the EnC debug information, if available. Related to #93860 TODO:
|
I think I also need to update |
Actually I think It's called from 3 places:
|
/backport to release/8.0-staging |
Started backporting to release/8.0-staging: https://github.com/dotnet/runtime/actions/runs/6828799602 |
Co-Authored-By: Thays Grazia <thaystg@gmail.com>
/backport to release/8.0-staging |
Started backporting to release/8.0-staging: https://github.com/dotnet/runtime/actions/runs/6843025042 |
…o_debug_lookup_source_location (#94612) Backport of #94540 to release/8.0-staging If a newly added method is in a stack trace, look it up in the EnC debug information, if available. Related to #93860 * Add new crashing test * [mono] catch the case of updated methods in mono_debug_lookup_source_location Co-authored-by: Aleksey Kliger <alklig@microsoft.com> Co-authored-by: Thays Grazia <thaystg@gmail.com>
fix: Apply patch for dotnet/runtime#94540
If a newly added method is in a stack trace, look it up in the EnC debug information, if available.
Related to #93860