-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
AVs in emitDispJumpList #71049
Comments
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue DetailsI am frequently hitting access violations inside IN0671: vmovdqu xmmword ptr [ebp+eax-0CH], xmm4
IN0672: vmovdqu xmmword ptr [ebp+eax+04H], xmm4
IN0673: vmovdqu xmmword ptr [ebp+eax+14H], xmm4
IN0674: add eax, 48
IN0675: jne SHORT -5 instr
|
Thanks @jakobbotsch . I will take a look. |
I'm hitting this too, on windows arm64. |
Yep, will send out PR soon. |
I am frequently hitting access violations inside
emitDispJumpList
on x64 when jit dump is enabled.Easy way to repro it is to set
COMPlus_JitStdOutFile=foo.txt
andCOMPlus_JitDump=*
and run superpmi.For the one example case I looked at
iiaBBLabel
is not a valid pointer and theinstrDescJmp*
we are processing is thejne
in the following code:The text was updated successfully, but these errors were encountered: