Don’t clobber the frame p
Don’t clobber the frame pointer
Don’t clobber the frame pointer
Home – RSS Posted 2024-12-24, updated 2025-01-03 Recently I diagnosed and fixed two frame pointer unwinding crashes in Go. The root causes were two flavors of the same problem: buggy assembly code clobbered a frame pointer. By “clobbered” I mean wrote over the value without saving & restoring it. On…