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
- Build Status
Buildable 4164 Build 4164: arc lint + arc unit
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 | mention "symbolizer" in the warning message |
mention "symbolizer" in the warning message