zhijunfu commented on issue #1125: URL: https://github.com/apache/incubator-brpc/issues/1125#issuecomment-645728694
> > 那可能还不太一样,我这边遇到过两个问题: > > > 一个是C++的程序,是因为ignore了SIGTERM,错误现象和你的一样,后来解决掉了; > > > 另外一个是java里面load C++的so,然后报了这个issue里面的错误,还没有找到原因 > > 我这边没有用到java。c++的话你说的ignore了sigterm是值没有自己处理sigterm吗? oops,我说错了,是ignore了SIG_CHLD,就是设置了SIG_IGN,因为现在brpc用的popen和子进程交互,如果ignore了这个signal的话,pclose的时候会失败 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
