On Monday, 29 October 2012 03:50:04 UTC, Dmitry Vyukov wrote:
$ go test -blockprofile=prof
will show where goroutines are blocked.
The functionality is not yet in any release, so you will need to install
tip.
Fantastic! That sounds perfect.
$ go test -blockprofile=prof
will show where goroutines are blocked.
The functionality is not yet in any release, so you will need to install
tip.
Fantastic! That sounds perfect.