-
Bug
-
Resolution: Fixed
-
P4
-
21, 23, 24
-
b10
-
generic
-
linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8344605 | 21.0.6 | Matthias Baesken | P4 | Resolved | Fixed | b05 |
Currently when we run with ubsan - enabled binaries (configure option --enable-ubsan, see JDK-8298448), the docker tests do not work.
For example :
containers/docker/TestCPUSets.jtr
[STDOUT]
/jdk/bin/java: error while loading shared libraries: libubsan.so.1: cannot open shared object file: No such file or directory
The container where the test is executed does not contain the ubsan package; we might skip the test in this case or find a way to add the ubsan package / lib(s) to the container.
For example :
containers/docker/TestCPUSets.jtr
[STDOUT]
/jdk/bin/java: error while loading shared libraries: libubsan.so.1: cannot open shared object file: No such file or directory
The container where the test is executed does not contain the ubsan package; we might skip the test in this case or find a way to add the ubsan package / lib(s) to the container.
- backported by
-
JDK-8344605 docker tests do not work when ubsan is configured
-
- Resolved
-
- relates to
-
JDK-8298448 UndefinedBehaviorSanitizer
-
- Resolved
-
-
JDK-8338550 Do libubsan1 installation in test container only if requested
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk21u-dev/cb9a6a2f
-
Commit(master) openjdk/jdk/fbe8a81d
-
Review(master) openjdk/jdk21u-dev/1161
-
Review(master) openjdk/jdk/19907
(2 links to)