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

MiniMix_3h_0 net.adoptopenjdk.test.concurrent.jsr166y.PhaserTest OutOfMemoryError: Failed to create a thread: retVal -1073741830, errno 11 #20946

Open
JasonFengJ9 opened this issue Jan 15, 2025 · 0 comments

Comments

@JasonFengJ9
Copy link
Member

JasonFengJ9 commented Jan 15, 2025

Failure link

From internal Test_openjdk17_j9_special.system_ppc64_aix_testList_0 (p10aix009)

java version "17.0.14-beta" 2025-01-21
IBM Semeru Runtime Certified Edition 17.0.14+6-202501111534 (build 17.0.14-beta+6-202501111534)
Eclipse OpenJ9 VM 17.0.14+6-202501111534 (build master-e0743f2495, JRE 17 AIX ppc64-64-Bit Compressed References 20250111_842 (JIT enabled, AOT enabled)
OpenJ9   - e0743f2495
OMR      - 9e718a6f9
JCL      - cbb8509130 based on jdk-17.0.14+6)

Rerun in Grinder - Change TARGET to run only the failed test targets

Optional info

Failure output (captured from console output)

[2025-01-11T17:23:45.797Z] variation: Mode551
[2025-01-11T17:23:45.797Z] JVM_OPTIONS:  -XX:+UseCompressedOops -Xjit -Xgcpolicy:balanced 

[2025-01-11T19:41:52.876Z] LT  14:41:49.800 - Completed 76.7%. Number of tests started=4444515 (+14849)
[2025-01-11T19:41:56.317Z] LT  stderr JVMDUMP055I Processing dump event "systhrow", detail "java/lang/OutOfMemoryError", exception "Failed to create a thread: retVal -1073741830, errno 11" at 2025/01/11 14:41:55 - please wait.
[2025-01-11T19:41:56.317Z] LT  stderr JVMDUMP055I Processing dump event "systhrow", detail "java/lang/OutOfMemoryError", exception "Failed to create a thread: retVal -1073741830, errno 11" at 2025/01/11 14:41:55 - please wait.
[2025-01-11T19:41:56.317Z] LT  stderr JVMDUMP032I JVM requested System dump using '/home/jenkins/workspace/Test_openjdk17_j9_special.system_ppc64_aix_testList_0/aqa-tests/TKG/output_1736616224755/MiniMix_3h_0/20250111-122345-M

[2025-01-11T19:43:37.894Z] LT  JUnit Test Results for: net.adoptopenjdk.test.concurrent.jsr166y.PhaserTest
[2025-01-11T19:43:37.894Z] LT    Ran    : 2
[2025-01-11T19:43:37.894Z] LT    Passed : 1
[2025-01-11T19:43:37.894Z] LT    Failed : 1
[2025-01-11T19:43:37.894Z] LT    Ignored: 0
[2025-01-11T19:43:37.894Z] LT    Result : FAILED
[2025-01-11T19:43:37.894Z] LT  Test failed:
[2025-01-11T19:43:37.894Z] LT  java.lang.OutOfMemoryError: Failed to create a thread: retVal -1073741830, errno 11
[2025-01-11T19:43:37.894Z] LT  	at java.base/java.lang.Thread.startImpl(Native Method)
[2025-01-11T19:43:37.894Z] LT  	at java.base/java.lang.Thread.start(Thread.java:1037)
[2025-01-11T19:43:37.894Z] LT  	at net.adoptopenjdk.test.concurrent.jsr166y.PhaserTest.testAPI(PhaserTest.java:281)
[2025-01-11T19:43:37.894Z] LT  	at jdk.internal.reflect.GeneratedMethodAccessor3886.invoke(Unknown Source)
[2025-01-11T19:43:37.894Z] LT  	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2025-01-11T19:43:37.894Z] LT  	at java.base/java.lang.reflect.Method.invoke(Method.java:575)
[2025-01-11T19:43:37.894Z] LT  	at junit.framework.TestCase.runTest(TestCase.java:176)
[2025-01-11T19:43:37.894Z] LT  	at junit.framework.TestCase.runBare(TestCase.java:141)
[2025-01-11T19:43:37.894Z] LT  	at junit.framework.TestResult$1.protect(TestResult.java:122)
[2025-01-11T19:43:37.894Z] LT  	at junit.framework.TestResult.runProtected(TestResult.java:142)
[2025-01-11T19:43:37.894Z] LT  	at junit.framework.TestResult.run(TestResult.java:125)
[2025-01-11T19:43:37.894Z] LT  	at junit.framework.TestCase.run(TestCase.java:129)
[2025-01-11T19:43:37.894Z] LT  	at junit.framework.TestSuite.runTest(TestSuite.java:252)
[2025-01-11T19:43:37.894Z] LT  	at junit.framework.TestSuite.run(TestSuite.java:247)
[2025-01-11T19:43:37.894Z] LT  	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
[2025-01-11T19:43:37.894Z] LT  	at org.junit.runners.Suite.runChild(Suite.java:128)
[2025-01-11T19:43:37.894Z] LT  	at org.junit.runners.Suite.runChild(Suite.java:27)
[2025-01-11T19:43:37.894Z] LT  	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
[2025-01-11T19:43:37.894Z] LT  	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
[2025-01-11T19:43:37.894Z] LT  	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
[2025-01-11T19:43:37.894Z] LT  	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
[2025-01-11T19:43:37.894Z] LT  	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
[2025-01-11T19:43:37.894Z] LT  	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
[2025-01-11T19:43:37.894Z] LT  	at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
[2025-01-11T19:43:37.894Z] LT  	at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
[2025-01-11T19:43:37.894Z] LT  	at net.adoptopenjdk.loadTest.adaptors.JUnitAdaptor.executeTest(JUnitAdaptor.java:130)
[2025-01-11T19:43:37.894Z] LT  	at net.adoptopenjdk.loadTest.LoadTestRunner$2.run(LoadTestRunner.java:182)
[2025-01-11T19:43:37.894Z] LT  	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
[2025-01-11T19:43:37.894Z] LT  	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[2025-01-11T19:43:37.894Z] LT  	at java.base/java.lang.Thread.run(Thread.java:853)
[2025-01-11T19:43:37.894Z] LT  <<<

50x internal Grinder - reproduced at the same machine p10aix009, others are timeouts.

From another grinder(paix823)

[2025-01-15T20:25:31.584Z] JVMDUMP055I Processing dump event "systhrow", detail "java/lang/OutOfMemoryError", exception "native memory exhausted" at 2025/01/15 15:25:25 - please wait.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant