2.0.24 oops

Michael Stiller (michael@ping.de)
Wed, 18 Dec 1996 12:46:15 +0100 (MET)


Hi Linus, Hi all

I just got the following oops with 2.0.24 after 24 days uptime.
The machine is our ISP's main server.
I hope this is somewhat useful to you.

Dec 18 11:02:32 lilly kernel: general protection: 0000
Dec 18 11:02:32 lilly kernel: CPU: 0
Dec 18 11:02:32 lilly kernel: EIP: 0010:[unix_find_socket+16/40]
Dec 18 11:02:32 lilly kernel: EFLAGS: 00010002
Dec 18 11:02:32 lilly kernel: eax: 41424551 ebx: 0000002b ecx: 07a847c0 edx: 07a847c0
Dec 18 11:02:32 lilly kernel: esi: 07020ee0 edi: 06a26c0c ebp: 07020ee0 esp: 07020ea8
Dec 18 11:02:32 lilly kernel: ds: 0018 es: 0018 fs: 002b gs: 002b ss: 0018
Dec 18 11:02:32 lilly kernel: Process logger (pid: 14769, process nr: 8, stackpage=07020000)
Dec 18 11:02:32 lilly kernel: Stack: 00139f3a 07a847c0 07020f0c 07b088f4 07a847c0 0013a277 07020f0e 07020ee0
Dec 18 11:02:32 lilly kernel: 05f7dd90 05f7de18 600a7490 0000000a 05f7dd90 0000000a 600a7490 00134dc4
Dec 18 11:02:32 lilly kernel: 05f7de18 07020f0c 0000000a 00000002 bfffecc0 00000002 600a749b bfffeccc
Dec 18 11:02:32 lilly kernel: Call Trace: [unix_find_other+74/120] [unix_connect+451/784] [sys_connect+260/292] [sk_alloc+16/48] [get_fd+22/120] [sys_socket+177/240] [sys_socketcall+298/732]
Dec 18 11:02:32 lilly kernel: [system_call+82/128]
Dec 18 11:02:32 lilly kernel: Code: 39 90 34 01 00 00 75 04 fb c3 8d 36 8b 40 58 85 c0 75 ed fb

No symbol map. I'll only show you disassembled code.

Code: 00000000 <_EIP> cmpl %edx,0x134(%eax)
Code: 00000006 <_EIP+6> jne 0000000c <_EIP+c>
Code: 00000008 <_EIP+8> sti
Code: 00000009 <_EIP+9> ret
Code: 0000000a <_EIP+a> leal (%esi),%esi
Code: 0000000c <_EIP+c> movl 0x58(%eax),%eax
Code: 0000000f <_EIP+f> testl %eax,%eax
Code: 00000011 <_EIP+11> jne 00000000 <_EIP>
Code: 00000013 <_EIP+13> sti

-Michael