update stackwalker to rust-minidump v0.18.0
Categories
(Socorro :: Processor, task, P2)
Tracking
(Not tracked)
People
(Reporter: willkg, Assigned: willkg)
References
Details
Attachments
(4 files)
We need to update to rust-minidump 0.18.0 to pick up changes to bit flip detection (and some other things):
https://github.com/rust-minidump/rust-minidump/releases/tag/v0.18.0
Assignee | ||
Comment 1•2 years ago
|
||
Gabriele: After we push this out, do we want to reprocess crash reports for 64-bit arm that had bit flip confidence to clear the bit flip detection values?
Assignee | ||
Comment 2•2 years ago
|
||
Gabriele said "that'd be nice if it's not too many crashes". I'll check that after I push the update out.
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 3•2 years ago
|
||
Assignee | ||
Comment 4•2 years ago
|
||
willkg merged PR #8: "bug 1853662: update stackwalker to 0.18.0" in 66c02cb.
I'll do a release now and then pull this into socorro.
Assignee | ||
Comment 5•2 years ago
|
||
I did a v20230927.0 tag and release: https://github.com/mozilla-services/socorro-stackwalk/releases/tag/v20230927.0
Assignee | ||
Comment 6•2 years ago
|
||
Assignee | ||
Comment 7•2 years ago
|
||
Assignee | ||
Comment 8•2 years ago
|
||
Assignee | ||
Comment 9•2 years ago
|
||
Assignee | ||
Comment 10•2 years ago
|
||
Assignee | ||
Comment 11•2 years ago
|
||
Assignee | ||
Comment 12•2 years ago
|
||
The stackwalker needs to be built using an image with a not-the-latest glibc so that we can run it in places that don't have the latest glibc. So I downgraded the build image to bullseye. I threw a note in the docker/Dockerfile
so I remember this in the future.
Assignee | ||
Comment 13•2 years ago
|
||
I pushed this to prod in bug #1857013 just now. Marking as FIXED.
Description
•