[sr-dev] [kamailio/kamailio] sqlops cause infinite loop if database server is unreachable (#1690)

David Minh Phan notifications at github.com
Fri Oct 26 14:45:21 CEST 2018


You are right. It stopped printing (and stop running too) after ~70 seconds after being started. 

I guess it tried to connect to the database and the socket get closed immediately by the OS and the handle to the socket became invalide. However, the handle was still used in some epoll_wait call and caused the epoll_wait function to return immediately, instead of waiting for the delay provided in argument...

-- 
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/1690#issuecomment-433395192
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20181026/da4c3983/attachment.html>


More information about the sr-dev mailing list