Talk:Kernel panic

Latest comment: 1 month ago by 89.242.146.181 in topic “Recurring kernel panic”

This Link seems to be broken: http://resource.intel.com/telecom/support/tnotes/tnbyos/2000/tn062.htm —Preceding unsigned comment added by 193.108.138.54 (talk) 14:06, 8 October 2007 (UTC)Reply

Why the redirect? Windows BSOD has its own page. Compie 10:19, 24 Oct 2004 (UTC)

Because no-one has written a more specific article yet. If there is enough information available, please do so. T.P.K. 10:12, 24 Oct 2004 (UTC)

Remove references to OSX? edit

I don't think there should be a mention of OSX. "It Just Works", so obviously someone is just making up a rumor about Macs crashing. —Preceding unsigned comment added by 24.8.147.178 (talk) 00:31, 31 October 2007 (UTC)Reply

I have been dealing with an iMac that has a Kernel Panic… your statement is false sir. — Preceding unsigned comment added by 75.167.89.82 (talk) 19:15, 5 April 2013 (UTC)Reply
Yes, it's definitely false. There are places to show how peeved you are about people saying "Macs don't crash", but Talk:Kernel panic isn't one of them. Guy Harris (talk) 19:30, 5 April 2013 (UTC)Reply

Kernel panic of death edit

Anonymous user from 82.182.82.20 (Talk) cut-pasted and redirected this article to "Kernel panic of death" (diff). I reverted it, however, since it was unexplained and I doubt that's the correct term to use. Mysid (talk) 12:36, 5 October 2005 (UTC)Reply

Late to the game, but... that would be a very odd usage indeed. Haikupoet 03:22, 26 November 2006 (UTC)Reply

kernel panic linux edit

i have a mandrake on qemu.Just tell me how i have to fuck up the kernel in order to have a nice kernel panic.--Pixel ;-) 16:15, 27 August 2006 (UTC)Reply

set init as an unusable ELF binary ;) —Preceding unsigned comment added by 200.63.229.70 (talkcontribs)

"Invincible" OS X edit

