pluswu commented on issue #1335: URL: https://github.com/apache/incubator-brpc/issues/1335#issuecomment-768246895
本质还是静态数据初始化 多线程与fork顺序不确定性导致的 暂时通过将默认bvar延迟到main函数之后初始化规避这个问题 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
