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 2021/11/16 09:01:47 UTC

[GitHub] [incubator-brpc] qhg8809 opened a new issue #1606: 线程池的线程回收退时core在brpc

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


   **Describe the bug (描述bug)**
   pthread_create  创建线程后,线程结束后报如下错误
   此线程并未调用bprc 
   #0  butil::detail::delete_thread_exit_helper (arg=0x7fffe907dc2c) at src/butil/thread_local.cpp:77
   #1  0x00007ffff5543ca2 in __nptl_deallocate_tsd () from /lib64/libpthread.so.0
   #2  0x00007ffff5543eb3 in start_thread () from /lib64/libpthread.so.0
   #3  0x00007ffff440c8dd in clone () from /lib64/libc.so.6
   
   **To Reproduce (复现方法)**
   
   
   **Expected behavior (期望行为)**
   
   
   **Versions (各种版本)**
   OS:centos 7.8 
   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.

To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org

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