Closed
Bug 1621468
Opened 5 years ago
Closed 5 years ago
Stop using `fix_stack_using_bpsyms.py` in `dmd.py`
Categories
(Toolkit :: Crash Reporting, task)
Toolkit
Crash Reporting
Tracking
()
RESOLVED
FIXED
mozilla76
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: n.nethercote, Assigned: n.nethercote)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Once fix_stacks.py
supports Breakpad symbols, we can stop using fix_stack_using_bpsyms.py
in dmd.py
.
Assignee | ||
Comment 1•5 years ago
|
||
This uses fix-stacks
's new Breakpad symbols support from
https://github.com/mozilla/fix-stacks/pull/16.
The patch also updates some comments in dmd.py
to account for some very
slight changes in fix-stacks
's output.
Pushed by nnethercote@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/10998b6bf6d8
Stop using `fix_stack_using_bpsyms.py` in `dmd.py`. r=gsvelto
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
You need to log in
before you can comment on or make changes to this bug.
Description
•