We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@sillyousu reported a crash in the profiler in thread #4033 - I am creating a new issue for that discussion here.
My suggestion to investigate this is either to manually map the disassembly to source, or to build your own coreclr with symbols so the debugger will do it for you. The function where it failed is fairly small so if you are familiar with disassembly it shouldn't be too bad: https://github.com/dotnet/coreclr/blob/67a66156d0307b49522a13618522d289268bc1f9/src/vm/eetoprofinterfaceimpl.cpp#L3184
That will narrow the issue from the method to the particular operation that encountered the NULL.
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
I believe it's a bug in our profiler.
Cleaning up old issues, this one appears resolved.
No branches or pull requests
@sillyousu reported a crash in the profiler in thread #4033 - I am creating a new issue for that discussion here.
My suggestion to investigate this is either to manually map the disassembly to source, or to build your own coreclr with symbols so the debugger will do it for you. The function where it failed is fairly small so if you are familiar with disassembly it shouldn't be too bad:
https://github.com/dotnet/coreclr/blob/67a66156d0307b49522a13618522d289268bc1f9/src/vm/eetoprofinterfaceimpl.cpp#L3184
That will narrow the issue from the method to the particular operation that encountered the NULL.
The text was updated successfully, but these errors were encountered: