[2.1.122] More oopses:

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


This is with gcc2.7.2.3 of course. This is probably related to module
loading: it was provoked by running an audio program which should have
tried to load some modules (I fixed my aliases I think).

Using `/boot/System.map-2.1.122' to map addresses to symbols.

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

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