Open fuchencong opened 2 years ago
Can someone comment on the issue. It's produced on our product environment
Can you please see if you can reproduce with latest of everything? There are some similar issues fixed in later version of engine and nginx. (not sure about exact version)
QAT Engine v0.6.15 QAT driver: QAT.L.4.18.1-00001 async mode Nginx : v0.4.7
@Yogaraj-Alamenda Thank you for you reply. Can you help to provide more information about the bug. When will the issue be triggered? So I can reproduce the issue and ensure the latest version can fix the issue.
@Yogaraj-Alamenda BTW, we not use async mode Nginx, we use Tengine, which also provide asynchronous mode OpenSSL. You can refer to http://tengine.taobao.org/document/tengine_qat_ssl.html
I have the same problem. I found is show after reload nginx.
Environment Information
Issue
Nginx worker CPU usage 100%
What I found
After gdb the process, I got stack as below:
I check the code of function
qat_prf_tls_derive
:0
From dmesg, nginx used to encounter memory allocation failure problem. Unable to determine if it is related to the infinite loop issue.
Nginx error log:
Need help