trikker commented on issue #2214: URL: https://github.com/apache/brpc/issues/2214#issuecomment-1535799709
这个问题的结论是void* LogReplicator::RemoveTimeoutNode没有return语句,这种情况下编译器的行为应该是无法预期的,编译时有警告,被我忽略了,加了return NULL之后切换正常了。另外,使用ASAN_OPTIONS=fast_unwind_on_malloc=0可以把previously allocated by thread T27 here的完整堆栈打出来了。 -- 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]
