Attempting to repeat an invalid file: VLC gets unresponsive
Posted: 29 Jul 2014 03:41
VLC can't handle opening an invalid file for repeating. How to reproduce my problem:
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 seconds X server hangs
I tested this on a win-7. It is a problem on there too, it won't freeze the whole thing but VLC still becomes unresponsive and uses up all 100% of cpu.
Code: Select all
$ echo "vlc" > file
$ vlc -R file
I tested this on a win-7. It is a problem on there too, it won't freeze the whole thing but VLC still becomes unresponsive and uses up all 100% of cpu.