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 'next != def && "found def after use"' in 'JIT.HardwareIntrinsics.General._Vector128_1.VectorGetAndWithElement__GetAndWithElementInt321:RunReflectionScenario( #93300

Closed
EgorBo opened this issue Oct 10, 2023 · 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
Milestone

Comments

@EgorBo
Copy link
Member

EgorBo commented Oct 10, 2023

Failed in runtime-coreclr jitstress-random pipeline

Beginning scenario: RunBasicScenario

Assert failure(PID 23 [0x00000017], Thread: 23 [0x0017]): Assertion failed 'next != def && "found def after use"' in 'JIT.HardwareIntrinsics.General._Vector128_1.VectorGetAndWithElement__GetAndWithElementInt321:RunReflectionScenario(int,ubyte):this' during 'Lowering nodeinfo' (IL size 537; hash 0x237e1f58; FullOpts)

    File: /__w/1/s/src/coreclr/jit/lir.cpp Line: 1665
    Image: /root/helix/work/correlation/corerun

https://dev.azure.com/dnceng-public/public/_build/results?buildId=431331&view=ms.vss-test-web.build-test-results-tab&runId=9538558&resultId=118570&paneView=dotnet-dnceng.dnceng-build-release-tasks.helix-test-information-tab

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Oct 10, 2023
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Oct 10, 2023
@ghost
Copy link

ghost commented Oct 10, 2023

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

Issue Details

Failed in runtime-coreclr jitstress-random pipeline

Beginning scenario: RunBasicScenario

Assert failure(PID 23 [0x00000017], Thread: 23 [0x0017]): Assertion failed 'next != def && "found def after use"' in 'JIT.HardwareIntrinsics.General._Vector128_1.VectorGetAndWithElement__GetAndWithElementInt321:RunReflectionScenario(int,ubyte):this' during 'Lowering nodeinfo' (IL size 537; hash 0x237e1f58; FullOpts)

    File: /__w/1/s/src/coreclr/jit/lir.cpp Line: 1665
    Image: /root/helix/work/correlation/corerun

https://dev.azure.com/dnceng-public/public/_build/results?buildId=431331&view=ms.vss-test-web.build-test-results-tab&runId=9538558&resultId=118570&paneView=dotnet-dnceng.dnceng-build-release-tasks.helix-test-information-tab

Author: EgorBo
Assignees: -
Labels:

area-CodeGen-coreclr

Milestone: -

@EgorBo EgorBo added this to the 9.0.0 milestone Oct 10, 2023
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Oct 10, 2023
@EgorBo EgorBo added the blocking-clean-ci-optional Blocking optional rolling runs label Oct 10, 2023
@jakobbotsch
Copy link
Member

Very likely exposed by #92768, might already be fixed by #93210, I'll take a look.

export DOTNET_TieredCompilation=0
export DOTNET_JitStress=148

@jakobbotsch jakobbotsch self-assigned this Oct 10, 2023
@jakobbotsch
Copy link
Member

Tested the helix bits and overlaying a new libclrjit.so fixes the issue (while I could reproduce it before doing that), so indeed it looks to be fixed by #93210 already.

@ghost ghost locked as resolved and limited conversation to collaborators Nov 11, 2023
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
Projects
None yet
Development

No branches or pull requests

2 participants