Skip to content
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

Assertion failed 'this->Prev()->KindIs(BBJ_CALLFINALLY)' #97231

Closed
BruceForstall opened this issue Jan 19, 2024 · 3 comments
Closed

Assertion failed 'this->Prev()->KindIs(BBJ_CALLFINALLY)' #97231

BruceForstall opened this issue Jan 19, 2024 · 3 comments
Assignees
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI blocking-clean-ci-optional Blocking optional rolling runs JitStress CLR JIT issues involving JIT internal stress modes
Milestone

Comments

@BruceForstall
Copy link
Member

x86 JitStress is broken.

https://dev.azure.com/dnceng-public/public/_build/results?buildId=532905&view=ms.vss-test-web.build-test-results-tab
https://dev.azure.com/dnceng-public/public/_build/results?buildId=532976&view=ms.vss-test-web.build-test-results-tab

12:35:01.513 Running test: JIT/Directed/coverage/oldtests/Desktop/callipinvoke_d/callipinvoke_d.cmd

Assert failure(PID 1748 [0x000006d4], Thread: 3076 [0x0c04]): Assertion failed 'this->Prev()->KindIs(BBJ_CALLFINALLY)' in 'System.Threading.ThreadPoolWorkQueue+WorkStealingQueue:LocalPopCore():System.Object:this' during 'Find loops' (IL size 223; hash 0xd0f57bc2; Instrumented Tier1)

    File: D:\a\_work\1\s\src\coreclr\jit\block.cpp Line: 1711
    Image: C:\h\w\BB050A3E\p\corerun.exe

App Exit Code: -1073740286
Expected: 100
Actual: -1073740286
END EXECUTION - FAILED

@dotnet/jit-contrib

@BruceForstall BruceForstall added JitStress CLR JIT issues involving JIT internal stress modes area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI blocking-clean-ci-optional Blocking optional rolling runs labels Jan 19, 2024
@BruceForstall BruceForstall added this to the 9.0.0 milestone Jan 19, 2024
@ghost
Copy link

ghost commented Jan 19, 2024

Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch
See info in area-owners.md if you want to be subscribed.

Issue Details

x86 JitStress is broken.

https://dev.azure.com/dnceng-public/public/_build/results?buildId=532905&view=ms.vss-test-web.build-test-results-tab
https://dev.azure.com/dnceng-public/public/_build/results?buildId=532976&view=ms.vss-test-web.build-test-results-tab

12:35:01.513 Running test: JIT/Directed/coverage/oldtests/Desktop/callipinvoke_d/callipinvoke_d.cmd

Assert failure(PID 1748 [0x000006d4], Thread: 3076 [0x0c04]): Assertion failed 'this->Prev()->KindIs(BBJ_CALLFINALLY)' in 'System.Threading.ThreadPoolWorkQueue+WorkStealingQueue:LocalPopCore():System.Object:this' during 'Find loops' (IL size 223; hash 0xd0f57bc2; Instrumented Tier1)

    File: D:\a\_work\1\s\src\coreclr\jit\block.cpp Line: 1711
    Image: C:\h\w\BB050A3E\p\corerun.exe

App Exit Code: -1073740286
Expected: 100
Actual: -1073740286
END EXECUTION - FAILED

@dotnet/jit-contrib

Author: BruceForstall
Assignees: -
Labels:

JitStress, area-CodeGen-coreclr, blocking-clean-ci-optional

Milestone: 9.0.0

@jakobbotsch jakobbotsch self-assigned this Jan 19, 2024
@jakobbotsch
Copy link
Member

Hmm, odd.. that's what this fix was about. I'll take a look, I must have missed some case.

@jakobbotsch
Copy link
Member

jakobbotsch commented Jan 20, 2024

Ah, the issue was introduced by #96995 and fixed by #97149. The failing jitstress run happened between the two PRs.

@github-actions github-actions bot locked and limited conversation to collaborators Feb 20, 2024
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 blocking-clean-ci-optional Blocking optional rolling runs JitStress CLR JIT issues involving JIT internal stress modes
Projects
None yet
Development

No branches or pull requests

2 participants