-
Notifications
You must be signed in to change notification settings - Fork 633
Description
After compiling opensips with openssl-devel-1:1.1.1c, I can't start opensips without crash during startup.
If opensips in debug mode , a crash does not occur.
The same behaviour in opensips 2.4.x and 3.0.x.
If I compile with openssl-1.0.2u , there is no problem at the moment of startup.
#0 fm_free (fm=0x7f839eb2b000, p=0xa, file=0x7f839e3afb80 "crypto/bn/bn_lib.c", func=0x7f839e923770 <FUNCTION.29172> "os_free", line=150)
at mem/f_malloc_dyn.h:231
#1 0x00007f839e91650d in _shm_free (line=150, function=, file=0x7f839e3afb80 "crypto/bn/bn_lib.c", ptr=0xa) at ../../mem/shm_mem.h:448
#2 os_free (ptr=0xa, file=0x7f839e3afb80 "crypto/bn/bn_lib.c", line=150) at tls.h:121
#3 0x00007f839e24a1f8 in BN_clear_free () from /lib64/libcrypto.so.1.1
#4 0x00007f8399c23945 in ssh_dh_finalize.part () from /lib64/libssh.so.4
#5 0x00007f8399c155fd in libssh_destructor () from /lib64/libssh.so.4
#6 0x00007f83c3f480e6 in _dl_fini () from /lib64/ld-linux-x86-64.so.2
#7 0x00007f83c357406c in __run_exit_handlers () from /lib64/libc.so.6
#8 0x00007f83c35741a0 in exit () from /lib64/libc.so.6
#9 0x000000000049150e in daemonize (name=, own_pgid=own_pgid@entry=0xa5a7e8 <own_pgid>) at daemonize.c:250
#10 0x0000000000418d0a in main (argc=, argv=0x7ffc6379a888) at main.c:1327