Skip to content
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

Null reference in JITCompilationFinished #9274

Closed
noahfalk opened this issue Nov 15, 2017 · 3 comments
Closed

Null reference in JITCompilationFinished #9274

noahfalk opened this issue Nov 15, 2017 · 3 comments

Comments

@noahfalk
Copy link
Member

@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.

@patricksuo
Copy link

patricksuo commented Nov 15, 2017 via email

@patricksuo
Copy link

patricksuo commented Nov 29, 2017

I believe it's a bug in our profiler.

@noahfalk
Copy link
Member Author

Cleaning up old issues, this one appears resolved.

@msftgits msftgits transferred this issue from dotnet/coreclr Jan 31, 2020
@msftgits msftgits added this to the Future milestone Jan 31, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants