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

jdk8 sanity.functional cmdLineTest_sigabrtHandlingTest_0 ProcessKiller hang #11397

Closed
andrew-m-leonard opened this issue Dec 8, 2020 · 4 comments · Fixed by #11541
Closed

Comments

@andrew-m-leonard
Copy link
Contributor

Looks similar to issue fixed for jdk11+: 0662412

https://ci.adoptopenjdk.net/job/Test_openjdk8_j9_sanity.functional_x86-32_windows/39/console

03:20:02  *** Starting test suite: SIGABRT Handling Tests ***
03:20:02  Testing: Default
03:20:02  Test start time: 2020/12/08 03:20:02 Coordinated Universal Time
03:20:02  Running command: "C:/Users/jenkins/workspace/Test_openjdk8_j9_sanity.functional_x86-32_windows/openjdkbinary/j2sdk-image\\bin\\java"   -Xmx20m -Xdump:system+heap+snap+jit:none -cp "C:/Users/jenkins/workspace/Test_openjdk8_j9_sanity.functional_x86-32_windows/openjdk-tests///..//jvmtest\functional\cmdline_options_testresources\cmdlinetestresources.jar" VMBench.GPTests.GPTest abort
03:20:02  Time spent starting: 14 milliseconds
04:00:13  ***[TEST INFO 2020/12/08 04:00:02] ProcessKiller detected a timeout after 2400000 milliseconds!***
04:00:13  INFO: getUnixPID() has failed indicating this is not a UNIX System.'Debug on timeout' is currently only supported on Linux.
04:00:13  Output from test:
04:00:13   [OUT] Invoking abort!
04:00:13   [ERR] JVMDUMP039I Processing dump event "abort", detail "" at 2020/12/08 03:20:02 - please wait.
04:00:13   [ERR] JVMDUMP032I JVM requested Java dump using 'C:\Users\jenkins\workspace\Test_openjdk8_j9_sanity.functional_x86-32_windows\openjdk-tests\TKG\test_output_16073961873591\cmdLineTest_sigabrtHandlingTest_0\javacore.20201208.032002.28732.0001.txt' in response to an event
@pshipton
Copy link
Member

pshipton commented Dec 8, 2020

Dup of #11198

@pshipton
Copy link
Member

pshipton commented Dec 8, 2020

I'll keep this open for the test issue, #11199 was supposed to fix the problem of the cmdline tester waiting forever, but it seems not working.

@pshipton pshipton reopened this Dec 8, 2020
@andrew-m-leonard
Copy link
Contributor Author

Another hang last night: https://ci.adoptopenjdk.net/job/Test_openjdk11_j9_sanity.functional_x86-64_windows_xl/39/console

01:25:43  Testing: -XX:+HandleSIGABRT
01:25:43  Test start time: 2020/12/18 01:25:43 Coordinated Universal Time
01:25:43  Running command: "C:/Users/jenkins/workspace/Test_openjdk11_j9_sanity.functional_x86-64_windows_xl/openjdkbinary/j2sdk-image\\bin\\java"   -Xmx20m -Xdump:system+heap+snap+jit:none -XX:+HandleSIGABRT -cp "C:/Users/jenkins/workspace/Test_openjdk11_j9_sanity.functional_x86-64_windows_xl/openjdk-tests///..//jvmtest\functional\cmdline_options_testresources\cmdlinetestresources.jar" VMBench.GPTests.GPTest abort
01:25:43  Time spent starting: 9 milliseconds
02:05:54  ***[TEST INFO 2020/12/18 02:05:43] ProcessKiller detected a timeout after 2400000 milliseconds!***
02:05:54  INFO: The current OS is 'Windows Server 2012 R2'. 'Debug on timeout' is currently only supported on Linux.
02:05:54  ***[TEST INFO 2020/12/18 02:05:43] executing kill -ABRT 97172***
02:05:54  ***[TEST INFO 2020/12/18 02:05:43] kill -ABRT signal sent***
02:10:55  ***[TEST INFO 2020/12/18 02:10:43] ABRT timed out***
02:10:55  ***[TEST INFO 2020/12/18 02:10:43] executing kill -9 97172***
02:10:55  ***[TEST INFO 2020/12/18 02:10:43] kill -9 signal sent***
02:10:55  Output from test:
02:10:55   [OUT] Invoking abort!
02:10:55   [ERR] JVMDUMP039I Processing dump event "abort", detail "" at 2020/12/18 01:25:43 - please wait.
02:10:55   [ERR] JVMDUMP032I JVM requested Java dump using 'C:\Users\jenkins\workspace\Test_openjdk11_j9_sanity.functional_x86-64_windows_xl\openjdk-tests\TKG\test_output_16082507912364\cmdLineTest_sigabrtHandlingTest_0\javacore.20201218.012543.97172.0001.txt' in response to an event

@andrew-m-leonard
Copy link
Contributor Author

pshipton added a commit to pshipton/openj9 that referenced this issue Jan 4, 2021
Issue eclipse-openj9#11397

[ci skip]

Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
pshipton added a commit to pshipton/openj9 that referenced this issue Jan 5, 2021
Issue eclipse-openj9#11397

[ci skip]

Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants