1
0
mirror of https://github.com/google/gops.git synced 2025-02-19 19:59:55 +02:00
Cezar Sá Espinola ad978d77e6 agent: avoid truncating stacktrace if it's bigger than 64kb (#29)
Using pprof.Lookup("goroutine") instead of runtime.Stack directly
because the former already takes care of expanding the buffer used with
runtime.Stack until it's big enough for the stack.
2017-01-13 12:27:22 -08:00
..