-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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->bbNext->isEmpty()' #51326
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
BruceForstall
added
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
Apr 15, 2021
dotnet-issue-labeler
bot
added
the
untriaged
New issue has not been triaged by the area owner
label
Apr 15, 2021
It appears this is due to #50806 |
BruceForstall
removed
the
untriaged
New issue has not been triaged by the area owner
label
Apr 15, 2021
@AndyAyersMS Given this is failing in all jitstress configurations, can you revert #50806? |
Let me take a quick look. Might be just as easy to fix. |
Fix looks simple enough: |
AndyAyersMS
added a commit
to AndyAyersMS/runtime
that referenced
this issue
Apr 15, 2021
The detection of blocks with only PHI assignments was broken by dotnet#50806. Fix by using existing helper to find the first non-PHI assignment. Closes dotnet#51326.
ghost
added
the
in-pr
There is an active PR which will close this issue when it is merged
label
Apr 15, 2021
Failed again in runtime-coreclr outerloop 20210415.3
Historical failures of this test:
More failures
|
BruceForstall
pushed a commit
that referenced
this issue
Apr 16, 2021
ghost
removed
the
in-pr
There is an active PR which will close this issue when it is merged
label
Apr 16, 2021
ghost
locked as resolved and limited conversation to collaborators
May 16, 2021
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
All jitstress jobs are failing:
https://dev.azure.com/dnceng/public/_build/results?buildId=1089760&view=ms.vss-test-web.build-test-results-tab&runId=33410616&resultId=103827&paneView=dotnet-dnceng.dnceng-build-release-tasks.helix-test-information-tab
The text was updated successfully, but these errors were encountered: