ehds commented on issue #2164: URL: https://github.com/apache/brpc/issues/2164#issuecomment-1651211830
> 加上这个 LSAN_OPTIONS 启动参数,指定忽略检测 leak 的规则文件: ``` LSAN_OPTIONS=suppressions=ignore.txt ``` `ignore.txt` 指定忽略 Server::StartInternal 这个函数的检测 cat ignore.txt : ``` leak:Server::StartInternal ``` -- 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]
