Results 1 to 2 of 2
Hi all,
After a power cut last night my linux server won't boot from it's disk. I have successully booted it from the network though, and can view the filesystems. ...
- 05-20-2008 #1Just Joined!
- Join Date
- May 2008
- Posts
- 1
Another Kernel Panic Thread - need help!! Bad EIP Value? Need help
Hi all,
After a power cut last night my linux server won't boot from it's disk. I have successully booted it from the network though, and can view the filesystems. I ran an fdisk on the partitions and it appeared to come back ok (but was VERY quick). The kernel displays this just before it panics:
Can anyone suggest where I should even start looking? I've trawled google and more 'kernel panic analysis' pages than you can shake a stick at, but to no avail. Really hope someone can help, or at least suggest where to start looking.Code:md: Autodetecting RAID arrays. Unable to handle kernel paging request at virtual address 6f6c622f printing eip: 6f6c622f *pde = 00000000 Oops: 0000 [#1] Modules linked in: CPU: 0 EIP: 0060:[<6f6c622f>] Not tainted VLI EFLAGS: 00010086 (2.6.16-xtr #1) eax: 6d2f6b63 ebx: c23975c0 ecx: 00000000 edx: c03bbf64 esi: 00000000 edi: 00000292 ebp: c03ba000 esp: c03bbf34 ds: 007b es: 007b ss: 0068 Process swapper (pid: 0, threadinfo=c03ba000 task=c0393b00) Stack: <0>c02b88cb 6d2f6b63 00000001 00000100 c02b88b0 c03bbf64 c011e5d6 00000000 c0130219 00000000 00000000 c03bbf64 c03bbf64 c03bbf64 c03b9a00 00000001 c03e9ee8 0000000a 0042a007 c011a3e2 c03e9ee8 00000046 00090900 c03b7800 Call Trace: [<c02b88cb>] [<c02b88b0>] [<c011e5d6>] [<c0130219>] [<c011a3e2>] [<c011a466>] [<c01049ce>] [<c0102e06>] [<c0100cbd>] [<c0100d53>] [<c03bc7aa>] [<c03bc2f0>] Code: Bad EIP value. <0>Kernel panic - not syncing: Fatal exception in interrupt
Thanks in advance
mattlody
- 05-21-2008 #2Just Joined!
- Join Date
- May 2008
- Posts
- 55
it looks like memory allocation problem to me, 6f6c622f is a user space address..
it looks like swapper proces was running, ad searching for a page on disk for virtual address 6f6c622f...
but somehow it could not load the page, there may be a problem with page table entry or page corrupt...
I can not identify call trace..how it went...
also EFLAGS and other general register values could be observed..
I am new to kernel, please dont rely on this info, but this is my opinion..
be if you find the problem you can also let me know...


Reply With Quote
