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 GC/Features/HeapExpansion/bestfit/bestfit.sh #75941

Closed
v-wenyuxu opened this issue Sep 21, 2022 · 5 comments
Closed

Test failure GC/Features/HeapExpansion/bestfit/bestfit.sh #75941

v-wenyuxu opened this issue Sep 21, 2022 · 5 comments
Assignees
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 JitStress CLR JIT issues involving JIT internal stress modes os-mac-os-x macOS aka OSX
Milestone

Comments

@v-wenyuxu
Copy link

Run: runtime-coreclr jitstress 20220919.1

Failed test:

coreclr OSX arm64 Checked jitstress1_tiered @ OSX.1200.ARM64.Open

- GC/Features/HeapExpansion/bestfit/bestfit.sh

Error message:

Assert failure(PID 84911 [0x00014baf], Thread: 11093087 [0xa9445f]): Assertion failed 'firstNode != nullptr' in 'System.Globalization.CultureData:IcuGetTimeFormatString(bool):System.String:this' during 'Rationalize IR' (IL size 103; hash 0x1b95165e; Tier1)

File: /Users/runner/work/1/s/src/coreclr/jit/lir.cpp Line: 1210
Image: /private/tmp/helix/working/A1860895/p/corerun
[createdump] Invalid process id: task_for_pid(84911) FAILED (os/kern) failure (5)
[createdump] This failure may be because createdump or the application is not properly signed and entitled.
[createdump] Failure took 0ms
[createdump] waitpid() returned successfully (wstatus 0000ff00)
/private/tmp/helix/working/A1860895/w/A5F50944/e/GC/Features/HeapExpansion/bestfit/bestfit.sh: line 403: 84911 Abort trap: 6           (core dumped) $LAUNCHER $ExePath "${CLRTestExecutionArguments[@]}"

Return code:      1
Raw output file:      /tmp/helix/working/A1860895/w/A5F50944/uploads/Reports/GC.Features/HeapExpansion/bestfit/bestfit.output.txt
Raw output:
BEGIN EXECUTION
/tmp/helix/working/A1860895/p/corerun -p System.Reflection.Metadata.MetadataUpdater.IsSupported=false bestfit.dll '1' '1000' '50000'
Using random seed: -1200226766
[createdump] Target process is alive
Expected: 100
Actual: 134
END EXECUTION - FAILED
Test Harness Exitcode is : 1
To run the test:

set CORE_ROOT=/tmp/helix/working/A1860895/p
/private/tmp/helix/working/A1860895/w/A5F50944/e/GC/Features/HeapExpansion/bestfit/bestfit.sh
Expected: True
Actual:   False


Stack trace
   at GC_Features._HeapExpansion_bestfit_bestfit_._HeapExpansion_bestfit_bestfit_sh()
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)
@v-wenyuxu v-wenyuxu added arch-arm64 os-mac-os-x macOS aka OSX JitStress CLR JIT issues involving JIT internal stress modes blocking-clean-ci-optional Blocking optional rolling runs labels Sep 21, 2022
@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 Sep 21, 2022
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Sep 21, 2022
@ghost
Copy link

ghost commented Sep 21, 2022

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

Issue Details

Run: runtime-coreclr jitstress 20220919.1

Failed test:

coreclr OSX arm64 Checked jitstress1_tiered @ OSX.1200.ARM64.Open

- GC/Features/HeapExpansion/bestfit/bestfit.sh

Error message:

Assert failure(PID 84911 [0x00014baf], Thread: 11093087 [0xa9445f]): Assertion failed 'firstNode != nullptr' in 'System.Globalization.CultureData:IcuGetTimeFormatString(bool):System.String:this' during 'Rationalize IR' (IL size 103; hash 0x1b95165e; Tier1)

File: /Users/runner/work/1/s/src/coreclr/jit/lir.cpp Line: 1210
Image: /private/tmp/helix/working/A1860895/p/corerun
[createdump] Invalid process id: task_for_pid(84911) FAILED (os/kern) failure (5)
[createdump] This failure may be because createdump or the application is not properly signed and entitled.
[createdump] Failure took 0ms
[createdump] waitpid() returned successfully (wstatus 0000ff00)
/private/tmp/helix/working/A1860895/w/A5F50944/e/GC/Features/HeapExpansion/bestfit/bestfit.sh: line 403: 84911 Abort trap: 6           (core dumped) $LAUNCHER $ExePath "${CLRTestExecutionArguments[@]}"

Return code:      1
Raw output file:      /tmp/helix/working/A1860895/w/A5F50944/uploads/Reports/GC.Features/HeapExpansion/bestfit/bestfit.output.txt
Raw output:
BEGIN EXECUTION
/tmp/helix/working/A1860895/p/corerun -p System.Reflection.Metadata.MetadataUpdater.IsSupported=false bestfit.dll '1' '1000' '50000'
Using random seed: -1200226766
[createdump] Target process is alive
Expected: 100
Actual: 134
END EXECUTION - FAILED
Test Harness Exitcode is : 1
To run the test:

set CORE_ROOT=/tmp/helix/working/A1860895/p
/private/tmp/helix/working/A1860895/w/A5F50944/e/GC/Features/HeapExpansion/bestfit/bestfit.sh
Expected: True
Actual:   False


Stack trace
   at GC_Features._HeapExpansion_bestfit_bestfit_._HeapExpansion_bestfit_bestfit_sh()
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)
Author: v-wenyuxu
Assignees: -
Labels:

arch-arm64, os-mac-os-x, JitStress, area-CodeGen-coreclr, blocking-clean-ci-optional

Milestone: -

@v-wenyuxu
Copy link
Author

Queued OS Arch Column1
2022-09-20T08:53:57.595Z osx.1015.amd64.open x64 runtime-staging Release
2022-09-20T06:25:34.076Z osx.1200.arm64.open arm64 runtime-coreclr jitstress Checked-jitstress1_tiered
2022-09-18T22:47:11.767Z ubuntu.1804.armarch.open arm runtime-coreclr gcstress-extra Checked-heapverify1
2022-09-17T22:47:24.173Z ubuntu.1804.armarch.open arm runtime-coreclr gcstress-extra Checked-heapverify1
2022-09-05T22:02:12.451Z ubuntu.1804.armarch.open arm64 runtime-extra-platforms Release
2022-09-05T10:07:05.729Z ubuntu.1804.armarch.open arm64 runtime-extra-platforms Release

@JulieLeeMSFT JulieLeeMSFT removed the untriaged New issue has not been triaged by the area owner label Sep 21, 2022
@JulieLeeMSFT JulieLeeMSFT added this to the 7.0.0 milestone Sep 21, 2022
@JulieLeeMSFT
Copy link
Member

Assigning to @BruceForstall. @jakobbotsch could you take a look while @BruceForstall is OOF?
cc @dotnet/jit-contrib.

@AndyAyersMS
Copy link
Member

Not a 7.0 issue.

@AndyAyersMS AndyAyersMS modified the milestones: 7.0.0, 8.0.0 Sep 22, 2022
@AndyAyersMS
Copy link
Member

Should be fixed by #75992

@ghost ghost locked as resolved and limited conversation to collaborators Oct 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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 JitStress CLR JIT issues involving JIT internal stress modes os-mac-os-x macOS aka OSX
Projects
None yet
Development

No branches or pull requests

5 participants