View previous topic :: View next topic |
Author |
Message |
Rootshell n00b

Joined: 06 Feb 2005 Posts: 35
|
Posted: Tue Feb 08, 2005 5:27 am Post subject: Kernel Panic[solved] |
|
|
Ok, think this is a hardware problem, but i'm not sure what component its relating to. When I boot I get this message
Code: | EIP is at cache_alloc_refill+0xf5/0x240
eax: e37ef088 ebx: e37c0000 ecx: e37ee000 edx: e77ef088
esi: 00000013 edi: e37ee018 ebp: e37c0010 esp: c15a74bc
ds: 007b es:007b ss: 0068
Process swapper (pid: 1, threadinfo=c15a7000 task=e37915b0)
Stack: e37efa60 000000d0 00000000 e37ee018 e37ef088 e37ef0c0 e37ef090 c15a7000
00000246 000000d0 00000002 c01452b8 e37ef060 000000d0 0000003e c15a772c
00000001 c04cf2f7 00000018 000000d0 c01024e0 00000018 00000007 0000004c
Call Trace:
[<c014552b8>] __kmalloc+0x88/0xa0
[<c04cf2f7>] malloc+0x17/0x20
[<c01024e0>] huft_build+0x260/0x4c0
[<c0102e5d>] inflate_fixed+0xad/0x170
[<c010363a>] inflate+0x4a/0xa0
[<c01039fd>] gunzip+0x2ed/0x530
[<c04cfede>] unpack_to_rootfs+0x19e/0x220
[<c04cff85>] populate_rootfs+0x25/0x60
[<c0100577>] init+0x87/0x1e0
[<c01004f0>] init+0x0/0x1e0
[<c0103f11>] kernel_thread_helper+0x5/0x14
Code: 0f b7 41 14 42 51 10 8b 7c 24 0c 0f b7 04 47 66 89 41 14 8b 44 24 30 3b
50 58 73 06 4e 83 fe ff 75 c3 8b 51 04 8b 01 89 50 04 <89> 02 c7 41 04 00 02 20
00 66 83 79 14 ff c7 01 00 01 10 00 0f
<0>Kernel Panic - not syncing: Attempted to kill init! |
Then after a few minutes it'll display this
Code: | <1>UNable to handle kernel NULL pointer deference at virtual address 00000204
printing eip:
c012cf1d
*pde = 00000000
Oops: 0000 [#2]
PREEMPT S,[
Modules linked in:
CPU: 0
EIP: 060:[<c012cf1d>] Tainted: G S VLI
EFLAGS: 00010246 (2.6.9-gentoo-r9)
EIP is at queue_work+0x2d/0x90
eax: 00000204 ebx: 00000000 ecx: 0000000 edx: c046e7e0
esi: 00000000 edi: c147b9a0 ebp: c0507fc4 esp: c0507fa0
ds: 007b es: 007b ss: 0068
Process swapper (pid: 1. threadinfo=c0507000 task=e37915b0)
Stack: c0507fc4 c0141d09 0000000 c0257c80 c012630d 00000000 c147c1ac 0000001c
c0507fc4 c0507fc4 c0507fc4 00000000 00000001 c04cac88 c0500ac0 00000000
c012213a c04cac88 0000000a c15a72c8 00000045 00000000 c04c4800 c010955c
Call Trace:
Stack pointer is garbage, not printing trace
Code: 10 89 5c 24 08 74 24 0c 89 c3 31 f6 b8 00 f0 ff ff 21 e0 ff 40 14 8b 48
10 f0 0f ba 2a 00 19 c0 75 2e 8d 83 04 02 00 00 <39> 83 04 02 00 00 8d 42
04 0f 44 ce 39 42 04 75 3d c1 e1 06 89
<0>Kernel panic - not syncing: Fatal expception in interrupt |
and then it just hangs there. the computer was working fine until I unplugged the hdd to test some hardware. When I plugged it back in I got this message. After blowing the dust off the CPU it started working again, but it did this again.
Last edited by Rootshell on Tue Feb 08, 2005 10:16 pm; edited 3 times in total |
|
Back to top |
|
 |
moocha Watchman

Joined: 21 Oct 2003 Posts: 5722
|
Posted: Tue Feb 08, 2005 5:34 am Post subject: |
|
|
It'd be nice if you actually mentioned the exact kernel version you're using...
Off the top of my head, try recompiling the kernel without CONFIG_PREEMPT (i.e. get rid of the Preemptible kernel option and, if it's there, of Preempt the big kernel lock).
Edit: Thinking about it - er, are you sure your CPU fan isn't dead? Also, if you're overclocking - don't. _________________ Military Commissions Act of 2006: http://tinyurl.com/jrcto
"Those who would give up essential liberty to purchase a little temporary safety deserve neither liberty nor safety."
-- attributed to Benjamin Franklin |
|
Back to top |
|
 |
Rootshell n00b

Joined: 06 Feb 2005 Posts: 35
|
Posted: Tue Feb 08, 2005 5:45 am Post subject: |
|
|
yeah, just realised i didn't have the CPU fan plugged in
Just letting the chip cool down now before rebooting
What I want to know is how the fuck you knew that from the information given? |
|
Back to top |
|
 |
moocha Watchman

Joined: 21 Oct 2003 Posts: 5722
|
Posted: Tue Feb 08, 2005 5:50 am Post subject: |
|
|
Glad it's solved
Still, if you're using 2.6 try getting rid of preempt next time you upgrade the kernel. It causes more problems than it solves. It was important in 2.4 kernels, but in 2.6 it isn't such a good idea anymore. Not worth recompiling your current kernel just for this though - try it next time you switch kernel versions. _________________ Military Commissions Act of 2006: http://tinyurl.com/jrcto
"Those who would give up essential liberty to purchase a little temporary safety deserve neither liberty nor safety."
-- attributed to Benjamin Franklin |
|
Back to top |
|
 |
moocha Watchman

Joined: 21 Oct 2003 Posts: 5722
|
Posted: Tue Feb 08, 2005 5:52 am Post subject: |
|
|
Rootshell wrote: | What I want to know is how the fuck you knew that from the information given? |
Experience (aka CPU body count ). _________________ Military Commissions Act of 2006: http://tinyurl.com/jrcto
"Those who would give up essential liberty to purchase a little temporary safety deserve neither liberty nor safety."
-- attributed to Benjamin Franklin |
|
Back to top |
|
 |
Rootshell n00b

Joined: 06 Feb 2005 Posts: 35
|
Posted: Tue Feb 08, 2005 6:00 am Post subject: |
|
|
Yeah will do, thanks alot dude |
|
Back to top |
|
 |
Rootshell n00b

Joined: 06 Feb 2005 Posts: 35
|
Posted: Tue Feb 08, 2005 8:33 am Post subject: |
|
|
actually, I keep getting that same error when I boot, and I can't boot from LiveCD's either. Think I fried the chip  |
|
Back to top |
|
 |
moocha Watchman

Joined: 21 Oct 2003 Posts: 5722
|
Posted: Tue Feb 08, 2005 8:51 am Post subject: |
|
|
Downclock it, may still be salvageable albeit at a lower clock speed. _________________ Military Commissions Act of 2006: http://tinyurl.com/jrcto
"Those who would give up essential liberty to purchase a little temporary safety deserve neither liberty nor safety."
-- attributed to Benjamin Franklin |
|
Back to top |
|
 |
Rootshell n00b

Joined: 06 Feb 2005 Posts: 35
|
Posted: Tue Feb 08, 2005 9:00 am Post subject: |
|
|
Nope, still locks up :S |
|
Back to top |
|
 |
moocha Watchman

Joined: 21 Oct 2003 Posts: 5722
|
Posted: Tue Feb 08, 2005 9:27 am Post subject: |
|
|
Unseat then reseat IDE cables, if that doesn't work do the same with the RAM chips. Sacrificing a young goat may also help, at the price of some minor SPCA trouble... _________________ Military Commissions Act of 2006: http://tinyurl.com/jrcto
"Those who would give up essential liberty to purchase a little temporary safety deserve neither liberty nor safety."
-- attributed to Benjamin Franklin |
|
Back to top |
|
 |
Rootshell n00b

Joined: 06 Feb 2005 Posts: 35
|
Posted: Tue Feb 08, 2005 10:16 pm Post subject: |
|
|
ROFL, classic
Yeah, finally got it to work, at full clock. Tested it in another machine and it worked, and then stuck it back into the old machine and it booted fine.
Thanks heaps for the help dude, you've been very helpful |
|
Back to top |
|
 |
moocha Watchman

Joined: 21 Oct 2003 Posts: 5722
|
Posted: Wed Feb 09, 2005 2:44 am Post subject: |
|
|
Gah... Black magic. Well, as long as it works...  _________________ Military Commissions Act of 2006: http://tinyurl.com/jrcto
"Those who would give up essential liberty to purchase a little temporary safety deserve neither liberty nor safety."
-- attributed to Benjamin Franklin |
|
Back to top |
|
 |
|