waruto210 commented on issue #3239: URL: https://github.com/apache/brpc/issues/3239#issuecomment-4023246071
> coredump在下面这一行,id是一个uint64_t类型的,很奇怪 > > ``` > LOG(FATAL) << "Invalid VRefId=" << id; > ``` 应该是LOG(FATAL)主动进行的abort导致了coredump,但我疑惑的是,为什么会走到LOG(FATAL)这里 -- 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]
