Closed
Bug 1781930
Opened 4 years ago
Closed 4 years ago
Update in-tree rust-minidump to 0.14.0
Categories
(Firefox Build System :: Toolchains, task)
Firefox Build System
Toolchains
Tracking
(firefox105 fixed)
RESOLVED
FIXED
105 Branch
| Tracking | Status | |
|---|---|---|
| firefox105 | --- | fixed |
People
(Reporter: mstange, Assigned: mstange)
References
Details
Attachments
(1 file)
This is a prerequisite for generating symbols with inlines (bug 1779631).
This release adds compatibility for INLINE / INLINE_ORIGIN records in breakpad .sym files.
It also fixes stackwalking for arm64.
https://github.com/rust-minidump/rust-minidump/blob/main/RELEASES.md
| Assignee | ||
Comment 1•4 years ago
|
||
Summary: Update in-tree minidump-stackwalk to 0.12.0 → Update in-tree rust-minidump to 0.12.0
| Assignee | ||
Updated•4 years ago
|
Summary: Update in-tree rust-minidump to 0.12.0 → Update in-tree rust-minidump to 0.14.0
| Assignee | ||
Comment 2•4 years ago
|
||
This adds support for breakpad sym files with inline information.
Without this patch, things would break if we started emitting
the new format.
| Assignee | ||
Comment 3•4 years ago
|
||
Here's a try push with a deliberate panic, to see some crash stacks in the logs: https://treeherder.mozilla.org/jobs?repo=try&revision=5510daa57523791570b1851ab7cd2cc9fb45437a
Pushed by mstange@themasta.com:
https://hg.mozilla.org/integration/autoland/rev/8ca492989a69
Update rust-minidump / minidump-stackwalk to 0.14.0. r=gsvelto
Comment 5•4 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox105:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 105 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•