Closed
Bug 1833850
Opened 2 years ago
Closed 2 years ago
socorro deploy: 2023.05.18
Categories
(Socorro :: Infra, task, P2)
Socorro
Infra
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: willkg, Assigned: willkg)
Details
We want to do a deploy for socorro tagged 2023.05.18.
It consists of the following:
bf44c4a: Bug 1831836 - Improve rust panic crash signatures (gabrielesvelto)
90442b0: bug 1827416: update stackwalker to v0.16.0 (willkg)
8b47130: bug 1827416: fix support for cpu_microcode_version (willkg)
ec5492c: bug 1827495: use adjusted_address field (willkg)
This pushes out an update to the stackwalker which changed cpu_microcode_version calculation and value type and also added adjusted_address which changed how we have to calculate the address value.
| Assignee | ||
Comment 1•2 years ago
|
||
Tagged 2023.05.18:
tag 2023.05.18
Tagger: Will Kahn-Greene <willkg@mozilla.com>
Date: Thu May 18 09:31:17 2023 -0400
Tag 2023.05.18 (bug #1833850)
`bf44c4a`: Bug 1831836 - Improve rust panic crash signatures (gabrielesvelto)
`90442b0`: bug 1827416: update stackwalker to v0.16.0 (willkg)
`8b47130`: bug 1827416: fix support for cpu_microcode_version (willkg)
`ec5492c`: bug 1827495: use adjusted_address field (willkg)
Deploy bug #1833850
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEzY3I6/E2Vh8o9nPoGL3RpvBm7BEFAmRmKKUACgkQGL3RpvBm
7BFf0QgAwHEeSmNXv13PBTldz6jaS/raI0f8ZF21syQRE6SHWLf8dMdVUGa3dkhm
/xXBdY6jh5ilo3N9i7mS1sjmKHxtz9uiWaOBmVIYIVupq8a0arvqAChG2SBB93v4
axqNvAfan+x6oSk3yuWdL374F5kk6D6R+lFxndGqApFTsyq0zhcrXUtsCrK6rRG9
k/IVPBDiP2Lb00+u+QypqEl+GHTu1GwAfsSVkKSyItK6Xt6soq1irNARYqx+JDX8
rKge2ED2/qMlBd5IL3sR781u+fZ53tNHaCrjm2y4Igm1ag9uTbbGDj6IofszkT5l
rRadIKZj5as3eii1fsqbmg+uLGIzvQ==
=JlDD
-----END PGP SIGNATURE-----
commit ec5492cfd8a01bf886adaeeafd459ac92e5b93c6
Author: Will Kahn-Greene <willkg@mozilla.com>
Date: Thu May 11 09:51:22 2023 -0400
bug 1827495: use adjusted_address field
minidump-stackwalk v0.16.0 adds a "crash_info.adjusted_address" field.
This adjusts the processing for "address" to use the information in that
field.
| Assignee | ||
Comment 2•2 years ago
|
||
Everything seems ok. I don't see anything concerning in Grafana or Sentry. Marking as FIXED.
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•