Open
Bug 1635139
Opened 5 years ago
Updated 1 year ago
Local Talos profiling symbolication on Windows requires "mach buildsymbols"
Categories
(Testing :: Talos, defect, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: mstange, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
(Whiteboard: [fxp])
When you run mach talos-test --geckoProfile [...]
locally, on Windows, the resulting profiler recordings do not have symbols for xul.dll, unless you run mach buildsymbols
first.
On macOS and Linux, they have symbols even without mach buildsymbols
, because symbolication.py will use dump_syms_mac or nm to get symbols.
We could land a Windows version of dump_syms in there as well, and use that. There are probably other cleaner solutions.
(For example, these days we have taskcluster jobs which produce dump_syms artifacts, so there's probably a way to download the artifact from the latest such job, rather than putting a binary into the source tree.)
Updated•4 years ago
|
Priority: -- → P3
Updated•4 years ago
|
Severity: -- → S3
Updated•1 year ago
|
Whiteboard: [fxp]
Updated•1 year ago
|
Blocks: 1840060
You need to log in
before you can comment on or make changes to this bug.
Description
•