diff --git a/client/client.go b/client/client.go index 6909694..a8720b7 100644 --- a/client/client.go +++ b/client/client.go @@ -13,6 +13,7 @@ import ( "path" "path/filepath" "reflect" + "runtime/debug" "sort" "strconv" "strings" @@ -442,6 +443,8 @@ func NewClient(standalone bool) (HoustonClient, error) { } func (hc *houstonClient) Start() { + debug.PrintStack() + // receive from stream defer func() { hc.wg.Wait()