On Wed, 25 Jun 2025 14:09:42 GMT, Matthias Baesken wrote:
> 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:
On Thu, 26 Jun 2025 01:26:38 GMT, SendaoYan wrote:
> Should we should copy the dependent files such as libasan.so.8 to docker
> images when build it.
See:
https://bugs.openjdk.org/browse/JDK-8333144?focusedId=14792939&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comme
On Wed, 25 Jun 2025 14:09:42 GMT, Matthias Baesken wrote:
> 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:
On Wed, 25 Jun 2025 14:09:42 GMT, Matthias Baesken wrote:
> 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:
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 t