freeswitch icon indicating copy to clipboard operation
freeswitch copied to clipboard

mod_timerfd: Fixed - continue timer loop after receiving a SIGSTOP

Open ar45 opened this issue 8 months ago • 1 comments

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.

ar45 avatar Jun 05 '24 21:06 ar45