-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Description
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 (更多上下文/截图)