If symbolizer was instrumented with sanitizer and crash, it may
try to call itself again causing infinite recursion of crashing processes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
It might be better to set ASAN_OPTIONS=symbolize=0 in the environment for the symbolizer process.
lib/sanitizer_common/sanitizer_symbolizer_libcdep.cc | ||
---|---|---|
401 ↗ | (On Diff #89271) | mention "symbolizer" in the warning message |