Usually when we generated stacktraces the process is in error state, so
running hooks may crash the process and prevent meaningfull error report.
Symbolizer, unwinder and pthread are potential source of mallocs.
Differential D123566
[sanitizer] Don't run malloc hooks for stacktraces vitalybuka on Apr 11 2022, 8:45 PM. Authored by
Details Usually when we generated stacktraces the process is in error state, so Symbolizer, unwinder and pthread are potential source of mallocs.
Diff Detail
Unit Tests Event Timeline
Comment Actions It looks like this is causing a test to fail: Comment Actions I probably going to abandon this, as I don't see good solution for all platforms. |
Make this static?