Oops on rmmod sd_mod in 2.1.128

Ivo Timmermans (zarq@icicle.dyn.ml.org)
Wed, 18 Nov 1998 13:32:32 +0000 (GMT)


I was playing with my scsi zipdrive, when after a while I got on oops,
when cron decided it was time for an `rmmod -a'.

Oops: 0000
CPU: 0
EIP: 0010:[<c303112b>]
EFLAGS: 00010217
eax: 00000004 ebx: 00000000 ecx: 00000000 edx: 00000000
esi: c3031e48 edi: 00000000 ebp: bffffde0 esp: c2163f90
ds: 0018 es: 0018 ss: 0018
Process rmmod (pid: 2788, process nr: 62, stackpage=c2163000)
Stack: 00000001 c0115270 c302e000 c3026000 00000000 c0114854 c302e000
00000001
c2162000 00000002 00000002 c2163fc4 c01088ac 00000000 00000061
0804e256
00000002 00000002 bffffde0 00000081 0000002b 0000002b 00000081
0804d46e
Call Trace: [<c0115270>] [<c302e000>] [<c3026000>] [<c0114854>]
[<c302e000>] [<c01088ac>]
>>EIP: c303112b cannot be resolved
Trace: c0115270 <free_module+20/9c>
Trace: c302e000
Trace: c3026000
Trace: c0114854 <sys_delete_module+190/1d0>
Trace: c302e000
Trace: c01088ac <system_call+34/38>

> lsmod
Module Size Used by
sb 26136 2 (autoclean)
uart401 5584 2 (autoclean) [sb]
sound 55372 0 (autoclean) [sb uart401]
soundlow 208 0 (autoclean) [sound]
soundcore 1840 6 (autoclean) [sb sound]
lsmod: QM_INFO: No such file or directory

> cat modules
sb 26136 2 (autoclean)
uart401 5584 2 (autoclean) [sb]
sound 55372 0 (autoclean) [sb uart401]
soundlow 208 0 (autoclean) [sound]
soundcore 1840 6 (autoclean) [sb sound]
sd_mod 16132 0 (deleted)
aha152x 25068 0
scsi_mod 35092 1 [sd_mod aha152x]
isofs 17544 0 (autoclean) (unused)

So my guess is that it's sd_mod bugging me. After an insmod sd_mod
everything is fine again.

--
Ivo Timmermans

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/