nschlia / ffmpegfs

FUSE-based transcoding filesystem with video support from many formats to FLAC, MP4, TS, WebM, OGG, MP3, HLS, and others.
https://nschlia.github.io/ffmpegfs/
GNU General Public License v3.0
196 stars 14 forks source link

Frame Sets: Occasional lock ups #145

Open nschlia opened 1 year ago

nschlia commented 1 year ago

The frame set checks occasionally lock up, causing the ffmpegfs process to stop responding. Access mutex race conditions are likely. The process does not terminate, the "make check" process stays forever.

The issue appears to have existed for some time, but it has become more visible now that others have been resolved.

Happens with testframeset* checks only, mostly with png.

test_frameset_png.log test_frameset_png_builtin.log