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

FFmpeg trac at avcodec.org
Sat Jun 5 16:34:16 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 ZhenWang):

 I ran into the same problem.
 ----

 {{{
 poll([{fd=3, events=POLLIN}], 1, 100)   = 1 ([{fd=3, revents=POLLIN}])
 recvfrom(3, "\0\5\300", 3, 0, NULL, NULL) = 3
 poll([{fd=3, events=POLLIN}], 1, 100)   = 1 ([{fd=3, revents=POLLIN}])
 recvfrom(3,
 "\200`V\322e at k\216\315\v\371_|\1\255\372\376\31R\364;\221\2323y\275\r\323\262\231.\324"...,
 1472, 0, NULL, NULL) = 1472
 poll([{fd=3, events=POLLIN}], 1, 100)   = 1 ([{fd=3, revents=POLLIN}])
 recvfrom(3, "$", 1, 0, NULL, NULL)      = 1
 poll([{fd=3, events=POLLIN}], 1, 100)   = 1 ([{fd=3, revents=POLLIN}])
 recvfrom(3, "\0\5\300", 3, 0, NULL, NULL) = 3
 poll([{fd=3, events=POLLIN}], 1, 100)   = 1 ([{fd=3, revents=POLLIN}])
 recvfrom(3,
 "\200`V\323e at k\216\315\v\371_|\1\\\303\306\22\247\311\313\236Q\0179\333y\37\32X<\212"...,
 1472, 0, NULL, NULL) = 1472
 poll([{fd=3, events=POLLIN}], 1, 100)   = 1 ([{fd=3, revents=POLLIN}])
 recvfrom(3, "$", 1, 0, NULL, NULL)      = 1
 poll([{fd=3, events=POLLIN}], 1, 100)   = 1 ([{fd=3, revents=POLLIN}])
 recvfrom(3, "\0\2\30", 3, 0, NULL, NULL) = 3
 poll([{fd=3, events=POLLIN}], 1, 100)   = 1 ([{fd=3, revents=POLLIN}])
 recvfrom(3,
 "\200\340V\324e at k\216\315\v\371_|A\206\230Q[\274\0k\314\235W\206\201\2554\252)D\326"...,
 536, 0, NULL, NULL) = 536
 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)
 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)
 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)
 poll([{fd=3, events=POLLIN}], 1, 100)   = 0 (Timeout)

 }}}
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/9206#comment:11>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list