Messages in this thread |  | | Date | Wed, 13 Nov 1996 14:30:49 +0300 | From | "Alexander V. Lukyanov" <> | Subject | an oops with 2.1.9 |
| |
Got this with 2.1.9 one time:
Unable to handle kernel NULL pointer dereference at virtual address 00000004 current->tss.cr3 = 01dd8000, <r3 = 01dd8000 *pde = 00000000 Oops: 0002 CPU: 0 EIP: 0010:[<c014e431>] EFLAGS: 00010007 eax: 00000000 ebx: c119b30c ecx: 00000292 edx: c114dce9 esi: c1173810 edi: c11738a0 ebp: 00000001 esp: c1ddbf34 ds: 0018 es: 0018 ss: 0018 Process diald (pid: 33, process nr: 7, stackpage=c1ddb000) Stack: c1173810 c11fa750 c11fa750 c013f7f7 c1173810 c1173810 c014eb30 c1173810 00000000 c11fa6c8 00000000 c0136b58 c11fa750 00000000 c11fa6c8 c11fa6c8 c11fa6c8 bffffd30 c0136dd5 c11fa750 c15668c0 c0122174 c11fa6c8 c15668c0 Call Trace: [<c013f7f7>] [<c014eb30>] [<c0136b58>] [<c0136dd5>] [<c0122174>] [<c01221e4>] [<c0122238>] [<c010a808>] Code: 89 78 04 89 86 90 00 00 00 c7 02 00 00 00 00 c7 42 04 00 00
Using `../System.map' to map addresses to symbols.
>>EIP: c014e431 <destroy_sock+45/190> Trace: c013f7f7 <packet_close+5f/64> Trace: c014eb30 <inet_release+64/6c> Trace: c0136b58 <sock_release+5c/9c> Trace: c0136dd5 <sock_close+25/2c> Trace: c0122174 <__fput+1c/40> Trace: c01221e4 <close_fp+4c/5c> Trace: c0122238 <sys_close+44/50> Trace: c010a808 <system_call+38/40>
Code: c014e431 <destroy_sock+45/190> movl %edi,0x4(%eax) Code: c014e434 <destroy_sock+48/190> movl %eax,0x90(%esi) Code: c014e43a <destroy_sock+4e/190> movl $0x0,(%edx) Code: c014e440 <destroy_sock+54/190> movl $0x90000000,0x4(%edx) Code: c014e447 <destroy_sock+5b/190> nop Code: c014e448 <destroy_sock+5c/190> nop
|  |