LvBay opened a new issue #1295: URL: https://github.com/apache/dubbo-go/issues/1295
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! --> **What happened**: Dubbogo upgraded from 1.4.5 to 1.5.6, there was a goroutine leak **What you expected to happen**: dont leak **How to reproduce it (as minimally and precisely as possible)**: **Anything else we need to know?**: Through the comparison of pprof at different times, I found the leaked stack information ``` 1109 @ 0x442c65 0x40c68f 0x40c30b 0x6d73d6 0x478a01 # 0x6d73d5 github.com/dubbogo/gost/sync.(*taskPoolSimple).worker+0x95 /home/docker/go/pkg/mod/github.com/dubbogo/[email protected]/sync/task_pool.go:304 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
