Álex Sáez 59d9aeee99
proc: fix SP calculation for sigpanic frames on arm64 (#4319)
* proc: fix SP calculation for sigpanic frames on arm64

Without this fix, stack traces from linux/arm64 core dumps showed SP
values that differed from the runtime's panic output.

Fixes #3591

* Update withCoreFile
2026-04-30 12:01:49 -07:00
..