[2.1.122] PROBLEMS: OOPS and modular sound (SB16)

Benjamin Redelings I (bredelin@UCSD.Edu)
Wed, 16 Sep 1998 21:37:57 -0700


OK, sound still works when all the modules are loaded but something
happened which screwed up my aliasing scheme to autoload sound stuff for
SB16. Now soundcore won't unload, because it has a use count of 1 even
when its not being used. Do I need modutils 2.1.121 for this?

Here is the oops: I got three of these:
>>EIP: c484a2a2 cannot be resolved
Trace: c0123cbe <get_empty_filp+6/ec>
Trace: c0122ae7 <do_open+117/130>
Trace: c0122c49 <__fput+21/48>
Trace: c010893c <ret_with_reschedule+b/10>
Trace: c010002b <startup_32+2b/11e>
Code:
Code: 8b 40 1c movl 0x1c(%eax),%eax
Code: 85 c0 testl %eax,%eax
Code: 74 0b je 12 <_EIP+0x12>
Code: 53 pushl %ebx
Code: 56 pushl %esi
Code: ff d0 call *%eax
Code: 83 c4 08 addl $0x8,%esp
Code: 5b popl %ebx
Code: 5e popl %esi
Code: c3 ret
Code: 90 nop
Code: 31 c0 xorl %eax,%eax
>>EIP: c484a2a2 cannot be resolved
Trace: c0123cbe <get_empty_filp+6/ec>
Trace: c0122ae7 <do_open+117/130>
Trace: c0122c49 <__fput+21/48>
Trace: c010893c <ret_with_reschedule+b/10>
Code:
Code: 8b 40 1c movl 0x1c(%eax),%eax
Code: 85 c0 testl %eax,%eax
Code: 74 0b je 12 <_EIP+0x12>
Code: 53 pushl %ebx
Code: 56 pushl %esi
Code: ff d0 call *%eax
Code: 83 c4 08 addl $0x8,%esp
Code: 5b popl %ebx
Code: 5e popl %esi
Code: c3 ret
Code: 90 nop
Code: 31 c0 xorl %eax,%eax
>>EIP: c481c2a2 cannot be resolved
Trace: c0123c56 <chrdev_open+3e/4c>
Trace: c0122a7f <do_open+af/130>
Trace: c0122be1 <sys_open+39/68>
Trace: c010891c <system_call+34/38>
Code:
Code: 8b 40 1c movl 0x1c(%eax),%eax
Code: 85 c0 testl %eax,%eax
Code: 74 0b je 12 <_EIP+0x12>
Code: 53 pushl %ebx
Code: 56 pushl %esi
Code: ff d0 call *%eax
Code: 83 c4 08 addl $0x8,%esp
Code: 5b popl %ebx
Code: 5e popl %esi
Code: c3 ret
Code: 90 nop
Code: 31 c0 xorl %eax,%eax

Hope that can be fixed,
-BenRI

-- 
http://sdcc13.ucsd.edu/~bredelin

- 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/