Commit d0649f2
authored
chore: improve ASAN stack trace and symbolization (#475)
Use `allow_addr2line=1` so ASAN falls back to the pre-installed `addr2line`
for symbolization. This avoids LLVM version mismatch issues between the
system `llvm-symbolizer` and nightly Rust's LLVM, and works regardless of
which LLVM version nightly uses. Also enable `force-frame-pointers` for
more complete stack traces.1 parent b43706f commit d0649f2
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
| 40 | + | |
| 41 | + | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
| |||
0 commit comments