Skip to content

Commit e14858b

Browse files
committed
bug 1746940: update stackwalker to 1869d3a0 (past v0.18.0)
This updates the stackwalker to a commit that's v0.18.0 plus the fix for codeinfo lookup and the fix for path parsing (bug #1746940).
1 parent 55a5f16 commit e14858b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/build_stackwalker.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ set -euo pipefail
1515

1616
# From: https://github.com/rust-minidump/rust-minidump
1717
# NOTE(willkg): This is just a bit after v0.18.0.
18-
MINIDUMPREV=3819edf
19-
MINIDUMPREVDATE=2023-10-12
18+
MINIDUMPREV=1869d3a0
19+
MINIDUMPREVDATE=2023-10-13
2020

2121
TARFILE="socorro-stackwalker.${MINIDUMPREVDATE}.${MINIDUMPREV}.tar.gz"
2222

0 commit comments

Comments
 (0)