runtime: Test failure JIT\\opt\\ObjectStackAllocation\\ObjectStackAllocationTests\\ObjectStackAllocationTests.cmd
Failed in Run: runtime-coreclr outerloop 20230124.1 and many ohter outerloop runs
Failed tests:
R2R-CG2 windows x64 Checked @ Windows.10.Amd64.Open
R2R-CG2 windows x64 Checked no_tiered_compilation @ Windows.10.Amd64.Open
R2R-CG2 windows arm64 Checked no_tiered_compilation @ Windows.11.Arm64.Open
R2R-CG2 windows arm64 Checked @ Windows.11.Arm64.Open
- JIT\\opt\\ObjectStackAllocation\\ObjectStackAllocationTests\\ObjectStackAllocationTests.cmd
Error message:
Fatal error. Internal CLR error. (0x80131506)
Return code: 1
Raw output file: C:\h\w\950D07E7\w\B73309EE\uploads\Reports\JIT.opt\ObjectStackAllocation\ObjectStackAllocationTests\ObjectStackAllocationTests.output.txt
Raw output:
BEGIN EXECUTION
ObjectStackAllocationTests.dll
1 file(s) copied.
11:01:24.34
Response file: C:\h\w\950D07E7\w\B73309EE\e\JIT\opt\ObjectStackAllocation\ObjectStackAllocationTests\ObjectStackAllocationTests.dll.rsp
C:\h\w\950D07E7\w\B73309EE\e\JIT\opt\ObjectStackAllocation\ObjectStackAllocationTests\IL-CG2\ObjectStackAllocationTests.dll
-o:C:\h\w\950D07E7\w\B73309EE\e\JIT\opt\ObjectStackAllocation\ObjectStackAllocationTests\ObjectStackAllocationTests.dll
--targetarch:arm64
--targetos:windows
--verify-type-and-field-layout
--method-layout:random
-r:C:\h\w\950D07E7\p\System.*.dll
-r:C:\h\w\950D07E7\p\Microsoft.*.dll
-r:C:\h\w\950D07E7\p\mscorlib.dll
-r:C:\h\w\950D07E7\p\netstandard.dll
-O
" "dotnet" "C:\h\w\950D07E7\p\crossgen2\crossgen2.dll" @"C:\h\w\950D07E7\w\B73309EE\e\JIT\opt\ObjectStackAllocation\ObjectStackAllocationTests\ObjectStackAllocationTests.dll.rsp" --codegenopt JitObjectStackAllocation=1 -r:C:\h\w\950D07E7\w\B73309EE\e\JIT\opt\ObjectStackAllocation\ObjectStackAllocationTests\IL-CG2\*.dll"
11:01:25.66
Crossgen2 failed with exitcode - -1073741819
Stack trace:
at JIT_opt._ObjectStackAllocation_ObjectStackAllocationTests_ObjectStackAllocationTests_._ObjectStackAllocation_ObjectStackAllocationTests_ObjectStackAllocationTests_cmd()
at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 26 (26 by maintainers)
Commits related to this issue
- Fix max chunk size limiting When the new stub heaps were implemented, the chunk size needed to be limited so that all precodes for a chunk fit into a single memory page. That was done in `MethodDescC... — committed to janvorli/runtime by janvorli a year ago
- Disable the /JIT/opt/ObjectStackAllocation/ObjectStackAllocationTests Disable the test until a dotnet with a fix of the issue #81103 is used in the runtime repo to build / run tests. — committed to janvorli/runtime by janvorli a year ago
- Fix max chunk size limiting (#81192) When the new stub heaps were implemented, the chunk size needed to be limited so that all precodes for a chunk fit into a single memory page. That was done in `... — committed to dotnet/runtime by janvorli a year ago
- Disable the /JIT/opt/ObjectStackAllocation/ObjectStackAllocationTests (#81195) * Disable the /JIT/opt/ObjectStackAllocation/ObjectStackAllocationTests Disable the test until a dotnet with a fix of... — committed to dotnet/runtime by janvorli a year ago
- Merge 'main' branch on testmerging_IL_Conformance Squashed commit of the following: commit 62a4f6dfe7f7e50e35c0a97f44a7d98d389ec775 Author: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.no... — committed to BrianBohe/runtime by BrianBohe a year ago
- Fix max chunk size limiting When the new stub heaps were implemented, the chunk size needed to be limited so that all precodes for a chunk fit into a single memory page. That was done in `MethodDescC... — committed to dotnet/runtime by janvorli a year ago
- Fix max chunk size limiting When the new stub heaps were implemented, the chunk size needed to be limited so that all precodes for a chunk fit into a single memory page. That was done in `MethodDescC... — committed to dotnet/runtime by janvorli a year ago
- Fix max chunk size limiting (#81607) When the new stub heaps were implemented, the chunk size needed to be limited so that all precodes for a chunk fit into a single memory page. That was done in `... — committed to dotnet/runtime by github-actions[bot] 9 months ago
With just those two set you can’t launch crossgen2 at all (fails with no command line args)