13

Will the computer just freeze or will it display a error message like BSoD?

SusanW
  • 185
userino
  • 392

2 Answers2

11

Its called a kernel panic. Linux usually doesn't get kernel panic because it is very good at handling hardware (What led you to ask this question). In some cases Linux might get kernel panics if you have malfunctioning hardware. In such cases your system will cease to work, producing an error similar to below:

enter image description here

Naveen
  • 9,365
  • 11
  • 43
  • 70
  • 4
    Not just hardware. Missing core files and terrible configurations can also cause kernel panics. So can drivers (b43, looking at you) and just running out of memory. – Kaz Wolfe Dec 14 '14 at 11:26
  • 1
    Widely covered in [https://en.wikipedia.org/wiki/Screen_of_death] – ellisistfroh Feb 17 '16 at 18:45
  • @KazWolfe Those Broadcam WiFi cards mostly do it.It also flashes the caps lock and scroll lock (if you PC has a light) – Suici Doga Jul 21 '16 at 04:11
  • 2
    In some case, the GUI freezes and you can't switch to a console. The only clue you got if the blinking LED of the CAPS lock key telling you the kernel panicked. – solsTiCe Oct 03 '16 at 08:09
6

Sometimes you even got a stack trace like this example back in 2012 when I simply unplug my phone and got this crash:

kernel panick with stack trace

solsTiCe
  • 9,231