-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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] Include dynamic methods in stacktrace #72732
Conversation
Same as coreclr
For simple testcase:
CoreCLR output
Mono output before change
Mono output after change
|
@AndyAyersMS On this small test case I noticed some crazy behavior (worth mentioning that I'm building this testcase in Release). If I set EDIT: Never mind, it's probably just a tailcall optimization. |
|
@jkotas The type is shown correctly if we pass the owner type to |
Same as coreclr. Some tests check call path by looking up method names in the stacktrace.