[go-nuts] Re: How to diagnose a stuck program

2021-11-06 Thread Andreas Götz
Sorry if the question was stupid. Happened to find https://stackoverflow.com/questions/42238695/goroutine-in-io-wait-state-for-long-time and looking at pprof profile right now. On Saturday, November 6, 2021 at 10:59:26 AM UTC+1 cpu...@gmail.com wrote: > Developing

[go-nuts] How to diagnose a stuck program

2021-11-06 Thread cpu...@gmail.com
Developing https://github.com/evcc-io/evcc I've recently had a bug report of unresponsive application. Logfile shows, that the program still has alive go routines but the main loop doesn't show up in the logs any more, to it seems stuck. This may be more a Unix than a Go question: can I