Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8360518

Docker tests do not work when asan is configured

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • None
    • 25, 26
    • hotspot
    • None
    • generic
    • linux

      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.

            mbaesken Matthias Baesken
            mbaesken Matthias Baesken
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: