-
Bug
-
Resolution: Fixed
-
P4
-
25, 26
-
b05
-
generic
-
linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8365212 | 25.0.2 | Matthias Baesken | P4 | Resolved | Fixed | master |
When the address sanitizer ASAN is configured, we run into errors in the docker tests.
Example hotspot/jtreg/containers/docker/DockerBasicTest.java :
[STDOUT]
/jdk/bin/java: error while loading shared libraries: libasan.so.8: cannot open shared object file: No such file or directory
Reason is that the asan-enabled binaries need additional dependencies and those are not available in the current docker/container setups.
maybe we should skip those tests when asan is enabled.
Example hotspot/jtreg/containers/docker/DockerBasicTest.java :
[STDOUT]
/jdk/bin/java: error while loading shared libraries: libasan.so.8: cannot open shared object file: No such file or directory
Reason is that the asan-enabled binaries need additional dependencies and those are not available in the current docker/container setups.
maybe we should skip those tests when asan is enabled.
- backported by
-
JDK-8365212 Docker tests do not work when asan is configured
-
- Resolved
-
- relates to
-
JDK-8333144 docker tests do not work when ubsan is configured
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk25u/282e8e2e
-
Commit(master) openjdk/jdk/01b15bc1
-
Review(master) openjdk/jdk21u-dev/2134
-
Review(master) openjdk/jdk25u/74
-
Review(master) openjdk/jdk/25980
(2 links to)