Add LLVM_SYMBOLIZER to base images
See original GitHub issueIssue Description
We use various clang sanitizers in OpenVDB’s CI. The address sanitizer requires the llvm_symbolizer
binary to create proper reports. It would be awesome if this could be built and provided as part of the base images!
Issue Analytics
- State:
- Created a year ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
llvm-symbolizer - convert addresses into source code locations
llvm -symbolizer reads input names and addresses from the command-line and prints corresponding source code locations to standard output.
Read more >llvm-symbolizer - man pages section 1: User Commands
DESCRIPTION llvm-symbolizer reads object file names and addresses from the com- mand-line and prints corresponding source code locations to ...
Read more >r-devel-san-clang/Dockerfile at master - GitHub
R devel with ASAN / UBSAN sanitizers using clang/clang++ - r-devel-san-clang/Dockerfile at master ... start with the Docker 'base R' Debian-based image.
Read more >Hello World - installing Clang/LLVM on RHEL 7
You can add or remove software repositories from the command line using the subscription-manager tool as the root user. Use the --list option...
Read more >rocker/r-devel-ubsan-clang Dockerfile - Docker Hub
rocker/r-devel-ubsan-clang. By rocker • Updated 3 months ago. Image ... Add symlink and check out R-devel RUN ln -s $(which llvm-symbolizer-7) ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
That should be easy indeed, I’m working on rebuilding clang soon I’ll let you know!
Great to hear, thanks Nick!