and on Windows and Mac I get symbolized stack traces out of the box.
However, on Linux (tried Ubuntu 20 and Linux Mint) the stack traces are not symbolized.
In the docs, I only found info about setting build flags, however, I am not building chromium.
Running `chrome --no-sandbox --disable-setuid-sandbox` only shows "NaCl helper process running without a sandbox! Most likely you need to configure your SUID sandbox correctly"
Is there perhaps some package I need to install or configure something to make this work on Linux?
Thanks!
Lei Zhang
unread,
Feb 23, 2022, 1:53:51 AM2/23/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to stw.s...@gmail.com, Chromium-dev
Do you have a copy of llvm-symbolizer on your system, or inside the
.zip from the ASAN download? If so, try setting
ASAN_OPTIONS="symbolize=1
external_symbolizer_path=/path/to/llvm-symbolizer" in the environment.
If these Chrome build zip archives include llvm-symbolizer and place them at the same directory relative to the chrome executable, everything should work out of the box without the need to set ASAN_OPTIONS.