Since about one week my LapTop on Ubuntu 16.04 crashes at random moments when under high cpu load. That is either during Audio Conversion via TAudioConverter / Wine or Chess Analysis with Stockfish or Komodo in SCIDvsPC, so it is not program-specific.
It immidiately shuts down without any sign of warning.
Where can I find a log file to post, so as to give you more information?
gratis@Aurora:~$ lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 238,5G 0 disk ├─sda1 8:1 0 222,6G 0 part / ├─sda2 8:2 0 1K 0 part └─sda5 8:5 0 15,9G 0 part [SWAP] gratis@Aurora:~$ df Filesystem 1K-blocks Used Available Use% Mounted on udev 8153360 0 8153360 0% /dev tmpfs 1634696 9688 1625008 1% /run /dev/sda1 229572820 204352820 13535292 94% / tmpfs 8173468 87072 8086396 2% /dev/shm tmpfs 5120 4 5116 1% /run/lock tmpfs 8173468 0 8173468 0% /sys/fs/cgroup tmpfs 1634696 104 1634592 1% /run/user/1000 gratis@Aurora:~$ free total used free shared buff/cache available Mem: 16346940 3572364 5575488 753016 7199088 11623860 Swap: 16690172 0 16690172 gratis@Aurora:~$ grep -i sensor /var/log/syslog* gratis@Aurora:~$
df
andfree
. – heynnema Nov 21 '16 at 08:12terminal
app from the Unity dashboard, and typelsblk
anddf
andfree
andgrep -i sensor /var/log/syslog*
(4 separate commands), and then copy all of the output to the clipboard, then edit your question here, and paste the output into your question (put<pre>
in front of the beginning of the pasted text, and</pre>
at the end). Also, do you run your laptop on battery, or AC power? – heynnema Nov 22 '16 at 15:51