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.

llvm-symbolizer not present in base queue

See original GitHub issue

Build

https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-77578-merge-965165820fec43e19e/JIT.Stress/1/console.f7c5d70b.log?helixlogtype=result

https://dev.azure.com/dnceng-public/public/_build/results?buildId=82793&view=ms.vss-test-web.build-test-results-tab&runId=1731386&resultId=102137&paneView=dotnet-dnceng.dnceng-build-release-tasks.helix-test-information-tab

Pull Request

https://github.com/dotnet/runtime/pull/77578

Action required for the engineering services team

Additional information about the issue reported

To triage this issue (First Responder / @dotnet/dnceng):

  • Open the failing build above and investigate
  • Add a comment explaining your findings

In https://github.com/dotnet/runtime/pull/77578, we are trying to generate the crash stacktrace using llvm-symbolizer. While it is present in containers, the base Linux and macOS queues doesn’t have it and we see error using it. See the logs I referenced in the issue. Can we get it and lldb installed on base image?

CC: @hoyosjs @JulieLeeMSFT

Release Note Category

  • Feature changes/additions
  • Bug fixes
  • Internal Infrastructure Improvements

Release Note Description

Add llvm and llvm-symbolizer to Ubunut.1804.Amd64 and RedHat.7.Amd64

Issue Analytics

  • State:closed
  • Created 10 months ago
  • Comments:33 (33 by maintainers)

github_iconTop GitHub Comments

1reaction
michellemcdanielcommented, Nov 28, 2022

We did not have a rollout last week due to the US holiday. The linux changes should rollout this week.

1reaction
michellemcdanielcommented, Nov 18, 2022

In general, it takes 1-2 weeks to get this many systems updated (100ish machines), and next week is Thanksgiving, so it’s likely going to be at the longer end of that estimate.

Read more comments on GitHub >

github_iconTop Results From Across the Web

macos llvm-symbolizer not found
I am trying to use address sanitization when calling my program with clang, however it doesn't seem to be installed. If I type...
Read more >
llvm-symbolizer - convert addresses into source code ...
llvm -symbolizer reads input names and addresses from the command-line and prints corresponding source code locations to standard output.
Read more >
LLVM-Symbolizer not working - Compiler - Swift Forums
The tool "llvm-symbolizer" is supposed to turn memory addresses into line numbers and paths to source code files. Whenever there is a crash ......
Read more >
LLVM | Apple Developer Forums
The LLVM compiler is the next-generation compiler introduced in Xcode 3.2 for ... symbol(s) not found for architecture arm64 clang: error: linker command ......
Read more >
llvm-symbolizer not found in Xcode
but llvm-symbolizer is not FOUND. Should I install llvm by myself if I need llvm-symbolizer ? brew install llvm Error: llvm: the bottle...
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