-
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
SPMI does not cleanly record/replay NAOT compilations #76925
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
jakobbotsch
added
the
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
label
Oct 12, 2022
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue DetailsWhen recording a collection through ilc I get a lot of the following messages when replaying the collection: ERROR: Hit unimplemented expandRawHandleIntrinsic
ERROR: Exception thrown: DebugBreak or AV Exception 129
|
jakobbotsch
removed
the
untriaged
New issue has not been triaged by the area owner
label
Oct 12, 2022
jakobbotsch
added a commit
to jakobbotsch/runtime
that referenced
this issue
Oct 13, 2022
Also fix NAOT passing garbage back to JIT. Fix dotnet#76925
ghost
added
the
in-pr
There is an active PR which will close this issue when it is merged
label
Oct 13, 2022
ghost
removed
the
in-pr
There is an active PR which will close this issue when it is merged
label
Oct 25, 2022
ghost
locked as resolved and limited conversation to collaborators
Nov 24, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
When recording a collection through ilc I get a lot of the following messages when replaying the collection:
The text was updated successfully, but these errors were encountered: