ASAN build fails on Windows due to missing dlfcn.h file

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: P4
    • 27
    • Affects Version/s: 26
    • Component/s: hotspot
    • windows

      In JDK-8368365, __asan_set_error_report_callback is found from ASAN library using dlsym() function to set a callback on ASAN errors. This approach is POSIX dependent and does not work on Windows. The build fails since there is no dlfcn.h file (the header for dynamic-lib functions) in Windows.

            Assignee:
            Afshin Zafari
            Reporter:
            Afshin Zafari
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: