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

Test failure: JIT/Directed/ExcepFilters/mixed3/mixed3/mixed3.dll #98917

Closed
v-wenyuxu opened this issue Feb 26, 2024 · 2 comments
Closed

Test failure: JIT/Directed/ExcepFilters/mixed3/mixed3/mixed3.dll #98917

v-wenyuxu opened this issue Feb 26, 2024 · 2 comments
Labels
arch-x64 area-crossgen2-coreclr blocking-clean-ci-optional Blocking optional rolling runs os-linux Linux OS (any supported distro) os-mac-os-x macOS aka OSX os-windows

Comments

@v-wenyuxu
Copy link

Failed in: runtime-coreclr crossgen2 20240224.1

Failed tests:

R2R-CG2 osx x64 Checked no_tiered_compilation @ OSX.1200.Amd64.Open
    - JIT/Directed/ExcepFilters/mixed3/mixed3/mixed3.dll
R2R-CG2 osx x64 Checked @ OSX.1200.Amd64.Open
    - JIT/Directed/ExcepFilters/mixed3/mixed3/mixed3.dll
R2R-CG2 windows x64 Checked @ Windows.10.Amd64.Open
    - JIT/Directed/ExcepFilters/mixed3/mixed3/mixed3.dll
    - JIT/Methodical/eh/nested/general/localvarincatch_r/localvarincatch_r.dll
    - JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedcatchnofin_r/throwincascadedcatchnofin_r.dll
    - JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedcatch_r/throwincascadedcatch_r.dll
    - JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedexceptnofin_r/throwincascadedexceptnofin_r.dll
    - JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedexcept_r/throwincascadedexcept_r.dll
R2R-CG2 windows x64 Checked no_tiered_compilation @ Windows.10.Amd64.Open
    - JIT/Directed/ExcepFilters/mixed3/mixed3/mixed3.dll
    - JIT/Methodical/eh/nested/general/localvarincatch_r/localvarincatch_r.dll
    - JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedcatchnofin_r/throwincascadedcatchnofin_r.dll
    - JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedcatch_r/throwincascadedcatch_r.dll
    - JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedexceptnofin_r/throwincascadedexceptnofin_r.dll
    - JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedexcept_r/throwincascadedexcept_r.dll
R2R-CG2 linux x64 Checked no_tiered_compilation @ Ubuntu.2204.Amd64.Open
    - JIT/Directed/ExcepFilters/mixed3/mixed3/mixed3.dll
R2R-CG2 linux x64 Checked @ Ubuntu.2204.Amd64.Open
    - JIT/Directed/ExcepFilters/mixed3/mixed3/mixed3.dll

Error message:

 Exception of type 'System.Exception' was thrown.

Stack trace:

   at DD.ZZ.Main()
   at Program.<<Main>$>g__TestExecutor26|0_27(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&)
@v-wenyuxu v-wenyuxu added os-linux Linux OS (any supported distro) os-mac-os-x macOS aka OSX os-windows arch-x64 area-crossgen2-coreclr blocking-clean-ci-optional Blocking optional rolling runs labels Feb 26, 2024
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Feb 26, 2024
@BruceForstall
Copy link
Member

@janvorli @mangod9 @dotnet/crossgen-contrib More R2R EH test failures.

janvorli added a commit to janvorli/runtime that referenced this issue Feb 27, 2024
The new EH was not taking into account the fact that with hot-cold split
methods, the offset used for looking up EH funclets need to be computed
as if the hot and cold regions were consecutive in memory. That have
caused failures in a number of tests when the tests themselves were
compiled with R2R and hot-cold split enabled.

Close dotnet#98915, dotnet#98916, dotnet#98917, dotnet#98918
github-actions bot pushed a commit that referenced this issue Feb 27, 2024
The new EH was not taking into account the fact that with hot-cold split
methods, the offset used for looking up EH funclets need to be computed
as if the hot and cold regions were consecutive in memory. That have
caused failures in a number of tests when the tests themselves were
compiled with R2R and hot-cold split enabled.

Close #98915, #98916, #98917, #98918
carlossanlop pushed a commit that referenced this issue Feb 27, 2024
The new EH was not taking into account the fact that with hot-cold split
methods, the offset used for looking up EH funclets need to be computed
as if the hot and cold regions were consecutive in memory. That have
caused failures in a number of tests when the tests themselves were
compiled with R2R and hot-cold split enabled.

Close #98915, #98916, #98917, #98918
carlossanlop pushed a commit that referenced this issue Feb 27, 2024
The new EH was not taking into account the fact that with hot-cold split
methods, the offset used for looking up EH funclets need to be computed
as if the hot and cold regions were consecutive in memory. That have
caused failures in a number of tests when the tests themselves were
compiled with R2R and hot-cold split enabled.

Close #98915, #98916, #98917, #98918

Co-authored-by: Jan Vorlicek <janvorli@microsoft.com>
@lambdageek
Copy link
Member

Fixed by #99012

@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Feb 28, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Mar 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-x64 area-crossgen2-coreclr blocking-clean-ci-optional Blocking optional rolling runs os-linux Linux OS (any supported distro) os-mac-os-x macOS aka OSX os-windows
Projects
None yet
Development

No branches or pull requests

3 participants