-
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
microsoft.extensions.logging.generators.roslyn3.11.tests work item #62238
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. |
Tagging subscribers to this area: @dotnet/area-extensions-logging Issue DetailsRunfo Tracking Issue: microsoft.extensions.logging.generators.roslyn3.11.tests work item
Build Result Summary
|
I looked at one of these: https://github.com/dotnet/runtime/runs/4317746032
In the same run, the Json source generator tests failed as well:
In the Json one we got a dump. |
@dotnet/jit-contrib - it looks like these tests are failing under "JIT Stress". Can someone investigate the dump above? |
I will take a look. |
This was introduced in #60787, where under stress mode, we would insert G_M19513_IG302: ;; offset=05E9H
E8A0000000 call G_M19513_IG330
;; bbWeight=1 PerfScore 1.00
G_M19513_IG303: ;; offset=05EEH
90 nop
;; bbWeight=1 PerfScore 0.25
G_M19513_IG304: ;; offset=05EFH
CC0F1F4400000F1F840000000000 align [14 bytes for IG359] ; <-- CC is the opcode for "int 3"
;; bbWeight=1 PerfScore 0.00 #62106 fixed that issue. I have triggered https://dev.azure.com/dnceng/public/_build/results?buildId=1492936&view=results to double check. |
Tagging subscribers to this area: @JulieLeeMSFT Issue DetailsRunfo Tracking Issue: microsoft.extensions.logging.generators.roslyn3.11.tests work item
Build Result Summary
|
Looks like the issue is not related to #62106 but the fact that we don't see if the unconditional jump is part of I will have a fix soon. |
Runfo Tracking Issue: microsoft.extensions.logging.generators.roslyn3.11.tests work item
Build Result Summary
The text was updated successfully, but these errors were encountered: