Open
Bug 1506024
Opened 7 years ago
Updated 3 years ago
fix*stack*.py should only change symbol names
Categories
(Testing :: General, enhancement, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: glandium, Unassigned)
Details
Given something like
#1: ??? [libxul.so+0xoffset]
(or many other possibilities of output from MozStackWalk)
The fix*stack*py scripts are essentially replacing everything that follows the colon.
This made for an awkward moment when I was doing some attempts to change the output from MozStackWalk itself, when I modified it to add the program counter value, like:
#1: 0x.... ??? [libxul.so+0xoffset]
but only saw
#1: symbol [source:line]
in my logs, with my addition entirely gone without an explanation.
Relatedly, all those scripts should share their line parsing code.
Updated•7 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•