-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Failures seen in nightly PGO runs #65585
Comments
Tagging subscribers to this area: @JulieLeeMSFT Issue Details(1) There are consistent failures in some of the volatile tests. I believe this is a failure to suspend threads. https://dev.azure.com/dnceng/public/_build/results?buildId=1610898
(2) A sporadic failure seen six times in the past two weeks:
(3) A one-off failure
|
@EgorBo let me know if you are interested in looking at these. |
Also, from libraries runs (subset of all failures)
|
was fixed in #65253
was fixed by some recent @jakobbotsch PR I believe |
#65432 to be exact. |
00000000 ldr x2, [fp,#320] // load r2 from Tier0 frame
00000000 mov x2, #296 // trash r2 to load q17
00000000 ldr q17, [fp, x2]
00000000 mov x2, #280
00000000 ldr q18, [fp, x2]
00000000 mov x2, #264
00000000 ldr q19, [fp, x2]
00000000 ldr q16, [fp,#248]
00000000 ldr w1, [fp,#244]
;; bbWeight=1 PerfScore 27.50
G_M1905_IG02: ;; offset=004CH
00000000 fmul v20.2d, v16.2d, v17.2d
00000000 fsub v21.2d, v20.2d, v18.2d
00000000 sbfiz x4, x1, #3, #32
00000000 str q21, [x0, x4]
00000000 fmov v21.2d, #1.0000
00000000 fsub v20.2d, v20.2d, v21.2d
00000000 str q20, [x2, x4] // dies here with AV using trashed x2 Fixed by #65609. |
Multiple issues are being tracked from this issue. Assigning @AndyAyersMS to drive team for all the necessary fixes. |
Closing this; we will just open issues for specific failure cases. |
(1) There are consistent failures in some of the volatile tests. I believe this is a failure to suspend threads.
https://dev.azure.com/dnceng/public/_build/results?buildId=1610898
(2) A sporadic failure seen six times in the past two weeks:
https://dev.azure.com/dnceng/public/_build/results?buildId=1618181
(3) A one-off failurehttps://dev.azure.com/dnceng/public/_build/results?buildId=1609234
The text was updated successfully, but these errors were encountered: