Say for example, one of the cores in a quad core computer overheated and died, would the system compensate by routing all operations to the remaining 3 cores, or would the computer be inoperable? If the system compensates, could it compensate for 3 of 4 cores failing?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|
It largely depends on the exact failure (and the system architecture, but I'll assume you're talking about a standard x86 based system). In short, the system will not function properly - with exact symptoms ranging from appearing to be okay "most of the time" to a complete failure to boot. There is no mechanism to ignore the bad core at run time, and as such anything that attempts to execute there risks failing/corruption/crashing. |
|||
|
|
|
No. Your computer is not supposed to start-up at all if any core has failed. If any core failure is detected at testing and packaging stage, it can be disabled like those AMD 3-core processors. |
|||
|
|