Sydney said:
I am playing a chess program or doing anything else. All of a sudden
everything stops as if the computer hangs. Then after a while the
processor (computer ? ) restarts and everything returns to normal.
I am running a windows xp OS and the event observer shows no errors or
warnings.
I wonder what it is ?
The words here are important. I suspect you don't mean "restart".
Something like:
Computer was working.
Computer stops for X seconds, screen not updated and so on.
After the X seconds has passed, the computer works as if nothing happened.
So there's no "reset", no "POST", no reboot of the computer.
The period of time "X" is important. If X=15 seconds, it
could be that during a paging operation, the disk drive
had a bad sector, and it took 15 seconds to resolve the
storage problem.
If the time was much longer than that, then I can't guess
as to what it might be.
When an operation fails at kernel level (such as the paging
example I just made up), the OS may be unaware of the loss
of time. The OS may not know it has been unresponsive.
If the storage operation did not complete, it might result
in a "delayed write failure". And then there would be an
entry in the Event Viewer.
Paul