So, the "Mighty" OS X is vulnerable? in your face, Windows bashers! (comment made back when i was 50% more biased towards mac. Now i'm only Biased towards their commercials.) system 6-9 on, Maiq the liar 22:47, 15 May 2007 (UTC)Reply

Go back and re-read your Gödel, Escher, Bach. It's impossible to make a 100% invulnerable OS. (Really.) :-)
(And here's a memorable short story: "The Stopping Problem", by John Reilly - [1]) -- Writtenonsand (talk) 12:10, 8 January 2008 (UTC)Reply

Picture edit

We need a better picture! —Preceding unsigned comment added by 24.6.156.190 (talkcontribs)

Merge with Screens of Death? edit

I'm curious as to why this page contains the tag to merge it with the screens of death; kernel panic seems to be the more technical term for that, so shouldn't screens of death be merged into kernel panic, rather than the other way around?? Of course, I say this thinking that all screens of death result from kernel panic. QuantumAmyrillis (talk) 20:29, 28 July 2008 (UTC)Reply

"Kernel panic" is terminology specific to UNIX and UNIX-like OSs. "Screens of death" are more generic and can be associated with other OSs and embedded systems. I don't see the need to merge. Letdorf (talk) 09:26, 29 July 2008 (UTC).Reply
  • Oppose merging, it's not a "screen", it's a whole concept. Adamantios (talk) 19:12, 2 September 2008 (UTC)Reply
  • Oppose, same as Adamantios. --arny (talk) 03:32, 4 September 2008 (UTC)Reply

Control-Alt-Delete after a panic edit

Why can't one Control-Alt-Delete#Linux after a kernel panic? Why must we walk over to the box and press the reset button instead? Jidanni (talk) 00:39, 11 June 2009 (UTC)Reply

  • You would have to talk to Linus about that. It's an OS function and I think it's actually trapped by the GUI if you're running X. Haikupoet (talk) 05:10, 11 June 2009 (UTC)Reply
  • At risk of talking about the subject, not the article, for Linux if you use
echo 10 > /proc/sys/kernel/panic  
the kernel will try to reboot the machine 10 seconds after it panics [2]. Failing that, Alt-SysRq-b might work, see Magic_SysRq_key. X blocks Ctrl-Alt-Delete, if X crashes, or the kernel crashes when X is running then Ctrl-Alt-Delete remains blocked. CS Miller (talk) 14:55, 20 August 2009 (UTC)Reply

So that you have an opportunity to see the panic stack on the console. It doesn't always get logged, for example if the issue is in the disk subsystem. Yworo (talk) 16:06, 20 August 2009 (UTC)Reply

Regarding the Mac bit, seriously edit

Why is OSX mentioned at all? It falls under the Unix/Unix-like OS category mentioned at the start. The information in that section strikes me as completely irrelevant, and could be added for any Unix OS. 130.88.254.61 (talk) 23:51, 17 November 2010 (UTC)Reply

Mac OS X has a distinctive visual indication of a kernel panic which is quite different from the typical console output in other kinds of Unix. Regards, Letdorf (talk) 12:34, 18 November 2010 (UTC).Reply

Snow Leopard edit

I have recently got a kernel panic in snow leapord (10.6.6) and it looks completely different from the leapard one. It was white text on black and overwrote the top left part of my screen.(like this) It also contained more diagnostic information and was only in English. The gray box with the instructions to restart seems to not appear every time (google)--Walkerm930 (talk) 03:48, 20 January 2011 (UTC)Reply

The kernel panic message in your picture is not specific to 10.6: I've seen similar in 10.5 and Apple's support article about panics [3] also depicts a similar display for 10.0 to 10.1.5. It would seem that sometimes a panic will result in the "You need to restart your computer" box, and sometimes you just get the raw Darwin console output overwriting the screen like in your photo. Regards, Letdorf (talk) 23:16, 20 January 2011 (UTC).Reply
You probably have the "Disable graphical panic dialog" flag set in the NVRAM debugging flags; that's a useful flag for people doing kernel development. See Apple's list of NVRAM debugging flags. Guy Harris (talk) 19:18, 20 November 2011 (UTC)Reply
I've had this exact problem. I got a kernel panic, just by starting safari after a boot, and it had the same black text on the top left of the screen. 70.196.4.168 (talk) 15:30, 28 October 2012 (UTC)Reply

What does "not syncing" mean in kernel panics? edit

What exactly does "not syncing" mean in a kernel panic? — Preceding unsigned comment added by William Pina (talkcontribs) 02:11, 11 June 2014 (UTC)Reply

It presumably means "not syncing", i.e. not writing out data in kernel file system buffers to the file system. As the article indicates in the example Version 6 Unix panic code, it, at least, would always sync out that data when panicking. Guy Harris (talk) 02:50, 11 June 2014 (UTC)Reply

External links modified edit

Hello fellow Wikipedians,

I have just modified one external link on Kernel panic. Please take a moment to review my edit. If you have any questions, or need the bot to ignore the links, or the page altogether, please visit this simple FaQ for additional information. I made the following changes:

When you have finished reviewing my changes, you may follow the instructions on the template below to fix any issues with the URLs.

 Y An editor has reviewed this edit and fixed any errors that were found.

  • If you have discovered URLs which were erroneously considered dead by the bot, you can report them with this tool.
  • If you found an error with any archives or the URLs themselves, you can fix them with this tool.

Cheers.—InternetArchiveBot (Report bug) 03:30, 9 December 2017 (UTC)Reply

Worked, but the forum post it links to says nothing about init terminating causing a kernel panic, it just points to a USENET posting that does say something about that, so I replaced it with a {{cite newsgroup}} citation that points directly to the USENET posting. Guy Harris (talk) 04:40, 9 December 2017 (UTC)Reply

Article too Technical for Average User edit

The technical nature of this page far exceeds the comprehension of an average Wikipedia user. I came here via Google’s top hit for the search “what is a kernel panic”. If I have to ask this question in the first place, it indicates my lack of technical knowledge. Either this page needs to be dumbed down, or a less technical companion page needs to be added for the average user.

This probably is not the correct place to add this comment, but I’ve searched the mobile app in vain for a place to enter a general comment. Jules820 (talk) 22:19, 5 July 2019 (UTC)Reply

The correct place to add a comment, general or otherwise, about an article is on its talk page, so this is the correct place to add it.
The article answers the question "what is a kernel panic?". It's a technical concept, and explaining what it really means requires at least some level of technical understanding. The lede - i.e., the part that comes before the individual sections - is the place where the less-technical explanation would go; perhaps we could simplify the first paragraph of the lede, but eventually the article should get into technical details.
If somebody searches for "what is a kernel panic" because they're curious what it means, this is the right place. If they're searching for it because they want to know what to do about a kernel panic on their machine, that's a topic better addressed somewhere other than Wikipedia. Guy Harris (talk) 00:56, 6 July 2019 (UTC)Reply

macOS 13 Ventura new kernel panic message edit

As I was scrolling over different macOS kernel panic messages on Google Images, I discovered a new kernel panic message where the second instance of the word "a" for the English message was replaced with "any" [4]. The text in the German translation was also revised, and the standby symbol behind the text was shrunk. This kernel panic message probably belongs to macOS Ventura and later versions, but I have found no evidence to confirm that that particular KP reboot message is also used in the current macOS release, macOS Sonoma. Here is a comparison:

  • OS X 10.8-macOS 12:
    • English: "Your computer restarted because of a problem. Press a key or wait a few seconds to continue starting up."
    • German: „Ihr Computer wurde aufgrund eines Problems neu gestartet. Drücken Sie zum Fortfahren eine Taste oder warten Sie einige Sekunden.”
  • macOS 13 and later (probably):
    • English: "Your computer restarted because of a problem. Press any key or wait a few seconds to continue starting up."
    • German: „Dein Computer wurde wegen eines Problems neu gestartet. Drücke eine Taste oder warte einige Sekunden, um fortzufahren.”

203.132.95.136 (talk) 03:39, 7 October 2023 (UTC)Reply

“Recurring kernel panic” edit

I don’t think that there is such a thing, as there is almost no proof or citations on the internet. 89.242.146.181 (talk) 13:07, 10 March 2024 (UTC)Reply