-
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
Test failure: baseservices/threading/generics/WaitCallback/thread17/thread17.sh #36971
Comments
Failure mode: |
Seems likely to be the same issue as in #36636, so will assign to myself. |
failed again in job: runtime-coreclr gcstress-extra 20200607.1 failed test: baseservices/threading/generics/WaitCallback/thread28/thread28.sh Error message
|
Now seems to be failing most consistently on arm32, so will see if I can get a repro there. |
Suspect the arm32 failures are the jit-stress induced profiler leave hook not properly maintaining GC liveness of the return value. @CarolEidt I am thinking #37679 may be a contributing factor, as the return value is temporarily held in 000086 4602 mov r2, r0
000088 F245 4011 movw r0, 0x5411 +r2
00008C F6CE 20E3 movt r0, 0xeae3 -r0
000090 F245 4C11 movw r12, 0x5411
000094 F6CE 2CE3 movt r12, 0xeae3
000098 47E0 blx r12 // CORINFO_HELP_PROF_FCN_LEAVE
00009A 4610 mov r0, r2 -r2
00009C F245 6C78 movw r12, 0x5678 +r0 ------------------ fails here
0000A0 F2C1 2C34 movt r12, 0x1234
0000A4 F8DD E024 ldr lr, [sp+0x24] // [V06 GsCookie]
0000A8 45F4 cmp r12, lr
0000AA D004 beq SHORT G_M58996_IG47
0000AC F24E 7C1D movw r12, 0xe71d
0000B0 F2CF 4CCA movt r12, 0xf4ca
0000B4 47E0 blx r12 // CORINFO_HELP_FAIL_FAST
G_M58996_IG47:
0000B6 B00A add sp, 40
Runtime complains |
also failed in job: runtime-coreclr jitstress 20200704.1 failed test: baseservices/threading/paramthreadstart/ThreadStartOperations_1/ThreadStartOperations_1.sh Error message
|
These haven't failed in the past 3 weekend runs, so closing. |
failed in job: runtime-coreclr gcstress-extra 20200524.1
Error message
category:correctness
theme:gc-stress
skill-level:expert
cost:medium
The text was updated successfully, but these errors were encountered: