sun/security/krb5/auto/Cleaners.java fails on jdk19 alpine-linux
- Dominant language
- HTML
- Stars
- 155
- Forks
- 346
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 36
Description
As seen in https://github.com/adoptium/aqa-tests/issues/4257#issuecomment-1396446238, this extended.openjdk testcase has been failing consistently since Nov 20th. Fails on test-docker-alpine314-x64-1 and test-docker-alpine314-x64-2 and possibly elsewhere.
`Execution failed: `main' threw exception: java.lang.Exception: Proc abnormal end `
```
java.lang.Exception: Proc abnormal end
at jdk.test.lib.process.Proc.readData(Proc.java:377)
at Cleaners.main(Cleaners.java:106)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:578)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:1589)
JavaTest Message: Test threw exception: java.lang.Exception: Proc abnormal end
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.Exception: Proc abnormal end
```
Contributor guide
Research direction
Start with sun/security/krb5/auto/Cleaners.java, especially the failure at Cleaners.java:106, and inspect jdk.test.lib.process.Proc.readData at Proc.java:377. Reproduce the test on test-docker-alpine314-x64-1 or test-docker-alpine314-x64-2 and determine why the process ends abnormally; done means the testcase passes on the affected Alpine environments.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, linux
- Domain
- operating-systems, testing
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100