Open
Bug 1776452
Opened 3 years ago
Updated 3 years ago
ASan symbolizer path for local macOS builds is in the application folder
Categories
(Testing :: Mozbase, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: acreskey, Unassigned)
Details
I'm not sure if this is the correct behavior:
When I build ASan for macOS locally (using this as a base mozconfig
), the tooling uses an ASan symbolizer path from my local build (and so doesn't find the symbolizer).
e.g.
ERROR TEST-UNEXPECTED-FAIL | runtests.py | Failed to find ASan symbolizer at /{dev path}/mozilla-central/objdir-ff-asan/dist/Nightly.app/Contents/MacOS/llvm-symbolizer
I was able to work around this by changing the symbolizer path here in mozrunner/utils.py
to point to "/Users/acreskey/.mozbuild/clang/bin/llvm-symbolizer"
Comment 1•3 years ago
|
||
The severity field is not set for this bug.
:gbrown, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(gbrown)
![]() |
||
Updated•3 years ago
|
Severity: -- → S4
Flags: needinfo?(gbrown)
You need to log in
before you can comment on or make changes to this bug.
Description
•