Crossgen outerloop regression: arrres_il_r fails

Open
#109,311 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
csharp

Research direction

Start by reproducing the crossgen outerloop failure for Arrays/misc/arrres_il_r and inspect the reported output. The failing entry point is GCTest_arrres_il.Test.Main(), and the log shows CrossGen2 and R2RDump processing arrres_il_r.dll. Done means the test completes successfully and reports Expected: 100 with Actual: 100.

Written by the indexing model from the issue text.

Description

area-ReadyToRun

arrres_il_r fails on the crossgen outerloop lanes.

Unhandled exception. System.Exception: Exception of type 'System.Exception' was thrown.
   at GCTest_arrres_il.Test.Main()

Return code:      1
Raw output file:      C:\h\w\A5E609B0\w\B0ED09BA\uploads\Arrays\misc\arrres_il_r\output.txt
Raw output:
BEGIN EXECUTION
arrres_il_r.dll
        1 file(s) copied.
 7:01:51.99
Response file: C:\h\w\A5E609B0\w\B0ED09BA\e\JIT\Methodical\Arrays\misc\arrres_il_r\\composite-r2r.dll.rsp
C:\h\w\A5E609B0\w\B0ED09BA\e\JIT\Methodical\Arrays\misc\arrres_il_r\IL-CG2\*.dll
-o:C:\h\w\A5E609B0\w\B0ED09BA\e\JIT\Methodical\Arrays\misc\arrres_il_r\\composite-r2r.dll
--targetarch:x64
--targetos:windows
--verify-type-and-field-layout
--method-layout:random
-r:C:\h\w\A5E609B0\p\System.*.dll
-r:C:\h\w\A5E609B0\p\Microsoft.*.dll
-r:C:\h\w\A5E609B0\p\xunit.*.dll
-r:C:\h\w\A5E609B0\p\mscorlib.dll
-r:C:\h\w\A5E609B0\p\netstandard.dll
"Running CrossGen2:  "C:\h\w\A5E609B0\p\crossgen2\crossgen2.exe" @"C:\h\w\A5E609B0\w\B0ED09BA\e\JIT\Methodical\Arrays\misc\arrres_il_r\\composite-r2r.dll.rsp"   --composite  --composite"
Emitting R2R PE file: C:\h\w\A5E609B0\w\B0ED09BA\e\JIT\Methodical\Arrays\misc\arrres_il_r\\composite-r2r.dll
Emitting R2R PE file: C:\h\w\A5E609B0\w\B0ED09BA\e\JIT\Methodical\Arrays\misc\arrres_il_r\arrres_il_r.dll
"Running R2RDump:  "dotnet" "C:\h\w\A5E609B0\p\r2rdump\r2rdump.dll" --header --sc --in C:\h\w\A5E609B0\w\B0ED09BA\e\JIT\Methodical\Arrays\misc\arrres_il_r\\composite-r2r.dll --out C:\h\w\A5E609B0\w\B0ED09BA\e\JIT\Methodical\Arrays\misc\arrres_il_r\\composite-r2r.dll.r2rdump --val"
 7:01:52.47
 "C:\h\w\A5E609B0\p\corerun.exe" -p "System.Reflection.Metadata.MetadataUpdater.IsSupported=false" -p "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization=true"  arrres_il_r.dll 
Expected: 100
Actual: -532462766
END EXECUTION - FAILED
FAILED
Dominant language
C#
Stars
18.3k
Forks
5.6k
PR merge metrics
PR metrics pending

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from dotnet/runtime

All issues in dotnet/runtime

Similar issues

More C# issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.