[go-nuts] cgo keep consuming memory for SysStack until OOM

2021-10-04 Thread Renat Idrisov
Hi All, we use cgo on Linux, because of mips bytecode that is not supported by main go compiler. golang version is 1.16.5, latest release didn't tried. Writing here to make sure what we see is a bug. The application is running for a few days, alive allocations are less than 100MB: # Alloc = 367

[go-nuts] Re: [ANN] sorty

2021-10-04 Thread jfcg...@gmail.com
Hi all, I've released sorty v1.2. Now it natively sorts [][]byte, []float32, []float64, []int, []int32, []int64, []uintptr, []string, []uint, []uint32, []uint64. Also it natively sorts []string and [][]T (for any type T) by length. Cheers.. On Saturday, May 9, 2

[go-nuts] [security] Go 1.17.2 and Go 1.16.9 pre-announcement

2021-10-04 Thread 'Roland Shoemaker' via golang-nuts
Hello gophers, We plan to issue Go 1.17.2 and Go 1.16.9 on Thursday, October 7. These are minor releases that include security fixes to the standard library. Following our new security policy , this is the pre-announcement of those releases. Thanks, Roland on beha