sylar-yin / sylar

C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServer模块,Websocket模块,Https模块等, Smtp邮件模块, MySQL, SQLite3, ORM,Redis,Zookeeper)

Home Page:http://www.sylar.top

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenSSL 1.1.1g Coredown

hankai17 opened this issue · comments

In OpenSSL 1.1.1g Coredown.

(gdb) bt
#0  0x0000000000000000 in ?? ()
#1  0x00007f0f4a931b5c in do_io<long (*)(int, void*, unsigned long), void*&, unsigned long&> (fd=3, fun=0x0, hook_fun_name=0x7f0f4a9a51c1 "read", event=1, timeout_so=20) at /root/sylar/hook.cc:81
#2  0x00007f0f4a92fe22 in read (fd=3, buf=0x7fff097d4b06, count=2) at /root/sylar/hook.cc:314
#3  0x00007f0f49cb10bd in OPENSSL_init_library () from /usr/lib64/libcrypto.so.1.1
#4  0x00007f0f4ac18d2a in call_init.part () from /lib64/ld-linux-x86-64.so.2
#5  0x00007f0f4ac18e2a in _dl_init () from /lib64/ld-linux-x86-64.so.2
#6  0x00007f0f4ac0a06a in _dl_start_user () from /lib64/ld-linux-x86-64.so.2
#7  0x0000000000000001 in ?? ()
#8  0x00007fff097d5176 in ?? ()
#9  0x0000000000000000 in ?? ()
[root@192 ~]# cat /etc/redhat-release 
CentOS Linux release 8.0.1905 (Core) 
[root@192 ~]# uname -a
Linux 192.168.1.6 4.18.0-80.el8.x86_64 #1 SMP Tue Jun 4 09:19:46 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
[root@192 ~]# openssl version
OpenSSL 1.1.1g FIPS  21 Apr 2020

So strange in openssl lib.