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
199 stars 14 forks source link

Transcode crashes occasionally #5

Closed nschlia closed 5 years ago

nschlia commented 6 years ago

Transcode crashes on a regular basis, creating a core file.

nschlia commented 6 years ago

Fixed.

nschlia commented 5 years ago

Crashes still occur, seems to be a synchronisation issue: The cache is being accessed after it had been invalidated causing memory protection faults (because the memory areas have already been freed).