LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-20-2016, 02:20 AM   #1
shazhangwa
LQ Newbie
 
Registered: Sep 2016
Posts: 1

Rep: Reputation: Disabled
Kernel panic: Aiee, killing handler!


Computer can't start with below error:
code: 0f 0b 89 7c 24 04 c7 04 24 01 00 00 00 8b 44 24 04 25 f0 01
Kernel panic: Aiee, killing handler! Ininterrupt handler - not syncing

TKS

Last edited by shazhangwa; 09-20-2016 at 02:37 AM. Reason: more information
 
Old 09-20-2016, 03:44 AM   #2
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Hello and welcome to the forum

Please note this forum is for introductions only. I have asked a moderator to move your thread to an appropriate forum.

Regards...
 
Old 09-20-2016, 07:37 AM   #3
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,882
Blog Entries: 13

Rep: Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930
Welcome to LQ!
Quote:
Originally Posted by shazhangwa View Post
Computer can't start with below error:
code: 0f 0b 89 7c 24 04 c7 04 24 01 00 00 00 8b 44 24 04 25 f0 01
Kernel panic: Aiee, killing handler! Ininterrupt handler - not syncing
I submit that THIS is one of the reasons why people throw their hands up in frustration at stuff!

Cryptic code.
Joking in the statement "Aiee"
Misspelling

@shazhangwa: Please add the distribution you are trying, the version of that distribution, whether or not you're using the standard kernel or a custom built one. Please also explain the specifications for the hardware which you are trying to run this on.
 
Old 09-20-2016, 10:05 AM   #4
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by shazhangwa View Post
Computer can't start with below error:
code: 0f 0b 89 7c 24 04 c7 04 24 01 00 00 00 8b 44 24 04 25 f0 01
Kernel panic: Aiee, killing handler! Ininterrupt handler - not syncing
Hi...

In addition to what rtmistler has requested, you might want to run memtest86 to see if any of your memory modules have gone bad.

While the reasons mentioned may not be the ones responsible in your case, I did find a couple threads on the subject here and here.

Regards...
 
Old 09-20-2016, 03:48 PM   #5
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,659
Blog Entries: 4

Rep: Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941
Actually, every operating system has some number of "kernel panic / BSOD / suddendeath" messages: situations that cannot possibly happen but that just did, such that the operating system cannot continue to function at all.

They also have counterparts to the "Oops" messages, which log non-fatal operating system errors.
 
Old 09-21-2016, 07:18 AM   #6
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,882
Blog Entries: 13

Rep: Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930
Quote:
Originally Posted by sundialsvcs View Post
Actually, every operating system has some number of "kernel panic / BSOD / suddendeath" messages: situations that cannot possibly happen but that just did, such that the operating system cannot continue to function at all.

They also have counterparts to the "Oops" messages, which log non-fatal operating system errors.
Yes however I feel it is inadequate to provide "funny" details when a critical fault has occurred. Either offer diagnostic information which possibly can be useful, or not. One obviously had the time to code a joke and include a misspelling, as well as a hex string. Probably better to post that hex string and cite that it should be reported to blah-blah.org/com or at least attempt something.
 
Old 09-21-2016, 03:39 PM   #7
jostber
Member
 
Registered: Jul 2001
Location: Skien, Norway
Distribution: Slackware Current 64-bit
Posts: 543

Rep: Reputation: 178Reputation: 178
Some input here:

Troubleshoot Linux Kernel Panics – Linux Shtuff

http://g33kinfo.com/info/archives/492
 
Old 09-21-2016, 04:20 PM   #8
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
Quote:
Originally Posted by rtmistler View Post
Yes however I feel it is inadequate to provide "funny" details when a critical fault has occurred. Either offer diagnostic information which possibly can be useful, or not. One obviously had the time to code a joke and include a misspelling, as well as a hex string. Probably better to post that hex string and cite that it should be reported to blah-blah.org/com or at least attempt something.
Maybe it's supposed to be easy to catch (grep) the error line in source code.

Code:
$ cd /lib/modules/`uname -r`/source
$ grep -rln 'Aiee, killing handler'
$ 
$ grep -rln 'Aiee, killing'
./arch/x86/boot/compressed/vmlinux.bin
./kernel/exit.c
./kernel/exit.o
./kernel/built-in.o
./.tmp_vmlinux1
./.tmp_vmlinux2
./vmlinux.o
./vmlinux
$ cat kernel/exit.c
..
        if (unlikely(in_interrupt()))
                panic("Aiee, killing interrupt handler!");
...
 
Old 09-21-2016, 05:49 PM   #9
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,659
Blog Entries: 4

Rep: Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941
And ... well ... "Meh ... lighten up, willya?"

If you look through the source code of any application, you will find, tucked-away somewhere, both "unprintable things" and "little bits of trivia and esoterica."

The person who wrote that message sincerely hoped that you would never see it on your computer screen, because the circumstances that would cause it to occur "are never supposed to happen ... but they just did."

They're not cracking jokes, and they're not making light of the situation. They're writing source code. Millions and millions of lines of it. By hand.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
kernel panic Aiee not syncing killing handler! dramatic Linux - Kernel 2 03-09-2013 06:53 AM
Kernel panic : Aiee, killing interrupt handler anduso Linux - Newbie 1 12-19-2007 02:08 AM
kernel panic Aiee, killing interrupt handler Donboy Linux - General 6 08-15-2004 01:50 PM
Kernel panic: Aiee, killing interrupt handler! vinhhv Linux - Newbie 7 09-25-2003 10:21 PM
kernel panic Aiee, killing interrupt handler! c0c0deuz Linux - General 4 08-16-2003 05:40 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:05 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration