question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add LLVM_SYMBOLIZER to base images

See original GitHub issue

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:closed
  • Created 2 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
aloysbailletcommented, Oct 30, 2021

That should be easy indeed, I’m working on rebuilding clang soon I’ll let you know!

0reactions
aloysbailletcommented, Nov 24, 2021

Great to hear, thanks Nick!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found