-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[6.0 preview 5] Fix assertion failure / crash in multi-core JIT #53574
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
Conversation
- Port of #53573 to Preview 5 - When the recorder times out it doesn't actually stop profiling, but writes out the profile - The app may later stop profiling, and then it tries to write the profile again - PR #48326 fairly expected that the profile is only written once (some state is mutated) - The non-timeout stop-profile path was also not stopping the timer - Fixes #53014
jkotas
left a comment
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.
Thanks
|
I don't think this will make p5. We're past the point of new changes unless they are ship stoppers at this point. |
|
@kouvel @jkotas, @adityapatwardhan is blocked by this (pulling preview 5 into powershell). Is there a workaround? |
|
@rjmholt as FYI. |
Avoid using multicore JIT temporily. |
|
@jkotas How can we disable that? |
|
@jkotas I presume that means we should avoid using |
|
Right. Also, |
Customer impact
Regression?
Testing
Risk
Low: