Posted in

【滴滴/字节/腾讯Go团队联合验证】生产环境goroutine泄漏TOP1原因:cancel调用时机错误(占比68.3%,附AST静态检测规则)

第一章:goroutine泄漏的 … 【滴滴/字节/腾讯Go团队联合验证】生产环境goroutine泄漏TOP1原因:cancel调用时机错误(占比68.3%,附AST静态检测规则)Read more

Posted in

Go context取消传播链断裂排查指南:deadline超时丢失、WithValue滥用、cancel函数未调用——金融级系统稳定性保障SOP

第一章:Go context取消 … Go context取消传播链断裂排查指南:deadline超时丢失、WithValue滥用、cancel函数未调用——金融级系统稳定性保障SOPRead more

Posted in

Golang发生啥了?——Go 1.23引入“软终止”context取消机制,旧版cancel函数将被标记为deprecated

第一章:Golang发生啥了? … Golang发生啥了?——Go 1.23引入“软终止”context取消机制,旧版cancel函数将被标记为deprecatedRead more

Posted in

Go context.WithTimeout为何没取消?揭开cancelCtx.cancel函数被GC提前回收的竞态条件(含race detector复现步骤)

第一章:Go context.W … Go context.WithTimeout为何没取消?揭开cancelCtx.cancel函数被GC提前回收的竞态条件(含race detector复现步骤)Read more