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

JIT: libraries jitstress failures Assertion failed 'addr->TypeIs(TYP_BYREF)' #75644

Closed
AndyAyersMS opened this issue Sep 14, 2022 · 3 comments · Fixed by #75661
Closed

JIT: libraries jitstress failures Assertion failed 'addr->TypeIs(TYP_BYREF)' #75644

AndyAyersMS opened this issue Sep 14, 2022 · 3 comments · Fixed by #75661
Assignees
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI JitStress CLR JIT issues involving JIT internal stress modes
Milestone

Comments

@AndyAyersMS
Copy link
Member

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

A number of different legs hit this assert. Did not see it in runs from the day before (which had other issues)

Assert failure(PID 27 [0x0000001b], Thread: 37 [0x0025]): Assertion failed 'addr->TypeIs(TYP_BYREF)' in 'Microsoft.VisualBasic.CompilerServices.Operators:GetNoValidOperatorException(byte,System.Object,System.Object):System.Exception' during 'Morph - Global' (IL size 143; hash 0xd19b006e; Tier1)

    File: /__w/1/s/src/coreclr/jit/gentree.h Line: 6465
    Image: /root/helix/work/correlation/dotnet
@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 Sep 14, 2022
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Sep 14, 2022
@ghost
Copy link

ghost commented Sep 14, 2022

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

Issue Details

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

A number of different legs hit this assert. Did not see it in runs from the day before (which had other issues)

Assert failure(PID 27 [0x0000001b], Thread: 37 [0x0025]): Assertion failed 'addr->TypeIs(TYP_BYREF)' in 'Microsoft.VisualBasic.CompilerServices.Operators:GetNoValidOperatorException(byte,System.Object,System.Object):System.Exception' during 'Morph - Global' (IL size 143; hash 0xd19b006e; Tier1)

    File: /__w/1/s/src/coreclr/jit/gentree.h Line: 6465
    Image: /root/helix/work/correlation/dotnet
Author: AndyAyersMS
Assignees: -
Labels:

area-CodeGen-coreclr

Milestone: -

@AndyAyersMS AndyAyersMS added JitStress CLR JIT issues involving JIT internal stress modes and removed area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI untriaged New issue has not been triaged by the area owner labels Sep 14, 2022
@AndyAyersMS AndyAyersMS added this to the 8.0.0 milestone Sep 14, 2022
@AndyAyersMS
Copy link
Member Author

cc @dotnet/jit-contrib

@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Sep 15, 2022
@jeffschwMSFT jeffschwMSFT added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Sep 15, 2022
@ghost
Copy link

ghost commented Sep 15, 2022

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

Issue Details

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

A number of different legs hit this assert. Did not see it in runs from the day before (which had other issues)

Assert failure(PID 27 [0x0000001b], Thread: 37 [0x0025]): Assertion failed 'addr->TypeIs(TYP_BYREF)' in 'Microsoft.VisualBasic.CompilerServices.Operators:GetNoValidOperatorException(byte,System.Object,System.Object):System.Exception' during 'Morph - Global' (IL size 143; hash 0xd19b006e; Tier1)

    File: /__w/1/s/src/coreclr/jit/gentree.h Line: 6465
    Image: /root/helix/work/correlation/dotnet
Author: AndyAyersMS
Assignees: EgorBo
Labels:

JitStress, area-CodeGen-coreclr, in-pr

Milestone: 8.0.0

@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label Sep 17, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Oct 17, 2022
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 JitStress CLR JIT issues involving JIT internal stress modes
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants