Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2590 - kernel panic: Attempted to kill init! with 2.4.19-gentoo-r4 + acpi
Summary: kernel panic: Attempted to kill init! with 2.4.19-gentoo-r4 + acpi
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Michael Cohen (RETIRED)
URL: http://sourceforge.net/projects/acpi/
Whiteboard:
Keywords:
: 2584 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-05-08 15:41 UTC by Matt Boehlig
Modified: 2003-02-04 19:42 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
2.4.19-gentoo-r1 Normal Boot (2.4.19-gentoo-r1NormalBoot,774 bytes, text/plain)
2002-05-08 15:50 UTC, Matt Boehlig
Details
2.4.19-gentoo-r3 Bad Boot (2.4.19-gentoo-r3BadBoot,1.36 KB, text/plain)
2002-05-08 15:50 UTC, Matt Boehlig
Details
ksymoops report (2.4.19-gentoo-r4oopsreport,3.36 KB, application/octet-stream)
2002-05-12 13:02 UTC, Matt Boehlig
Details
ksymoops report (again) (2.4.19-gentoo-r4oopsreport,3.36 KB, text/plain)
2002-05-12 13:04 UTC, Matt Boehlig
Details
Hardware Info (hardware,20.90 KB, text/plain)
2002-05-15 17:17 UTC, Matt Boehlig
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Boehlig 2002-05-08 15:41:11 UTC
I mentioned this in bug #2518, but I'll make it a seperate bug.  
Linux-2.4.19-gentoo-r1 is working great for me.  I get this error with r3 and
r4, of course there is only a couple lines diff between them.  

I think this is something to do with scanning the PCI bus or kswapd.

I will attach my normal boot and kernel panic boot messages.

Why does process swapper have a pid of 1? init is always 1.  kswapd normally is
pid 4, for me.

Once (out of 7 times) a message showed up about a minute after the kernel panic:
spurious 8259A interrupt: IRQ7.  With the r1 working kernel, IRQ7 is not used. 
I quickly scanned the mailing list for ACPI at sourceforce and someone said he
got random messages about spurious interrupts.
Comment 1 Matt Boehlig 2002-05-08 15:50:10 UTC
Created attachment 907 [details]
2.4.19-gentoo-r1 Normal Boot
Comment 2 Matt Boehlig 2002-05-08 15:50:42 UTC
Created attachment 908 [details]
2.4.19-gentoo-r3 Bad Boot
Comment 3 Matthew Walker 2002-05-09 15:35:27 UTC
Added myself to the CC, since I get this too.
Comment 4 Daniel Robbins (RETIRED) gentoo-dev 2002-05-10 22:17:26 UTC
*** Bug 2584 has been marked as a duplicate of this bug. ***
Comment 5 Matt Boehlig 2002-05-12 13:00:34 UTC
ok i ran my oops through ksymoops and will attach the result. A couple of the
numbers are different from my last post because I changed vga= at boot. It looks
like ACPI is at it again. 

I also recompiled with ACPI debugging on and got this:
<<snip>>
PCI: Using configuration type 1
     tbxface -0101 [03] Acpi_load_tables  : ACPI Tables successfully loaded
Parsing Methods:.........................
119 Control Methods found and parsed (386 nodes total)
ACPI Namespace successfully loaded at root c02d11b8
evxfevnt -0080 [04] Acpi_enable           : Translation to ACPI mode successful
Executing all Device _STA and _INI methods:....................
40 Devices found containing: 40 _STA, 0 _INI methods
Completing Region/Field/Buffer/Package initialization:.............<1>Unable to
handle kernel NULL pointer dereference at<<snip>>

I have a ASUS A7M266 motherboard with AMD 761 north and VT82C686B southbridge. 
I talked to someone on irc who had the same error.  I think it is mwalker who
added himself to CC.  He had a KT333A chipset.  So I don't know if this is
hardware related.
Comment 6 Matt Boehlig 2002-05-12 13:02:52 UTC
Created attachment 961 [details]
ksymoops report
Comment 7 Matt Boehlig 2002-05-12 13:04:36 UTC
Created attachment 962 [details]
ksymoops report (again)

Don't let bugzilla auto-detect text files!
Comment 8 Daniel Robbins (RETIRED) gentoo-dev 2002-05-15 11:37:59 UTC
The ACPI developers at Intel need your hardware information.  Could you please
attach info about your hardware to this bug?
Comment 9 Matt Boehlig 2002-05-15 17:17:15 UTC
Created attachment 1008 [details]
Hardware Info

Here's my info gathered while in X running 2.4.19-gentoo-r1.
Comment 10 Matt Boehlig 2002-05-16 07:06:00 UTC
I did some digging around the ACPI mailing lists and of course found drobbins'
post.  Ducrot Bruno posted he thought this problem was fixed in 20020419.  So I
patched 2.4.19-r5 with 20020503.  It worked!!  
Comment 11 Daniel Robbins (RETIRED) gentoo-dev 2002-05-16 09:50:44 UTC
OK, this was apparently fixed in the ACPI code on the 19th of April, and we use
code from the 4th of April.  See:
http://www.geocrawler.com/lists/3/SourceForge/17428/25/8671791/
What I'd like you both to do is to head over to
http://sourceforge.net/project/showfiles.php?group_id=36832&release_id=87883 and
grab acpi-20020503-2.4.18.diff.gz, then apply this patch to a *stock* 2.4.18
kernel, compile in ACPI and try to boot.  If it works, this is a stong
indication that the problem is now fixed and upgrading to the latest snapshot
will fix this problem for you.  Let me know whether this works or doesn't work.
Comment 12 Matt Boehlig 2002-05-17 17:10:17 UTC
ok i patched a vanilla 2.4.18 with acpi-20020503-2.4.18.diff.  It booted fine. 
It even powers down the machine when i "halt".  But most of the other things I
try don't work.

I tryed loading acpid, the acpi daemon, but it complains that i need the patch
at http://acpid.sourceforge.net.  The website says the patch is only neede for
<2.4.10.  

I tryed to suspend my machine with "echo 1 > /proc/acpi/sleep" but it doesn't work.

/proc/acpi/event does not say anything when I push the power button.

It complains of spurious interrupts. That's minor.
Comment 13 Michael Cohen (RETIRED) gentoo-dev 2002-09-02 20:58:21 UTC
...don't think this still applies..