[GitHub] [incubator-brpc] ChenChuang commented on issue #1428: brpc+用户自定义线程池卡住

2021-06-10 Thread GitBox
ChenChuang commented on issue #1428: URL: https://github.com/apache/incubator-brpc/issues/1428#issuecomment-858611471 已经解决。确实是因为该进程 map count 达到了 /proc/sys/vm/max_map_count 导致 allocate_stack_storage 失败,bthread 都进入了 pthread 模型,最终阻塞在 futex_wait_private -- This is an automated message from

[GitHub] [incubator-brpc] ChenChuang commented on issue #1428: brpc+用户自定义线程池卡住

2021-06-09 Thread GitBox
ChenChuang commented on issue #1428: URL: https://github.com/apache/incubator-brpc/issues/1428#issuecomment-858293322 另外,我们在典型堆栈 [1] frame 4 观察到: (gdb) frame 4 #4 bthread::butex_wait (arg=0x7f84d508e230, expected_value=expected_value@entry=0, abstime=abstime@entry=0x0) at src/bthre