CodeZHXS opened a new issue, #3031: URL: https://github.com/apache/brpc/issues/3031
**Describe the bug** In `TaskTracer::SignalTrace`, we put a `Result*` in `SignalSync`, but if `SignalTrace` timeout, `Result` will be delete. This may cause memory access problem in the `SignalHandler` thread. I think it will be good if we store pcs by `std::vector<void *>` **Versions** brpc: 1.13 -- 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]
