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\\Directed\\callconv\\PlatformDefaultMemberFunction\\PlatformDefaultMemberFunctionTest\\PlatformDefaultMemberFunctionTest.cmd #50350

Closed
VincentBu opened this issue Mar 29, 2021 · 0 comments · Fixed by #50754
Labels
arch-x64 area-crossgen2-coreclr os-windows untriaged New issue has not been triaged by the area owner

Comments

@VincentBu
Copy link
Contributor

Run: runtime-coreclr crossgen2 20210327.1

Failed test:

R2R-CG2 windows x64 Checked no_tiered_compilation @ Windows.10.Amd64.Open
 -JIT\\Directed\\callconv\\PlatformDefaultMemberFunction\\PlatformDefaultMemberFunctionTest\\PlatformDefaultMemberFunctionTest.cmd

Error message:

Could Not Find C:\h\w\9D1008B0\w\A9AA096F\e\JIT\Directed\callconv\PlatformDefaultMemberFunction\PlatformDefaultMemberFunctionTest\CdeclMemberFunctionNative.dll.rsp\r
Could Not Find C:\h\w\9D1008B0\w\A9AA096F\e\JIT\Directed\callconv\PlatformDefaultMemberFunction\PlatformDefaultMemberFunctionTest\PlatformDefaultMemberFunctionNative.dll.rsp\r
Could Not Find C:\h\w\9D1008B0\w\A9AA096F\e\JIT\Directed\callconv\PlatformDefaultMemberFunction\PlatformDefaultMemberFunctionTest\PlatformDefaultMemberFunctionTest.dll.rsp\r
Could Not Find C:\h\w\9D1008B0\w\A9AA096F\e\JIT\Directed\callconv\PlatformDefaultMemberFunction\PlatformDefaultMemberFunctionTest\StdCallMemberFunctionNative.dll.rsp\r
Could Not Find C:\h\w\9D1008B0\w\A9AA096F\e\JIT\Directed\callconv\PlatformDefaultMemberFunction\PlatformDefaultMemberFunctionTest\TestLibrary.dll.rsp\r
Could Not Find C:\h\w\9D1008B0\w\A9AA096F\e\JIT\Directed\callconv\PlatformDefaultMemberFunction\PlatformDefaultMemberFunctionTest\ThisCallNative.dll.rsp\r
Fatal error. System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.\r
 at PlatformDefaultMemberFunctionTest.Test8ByteHFA(C*)\r
 at PlatformDefaultMemberFunctionTest.Main(System.String[])\r
\r
Return code: 1\r
Raw output file: C:\h\w\9D1008B0\w\A9AA096F\e\JIT\Directed\Reports\JIT.Directed\callconv\PlatformDefaultMemberFunction\PlatformDefaultMemberFunctionTest\PlatformDefaultMemberFunctionTest.output.txt\r
Raw output:\r
BEGIN EXECUTION\r
CdeclMemberFunctionNative.dll\r
PlatformDefaultMemberFunctionNative.dll\r
PlatformDefaultMemberFunctionTest.dll\r
StdCallMemberFunctionNative.dll\r
TestLibrary.dll\r
ThisCallNative.dll\r
 6 file(s) copied.\r
Response file: C:\h\w\9D1008B0\w\A9AA096F\e\JIT\Directed\callconv\PlatformDefaultMemberFunction\PlatformDefaultMemberFunctionTest\\CdeclMemberFunctionNative.dll.rsp\r
C:\h\w\9D1008B0\w\A9AA096F\e\JIT\Directed\callconv\PlatformDefaultMemberFunction\PlatformDefaultMemberFunctionTest\IL-CG2\CdeclMemberFunctionNative.dll\r
-o:C:\h\w\9D1008B0\w\A9AA096F\e\JIT\Directed\callconv\PlatformDefaultMemberFunction\PlatformDefaultMemberFunctionTest\\CdeclMemberFunctionNative.dll\r
--targetarch:x64\r
--verify-type-and-field-layout\r
-r:C:\h\w\9D1008B0\p\System..dll\r
-r:C:\h\w\9D1008B0\p\Microsoft..dll\r
-r:C:\h\w\9D1008B0\p\mscorlib.dll\r
-r:C:\h\w\9D1008B0\p
etstandard.dll\r
-O\r
" "dotnet" "C:\h\w\9D1008B0\p\crossgen2\crossgen2.dll" @"C:\h\w\9D1008B0\w\A9AA096F\e\JIT\Directed\callconv\PlatformDefaultMemberFunction\PlatformDefaultMemberFunctionTest\\CdeclMemberFunctionNative.dll.rsp" -r:C:\h\w\9D1008B0\w\A9AA096F\e\JIT\Directed\callconv\PlatformDefaultMemberFunction\PlatformDefaultMemberFunctionTest\IL-CG2\.dll"\r
No input files are loadable\r
Response file: C:\h\w\9D1008B0\w\A9AA096F\e\JIT\Directed\callconv\PlatformDefaultMemberFunction\PlatformDefaultMemberFunctionTest\\PlatformDefaultMemberFunctionNative.dll.rsp\r
C:\h\w\9D1008B0\w\A9AA096F\e\JIT\Directed\callconv\PlatformDefaultMemberFunction\PlatformDefaultMemberFunctionTest\IL-CG2\PlatformDefaultMemberFunctionNative.dll\r
-o:C:\h\w\9D1008B0\w\A9AA096F\e\JIT\Directed\callconv\PlatformDefaultMemberFunction\PlatformDefaultMemberFunctionTest\\PlatformDefaultMemberFunctionNative.dll\r
--targetarch:x64\r
--verify-type-and-field-layout\r
-r:C:\h\w\9D1008B0\p\System..dll\r
-r:C:\h\w\9D1008B0\p\Microsoft.*.dll\r
-r:C:\h\w\9D1008B0\p\mscorlib.dll\r
-r:C:\h\w\9D1008B0\p
etstandard.dll\r
-O\r
" "dotnet" "C:\h\w\9D1008B0\p\crossgen2\crossgen2.dll" @"C:\h\w\9D1008B0\w\A9AA096F\e\JIT\Directed\callconv\PlatformDefaultMemberFunction\PlatformDefaultMemberFunctionTest\\PlatformDef

Stack trace
   at JIT_Directed._callconv_PlatformDefaultMemberFunction_PlatformDefaultMemberFunctionTest_PlatformDefaultMemberFunctionTest_._callconv_PlatformDefaultMemberFunction_PlatformDefaultMemberFunctionTest_PlatformDefaultMemberFunctionTest_cmd()

@dotnet-issue-labeler dotnet-issue-labeler bot added area-crossgen2-coreclr untriaged New issue has not been triaged by the area owner labels Mar 29, 2021
@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Apr 5, 2021
@ghost ghost closed this as completed in #50754 Apr 6, 2021
@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label Apr 6, 2021
@ghost ghost locked as resolved and limited conversation to collaborators May 6, 2021
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-x64 area-crossgen2-coreclr os-windows untriaged New issue has not been triaged by the area owner
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant