I had this problem since i switched to linux (ubuntu). I am using Ubuntu for more than half a year, and I allways had this problem. It doesnt appear very often, but it will appear at least every once a week. It happens randomly, when I open a program, Ubuntu crashes and can't recover at all (Not even with Ctrl + Alt + F2). Before it crashes, the monitor blinks for less than a second, and everything freezes. I can't even controll the mouse. The system doesn't respond at all, and only thing I can do is turn it off on button.
Edit:
ls -alt /var/crash
total 20900
-rw------- 1 whoopsie whoopsie 0 јул 4 04:23 _opt_google_chrome_chrome.1000.uploaded
drwxrwsrwt 2 root whoopsie 4096 јул 4 04:23 .
-rw-rw-r-- 1 mile whoopsie 0 јул 4 04:23 _opt_google_chrome_chrome.1000.upload
-rw-r----- 1 mile whoopsie 18834361 јул 4 04:23 _opt_google_chrome_chrome.1000.crash
-rwxrwxrwx 1 root whoopsie 0 јул 4 04:21 .lock
-rw-r----- 1 mile whoopsie 2551993 јул 1 18:36 _usr_lib_unity-settings-daemon_unity-settings-daemon.1000.crash
drwxr-xr-x 15 root root 4096 апр 22 02:38 ..
free -h
total used free shared buff/cache available
Mem: 3,9G 1,9G 1,0G 151M 971M 1,5G
Swap: 4,0G 325M 3,7G
swapon -s
Filename Type Size Used Priority
/dev/sda5 partition 4191228 333104 -1
cat /etc/fstab
UUID=9695a0cd-6a66-4156-a506-3f2444669560 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=a7057283-8830-4f79-ad49-f8bfcb937ba3 none swap sw 0 0
terminal
output ofls -alt /var/crash
andfree -h
andswapon -s
andcat /etc/fstab
. Please copy/paste this output into your question, not the comments, please. Do you have a Intel Bay Trail processor? Start new comments to me with@heynnema
or I may miss them. – heynnema Jul 04 '17 at 20:53free -h
command regularly and watch how much swap space gets used. We may have to increase swap space. Keep me posted. – heynnema Jul 07 '17 at 17:51top
command? – heynnema Jul 07 '17 at 17:54free -h
command run semi-frequently will tell us if memory/swap is fully/over utilized. Thetop
command, running all the time in a terminal window, will tell us if some application/process is all of a sudden consuming 100%+ of the CPU time. Temporarily turn off all startup applications, and log out/in. What video driver/version are you running? – heynnema Jul 08 '17 at 00:23free -h
andtop
, and turning off startup apps. – heynnema Jul 08 '17 at 15:13top
command all the time, and I noticed that my swap memory is allways 0% used. – mile-panic Jul 08 '17 at 19:14dpkg -l *nvidia* | grep ii
anddpkg -l *microcode* | grep ii
. Swap will start to get used as you open multiple apps, and/or have multiple tabs open in your browser. OpenSoftware & Updates
, Additional Drivers tab, and tell what you see there. Do you know how to view/var/log/syslog
? – heynnema Jul 08 '17 at 19:21ii nvidia-304 304.135-0ubuntu0.16.04.1 amd64 NVIDIA legacy binary driver - version 304.135 ii nvidia-current 304.135-0ubuntu0.16.04.1 amd64 Transitional package for nvidia-current ii nvidia-opencl-icd-304 304.135-0ubuntu0.16.04.1 amd64 NVIDIA OpenCL ICD ii nvidia-settings 361.42-0ubuntu1 amd64 Tool for configuring the NVIDIA graphics driver
– mile-panic Jul 10 '17 at 17:55ii intel-microcode 3.20151106.1 amd64 Processor microcode firmware for Intel CPUs
– mile-panic Jul 10 '17 at 17:55htop
command, and it seems that very often 1 CPU core gets on 100%, and the system kinda slows down a little until core usage gets lower. It didn't freeze yet, but i think that is the reason – mile-panic Jul 11 '17 at 12:56