-
Notifications
You must be signed in to change notification settings - Fork 752
jdk_lang_j9_1 java/lang/Thread/virtual/Starvation.java Unexpected exit from test [exit code: 137] #21957
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
Comments
@JasonFengJ9 Can you see if this also fails with |
50x ppc64le_linux jdk_lang_j9_1 -XX:-YieldPinnedVirtualThreads grinder - passed at The initial 50x grinder with default option 3x grinder with -XX:-YieldPinnedVirtualThreads at rtj-ubu22le-rtp-test-lac2i - passed |
Starvation.java launches 100,000 virtual threads and exhibits characteristics of a stress test. On machines with limited resources, the kernel is likely to terminate such memory-intensive processes with This is likely not a functional issue, but rather a potential mismatch between the test and machine; specifically, the test may be running on a machine with insufficient resources. @JasonFengJ9 based on your grinder runs, does this hypothesis seem to hold? |
As per grinder result #21957 (comment), the test failed with Does the default ( |
Yes, the justification is below. The test runs 100,000 iterations. In each iteration, a virtual is created that launches With With |
Removing this from the milestone plan as per #21957 (comment) |
Uh oh!
There was an error while loading. Please reload this page.
Failure link
From internal Test_openjdk24_j9_sanity.openjdk_ppc64le_linux_testList_0 (rtj-ubu24le-rtp-test-932vb-1)
Rerun in Grinder - Change TARGET to run only the failed test targets
Optional info
Failure output (captured from console output)
50x internal Grinder - failed at
rtj-ubu22le-rtp-test-lac2i
andrhel10le-rtbeta-2
, passed atrhel8le-rtp-rt5-1
andrhel8le-svl-rt1-1
.The text was updated successfully, but these errors were encountered: