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

system.reflection.metadata.applyupdatetest.testaddstaticfield failing on OSX with checked coreclr #64117

Closed
runfoapp bot opened this issue Jan 21, 2022 · 5 comments
Labels
area-System.Reflection.Metadata blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' untriaged New issue has not been triaged by the area owner

Comments

@runfoapp
Copy link

runfoapp bot commented Jan 21, 2022

Runfo Tracking Issue: system.reflection.metadata.applyupdatetest.testaddstaticfield failing on OSX with checked coreclr

Build Definition Kind Run Name Console Core Dump Test Results Run Client
1565378 runtime PR 64084 net7.0-OSX-Debug-x64-CoreCLR_checked-OSX.1014.Amd64.Open console.log core dump runclient.py
1565311 runtime PR 63958 net7.0-OSX-Debug-x64-CoreCLR_checked-OSX.1014.Amd64.Open console.log core dump runclient.py
1565187 runtime PR 64100 net7.0-OSX-Debug-x64-CoreCLR_checked-OSX.1014.Amd64.Open console.log core dump runclient.py
1565124 runtime PR 64038 net7.0-OSX-Debug-x64-CoreCLR_checked-OSX.1014.Amd64.Open console.log core dump runclient.py
1565083 runtime PR 61898 net7.0-OSX-Debug-x64-CoreCLR_checked-OSX.1014.Amd64.Open console.log core dump runclient.py
1565056 runtime PR 64083 net7.0-OSX-Debug-x64-CoreCLR_checked-OSX.1014.Amd64.Open console.log core dump runclient.py
1564713 runtime PR 64038 net7.0-OSX-Debug-x64-CoreCLR_checked-OSX.1014.Amd64.Open console.log core dump runclient.py
1564625 runtime PR 63969 net7.0-OSX-Debug-x64-CoreCLR_checked-OSX.1014.Amd64.Open console.log core dump runclient.py
1564555 runtime PR 64022 net7.0-OSX-Debug-x64-CoreCLR_checked-OSX.1014.Amd64.Open console.log core dump runclient.py
1564555 runtime PR 64022 net7.0-OSX-Debug-x64-CoreCLR_checked-OSX.1014.Amd64.Open console.log core dump runclient.py
1564358 runtime PR 64079 net7.0-OSX-Debug-x64-CoreCLR_checked-OSX.1014.Amd64.Open console.log core dump runclient.py
1564338 runtime PR 64084 net7.0-OSX-Debug-x64-CoreCLR_checked-OSX.1014.Amd64.Open console.log core dump runclient.py
1564320 runtime PR 63821 net7.0-OSX-Debug-x64-CoreCLR_checked-OSX.1014.Amd64.Open console.log core dump runclient.py
1564096 runtime PR 63320 net7.0-OSX-Debug-x64-CoreCLR_checked-OSX.1014.Amd64.Open console.log runclient.py
1563740 runtime PR 64065 net7.0-OSX-Debug-x64-CoreCLR_checked-OSX.1014.Amd64.Open console.log core dump runclient.py
1563175 runtime PR 64057 net7.0-OSX-Debug-x64-CoreCLR_checked-OSX.1014.Amd64.Open console.log core dump runclient.py
1561354 runtime Rolling net7.0-Browser-Release-wasm-Mono_Release-normal-Ubuntu.1804.Amd64.Open console.log test results runclient.py
1560207 runtime Rolling net7.0-Browser-Release-wasm-Mono_Release-normal-Ubuntu.1804.Amd64.Open console.log test results runclient.py
1559797 runtime Rolling net7.0-Browser-Release-wasm-Mono_Release-normal-Ubuntu.1804.Amd64.Open console.log test results runclient.py

Build Result Summary

Day Hit Count Week Hit Count Month Hit Count
13 18 18
@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged New issue has not been triaged by the area owner label Jan 21, 2022
@dotnet-issue-labeler
Copy link

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

@ghost
Copy link

ghost commented Jan 21, 2022

Tagging subscribers to this area: @dotnet/area-system-reflection-metadata
See info in area-owners.md if you want to be subscribed.

Issue Details

Runfo Creating Tracking Issue (data being generated)

Author: runfoapp[bot]
Assignees: -
Labels:

area-System.Reflection.Metadata, untriaged

Milestone: -

@safern
Copy link
Member

safern commented Jan 21, 2022

Issue is failing on a lot of PRs (if not all) when running on a checked coreclr on OSX. It is hitting a native assert:

Assert failure(PID 52651 [0x0000cdab], Thread: 744140 [0xb5acc]): g_TblIndex[ixTbl].m_Token == type
    File: /Users/runner/work/1/s/src/coreclr/md/enc/metamodelrw.cpp Line: 321
    Image: /private/tmp/helix/working/A08B0922/p/dotnet

Running test using RemoteExecutor
    System.Reflection.Metadata.ApplyUpdateTest.TestAddStaticField [FAIL]
      Half-way through waiting for remote process.
      Timed out at 1/21/2022 12:08:18 PM after 60000ms waiting for remote process.
      	Process ID: 52651
      	Handle: 1200
      	Name: dotnet
      	MainModule: /private/tmp/helix/working/A08B0922/p/dotnet
      	StartTime: 1/21/2022 12:07:18 PM
      	TotalProcessorTime: 00:00:01.7637150
      
      Stack Trace:
        /_/src/Microsoft.DotNet.RemoteExecutor/src/RemoteInvokeHandle.cs(224,0): at Microsoft.DotNet.RemoteExecutor.RemoteInvokeHandle.Dispose(Boolean disposing)
        /_/src/Microsoft.DotNet.RemoteExecutor/src/RemoteInvokeHandle.cs(57,0): at Microsoft.DotNet.RemoteExecutor.RemoteInvokeHandle.Dispose()
        /_/src/libraries/System.Runtime.Loader/tests/ApplyUpdateUtil.cs(110,0): at System.Reflection.Metadata.ApplyUpdateUtil.TestCase(Action testBody, RemoteInvokeOptions options)
        /_/src/libraries/System.Runtime.Loader/tests/ApplyUpdateTest.cs(290,0): at System.Reflection.Metadata.ApplyUpdateTest.TestAddStaticField()

cc: @stephentoub @jkotas

@safern safern added the blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' label Jan 21, 2022
@stephentoub
Copy link
Member

stephentoub commented Jan 21, 2022

This is a dup of #64070. It's the same assert.

@safern
Copy link
Member

safern commented Jan 21, 2022

Ah, GH search didn't find it by searching ApplyUpdateTest. Thanks, @stephentoub

@safern safern closed this as completed Jan 21, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Feb 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Reflection.Metadata blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' untriaged New issue has not been triaged by the area owner
Projects
None yet
Development

No branches or pull requests

2 participants