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/Intrinsics/TypeIntrinsics_ro/TypeIntrinsics_ro.cmd #111384

Closed
v-wenyuxu opened this issue Jan 14, 2025 · 3 comments
Closed

Test failure: JIT/Intrinsics/TypeIntrinsics_ro/TypeIntrinsics_ro.cmd #111384

v-wenyuxu opened this issue Jan 14, 2025 · 3 comments
Labels
arch-arm64 area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI blocking-clean-ci-optional Blocking optional rolling runs GCStress os-mac-os-x macOS aka OSX

Comments

@v-wenyuxu
Copy link

Failed in: runtime-coreclr gcstress-extra 20250113.1

Failed tests:

coreclr osx arm64 Checked gcstress0xc_disabler2r_jitstress2 @ OSX.1200.ARM64.Open
    - JIT/Intrinsics/TypeIntrinsics_ro/TypeIntrinsics_ro.cmd
    - JIT/Regression/JitBlue/DevDiv_377155/DevDiv_377155/DevDiv_377155.cmd
    - JIT/Regression/JitBlue/DevDiv_736188/DevDiv_736188/DevDiv_736188.cmd
    - JIT/Regression/JitBlue/GitHub_65690/GitHub_65690/GitHub_65690.cmd
coreclr osx arm64 Checked gcstress0xc_jitstress2 @ OSX.1200.ARM64.Open
    - JIT/Intrinsics/TypeIntrinsics_ro/TypeIntrinsics_ro.cmd
    - JIT/Intrinsics/TypeIntrinsics_r/TypeIntrinsics_r.cmd
    - JIT/Regression/JitBlue/DevDiv_461649/DevDiv_461649/DevDiv_461649.cmd
    - Loader/classloader/InlineArray/InlineArrayValid/InlineArrayValid.cmd
coreclr osx arm64 Checked gcstress0xc_jitstress1 @ OSX.1200.ARM64.Open
    - JIT/Intrinsics/TypeIntrinsics_ro/TypeIntrinsics_ro.cmd
    - JIT/Intrinsics/TypeIntrinsics_r/TypeIntrinsics_r.cmd
    - JIT/Regression/JitBlue/DevDiv_461649/DevDiv_461649/DevDiv_461649.cmd

Error message:

 ASSERT FAILED
	Expression: (end & ~(~(vm_page_size-1))) == 0
	Location:   line 48 in /Users/runner/work/1/s/src/coreclr/debug/createdump/memoryregion.h
	Function:   MemoryRegion
	Process:    47732
waitpid() returned successfully (wstatus 00000086) WEXITSTATUS 0 WTERMSIG 6
/private/tmp/helix/working/A36608D7/w/998808CD/e/JIT/JIT_ro/../Intrinsics/TypeIntrinsics_ro/TypeIntrinsics_ro.sh: line 454: 47731 Segmentation fault: 11  (core dumped) $LAUNCHER $ExePath "${CLRTestExecutionArguments[@]}"

Return code:      1
Raw output file:      /tmp/helix/working/A36608D7/w/998808CD/uploads/Intrinsics/TypeIntrinsics_ro/output.txt
Raw output:
BEGIN EXECUTION
/tmp/helix/working/A36608D7/p/corerun -p System.Reflection.Metadata.MetadataUpdater.IsSupported=false -p System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization=true TypeIntrinsics_ro.dll ''
[createdump] Gathering state for process 47731 
[createdump] Crashing thread 970df signal 11 (000b)
[createdump] Writing crash report to file /cores/coredump.47731.dmp.crashreport.json
[createdump] Crash report successfully written
Expected: 100
Actual: 139
END EXECUTION - FAILED
Test failed. Trying to see if dump file was created in /cores since 1/13/2025 11:02:29 AM
Processing /cores/coredump.47731.dmp.crashreport.json
Printing stacktrace from '/cores/coredump.47731.dmp.crashreport.json'
Invoking llvm-symbolizer --pretty-print
Errors while running llvm-symbolizer --pretty-print
System.ComponentModel.Win32Exception (2): An error occurred trying to start process 'llvm-symbolizer' with working directory '/private/tmp/helix/working/A36608D7/w/998808CD/e/JIT/JIT_ro'. No such file or directory
   at System.Diagnostics.Process.ForkAndExecProcess(ProcessStartInfo startInfo, String resolvedFilename, String[] argv, String[] envp, String cwd, Boolean setCredentials, UInt32 userId, UInt32 groupId, UInt32[] groups, Int32& stdinFd, Int32& stdoutFd, Int32& stderrFd, Boolean usesTerminal, Boolean throwOnNoExec) in /_/src/libraries/System.Diagnostics.Process/src/System/Diagnostics/Process.Unix.cs:line 499
   at System.Diagnostics.Process.StartCore(ProcessStartInfo startInfo) in /_/src/libraries/System.Diagnostics.Process/src/System/Diagnostics/Process.Unix.cs:line 456
   at CoreclrTestLib.CoreclrTestWrapperLib.TryPrintStackTraceFromCrashReport(String crashReportJsonFile, TextWriter outputWriter)
Test Harness Exitcode is : 1
To run the test:
Set up CORE_ROOT and run.
> /private/tmp/helix/working/A36608D7/w/998808CD/e/JIT/JIT_ro/../Intrinsics/TypeIntrinsics_ro/TypeIntrinsics_ro.sh

Stack trace:

   at Xunit.Assert.True(Nullable`1 condition, String userMessage) in /_/src/Microsoft.DotNet.XUnitAssert/src/BooleanAsserts.cs:line 141
   at TestLibrary.OutOfProcessTest.RunOutOfProcessTest(String assemblyPath, String testPathPrefix)
   at Program.<<Main>$>g__TestExecutor15|0_16(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&)
@v-wenyuxu v-wenyuxu added arch-arm64 blocking-clean-ci-optional Blocking optional rolling runs GCStress os-mac-os-x macOS aka OSX labels Jan 14, 2025
@dotnet-issue-labeler dotnet-issue-labeler bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Jan 14, 2025
@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Jan 14, 2025
Copy link
Contributor

Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch
See info in area-owners.md if you want to be subscribed.

@EgorBo
Copy link
Member

EgorBo commented Jan 14, 2025

Likely #107766 (comment)

@EgorBo
Copy link
Member

EgorBo commented Jan 14, 2025

Closed by #111405

@EgorBo EgorBo closed this as completed Jan 14, 2025
@dotnet-policy-service dotnet-policy-service bot removed the untriaged New issue has not been triaged by the area owner label Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch-arm64 area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI blocking-clean-ci-optional Blocking optional rolling runs GCStress os-mac-os-x macOS aka OSX
Projects
None yet
Development

No branches or pull requests

2 participants