VLC can't handle opening an invalid file for repeating. How to reproduce my problem: $ echo "vlc" > file $ vlc -R file VLC constantly tries to open the file and constantly spits out error messages, effectively going into an infinite loop, using up 100% of a processor core and after a few s...