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 GC\\Scenarios\\ServerModel\\servermodel\\servermodel.cmd #63908

Closed
VincentBu opened this issue Jan 18, 2022 · 3 comments
Closed
Labels
arch-arm64 area-GC-coreclr os-windows untriaged New issue has not been triaged by the area owner

Comments

@VincentBu
Copy link
Contributor

Run: runtime 20220117.81

Failed test:

CoreCLR windows arm64 Checked no_tiered_compilation @ Windows.10.Arm64v8.Open

- GC\\Scenarios\\ServerModel\\servermodel\\servermodel.cmd

Error message:

Return code:      1
Raw output file:      D:\h\w\AD0A094D\w\A6B50957\uploads\Reports\GC.Scenarios\ServerModel\servermodel\servermodel.output.txt
Raw output:
BEGIN EXECUTION
"D:\h\w\AD0A094D\p\corerun.exe" -p "System.Reflection.Metadata.MetadataUpdater.IsSupported=false"  servermodel.dll /numrequests:100
Using 1663481965 as random seed
took 512 iteration to reach steady state
499 reqs/sec
538 reqs/sec
551 reqs/sec
Expected: 100
Actual: -2147483645
END EXECUTION - FAILED
FAILED
Test Harness Exitcode is : 1
To run the test:

set CORE_ROOT=D:\h\w\AD0A094D\p
D:\h\w\AD0A094D\w\A6B50957\e\GC\Scenarios\ServerModel\servermodel\servermodel.cmd
Expected: True
Actual:   False


Stack trace
   at GC_Scenarios._ServerModel_servermodel_servermodel_._ServerModel_servermodel_servermodel_cmd()
@dotnet-issue-labeler dotnet-issue-labeler bot added area-GC-coreclr untriaged New issue has not been triaged by the area owner labels Jan 18, 2022
@ghost
Copy link

ghost commented Jan 18, 2022

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

Issue Details

Run: runtime 20220117.81

Failed test:

CoreCLR windows arm64 Checked no_tiered_compilation @ Windows.10.Arm64v8.Open

- GC\\Scenarios\\ServerModel\\servermodel\\servermodel.cmd

Error message:

Return code:      1
Raw output file:      D:\h\w\AD0A094D\w\A6B50957\uploads\Reports\GC.Scenarios\ServerModel\servermodel\servermodel.output.txt
Raw output:
BEGIN EXECUTION
"D:\h\w\AD0A094D\p\corerun.exe" -p "System.Reflection.Metadata.MetadataUpdater.IsSupported=false"  servermodel.dll /numrequests:100
Using 1663481965 as random seed
took 512 iteration to reach steady state
499 reqs/sec
538 reqs/sec
551 reqs/sec
Expected: 100
Actual: -2147483645
END EXECUTION - FAILED
FAILED
Test Harness Exitcode is : 1
To run the test:

set CORE_ROOT=D:\h\w\AD0A094D\p
D:\h\w\AD0A094D\w\A6B50957\e\GC\Scenarios\ServerModel\servermodel\servermodel.cmd
Expected: True
Actual:   False


Stack trace
   at GC_Scenarios._ServerModel_servermodel_servermodel_._ServerModel_servermodel_servermodel_cmd()
Author: VincentBu
Assignees: -
Labels:

arch-arm64, os-windows, area-GC-coreclr, untriaged

Milestone: -

@VincentBu
Copy link
Contributor Author

Failed again in: runtime-coreclr jitstress 20220314.3

Failed test:

CoreCLR windows arm64 Checked jitstress2 @ Windows.10.Arm64v8.Open

- GC\\Scenarios\\ServerModel\\servermodel\\servermodel.cmd

Error message:

Assert failure(PID 1740 [0x000006cc], Thread: 6672 [0x1a10]): global_regions_to_decommit[kind].get_num_free_regions() == num_regions_to_decommit_before + (size_t)num_regions_to_decommit[kind]

CORECLR! WKS::gc_heap::distribute_free_regions + 0x5E0 (0x00007ff83cfbf048) CORECLR! WKS::gc_heap::gc1 + 0xBB0 (0x00007ff83cfc3820)
CORECLR! WKS::gc_heap::garbage_collect + 0x6C0 (0x00007ff83cfc2c30) CORECLR! WKS::GCHeap::GarbageCollectGeneration + 0x584 (0x00007ff83cfab4dc)
CORECLR! WKS::gc_heap::trigger_gc_for_alloc + 0x94 (0x00007ff83cfdc7c4) CORECLR! WKS::gc_heap::try_allocate_more_space + 0x3E8 (0x00007ff83cfdcd98)
CORECLR! WKS::GCHeap::Alloc + 0x144 (0x00007ff83cfa9ac4) CORECLR! Alloc + 0x164 (0x00007ff83ce062d4)
CORECLR! AllocateSzArray + 0x1B0 (0x00007ff83ce074e8) CORECLR! JIT_NewArr1 + 0x16C (0x00007ff83ce2dcac)
File: D:\a_work\1\s\src\coreclr\gc\gc.cpp Line: 12432
Image: D:\h\w\B09E09BE\p\corerun.exe

Return code:      1
Raw output file:      D:\h\w\B09E09BE\w\ABC20997\uploads\Reports\GC.Scenarios\ServerModel\servermodel\servermodel.output.txt
Raw output:
BEGIN EXECUTION
"D:\h\w\B09E09BE\p\corerun.exe" -p "System.Reflection.Metadata.MetadataUpdater.IsSupported=false"  servermodel.dll /numrequests:100
Using 94132460 as random seed
took 804 iteration to reach steady state
320 reqs/sec
327 reqs/sec
316 reqs/sec
352 reqs/sec
381 reqs/sec
Expected: 100
Actual: -1073740286
END EXECUTION - FAILED
FAILED
Test Harness Exitcode is : 1
To run the test:

set CORE_ROOT=D:\h\w\B09E09BE\p
D:\h\w\B09E09BE\w\ABC20997\e\GC\Scenarios\ServerModel\servermodel\servermodel.cmd
Expected: True
Actual:   False


Stack trace
   at GC_Scenarios._ServerModel_servermodel_servermodel_._ServerModel_servermodel_servermodel_cmd()

@mangod9
Copy link
Member

mangod9 commented Mar 16, 2022

Dupe of #66601, should be fixed in today's build

@mangod9 mangod9 closed this as completed Mar 16, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Apr 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-arm64 area-GC-coreclr os-windows untriaged New issue has not been triaged by the area owner
Projects
None yet
Development

No branches or pull requests

2 participants