Tagged Dlv

Debugging a Go Deadlock With Delve

April 22, 2025

A simple real world example of debugging a Go application deadlock using delve from the command line. The application is a personal troubleshooting tool I use at work. Everything works as expected after application startup, but hangs after running overnight. Join me as I find out why.

tags: