leaf-potato commented on issue #2318:
URL: https://github.com/apache/brpc/issues/2318#issuecomment-1637030172

   其他UT也有类似问题 ,brpc_ssl_unittest`运行错误:
   ```
   [==========] Running 5 tests from 1 test case.
   [----------] Global test environment set-up.
   [----------] 5 tests from SSLTest
   [ RUN      ] SSLTest.sanity
   W0716 17:00:42.435997 1733130 
/home/leaf-potato/Open-Source/brpc/src/brpc/server.cpp:1968] Duplicate 
certificate hostname=cert1
   W0716 17:00:42.436084 1733130 
/home/leaf-potato/Open-Source/brpc/src/brpc/server.cpp:1968] Duplicate 
certificate hostname=cert1
   I0716 17:00:42.442796 1733130 
/home/leaf-potato/Open-Source/brpc/src/brpc/server.cpp:1127] 
Server[EchoServiceImpl] is serving on port=8613.
   I0716 17:00:42.599956 1733130 
/home/leaf-potato/Open-Source/brpc/src/brpc/server.cpp:1130] Check out 
http://dev-ubuntu:8613 in web browser.
   F0716 17:00:42.608247 1733141 
/home/leaf-potato/Open-Source/brpc/src/bthread/task_group.cpp:574] 
Recursively(1) call sched_to(0xaaaad7326d80)
   I0716 17:00:42.608291 1733136 
/home/leaf-potato/Open-Source/brpc/src/bthread/fd.cpp:330] Use DEL+ADD instead 
of EPOLLONESHOT+MOD due to kernel bug. Performance will be much lower.
   F0716 17:00:42.609952 1733141 
/home/leaf-potato/Open-Source/brpc/src/bthread/task_group.cpp:574] 
Recursively(1) call sched_to(0xaaaad7326d80)
   F0716 17:00:42.614055 1733141 
/home/leaf-potato/Open-Source/brpc/src/bthread/task_group.cpp:574] 
Recursively(1) call sched_to(0xaaaad7326d80)
   F0716 17:00:42.615524 1733137 
/home/leaf-potato/Open-Source/brpc/src/bthread/task_group.cpp:574] 
Recursively(1) call sched_to(0xaaaad7326780)
   F0716 17:00:42.615918 1733140 
/home/leaf-potato/Open-Source/brpc/src/bthread/task_group.cpp:574] 
Recursively(1) call sched_to(0xaaaad7326c00)
   F0716 17:00:42.617769 1733135 
/home/leaf-potato/Open-Source/brpc/src/bthread/task_group.cpp:574] 
Recursively(1) call sched_to(0xaaaad7326480)
   F0716 17:00:42.618183 1733138 
/home/leaf-potato/Open-Source/brpc/src/bthread/task_group.cpp:574] 
Recursively(1) call sched_to(0xaaaad7326900)
   F0716 17:00:42.618773 1733139 
/home/leaf-potato/Open-Source/brpc/src/bthread/task_group.cpp:574] 
Recursively(1) call sched_to(0xaaaad7326a80)
   F0716 17:00:42.619078 1733139 
/home/leaf-potato/Open-Source/brpc/src/bthread/task_group.cpp:574] 
Recursively(2) call sched_to(0xaaaad7326a80)
   ```
   
   相同的版本使用clang编译后运行没有问题,比较奇怪。不知道跟之前这个https://github.com/apache/brpc/issues/845 
问题是否类似


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to