-
Bug
-
Resolution: Fixed
-
P4
-
11, 17, 19
-
b22
-
generic
-
linux_alpine
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8305067 | 17.0.8-oracle | Fairoz Matte | P4 | Resolved | Fixed | b01 |
JDK-8307590 | 17.0.8 | Goetz Lindenmaier | P4 | Resolved | Fixed | b02 |
A couple a tests like java/lang/ProcessBuilder/Basic.java#id0.Basic_id0 and jdk/jshell/ExternalEditorTest.java.ExternalEditorTest try to start small shell scripts without #! at the first line of scripts. This fails with error=8, Exec format error .
Looks like this is a known issue on musl / Alpine, see also
https://www.openwall.com/lists/musl/2018/03/09/2
https://github.com/scala-steward-org/scala-steward/issues/1374
(we see it on Alpine 3.15). So probably the tests need adjustment.
Looks like this is a known issue on musl / Alpine, see also
https://www.openwall.com/lists/musl/2018/03/09/2
https://github.com/scala-steward-org/scala-steward/issues/1374
(we see it on Alpine 3.15). So probably the tests need adjustment.
- backported by
-
JDK-8305067 executing shell scripts without #! fails on Alpine linux
-
- Resolved
-
-
JDK-8307590 executing shell scripts without #! fails on Alpine linux
-
- Resolved
-
- relates to
-
JDK-8286191 misc tests fail due to JDK-8285987
-
- Closed
-
- links to
-
Commit openjdk/jdk17u-dev/7dab7e55
-
Commit openjdk/jdk/9d2f591e
-
Review openjdk/jdk17u-dev/1313
-
Review openjdk/jdk/8535
(2 links to)