summarylogtreecommitdiffstats
path: root/fix-gpu-watch-stack-overflow.patch
AgeCommit message (Collapse)Author
2026-03-07Fix GPUWatchGet stack overflow: heap-allocate aga_gpu_watch_info_tSteamedFish
aga_gpu_watch_info_t is ~2.3 MB (128 GPUs * 65 attrs * ~272 bytes each). Allocating it on the gRPC worker thread stack causes an immediate stack overflow on entry to GPUWatchGet, manifesting as a crash/EOF disconnect when running 'gpuctl show gpu-watch'. Move to heap via std::make_unique. Bump pkgrel to 2.