From: "J . A . Magallon" <jamagallon@able.es>
To: Alan Cox <alan@lxorguk.ukuu.org.uk>,
Linux Kernel <linux-kernel@vger.kernel.org>
Subject: ac10 ide-cd oopses on boot
Date: Fri, 20 Apr 2001 00:49:14 +0200 [thread overview]
Message-ID: <20010420004914.A1052@werewolf.able.es> (raw)
Hi,
Just built 2.4.3-ac10 and got an oops when booting. It tries to detect
the CD and gives the oops.
Here follows the oops both raw and decoded:
Unable to handle kernel NULL pointer dereference at virtual address 00000000
printing eip:
c01bfc7c
pgd entry c0101000: 0000000000000000
pmd entry c0101000: 0000000000000000
.. pmd not present!
Oops: 0000
CPU: 1
EIP: 0010:[<c01bfc7c>]
EFLAGS: 00010297
eax: 0000000d ebx: ffffffff ecx: 00000000 eax: 00000000
esi: 00000000 edi: c15d84e8 ebp: c019e790 esp: c15f9ee8
ds: 0018 es: 0018 ss: 0018
Process swapper (pid: 1, stackpage=c15f9000)
Stack: c0248fbc 00000000 c01bfeac 00000001 c0239e04 c0289841 00000246 00000001
c02cdfb0 c0118af8 c02cdfb0 c0220524 00000080 c019f356 c021ff4c 00000001
00701600 00000000 0007122a 03297371 ff00c023 00008000 c15d84e8
c02cdfb0
Call Trace: [<c01bfeac>] [<c0118af8>] [<c019f356>] [<ff00c023>]
[<c019f903>] [<c019fc66>] [<c0105000>]
[<c0105028>] [<c0105000>] [<c0105516>] [<c0105000>]
Code: 8b 04 8a 83 f8 ff 75 0c 83 c6 20 eb e7 8d b4 26 00 00 00 00
<0>Kernel panic: Attempted to kill init
ksymoops 2.4.1 on i686 2.4.3-ac9. Options used
-v /usr/src/linux-2.4.3-ac10/vmlinux (specified)
-K (specified)
-L (specified)
-o /lib/modules/2.4.3-ac9/ (default)
-m /boot/System.map-2.4.3-ac10 (specified)
No modules in ksyms, skipping objects
Unable to handle kernel NULL pointer dereference at virtual address 00000000
c01bfc7c
Oops: 0000
CPU: 1
EIP: 0010:[<c01bfc7c>]
Using defaults from ksymoops -t elf32-i386 -a i386
EFLAGS: 00010297
eax: 0000000d ebx: ffffffff ecx: 00000000 eax: 00000000
esi: 00000000 edi: c15d84e8 ebp: c019e790 esp: c15f9ee8
ds: 0018 es: 0018 ss: 0018
Process swapper (pid: 1, stackpage=c15f9000)
Stack: c0248fbc 00000000 c01bfeac 00000001 c0239e04 c0289841 00000246 00000001
c02cdfb0 c0118af8 c02cdfb0 c0220524 00000080 c019f356 c021ff4c 00000001
00701600 00000000 0007122a 03297371 ff00c023 00008000 c15d84e8
c02cdfb0
Call Trace: [<c01bfeac>] [<c0118af8>] [<c019f356>] [<ff00c023>]
[<c019f903>] [<c019fc66>] [<c0105000>]
[<c0105028>] [<c0105000>] [<c0105516>] [<c0105000>]
Code: 8b 04 8a 83 f8 ff 75 0c 83 c6 20 eb e7 8d b4 26 00 00 00 00
>>EIP; c01bfc7c <cdrom_get_entry+1c/50> <=====
Trace; c01bfeac <register_cdrom+1dc/280>
Trace; c0118af8 <printk+148/160>
Trace; c019f356 <ide_cdrom_probe_capabilities+3b6/3d0>
Trace; ff00c023 <END_OF_CODE+3ed31eb3/????>
Trace; c019f903 <ide_cdrom_setup+4a3/4e0>
Trace; c019fc66 <ide_cdrom_init+e6/180>
Trace; c0105000 <init+0/170>
Trace; c0105028 <init+28/170>
Trace; c0105000 <init+0/170>
Trace; c0105516 <kernel_thread+26/30>
Trace; c0105000 <init+0/170>
Code; c01bfc7c <cdrom_get_entry+1c/50>
00000000 <_EIP>:
Code; c01bfc7c <cdrom_get_entry+1c/50> <=====
0: 8b 04 8a mov (%edx,%ecx,4),%eax <=====
Code; c01bfc7f <cdrom_get_entry+1f/50>
3: 83 f8 ff cmp $0xffffffff,%eax
Code; c01bfc82 <cdrom_get_entry+22/50>
6: 75 0c jne 14 <_EIP+0x14> c01bfc90
<cdrom_get_entry+30/50>
Code; c01bfc84 <cdrom_get_entry+24/50>
8: 83 c6 20 add $0x20,%esi
Code; c01bfc87 <cdrom_get_entry+27/50>
b: eb e7 jmp fffffff4 <_EIP+0xfffffff4> c01bfc70
<cdrom_get_entry+10/50>
Code; c01bfc89 <cdrom_get_entry+29/50>
d: 8d b4 26 00 00 00 00 lea 0x0(%esi,1),%esi
<0>Kernel panic: Attempted to kill init
--
J.A. Magallon # Let the source
mailto:jamagallon@able.es # be with you, Luke...
Linux werewolf 2.4.3-ac9 #1 SMP Wed Apr 18 10:35:48 CEST 2001 i686
next reply other threads:[~2001-04-19 22:49 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-04-19 22:49 J . A . Magallon [this message]
2001-04-19 23:07 ` ac10 ide-cd oopses on boot Alan Cox
2001-04-19 23:34 ` J . A . Magallon
2001-04-20 2:38 ` Bill Nottingham
2001-04-20 2:55 ` Jordan
2001-04-20 10:44 ` [lkml]Re: " thunder7
2001-04-20 0:17 ` Udo A. Steinberg
2001-04-20 0:29 ` J . A . Magallon
2001-04-20 7:05 ` Stefan Jaschke
2001-04-20 8:45 ` patch: cdrom_init not called correctly (was Re: ac10 ide-cd oopses on boot) Jens Axboe
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20010420004914.A1052@werewolf.able.es \
--to=jamagallon@able.es \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox