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\\Performance\\CodeQuality\\Benchstones\\BenchI\\Fib\\Fib\\Fib.cmd #75325

Closed
v-wenyuxu opened this issue Sep 9, 2022 · 3 comments
Labels
arch-arm64 area-crossgen2-coreclr blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' os-windows

Comments

@v-wenyuxu
Copy link

Run: runtime-coreclr crossgen2 20220907.1

Failed test:

R2R-CG2 windows arm64 Checked @ Windows.10.Arm64v8.Open

- JIT\\Performance\\CodeQuality\\Benchstones\\BenchI\\Fib\\Fib\\Fib.cmd

Error message:

Fatal error. Internal CLR error. (0x80131506)
at System.SZArrayHelper.GetEnumerator[[Internal.JitInterface.CorJitFlag, ILCompiler.ReadyToRun, Version=7.0.0.0, Culture=neutral, PublicKeyToken=null]](https://dev.azure.com/dnceng-public/public/_build/results?buildId=8394&view=ms.vss-test-web.build-test-results-tab&runId=166882&resultId=102661&paneView=debug)
at Internal.JitInterface.CorInfoImpl.getJitFlags(Internal.JitInterface.CORJIT_FLAGS ByRef, UInt32)
at Internal.JitInterface.CorInfoImpl._getJitFlags(IntPtr, IntPtr*, Internal.JitInterface.CORJIT_FLAGS*, UInt32)
at Internal.JitInterface.CorInfoImpl.JitCompileMethod(IntPtr ByRef, IntPtr, IntPtr, IntPtr, Internal.JitInterface.CORINFO_METHOD_INFO ByRef, UInt32, IntPtr ByRef, UInt32 ByRef)
at Internal.JitInterface.CorInfoImpl.JitCompileMethod(IntPtr ByRef, IntPtr, IntPtr, IntPtr, Internal.JitInterface.CORINFO_METHOD_INFO ByRef, UInt32, IntPtr ByRef, UInt32 ByRef)
at Internal.JitInterface.CorInfoImpl.CompileMethodInternal(ILCompiler.DependencyAnalysis.IMethodNode, Internal.IL.MethodIL)
at Internal.JitInterface.CorInfoImpl.CompileMethod(ILCompiler.DependencyAnalysis.ReadyToRun.MethodWithGCInfo, ILCompiler.Logger)
at ILCompiler.ReadyToRunCodegenCompilation.<ComputeDependencyNodeDependencies>g__CompileOneMethod|38_3(ILCompiler.DependencyAnalysisFramework.DependencyNodeCore1<ILCompiler.DependencyAnalysis.NodeFactory>) at System.Threading.Tasks.Parallel+<>c__DisplayClass19_01[[System.__Canon, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].<ForWorker>b__1(System.Threading.Tasks.RangeWorker ByRef, Int32, Boolean ByRef)
at System.Threading.Tasks.TaskReplicator+Replica.Execute()
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(System.Threading.Thread, System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(System.Threading.Tasks.Task ByRef, System.Threading.Thread)
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading.PortableThreadPool+WorkerThread.WorkerThreadStart()

Return code:      1
Raw output file:      D:\h\w\B4880A71\w\A8370997\uploads\Reports\JIT.Performance\CodeQuality\Benchstones\BenchI\Fib\Fib\Fib.output.txt
Raw output:
BEGIN EXECUTION
Fib.dll
1 file(s) copied.
0:53:47.46
Response file: D:\h\w\B4880A71\w\A8370997\e\JIT\Performance\CodeQuality\Benchstones\BenchI\Fib\Fib\Fib.dll.rsp
D:\h\w\B4880A71\w\A8370997\e\JIT\Performance\CodeQuality\Benchstones\BenchI\Fib\Fib\IL-CG2\Fib.dll
-o:D:\h\w\B4880A71\w\A8370997\e\JIT\Performance\CodeQuality\Benchstones\BenchI\Fib\Fib\Fib.dll
--targetarch:arm64
--verify-type-and-field-layout
--method-layout:random
-r:D:\h\w\B4880A71\p\System..dll
-r:D:\h\w\B4880A71\p\Microsoft..dll
-r:D:\h\w\B4880A71\p\mscorlib.dll
-r:D:\h\w\B4880A71\p\netstandard.dll
-O
" "dotnet" "D:\h\w\B4880A71\p\crossgen2\crossgen2.dll" @"D:\h\w\B4880A71\w\A8370997\e\JIT\Performance\CodeQuality\Benchstones\BenchI\Fib\Fib\Fib.dll.rsp"   -r:D:\h\w\B4880A71\w\A8370997\e\JIT\Performance\CodeQuality\Benchstones\BenchI\Fib\Fib\IL-CG2*.dll"
0:53:54.79
Crossgen2 failed with exitcode - -1073741819
Test Harness Exitcode is : 1
To run the test:

set CORE_ROOT=D:\h\w\B4880A71\p
D:\h\w\B4880A71\w\A8370997\e\JIT\Performance\CodeQuality\Benchstones\BenchI\Fib\Fib\Fib.cmd
Expected: True
Actual:   False


Stack trace
   at JIT_Performance._CodeQuality_Benchstones_BenchI_Fib_Fib_Fib_._CodeQuality_Benchstones_BenchI_Fib_Fib_Fib_cmd()
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Sep 9, 2022
@stephentoub stephentoub added blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' and removed blocking-clean-ci-optional Blocking optional rolling runs labels Sep 9, 2022
@AntonLapounov
Copy link
Member

This is a duplicate of #75041. The issue is fixed in current builds; however, we are still testing Preview 7 bits.

0:018> kc7
 # Call Site
00 coreclr!DacEnumerableHashTable<InstMethodHashTable,InstMethodHashEntry,4>::BaseFindNextEntryByHash
01 coreclr!InstMethodHashTable::FindMethodDesc
02 coreclr!InstantiatedMethodDesc::FindLoadedInstantiatedMethodDesc
03 coreclr!MethodDesc::FindOrCreateAssociatedMethodDesc
04 coreclr!MemberLoader::GetMethodDescFromMethodSpec
05 coreclr!CEEInfo::resolveToken
06 clrjit!Compiler::impResolveToken

0:018> lmvm coreclr
Browse full module list
start             end                 module name
00007ffb`00330000 00007ffb`0087e000   coreclr  C (private pdb symbols)  C:\ProgramData\dbg\sym\coreclr.pdb\2777C70D51C74D4A9E274FD651567CCB1\coreclr.pdb
    Loaded symbol image file: coreclr.dll
    Image path: D:\h\w\B4880A71\p\dotnet-cli\shared\Microsoft.NETCore.App\7.0.0-preview.7.22375.6\coreclr.dll

@mangod9
Copy link
Member

mangod9 commented Sep 12, 2022

Closing as dupe till we get a newer SDK drop.

@mangod9 mangod9 closed this as completed Sep 12, 2022
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Sep 12, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Oct 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-arm64 area-crossgen2-coreclr blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' os-windows
Projects
None yet
Development

No branches or pull requests

4 participants