serverglen commented on issue #1726: URL: https://github.com/apache/incubator-brpc/issues/1726#issuecomment-1078645004
> > bvar中有一些常驻线程,应该是程序退出的时候有些变量被释放掉了,这些线程在跑的时候就会出core。 > > 触发的原因可以暂时通过规范用户使用bvar的方式规避吗?比如正确的hide, 销毁bvar..... 看起来不行,其实只要在main函数退出的时候能及时将常驻线程stop掉就可以了。 -- 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]
