Skip to content

Instantly share code, notes, and snippets.

View workturnedplay's full-sized avatar

workturnedplay

View GitHub Profile
@workturnedplay
workturnedplay / Go.lang.md
Last active April 28, 2026 02:50
why not X lang

Why not Go lang?

(Claude Code; Opus 4.6)

Windows Stack Memory Corruption Investigation

Summary

Runtime stack memory corruption on Windows amd64 causes a DEP violation (Exception 0xc0000005 code 0x8) when a goroutine jumps to a corrupted return address. The corruption always overwrites the high 32 bits of a return address, replacing a valid code pointer (e.g. 0x00007ff6XXXXXXXX) with a value whose high 32 bits are a