Posted in

Go原子操作陷阱集:atomic.LoadUint64在非对齐地址上的panic、memory order误用导致竞态(附race detector增强版)

第一章:Go原子操作的本质与边界 … Go原子操作陷阱集:atomic.LoadUint64在非对齐地址上的panic、memory order误用导致竞态(附race detector增强版)Read more

Posted in

Go race detector检测原理源码级还原:thread sanitizer集成、shadow memory布局、sync.Mutex write-after-read标记逻辑

第一章:Go race dete … Go race detector检测原理源码级还原:thread sanitizer集成、shadow memory布局、sync.Mutex write-after-read标记逻辑Read more

Posted in

Go屏障模式倒计时警告:Go 1.23将默认启用strict memory model检查,现在不掌握屏障模式,3个月后CI全面失败

第一章:Go语言屏障模式是什么 … Go屏障模式倒计时警告:Go 1.23将默认启用strict memory model检查,现在不掌握屏障模式,3个月后CI全面失败Read more

Posted in

为什么Go视频服务在K8s中频繁OOMKilled?(cgroup v2 memory.high设置、madvise(MADV_DONTNEED)失效分析)

第一章:Go视频服务在K8s中O … 为什么Go视频服务在K8s中频繁OOMKilled?(cgroup v2 memory.high设置、madvise(MADV_DONTNEED)失效分析)Read more