I have a low-end laptop (Lenovo Ideapad 100s). Sometimes, when I watch a recording of my university lectures, the whole system freezes. I can't move my mouse or use my keyboard. The freeze lasts 20 seconds or more until the system closes all programs itself and logs me out. The videos are approx. 90 minutes long and 300 MB in size. I have only one other program (gedit) open. Sometime I can watch two or three lectures without problems, but other days the laptop freezes more than every ten minutes. I use VLC media player, but the problem also happens with the default video player (Ubuntu 17.10). There's also an automatically generated log file named "core", which appeared in my user directory. It's >70 MB in size and I can't open it with gedit. I would upload it, but my upload speed is way too low (rural Germany).
Thanks for your help.
free -m
andless /var/log/syslog
. – mikewhatever Dec 30 '17 at 13:25free -h
andlspci -nnk | grep -A3 -Fe '[0300]'
?/var/log/syslog
may also hold useful information if you look for the entries that occurred just before the freeze. Thanks. – David Foerster Dec 30 '17 at 20:10