All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pavel Rabel <pavel@xal.co.uk>
To: linux-kernel@vger.kernel.org
Subject: OOPS 2.6.0-test2, modprobe i810fb
Date: Mon, 28 Jul 2003 18:18:07 +0100	[thread overview]
Message-ID: <20030728171806.GA1860@xal.co.uk> (raw)

[-- Attachment #1: Type: text/plain, Size: 77 bytes --]

Got this OOPS when trying "modprobe i810fb",
kernel 2.6.0-test2


-- 
Pavel


[-- Attachment #2: oops.txt --]
[-- Type: text/plain, Size: 2960 bytes --]

ksymoops 2.4.8 on i686 2.6.0-test2.  Options used
     -V (default)
     -k /proc/ksyms (default)
     -l /proc/modules (default)
     -o /lib/modules/2.6.0-test2/ (default)
     -m /boot/System.map-2.6.0-test2 (specified)

Error (regular_file): read_ksyms stat /proc/ksyms failed
No modules in ksyms, skipping objects
No ksyms, skipping lsmod
Unable to handle kernel paging request at virtual address d00fb018
c018abd9
*pde = 013be067
Oops: 0000 [#1]
CPU:    0
EIP:    0060:[<c018abd9>]    Not tainted
Using defaults from ksymoops -t elf32-i386 -a i386
EFLAGS: 00010296
eax: 00008086   ebx: c12c5000   ecx: d00fb018   edx: 00000000
esi: c12c5000   edi: d01372a0   ebp: d01372c8   esp: c2d29f28
ds: 007b   es: 007b   ss: 0068
Stack: ffffffed c018afd7 d00fae58 c12c5000 ffffffed d01372c8 c12c5054 c01b46f0 
       c12c5054 d01372c8 c12c505c c0267be4 d01372c8 c01b47e3 c12c5054 d01372c8 
       c0267b88 c0267b40 00000000 c01b4a2b d01372c8 d01372a0 00000000 d0137340 
Call Trace:
 [<c018afd7>] pci_bus_match+0x23/0xb8
 [<c01b46f0>] bus_match+0x20/0x64
 [<c01b47e3>] driver_attach+0x3f/0x54
 [<c01b4a2b>] bus_add_driver+0x6f/0x8c
 [<c01b4dac>] driver_register+0x34/0x38
 [<c018af44>] pci_register_driver+0x68/0x88
 [<d00fae1e>] init_module+0x3a/0x57 [i810fb]
 [<c0126d11>] sys_init_module+0xe5/0x1bc
 [<c0108993>] syscall_call+0x7/0xb
Code: 83 39 00 75 a2 83 79 08 00 75 9c 83 79 14 00 75 96 31 c0 5b 


>>EIP; c018abd9 <pci_match_device+69/80>   <=====

>>ebx; c12c5000 <_end+fced34/3fd07d34>
>>ecx; d00fb018 <_end+fe04d4c/3fd07d34>
>>esi; c12c5000 <_end+fced34/3fd07d34>
>>edi; d01372a0 <_end+fe40fd4/3fd07d34>
>>ebp; d01372c8 <_end+fe40ffc/3fd07d34>
>>esp; c2d29f28 <_end+2a33c5c/3fd07d34>

Trace; c018afd7 <pci_bus_match+23/b8>
Trace; c01b46f0 <bus_match+20/64>
Trace; c01b47e3 <driver_attach+3f/54>
Trace; c01b4a2b <bus_add_driver+6f/8c>
Trace; c01b4dac <driver_register+34/38>
Trace; c018af44 <pci_register_driver+68/88>
Trace; d00fae1e <_end+fe04b52/3fd07d34>
Trace; c0126d11 <sys_init_module+e5/1bc>
Trace; c0108993 <syscall_call+7/b>

Code;  c018abd9 <pci_match_device+69/80>
00000000 <_EIP>:
Code;  c018abd9 <pci_match_device+69/80>   <=====
   0:   83 39 00                  cmpl   $0x0,(%ecx)   <=====
Code;  c018abdc <pci_match_device+6c/80>
   3:   75 a2                     jne    ffffffa7 <_EIP+0xffffffa7>
Code;  c018abde <pci_match_device+6e/80>
   5:   83 79 08 00               cmpl   $0x0,0x8(%ecx)
Code;  c018abe2 <pci_match_device+72/80>
   9:   75 9c                     jne    ffffffa7 <_EIP+0xffffffa7>
Code;  c018abe4 <pci_match_device+74/80>
   b:   83 79 14 00               cmpl   $0x0,0x14(%ecx)
Code;  c018abe8 <pci_match_device+78/80>
   f:   75 96                     jne    ffffffa7 <_EIP+0xffffffa7>
Code;  c018abea <pci_match_device+7a/80>
  11:   31 c0                     xor    %eax,%eax
Code;  c018abec <pci_match_device+7c/80>
  13:   5b                        pop    %ebx


1 error issued.  Results may not be reliable.

             reply	other threads:[~2003-07-28 17:02 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-28 17:18 Pavel Rabel [this message]
2003-07-29  2:19 ` OOPS 2.6.0-test2, modprobe i810fb S. Anderson
2003-07-29  3:26   ` Andrew Morton
2003-07-29  5:18     ` S. Anderson
2003-07-29  5:32       ` Andrew Morton
2003-07-30  2:56         ` Bill Davidsen
2003-07-30 20:56           ` Michael Driscoll
2003-07-29  5:59       ` Andrew Morton
2003-07-29  7:24         ` S. Anderson
2003-07-29  7:54           ` Andrew Morton
2003-07-29  8:18             ` S. Anderson
2003-07-29 12:00             ` Alan Cox
2003-07-29 19:59               ` Andrew Morton
2003-07-29 23:04               ` S. Anderson
2003-07-29  9:34     ` Pavel Rabel

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=20030728171806.GA1860@xal.co.uk \
    --to=pavel@xal.co.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.