On Thu, Feb 23, 2023 at 9:02 AM 'Arsene Gandote' via golang-nuts
<golang-nuts@googlegroups.com> wrote:
>
> I would like to report a memory leak in golog 
> (https://github.com/golang/glog). It seems the repo does not have any issues 
> links.
>
> This is the stack trace:
>
> found unexpected goroutines:
>             [Goroutine 6 in state chan receive, with 
> github.com/golang/glog.(*loggingT).flushDaemon on top of the stack:
>             goroutine 6 [chan receive]:
>             github.com/golang/glog.(*loggingT).flushDaemon(0x0?)
>                 
> /Users/arsene/go/src/github.com/superflat/actors/vendor/github.com/golang/glog/glog.go:882
>             created by github.com/golang/glog.init.0
>                 
> /Users/arsene/go/src/github.com/superflat/actors/vendor/github.com/golang/glog/glog.go:410

Thanks.  This is known and expected, and is not a bug.  It's not a
memory leak, because it doesn't grow over time.  It's a fixed amount
of memory that the package requires.

Ian

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CAOyqgcWCGu2Y00%3DbYw_7_q%2B0PDo6ohcYQ%3DogyHa9HvFTEf7Uqg%40mail.gmail.com.

Reply via email to