wwbmmm commented on issue #1687: URL: https://github.com/apache/incubator-brpc/issues/1687#issuecomment-1024852182
对,这两个地方的原理都是类似的,就是先判断一下非空,是的话再加锁。这个实际上是安全的,但确实会引发检查器报错。 最后的crash,看起来是TSAN和bthread不兼容导致的,bthread的堆栈是从0这个地址开始的,估计TSAN的遍历堆栈的时候没有处理这种情况 -- 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]
