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.
- caused by
-
JDK-8368365 ASAN errors should produce hs-err files and core dumps
-
- Resolved
-