Hi,
I am trying to build and run libFuzzer based fuzzers that run on Ubuntu on Windows.
- On Ubuntu, I am using clang-11. I can build and run the fuzzers successfully.
- On Windows 10, I have VS 2019 installed with ASAN Sanitizer and CLang enabled. Build succeeds on Windows, but when I run the fuzzer, I get the following error message:
==9800==AddressSanitizer CHECK failed: C:\src\llvm_package_1100-final\llvm-project\compiler-rt\lib\asan\asan_rtl.cpp:401 "((!asan_init_is_running && "ASan init calls itself!")) != (0)" (0x0, 0x0)
<empty stack>
This issue is systemic and not related to any specific fuzzer.
Any idea what could be wrong with my Windows environment and how that can be fixed?
Thanks,
Sujata Das
--
You received this message because you are subscribed to the Google Groups "libfuzzer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to libfuzzer+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/libfuzzer/77F59FBA-89FE-4441-8FA5-32C0816816F2%40adobe.com.