[sr-dev] [kamailio/kamailio] Kamailio 5.2.0 - Segmentation fault in libcrypto.so.1.1 (#1860)

Daniel-Constantin Mierla notifications at github.com
Thu Feb 21 15:52:36 CET 2019


Is libcrypto using threads and deals with sockets itself from point of view of closing them? Kamailio is multi-process and at a given moment, only one process is supposed to write to the socket. Moreover, afaik, writing to a closed socket is not causing SIGSEGV.

>From the log messages, it seems an error related to the random number generator from libcrypto.

You should install debugging symbols for libssl/libcrypto and see if you can get more details on the related frames from gdb. Last frame related to kamailio code is no. 11, the first 0..10 frames point to libss/libcrypto, but those have no symbols.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1860#issuecomment-466028508
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20190221/ceec5d38/attachment.html>


More information about the sr-dev mailing list