You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by GitBox <gi...@apache.org> on 2020/12/09 10:30:34 UTC

[GitHub] [incubator-brpc] yanwei1983 opened a new issue #1302: dlclose一个链接了brpc的so时,brpc的后台线程未关闭,导致奔溃

yanwei1983 opened a new issue #1302:
URL: https://github.com/apache/incubator-brpc/issues/1302


   **Describe the bug (描述bug)**
   
   
   
   **To Reproduce (复现方法)**
   a.so 动态链接brpc.so
   使用dlopen打开a.so, 正常使用brpc
   使用完毕后, 当使用dlclose关闭a.so时,brpc库不会自动关闭后台线程,导致奔溃
   
   **Expected behavior (期望行为)**
   brpc作为动态库被链接后, 当动态库被释放时,自动关闭后台线程
   
   **Versions (各种版本)**
   OS:
   Compiler:
   brpc:
   protobuf:
   
   **Additional context/screenshots (更多上下文/截图)**
   
   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org


[GitHub] [incubator-brpc] yanwei1983 closed issue #1302: dlclose一个链接了brpc的so时,brpc的后台线程未关闭,导致奔溃

Posted by GitBox <gi...@apache.org>.
yanwei1983 closed issue #1302:
URL: https://github.com/apache/incubator-brpc/issues/1302


   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org