Not getting symbolized stack traces when running chrome with is_asan=true |
|
Issue descriptionThe stack traces produced by ASAN always had to be run though asan symbolizer to see the symbols, but it used to be that stack traces requested explicitly via base::debug::StackTrace().Print() would appear symbolized without needing to run them through ASAN symbolizer. This is no longer the case - explicit stack traces are no longer symbolized. This changed about a month ago (May 2017). |
|
►
Sign in to add a comment |
|
Comment 1 by benhenry@google.com
, Jan 10