[go-nuts] OS thread leak on ARM

2016-11-04 Thread Dave Cheney
Are you able to post a piece of sampl code which reproduces the problem? -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com.

[go-nuts] OS thread leak on ARM

2016-11-04 Thread David Sharp
I have a program that appears to be leaking OS threads on ARM (raspberry pi). Watching the number of goroutines using runtime.NumGoroutine() shows that they are staying mostly constant. But ps -eLf shows the number of threads gradually increasing as well as the resident and virtual memory use