Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

Possible Duplicate:
What should I do when Ubuntu freezes?

I use ubuntu 11.04 64bits.

Sometimes ubuntu will get stuck that everything paused including mouse,keyboard...etc.

How to know what happened?

How to fix it?

Thank you~

share|improve this question
try memtest and harddisk test. Boot ubuntu CD/USB and select the tests from there. – blade19899 Sep 14 '12 at 8:19
Look at these answers: askubuntu.com/q/48029/83046, askubuntu.com/q/4408/83046. – green7 Sep 14 '12 at 8:21

marked as duplicate by Marco Ceppi Oct 26 '12 at 19:06

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

By "getting stuck" I assume you mean "getting stuck temporarily", the system freezes for a moment, and then the reactivity is back. In my experience, such behavior is caused by extreme high system load, especially IO operations (writing / reading from disk) due to high memory usage and the necessity of using swap.

If this is a thing that happens on a regular basis, I would start monitoring the system load and what programs consume the CPU and memory.

Start by installing indicator-multiload, and let it show not only the cpu, but also memory, load, network. Open a terminal and launch top, which will show list of processes sorted by CPU usage. You can sort it by memory usage by pressing ShiftM.

Alternatively, use gnome-system-monitor.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.