[FFmpeg-trac] #9206(undetermined:new): ffmpeg goes into interruptible sleep because of temporary network problem and can not recover

FFmpeg trac at avcodec.org
Wed Apr 28 13:16:47 EEST 2021


#9206: ffmpeg goes into interruptible sleep because of temporary network problem
and can not recover
-------------------------------------+-------------------------------------
             Reporter:  Jarno Suni   |                    Owner:  (none)
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
                                     |  undetermined
              Version:  unspecified  |               Resolution:
             Keywords:  http         |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
Comment (by Jarno Suni):

 {{{
 % sudo strace -p <pid_of_ffmpeg>
 }}}

 keeps telling

 strace: Process 9747 attached
 restart_syscall(<... resuming interrupted read ...>) = 0
 poll([{fd=3, events=POLLIN}], 1, 100)   = 0 (Timeout)
 poll([{fd=3, events=POLLIN}], 1, 100)   = 0 (Timeout)
 poll([{fd=3, events=POLLIN}], 1, 100)   = 0 (Timeout)
 .
 .
 .
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/9206#comment:5>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list