carbon-lang icon indicating copy to clipboard operation
carbon-lang copied to clipboard

Include `LLVM_SYMBOLIZER_PATH` when running Carbon in Compiler explorer?

Open danakj opened this issue 7 months ago • 5 comments

Description of the bug:

Currently if you crash Carbon in compiler explorer you get a stack trace without symbols, which ends up in a bug report https://github.com/carbon-language/carbon-lang/issues/5094

Expecting folks playing in compiler explorer to set up a toolchain to get a stack trace seems like a reach. If it's possible it'd be nice to set LLVM_SYMBOLIZER_PATH in compiler explorer so that the stack trace is immediately useful.

danakj avatar Mar 10 '25 17:03 danakj