freeswitch
freeswitch copied to clipboard
mod_timerfd: Fixed - continue timer loop after receiving a SIGSTOP
When taking a snapshot of a machine which pauses the process, mod_timerfd runtime thread exits, causing all channels to wait indefinitely.
Check errno == EINTR
and continue the timer loop.