mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-13 08:04:53 +00:00
897ea01d5f
* debug: Use pprof goroutine writer in debug.Stacks() to ensure all goroutines are captured. * Up to 64MB limit, previous code only captured first 1MB of goroutines. * internal/debug: simplify stacks handler * fix typo * fix pointer receiver