You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Weston Pace (Jira)" <ji...@apache.org> on 2021/06/09 18:52:00 UTC

[jira] [Created] (ARROW-13027) [C++] Fix ASAN stack traces in CI

Weston Pace created ARROW-13027:
-----------------------------------

             Summary: [C++] Fix ASAN stack traces in CI
                 Key: ARROW-13027
                 URL: https://issues.apache.org/jira/browse/ARROW-13027
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
            Reporter: Weston Pace
            Assignee: Weston Pace


It appears that ASAN wants the symbolizer to be named `llvm-symbolizer` and not `llvm-symbolizer-12` which is what Ubuntu puts on the path.  We can fix this by giving the path to /usr/lib/llvm-12/bin/llvm-symbolizer.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)