Unable to handle kernel paging request -- 2.4.21-pre7

From: Greg Norris (haphazard@kc.rr.com)
Date: Mon Apr 21 2003 - 17:47:19 EST


I've been getting the following oops with 2.4.21-pre[67] on a fairly
regular basis... generally within 48 hours of powering on. I think it
was occurring with 2.4.20 as well, but am not completely certain as I
was unable to capture the necessary information. Any idea what's
occurring?

The machine in question is a fairly unremarkable single-CPU Athlon
system, which is currently running Debian sid. I've tried building
with gcc 2.95 and 3.2.3 (latest .config attached), and have attempted
to back out all of the non-kernel modules... Alsa was still present
during the last occurrence, but that should be it.

ksymoops 2.4.8 on i686 2.4.21-pre7. Options used
     -V (default)
     -k /proc/ksyms (default)
     -l /proc/modules (default)
     -o /lib/modules/2.4.21-pre7/ (default)
     -m /boot/System.map-2.4.21-pre7 (default)

Warning: You did not tell me where to find symbol information. I will
assume that the log matches the kernel and modules that are running
right now and I'll use the default options above for symbol resolution.
If the current kernel and/or modules do not match the log, you can get
more accurate output by telling me the kernel version and where to find
map, modules, ksyms etc. ksymoops -h explains the options.

Apr 20 06:25:08 glitch kernel: Unable to handle kernel paging request at virtual address 8596e4e0
Apr 20 06:25:08 glitch kernel: c013062a
Apr 20 06:25:08 glitch kernel: *pde = 00000000
Apr 20 06:25:08 glitch kernel: Oops: 0000
Apr 20 06:25:08 glitch kernel: CPU: 0
Apr 20 06:25:08 glitch kernel: EIP: 0010:[<c013062a>] Not tainted
Using defaults from ksymoops -t elf32-i386 -a i386
Apr 20 06:25:08 glitch kernel: EFLAGS: 00010082
Apr 20 06:25:08 glitch kernel: eax: e95f3132 ebx: e95f3132 ecx: e01a2000 edx: 00000000
Apr 20 06:25:08 glitch kernel: esi: c1c0ff84 edi: 00000246 ebp: 000001f0 esp: c270fe64
Apr 20 06:25:08 glitch kernel: ds: 0018 es: 0018 ss: 0018
Apr 20 06:25:08 glitch kernel: Process find (pid: 15567, stackpage=c270f000)
Apr 20 06:25:08 glitch kernel: Stack: 00000058 df9644c0 00000000 c1cbc7b8 f7909800 c1cbc7b8 c014cd5f c1c0ff84
Apr 20 06:25:08 glitch kernel: 000001f0 00000001 00000000 c1cbc7b8 f7909800 c014d943 f7909800 00000001
Apr 20 06:25:08 glitch kernel: 00000000 df9644c0 f7909800 00000000 c1cbc7b8 000232b7 f7909800 c014dc50
Apr 20 06:25:08 glitch kernel: Call Trace: [<c014cd5f>] [<c014d943>] [<c014dc50>] [<c0162d0c>] [<c0142dd7>]
Apr 20 06:25:08 glitch kernel: [<c01434ca>] [<c0143797>] [<c0143a29>] [<c014028f>] [<c010737f>]
Apr 20 06:25:08 glitch kernel: Code: 8b 44 81 18 0f af 5e 18 89 41 14 03 59 0c 40 74 18 57 9d 89

>>EIP; c013062a <__kmem_cache_alloc+4a/f0> <=====

>>eax; e95f3132 <_end+29324ee2/38576e30>
>>ebx; e95f3132 <_end+29324ee2/38576e30>
>>ecx; e01a2000 <_end+1fed3db0/38576e30>
>>esi; c1c0ff84 <_end+1941d34/38576e30>
>>esp; c270fe64 <_end+2441c14/38576e30>

Trace; c014cd5f <alloc_inode+11f/150>
Trace; c014d943 <get_new_inode+23/160>
Trace; c014dc50 <iget4+e0/f0>
Trace; c0162d0c <ext3_lookup+7c/b0>
Trace; c0142dd7 <real_lookup+c7/f0>
Trace; c01434ca <link_path_walk+59a/6b0>
Trace; c0143797 <path_lookup+37/40>
Trace; c0143a29 <__user_walk+49/60>
Trace; c014028f <sys_lstat64+1f/80>
Trace; c010737f <system_call+33/38>

Code; c013062a <__kmem_cache_alloc+4a/f0>
00000000 <_EIP>:
Code; c013062a <__kmem_cache_alloc+4a/f0> <=====
   0: 8b 44 81 18 mov 0x18(%ecx,%eax,4),%eax <=====
Code; c013062e <__kmem_cache_alloc+4e/f0>
   4: 0f af 5e 18 imul 0x18(%esi),%ebx
Code; c0130632 <__kmem_cache_alloc+52/f0>
   8: 89 41 14 mov %eax,0x14(%ecx)
Code; c0130635 <__kmem_cache_alloc+55/f0>
   b: 03 59 0c add 0xc(%ecx),%ebx
Code; c0130638 <__kmem_cache_alloc+58/f0>
   e: 40 inc %eax
Code; c0130639 <__kmem_cache_alloc+59/f0>
   f: 74 18 je 29 <_EIP+0x29>
Code; c013063b <__kmem_cache_alloc+5b/f0>
  11: 57 push %edi
Code; c013063c <__kmem_cache_alloc+5c/f0>
  12: 9d popf
Code; c013063d <__kmem_cache_alloc+5d/f0>
  13: 89 00 mov %eax,(%eax)

Apr 20 06:25:08 glitch kernel: <1>Unable to handle kernel NULL pointer dereference at virtual address 00000000
Apr 20 06:25:08 glitch kernel: c01163fb
Apr 20 06:25:08 glitch kernel: *pde = 00000000
Apr 20 06:25:08 glitch kernel: Oops: 0000
Apr 20 06:25:08 glitch kernel: CPU: 0
Apr 20 06:25:08 glitch kernel: EIP: 0010:[<c01163fb>] Not tainted
Apr 20 06:25:08 glitch kernel: EFLAGS: 00010082
Apr 20 06:25:08 glitch kernel: eax: 86b0383e ebx: 00000000 ecx: 00000001 edx: 00000003
Apr 20 06:25:08 glitch kernel: esi: 86b0383e edi: 00000003 ebp: e0563e4c esp: e0563e30
Apr 20 06:25:08 glitch kernel: ds: 0018 es: 0018 ss: 0018
Apr 20 06:25:08 glitch kernel: Process ifconfig (pid: 15575, stackpage=e0563000)
Apr 20 06:25:08 glitch kernel: Stack: c1c1b400 c014cd03 00000001 00000282 00000000 86b037aa c1c1b400 c1c8cf78
Apr 20 06:25:08 glitch kernel: c014da65 86b037aa 00001018 c1c8cf78 00000000 00000000 00000000 c1c8cf78
Apr 20 06:25:08 glitch kernel: 00001018 c1c1b400 c014dc50 c1c1b400 00001018 c1c8cf78 00000000 00000000
Apr 20 06:25:08 glitch kernel: Call Trace: [<c014cd03>] [<c014da65>] [<c014dc50>] [<c0154e0f>] [<c0156e37>]
Apr 20 06:25:08 glitch kernel: [<c0154fe5>] [<c0142dd7>] [<c01434ca>] [<c0143797>] [<c0143a29>] [<c01374ad>]
Apr 20 06:25:08 glitch kernel: [<c012827d>] [<c010737f>]
Apr 20 06:25:08 glitch kernel: Code: 8b 13 0f 0d 02 39 c3 74 16 8b 4b fc 8b 01 85 c7 75 19 8b 02

>>EIP; c01163fb <__wake_up+1b/70> <=====

>>ebp; e0563e4c <_end+20295bfc/38576e30>
>>esp; e0563e30 <_end+20295be0/38576e30>

Trace; c014cd03 <alloc_inode+c3/150>
Trace; c014da65 <get_new_inode+145/160>
Trace; c014dc50 <iget4+e0/f0>
Trace; c0154e0f <proc_get_inode+3f/120>
Trace; c0156e37 <proc_lookup+d7/e0>
Trace; c0154fe5 <proc_root_lookup+25/70>
Trace; c0142dd7 <real_lookup+c7/f0>
Trace; c01434ca <link_path_walk+59a/6b0>
Trace; c0143797 <path_lookup+37/40>
Trace; c0143a29 <__user_walk+49/60>
Trace; c01374ad <sys_access+7d/140>
Trace; c012827d <sys_brk+fd/130>
Trace; c010737f <system_call+33/38>

Code; c01163fb <__wake_up+1b/70>
00000000 <_EIP>:
Code; c01163fb <__wake_up+1b/70> <=====
   0: 8b 13 mov (%ebx),%edx <=====
Code; c01163fd <__wake_up+1d/70>
   2: 0f 0d 02 prefetch (%edx)
Code; c0116400 <__wake_up+20/70>
   5: 39 c3 cmp %eax,%ebx
Code; c0116402 <__wake_up+22/70>
   7: 74 16 je 1f <_EIP+0x1f>
Code; c0116404 <__wake_up+24/70>
   9: 8b 4b fc mov 0xfffffffc(%ebx),%ecx
Code; c0116407 <__wake_up+27/70>
   c: 8b 01 mov (%ecx),%eax
Code; c0116409 <__wake_up+29/70>
   e: 85 c7 test %eax,%edi
Code; c011640b <__wake_up+2b/70>
  10: 75 19 jne 2b <_EIP+0x2b>
Code; c011640d <__wake_up+2d/70>
  12: 8b 02 mov (%edx),%eax

Apr 20 06:25:08 glitch kernel: <1>Unable to handle kernel paging request at virtual address 201a213a
Apr 20 06:25:08 glitch kernel: c014e022
Apr 20 06:25:08 glitch kernel: *pde = 00000000
Apr 20 06:25:08 glitch kernel: Oops: 0002
Apr 20 06:25:08 glitch kernel: CPU: 0
Apr 20 06:25:08 glitch kernel: EIP: 0010:[<c014e022>] Not tainted
Apr 20 06:25:08 glitch kernel: EFLAGS: 00010212
Apr 20 06:25:08 glitch kernel: eax: 00000000 ebx: 00000000 ecx: 0000002c edx: 201a213a
Apr 20 06:25:08 glitch kernel: esi: 201a202a edi: 201a213a ebp: c1cc3290 esp: c289fe44
Apr 20 06:25:08 glitch kernel: ds: 0018 es: 0018 ss: 0018
Apr 20 06:25:08 glitch kernel: Process logrotate (pid: 15572, stackpage=c289f000)
Apr 20 06:25:08 glitch kernel: Stack: 00000000 f7e73a00 c014cd83 201a213a 00000000 000000b0 00000000 c1cc3290
Apr 20 06:25:08 glitch kernel: f7e73a00 c014d943 f7e73a00 00000001 00000000 da4e8940 f7e73a00 00000000
Apr 20 06:25:08 glitch kernel: c1cc3290 0000e58a f7e73a00 c014dc50 f7e73a00 0000e58a c1cc3290 00000000
Apr 20 06:25:08 glitch kernel: Call Trace: [<c014cd83>] [<c014d943>] [<c014dc50>] [<c0162d0c>] [<c0142dd7>]
Apr 20 06:25:08 glitch kernel: [<c01434ca>] [<c014348f>] [<c0143797>] [<c0143b90>] [<c0137c23>] [<c0137fe3>]
Apr 20 06:25:08 glitch kernel: [<c010737f>]
Apr 20 06:25:08 glitch kernel: Code: f3 ab eb ae c1 e9 02 89 d7 f3 ab aa eb a4 55 57 56 53 83 ec

>>EIP; c014e022 <__constant_c_and_count_memset+72/80> <=====

>>ebp; c1cc3290 <_end+19f5040/38576e30>
>>esp; c289fe44 <_end+25d1bf4/38576e30>

Trace; c014cd83 <alloc_inode+143/150>
Trace; c014d943 <get_new_inode+23/160>
Trace; c014dc50 <iget4+e0/f0>
Trace; c0162d0c <ext3_lookup+7c/b0>
Trace; c0142dd7 <real_lookup+c7/f0>
Trace; c01434ca <link_path_walk+59a/6b0>
Trace; c014348f <link_path_walk+55f/6b0>
Trace; c0143797 <path_lookup+37/40>
Trace; c0143b90 <open_namei+70/550>
Trace; c0137c23 <filp_open+43/70>
Trace; c0137fe3 <sys_open+53/a0>
Trace; c010737f <system_call+33/38>

Code; c014e022 <__constant_c_and_count_memset+72/80>
00000000 <_EIP>:
Code; c014e022 <__constant_c_and_count_memset+72/80> <=====
   0: f3 ab repz stos %eax,%es:(%edi) <=====
Code; c014e024 <__constant_c_and_count_memset+74/80>
   2: eb ae jmp ffffffb2 <_EIP+0xffffffb2>
Code; c014e026 <__constant_c_and_count_memset+76/80>
   4: c1 e9 02 shr $0x2,%ecx
Code; c014e029 <__constant_c_and_count_memset+79/80>
   7: 89 d7 mov %edx,%edi
Code; c014e02b <__constant_c_and_count_memset+7b/80>
   9: f3 ab repz stos %eax,%es:(%edi)
Code; c014e02d <__constant_c_and_count_memset+7d/80>
   b: aa stos %al,%es:(%edi)
Code; c014e02e <__constant_c_and_count_memset+7e/80>
   c: eb a4 jmp ffffffb2 <_EIP+0xffffffb2>
Code; c014e030 <__sync_one+0/142>
   e: 55 push %ebp
Code; c014e031 <__sync_one+1/142>
   f: 57 push %edi
Code; c014e032 <__sync_one+2/142>
  10: 56 push %esi
Code; c014e033 <__sync_one+3/142>
  11: 53 push %ebx
Code; c014e034 <__sync_one+4/142>
  12: 83 ec 00 sub $0x0,%esp

Apr 20 06:25:08 glitch kernel: <1>Unable to handle kernel paging request at virtual address 86b037b6
Apr 20 06:25:08 glitch kernel: c014dc15
Apr 20 06:25:08 glitch kernel: *pde = 00000000
Apr 20 06:25:08 glitch kernel: Oops: 0002
Apr 20 06:25:08 glitch kernel: CPU: 0
Apr 20 06:25:08 glitch kernel: EIP: 0010:[<c014dc15>] Not tainted
Apr 20 06:25:08 glitch kernel: EFLAGS: 00010246
Apr 20 06:25:08 glitch kernel: eax: 86b037b2 ebx: dc11cac0 ecx: dc11cc88 edx: dc11cac8
Apr 20 06:25:08 glitch kernel: esi: c1cfe9f8 edi: 00015c77 ebp: f7e73a00 esp: f7657ec4
Apr 20 06:25:08 glitch kernel: ds: 0018 es: 0018 ss: 0018
Apr 20 06:25:08 glitch kernel: Process run-parts (pid: 15527, stackpage=f7657000)
Apr 20 06:25:08 glitch kernel: Stack: f7e73a00 00015c77 c1cfe9f8 00000000 00000000 00015c77 ed04f1c0 e3796e40
Apr 20 06:25:08 glitch kernel: ed04f1c0 c0162d0c f7e73a00 00015c77 00000000 00000000 eecf6070 fffffff4
Apr 20 06:25:08 glitch kernel: e3796ea8 c0142dd7 e3796e40 ed04f1c0 00000000 dae7e016 00000000 f7657f98
Apr 20 06:25:08 glitch kernel: Call Trace: [<c0162d0c>] [<c0142dd7>] [<c01434ca>] [<c0143797>] [<c0143a29>]
Apr 20 06:25:08 glitch kernel: [<c014020f>] [<c0138bd9>] [<c010737f>]
Apr 20 06:25:08 glitch kernel: Code: 89 50 04 89 43 08 c7 42 04 a0 23 25 c0 89 15 a0 23 25 c0 ff

>>EIP; c014dc15 <iget4+a5/f0> <=====

>>ebx; dc11cac0 <_end+1be4e870/38576e30>
>>ecx; dc11cc88 <_end+1be4ea38/38576e30>
>>edx; dc11cac8 <_end+1be4e878/38576e30>
>>esi; c1cfe9f8 <_end+1a307a8/38576e30>
>>ebp; f7e73a00 <_end+37ba57b0/38576e30>
>>esp; f7657ec4 <_end+37389c74/38576e30>

Trace; c0162d0c <ext3_lookup+7c/b0>
Trace; c0142dd7 <real_lookup+c7/f0>
Trace; c01434ca <link_path_walk+59a/6b0>
Trace; c0143797 <path_lookup+37/40>
Trace; c0143a29 <__user_walk+49/60>
Trace; c014020f <sys_stat64+1f/80>
Trace; c0138bd9 <sys_write+e9/130>
Trace; c010737f <system_call+33/38>

Code; c014dc15 <iget4+a5/f0>
00000000 <_EIP>:
Code; c014dc15 <iget4+a5/f0> <=====
   0: 89 50 04 mov %edx,0x4(%eax) <=====
Code; c014dc18 <iget4+a8/f0>
   3: 89 43 08 mov %eax,0x8(%ebx)
Code; c014dc1b <iget4+ab/f0>
   6: c7 42 04 a0 23 25 c0 movl $0xc02523a0,0x4(%edx)
Code; c014dc22 <iget4+b2/f0>
   d: 89 15 a0 23 25 c0 mov %edx,0xc02523a0
Code; c014dc28 <iget4+b8/f0>
  13: ff 00 incl (%eax)

Apr 20 06:25:08 glitch kernel: <1>Unable to handle kernel paging request at virtual address 86b037b6
Apr 20 06:25:08 glitch kernel: c014d8ec
Apr 20 06:25:08 glitch kernel: *pde = 00000000
Apr 20 06:25:08 glitch kernel: Oops: 0002
Apr 20 06:25:08 glitch kernel: CPU: 0
Apr 20 06:25:08 glitch kernel: EIP: 0010:[<c014d8ec>] Not tainted
Apr 20 06:25:08 glitch kernel: EFLAGS: 00010206
Apr 20 06:25:08 glitch kernel: eax: e660ec88 ebx: c7eae000 ecx: e660ec80 edx: 86b037b2
Apr 20 06:25:08 glitch kernel: esi: effddd40 edi: bffff820 ebp: ffffffe9 esp: c7eaff34
Apr 20 06:25:08 glitch kernel: ds: 0018 es: 0018 ss: 0018
Apr 20 06:25:08 glitch kernel: Process cron (pid: 15524, stackpage=c7eaf000)
Apr 20 06:25:08 glitch kernel: Stack: c1c1bc00 c0142567 c1c1bc00 c7eae000 c0142621 00000018 3ea28394 000000c5
Apr 20 06:25:08 glitch kernel: c96cb840 c014dfab ef68d640 00000001 ee8f2ac0 c0141d0c ee8f2ac0 cba19000
Apr 20 06:25:08 glitch kernel: 000000c5 c7eae000 ee8f2b28 000000c5 c1c18340 f0f933c0 000000c5 c7eae000
Apr 20 06:25:08 glitch kernel: Call Trace: [<c0142567>] [<c0142621>] [<c014dfab>] [<c0141d0c>] [<c010cd57>]
Apr 20 06:25:08 glitch kernel: [<c0115280>] [<c010737f>]
Apr 20 06:25:08 glitch kernel: Code: 89 42 04 89 51 08 c7 40 04 a0 23 25 c0 a3 a0 23 25 c0 a1 08

>>EIP; c014d8ec <new_inode+2c/60> <=====

>>eax; e660ec88 <_end+26340a38/38576e30>
>>ebx; c7eae000 <_end+7bdfdb0/38576e30>
>>ecx; e660ec80 <_end+26340a30/38576e30>
>>esi; effddd40 <_end+2fd0faf0/38576e30>
>>esp; c7eaff34 <_end+7be1ce4/38576e30>

Trace; c0142567 <get_pipe_inode+17/a0>
Trace; c0142621 <do_pipe+31/240>
Trace; c014dfab <update_atime+6b/70>
Trace; c0141d0c <pipe_read+4c/200>
Trace; c010cd57 <sys_pipe+17/50>
Trace; c0115280 <do_page_fault+0/4df>
Trace; c010737f <system_call+33/38>

Code; c014d8ec <new_inode+2c/60>
00000000 <_EIP>:
Code; c014d8ec <new_inode+2c/60> <=====
   0: 89 42 04 mov %eax,0x4(%edx) <=====
Code; c014d8ef <new_inode+2f/60>
   3: 89 51 08 mov %edx,0x8(%ecx)
Code; c014d8f2 <new_inode+32/60>
   6: c7 40 04 a0 23 25 c0 movl $0xc02523a0,0x4(%eax)
Code; c014d8f9 <new_inode+39/60>
   d: a3 a0 23 25 c0 mov %eax,0xc02523a0
Code; c014d8fe <new_inode+3e/60>
  12: a1 08 00 00 00 mov 0x8,%eax

Apr 20 06:25:10 glitch kernel: <1>Unable to handle kernel paging request at virtual address 86b037b6
Apr 20 06:25:10 glitch kernel: c014e10f
Apr 20 06:25:10 glitch kernel: *pde = 00000000
Apr 20 06:25:10 glitch kernel: Oops: 0002
Apr 20 06:25:10 glitch kernel: CPU: 0
Apr 20 06:25:10 glitch kernel: EIP: 0010:[<c014e10f>] Not tainted
Apr 20 06:25:10 glitch kernel: EFLAGS: 00010202
Apr 20 06:25:10 glitch kernel: eax: 86b037b2 ebx: ea46b040 ecx: c02523a0 edx: f7e73a60
Apr 20 06:25:10 glitch kernel: esi: 00000001 edi: ea46b048 ebp: 00000000 esp: f7eedf98
Apr 20 06:25:10 glitch kernel: ds: 0018 es: 0018 ss: 0018
Apr 20 06:25:10 glitch kernel: Process kupdated (pid: 6, stackpage=f7eed000)
Apr 20 06:25:10 glitch kernel: Stack: ea46b0e4 00000000 f7e73a58 f7e73a00 f7eec000 f7eec000 c014d115 ea46b040
Apr 20 06:25:10 glitch kernel: 00000000 f7eec560 f7eec570 c013d0a8 f7eec570 f7eec000 c013d37c c025b6b0
Apr 20 06:25:10 glitch kernel: 0008e000 00000000 00010f00 c1c15fa0 c0105000 0008e000 c01057be c02a18c0
Apr 20 06:25:10 glitch kernel: Call Trace: [<c014d115>] [<c013d0a8>] [<c013d37c>] [<c0105000>] [<c01057be>]
Apr 20 06:25:10 glitch kernel: [<c013d2b0>]
Apr 20 06:25:10 glitch kernel: Code: 89 78 04 89 43 08 89 4f 04 89 39 83 c4 08 8d 83 94 00 00 00

>>EIP; c014e10f <__sync_one+df/142> <=====

>>ebx; ea46b040 <_end+2a19cdf0/38576e30>
>>ecx; c02523a0 <inode_in_use+0/8>
>>edx; f7e73a60 <_end+37ba5810/38576e30>
>>edi; ea46b048 <_end+2a19cdf8/38576e30>
>>esp; f7eedf98 <_end+37c1fd48/38576e30>

Trace; c014d115 <sync_unlocked_inodes+35/50>
Trace; c013d0a8 <sync_old_buffers+8/50>
Trace; c013d37c <kupdate+cc/100>
Trace; c0105000 <_stext+0/0>
Trace; c01057be <arch_kernel_thread+2e/40>
Trace; c013d2b0 <kupdate+0/100>

Code; c014e10f <__sync_one+df/142>
00000000 <_EIP>:
Code; c014e10f <__sync_one+df/142> <=====
   0: 89 78 04 mov %edi,0x4(%eax) <=====
Code; c014e112 <__sync_one+e2/142>
   3: 89 43 08 mov %eax,0x8(%ebx)
Code; c014e115 <__sync_one+e5/142>
   6: 89 4f 04 mov %ecx,0x4(%edi)
Code; c014e118 <__sync_one+e8/142>
   9: 89 39 mov %edi,(%ecx)
Code; c014e11a <__sync_one+ea/142>
   b: 83 c4 08 add $0x8,%esp
Code; c014e11d <__sync_one+ed/142>
   e: 8d 83 94 00 00 00 lea 0x94(%ebx),%eax

Apr 20 06:30:01 glitch kernel: <1>Unable to handle kernel paging request at virtual address 86b037b6
Apr 20 06:30:01 glitch kernel: c014d8ec
Apr 20 06:30:01 glitch kernel: *pde = 00000000
Apr 20 06:30:01 glitch kernel: Oops: 0002
Apr 20 06:30:01 glitch kernel: CPU: 0
Apr 20 06:30:01 glitch kernel: EIP: 0010:[<c014d8ec>] Not tainted
Apr 20 06:30:01 glitch kernel: EFLAGS: 00010202
Apr 20 06:30:01 glitch kernel: eax: ee8f2ac8 ebx: ca584000 ecx: ee8f2ac0 edx: 86b037b2
Apr 20 06:30:01 glitch kernel: esi: f0eef2c0 edi: 401379d8 ebp: ffffffe9 esp: ca585f34
Apr 20 06:30:01 glitch kernel: ds: 0018 es: 0018 ss: 0018
Apr 20 06:30:01 glitch kernel: Process cron (pid: 15577, stackpage=ca585000)
Apr 20 06:30:01 glitch kernel: Stack: c1c1bc00 c0142567 c1c1bc00 ca584000 c0142621 c0123086 00000011 ca584568
Apr 20 06:30:01 glitch kernel: 00000000 bffff1e0 efcb8640 c0123408 bffff150 ca585f70 00000014 0804a078
Apr 20 06:30:01 glitch kernel: 14000000 4004e9d8 00010000 00000000 00001000 40013000 f34f8e40 ca584000
Apr 20 06:30:01 glitch kernel: Call Trace: [<c0142567>] [<c0142621>] [<c0123086>] [<c0123408>] [<c010cd57>]
Apr 20 06:30:01 glitch kernel: [<c0115280>] [<c010737f>]
Apr 20 06:30:01 glitch kernel: Code: 89 42 04 89 51 08 c7 40 04 a0 23 25 c0 a3 a0 23 25 c0 a1 08

>>EIP; c014d8ec <new_inode+2c/60> <=====

>>eax; ee8f2ac8 <_end+2e624878/38576e30>
>>ebx; ca584000 <_end+a2b5db0/38576e30>
>>ecx; ee8f2ac0 <_end+2e624870/38576e30>
>>esi; f0eef2c0 <_end+30c21070/38576e30>
>>esp; ca585f34 <_end+a2b7ce4/38576e30>

Trace; c0142567 <get_pipe_inode+17/a0>
Trace; c0142621 <do_pipe+31/240>
Trace; c0123086 <do_sigaction+e6/120>
Trace; c0123408 <sys_rt_sigaction+a8/c0>
Trace; c010cd57 <sys_pipe+17/50>
Trace; c0115280 <do_page_fault+0/4df>
Trace; c010737f <system_call+33/38>

Code; c014d8ec <new_inode+2c/60>
00000000 <_EIP>:
Code; c014d8ec <new_inode+2c/60> <=====
   0: 89 42 04 mov %eax,0x4(%edx) <=====
Code; c014d8ef <new_inode+2f/60>
   3: 89 51 08 mov %edx,0x8(%ecx)
Code; c014d8f2 <new_inode+32/60>
   6: c7 40 04 a0 23 25 c0 movl $0xc02523a0,0x4(%eax)
Code; c014d8f9 <new_inode+39/60>
   d: a3 a0 23 25 c0 mov %eax,0xc02523a0
Code; c014d8fe <new_inode+3e/60>
  12: a1 08 00 00 00 mov 0x8,%eax

Apr 20 06:30:01 glitch kernel: <1>Unable to handle kernel paging request at virtual address 86b037b6
Apr 20 06:30:01 glitch kernel: c014d8ec
Apr 20 06:30:01 glitch kernel: *pde = 00000000
Apr 20 06:30:01 glitch kernel: Oops: 0002
Apr 20 06:30:01 glitch kernel: CPU: 0
Apr 20 06:30:01 glitch kernel: EIP: 0010:[<c014d8ec>] Not tainted
Apr 20 06:30:01 glitch kernel: EFLAGS: 00010206
Apr 20 06:30:01 glitch kernel: eax: ee8f23c8 ebx: efcf4000 ecx: ee8f23c0 edx: 86b037b2
Apr 20 06:30:01 glitch kernel: esi: f2a31ac0 edi: 401379d8 ebp: ffffffe9 esp: efcf5f34
Apr 20 06:30:01 glitch kernel: ds: 0018 es: 0018 ss: 0018
Apr 20 06:30:01 glitch kernel: Process cron (pid: 15578, stackpage=efcf5000)
Apr 20 06:30:01 glitch kernel: Stack: c1c1bc00 c0142567 c1c1bc00 efcf4000 c0142621 c0123086 00000011 efcf4568
Apr 20 06:30:01 glitch kernel: 00000000 bffff1e0 f0d22f40 c0123408 bffff150 efcf5f70 00000014 0804a078
Apr 20 06:30:01 glitch kernel: 14000000 4004e9d8 00010000 00000000 00001000 40013000 efb5b1c0 efcf4000
Apr 20 06:30:01 glitch kernel: Call Trace: [<c0142567>] [<c0142621>] [<c0123086>] [<c0123408>] [<c010cd57>]
Apr 20 06:30:01 glitch kernel: [<c0115280>] [<c010737f>]
Apr 20 06:30:01 glitch kernel: Code: 89 42 04 89 51 08 c7 40 04 a0 23 25 c0 a3 a0 23 25 c0 a1 08

>>EIP; c014d8ec <new_inode+2c/60> <=====

>>eax; ee8f23c8 <_end+2e624178/38576e30>
>>ebx; efcf4000 <_end+2fa25db0/38576e30>
>>ecx; ee8f23c0 <_end+2e624170/38576e30>
>>esi; f2a31ac0 <_end+32763870/38576e30>
>>esp; efcf5f34 <_end+2fa27ce4/38576e30>

Trace; c0142567 <get_pipe_inode+17/a0>
Trace; c0142621 <do_pipe+31/240>
Trace; c0123086 <do_sigaction+e6/120>
Trace; c0123408 <sys_rt_sigaction+a8/c0>
Trace; c010cd57 <sys_pipe+17/50>
Trace; c0115280 <do_page_fault+0/4df>
Trace; c010737f <system_call+33/38>

Code; c014d8ec <new_inode+2c/60>
00000000 <_EIP>:
Code; c014d8ec <new_inode+2c/60> <=====
   0: 89 42 04 mov %eax,0x4(%edx) <=====
Code; c014d8ef <new_inode+2f/60>
   3: 89 51 08 mov %edx,0x8(%ecx)
Code; c014d8f2 <new_inode+32/60>
   6: c7 40 04 a0 23 25 c0 movl $0xc02523a0,0x4(%eax)
Code; c014d8f9 <new_inode+39/60>
   d: a3 a0 23 25 c0 mov %eax,0xc02523a0
Code; c014d8fe <new_inode+3e/60>
  12: a1 08 00 00 00 mov 0x8,%eax

Apr 20 06:35:01 glitch kernel: <1>Unable to handle kernel paging request at virtual address 86b037b6
Apr 20 06:35:01 glitch kernel: c014d8ec
Apr 20 06:35:01 glitch kernel: *pde = 00000000
Apr 20 06:35:01 glitch kernel: Oops: 0002
Apr 20 06:35:01 glitch kernel: CPU: 0
Apr 20 06:35:01 glitch kernel: EIP: 0010:[<c014d8ec>] Not tainted
Apr 20 06:35:01 glitch kernel: EFLAGS: 00010206
Apr 20 06:35:01 glitch kernel: eax: ccfec588 ebx: ca584000 ecx: ccfec580 edx: 86b037b2
Apr 20 06:35:01 glitch kernel: esi: ef761c40 edi: 401379d8 ebp: ffffffe9 esp: ca585f34
Apr 20 06:35:01 glitch kernel: ds: 0018 es: 0018 ss: 0018
Apr 20 06:35:01 glitch kernel: Process cron (pid: 15579, stackpage=ca585000)
Apr 20 06:35:01 glitch kernel: Stack: c1c1bc00 c0142567 c1c1bc00 ca584000 c0142621 c0123086 00000011 ca584568
Apr 20 06:35:01 glitch kernel: 00000000 bffff1e0 f1603e40 c0123408 bffff150 ca585f70 00000014 0804a078
Apr 20 06:35:01 glitch kernel: 14000000 4004e9d8 00010000 00000000 00001000 40013000 f34f84c0 ca584000
Apr 20 06:35:01 glitch kernel: Call Trace: [<c0142567>] [<c0142621>] [<c0123086>] [<c0123408>] [<c010cd57>]
Apr 20 06:35:01 glitch kernel: [<c0115280>] [<c010737f>]
Apr 20 06:35:01 glitch kernel: Code: 89 42 04 89 51 08 c7 40 04 a0 23 25 c0 a3 a0 23 25 c0 a1 08

>>EIP; c014d8ec <new_inode+2c/60> <=====

>>eax; ccfec588 <_end+cd1e338/38576e30>
>>ebx; ca584000 <_end+a2b5db0/38576e30>
>>ecx; ccfec580 <_end+cd1e330/38576e30>
>>esi; ef761c40 <_end+2f4939f0/38576e30>
>>esp; ca585f34 <_end+a2b7ce4/38576e30>

Trace; c0142567 <get_pipe_inode+17/a0>
Trace; c0142621 <do_pipe+31/240>
Trace; c0123086 <do_sigaction+e6/120>
Trace; c0123408 <sys_rt_sigaction+a8/c0>
Trace; c010cd57 <sys_pipe+17/50>
Trace; c0115280 <do_page_fault+0/4df>
Trace; c010737f <system_call+33/38>

Code; c014d8ec <new_inode+2c/60>
00000000 <_EIP>:
Code; c014d8ec <new_inode+2c/60> <=====
   0: 89 42 04 mov %eax,0x4(%edx) <=====
Code; c014d8ef <new_inode+2f/60>
   3: 89 51 08 mov %edx,0x8(%ecx)
Code; c014d8f2 <new_inode+32/60>
   6: c7 40 04 a0 23 25 c0 movl $0xc02523a0,0x4(%eax)
Code; c014d8f9 <new_inode+39/60>
   d: a3 a0 23 25 c0 mov %eax,0xc02523a0
Code; c014d8fe <new_inode+3e/60>
  12: a1 08 00 00 00 mov 0x8,%eax

Apr 20 06:35:15 glitch kernel: <1>Unable to handle kernel NULL pointer dereference at virtual address 00000004
Apr 20 06:35:15 glitch kernel: c014c1fc
Apr 20 06:35:15 glitch kernel: *pde = 00000000
Apr 20 06:35:15 glitch kernel: Oops: 0002
Apr 20 06:35:15 glitch kernel: CPU: 0
Apr 20 06:35:15 glitch kernel: EIP: 0010:[<c014c1fc>] Not tainted
Apr 20 06:35:15 glitch kernel: EFLAGS: 00210282
Apr 20 06:35:15 glitch kernel: eax: 00000000 ebx: ad54422a ecx: c5f82f70 edx: ad54423a
Apr 20 06:35:15 glitch kernel: esi: c5f82f40 edi: e8543f2e ebp: 0000000c esp: e8543f0c
Apr 20 06:35:15 glitch kernel: ds: 0018 es: 0018 ss: 0018
Apr 20 06:35:15 glitch kernel: Process nmbd (pid: 1459, stackpage=e8543000)
Apr 20 06:35:15 glitch kernel: Stack: c5f82f40 f028eac0 c01d0c22 c5f82f40 ad54422a 00112ffb 3231315b 35393336
Apr 20 06:35:15 glitch kernel: ad54005d 00000000 e8542000 00000000 00000000 00000286 e8543f24 00000009
Apr 20 06:35:15 glitch kernel: 00112ffb c1c0f4f8 00000000 080adda0 bfffeb90 bfffeb48 c01d187d ad54433a
Apr 20 06:35:15 glitch kernel: Call Trace: [<c01d0c22>] [<c01d187d>] [<c01d2772>] [<c0122a53>] [<c010737f>]
Apr 20 06:35:15 glitch kernel: Code: 89 48 04 89 46 30 89 51 04 89 4b 10 89 5e 08 8b 74 24 04 8b

>>EIP; c014c1fc <d_instantiate+2c/50> <=====

>>ecx; c5f82f70 <_end+5cb4d20/38576e30>
>>esi; c5f82f40 <_end+5cb4cf0/38576e30>
>>edi; e8543f2e <_end+28275cde/38576e30>
>>esp; e8543f0c <_end+28275cbc/38576e30>

Trace; c01d0c22 <sock_map_fd+f2/180>
Trace; c01d187d <sys_socket+3d/60>
Trace; c01d2772 <sys_socketcall+72/260>
Trace; c0122a53 <sys_rt_sigprocmask+143/190>
Trace; c010737f <system_call+33/38>

Code; c014c1fc <d_instantiate+2c/50>
00000000 <_EIP>:
Code; c014c1fc <d_instantiate+2c/50> <=====
   0: 89 48 04 mov %ecx,0x4(%eax) <=====
Code; c014c1ff <d_instantiate+2f/50>
   3: 89 46 30 mov %eax,0x30(%esi)
Code; c014c202 <d_instantiate+32/50>
   6: 89 51 04 mov %edx,0x4(%ecx)
Code; c014c205 <d_instantiate+35/50>
   9: 89 4b 10 mov %ecx,0x10(%ebx)
Code; c014c208 <d_instantiate+38/50>
   c: 89 5e 08 mov %ebx,0x8(%esi)
Code; c014c20b <d_instantiate+3b/50>
   f: 8b 74 24 04 mov 0x4(%esp,1),%esi
Code; c014c20f <d_instantiate+3f/50>
  13: 8b 00 mov (%eax),%eax

Apr 20 06:38:01 glitch kernel: <1>Unable to handle kernel paging request at virtual address ad544236
Apr 20 06:38:01 glitch kernel: c014d8ec
Apr 20 06:38:01 glitch kernel: *pde = 00000000
Apr 20 06:38:01 glitch kernel: Oops: 0002
Apr 20 06:38:01 glitch kernel: CPU: 0
Apr 20 06:38:01 glitch kernel: EIP: 0010:[<c014d8ec>] Not tainted
Apr 20 06:38:01 glitch kernel: EFLAGS: 00010202
Apr 20 06:38:01 glitch kernel: eax: eda3e3c8 ebx: e8542000 ecx: eda3e3c0 edx: ad544232
Apr 20 06:38:01 glitch kernel: esi: f59097c0 edi: 401379d8 ebp: ffffffe9 esp: e8543f34
Apr 20 06:38:01 glitch kernel: ds: 0018 es: 0018 ss: 0018
Apr 20 06:38:01 glitch kernel: Process cron (pid: 15580, stackpage=e8543000)
Apr 20 06:38:01 glitch kernel: Stack: c1c1bc00 c0142567 c1c1bc00 e8542000 c0142621 c0123086 00000011 e8542568
Apr 20 06:38:01 glitch kernel: 00000000 bffff1e0 f6761ec0 c0123408 bffff150 e8543f70 00000014 0804a078
Apr 20 06:38:01 glitch kernel: 14000000 4004e9d8 00010000 00000000 00001000 40013000 efb5b240 e8542000
Apr 20 06:38:01 glitch kernel: Call Trace: [<c0142567>] [<c0142621>] [<c0123086>] [<c0123408>] [<c010cd57>]
Apr 20 06:38:01 glitch kernel: [<c0115280>] [<c010737f>]
Apr 20 06:38:01 glitch kernel: Code: 89 42 04 89 51 08 c7 40 04 a0 23 25 c0 a3 a0 23 25 c0 a1 08

>>EIP; c014d8ec <new_inode+2c/60> <=====

>>eax; eda3e3c8 <_end+2d770178/38576e30>
>>ebx; e8542000 <_end+28273db0/38576e30>
>>ecx; eda3e3c0 <_end+2d770170/38576e30>
>>esi; f59097c0 <_end+3563b570/38576e30>
>>esp; e8543f34 <_end+28275ce4/38576e30>

Trace; c0142567 <get_pipe_inode+17/a0>
Trace; c0142621 <do_pipe+31/240>
Trace; c0123086 <do_sigaction+e6/120>
Trace; c0123408 <sys_rt_sigaction+a8/c0>
Trace; c010cd57 <sys_pipe+17/50>
Trace; c0115280 <do_page_fault+0/4df>
Trace; c010737f <system_call+33/38>

Code; c014d8ec <new_inode+2c/60>
00000000 <_EIP>:
Code; c014d8ec <new_inode+2c/60> <=====
   0: 89 42 04 mov %eax,0x4(%edx) <=====
Code; c014d8ef <new_inode+2f/60>
   3: 89 51 08 mov %edx,0x8(%ecx)
Code; c014d8f2 <new_inode+32/60>
   6: c7 40 04 a0 23 25 c0 movl $0xc02523a0,0x4(%eax)
Code; c014d8f9 <new_inode+39/60>
   d: a3 a0 23 25 c0 mov %eax,0xc02523a0
Code; c014d8fe <new_inode+3e/60>
  12: a1 08 00 00 00 mov 0x8,%eax

Apr 20 06:38:01 glitch kernel: <1>Unable to handle kernel paging request at virtual address ad544236
Apr 20 06:38:01 glitch kernel: c014d8ec
Apr 20 06:38:01 glitch kernel: *pde = 00000000
Apr 20 06:38:01 glitch kernel: Oops: 0002
Apr 20 06:38:01 glitch kernel: CPU: 0
Apr 20 06:38:01 glitch kernel: EIP: 0010:[<c014d8ec>] Not tainted
Apr 20 06:38:01 glitch kernel: EFLAGS: 00010202
Apr 20 06:38:01 glitch kernel: eax: eda3e208 ebx: ca584000 ecx: eda3e200 edx: ad544232
Apr 20 06:38:01 glitch kernel: esi: f6761c40 edi: 401379d8 ebp: ffffffe9 esp: ca585f34
Apr 20 06:38:01 glitch kernel: ds: 0018 es: 0018 ss: 0018
Apr 20 06:38:01 glitch kernel: Process cron (pid: 15581, stackpage=ca585000)
Apr 20 06:38:01 glitch kernel: Stack: c1c1bc00 c0142567 c1c1bc00 ca584000 c0142621 c0123086 00000011 ca584568
Apr 20 06:38:01 glitch kernel: 00000000 bffff1e0 f6761840 c0123408 bffff150 ca585f70 00000014 0804a078
Apr 20 06:38:01 glitch kernel: 14000000 4004e9d8 00010000 00000000 00001000 40013000 efb5b240 ca584000
Apr 20 06:38:01 glitch kernel: Call Trace: [<c0142567>] [<c0142621>] [<c0123086>] [<c0123408>] [<c010cd57>]
Apr 20 06:38:01 glitch kernel: [<c0115280>] [<c010737f>]
Apr 20 06:38:01 glitch kernel: Code: 89 42 04 89 51 08 c7 40 04 a0 23 25 c0 a3 a0 23 25 c0 a1 08

>>EIP; c014d8ec <new_inode+2c/60> <=====

>>eax; eda3e208 <_end+2d76ffb8/38576e30>
>>ebx; ca584000 <_end+a2b5db0/38576e30>
>>ecx; eda3e200 <_end+2d76ffb0/38576e30>
>>esi; f6761c40 <_end+364939f0/38576e30>
>>esp; ca585f34 <_end+a2b7ce4/38576e30>

Trace; c0142567 <get_pipe_inode+17/a0>
Trace; c0142621 <do_pipe+31/240>
Trace; c0123086 <do_sigaction+e6/120>
Trace; c0123408 <sys_rt_sigaction+a8/c0>
Trace; c010cd57 <sys_pipe+17/50>
Trace; c0115280 <do_page_fault+0/4df>
Trace; c010737f <system_call+33/38>

Code; c014d8ec <new_inode+2c/60>
00000000 <_EIP>:
Code; c014d8ec <new_inode+2c/60> <=====
   0: 89 42 04 mov %eax,0x4(%edx) <=====
Code; c014d8ef <new_inode+2f/60>
   3: 89 51 08 mov %edx,0x8(%ecx)
Code; c014d8f2 <new_inode+32/60>
   6: c7 40 04 a0 23 25 c0 movl $0xc02523a0,0x4(%eax)
Code; c014d8f9 <new_inode+39/60>
   d: a3 a0 23 25 c0 mov %eax,0xc02523a0
Code; c014d8fe <new_inode+3e/60>
  12: a1 08 00 00 00 mov 0x8,%eax

Apr 20 06:40:01 glitch kernel: <1>Unable to handle kernel paging request at virtual address ad544236
Apr 20 06:40:01 glitch kernel: c014d8ec
Apr 20 06:40:01 glitch kernel: *pde = 00000000
Apr 20 06:40:01 glitch kernel: Oops: 0002
Apr 20 06:40:01 glitch kernel: CPU: 0
Apr 20 06:40:01 glitch kernel: EIP: 0010:[<c014d8ec>] Not tainted
Apr 20 06:40:01 glitch kernel: EFLAGS: 00010206
Apr 20 06:40:01 glitch kernel: eax: dc34ec88 ebx: e8542000 ecx: dc34ec80 edx: ad544232
Apr 20 06:40:01 glitch kernel: esi: f67619c0 edi: 401379d8 ebp: ffffffe9 esp: e8543f34
Apr 20 06:40:01 glitch kernel: ds: 0018 es: 0018 ss: 0018
Apr 20 06:40:01 glitch kernel: Process cron (pid: 15582, stackpage=e8543000)
Apr 20 06:40:01 glitch kernel: Stack: c1c1bc00 c0142567 c1c1bc00 e8542000 c0142621 c0123086 00000011 e8542568
Apr 20 06:40:01 glitch kernel: 00000000 bffff1e0 f6761b40 c0123408 bffff150 e8543f70 00000014 0804a078
Apr 20 06:40:01 glitch kernel: 14000000 4004e9d8 00010000 00000000 00001000 40013000 f66e79c0 e8542000
Apr 20 06:40:01 glitch kernel: Call Trace: [<c0142567>] [<c0142621>] [<c0123086>] [<c0123408>] [<c010cd57>]
Apr 20 06:40:01 glitch kernel: [<c0115280>] [<c010737f>]
Apr 20 06:40:01 glitch kernel: Code: 89 42 04 89 51 08 c7 40 04 a0 23 25 c0 a3 a0 23 25 c0 a1 08

>>EIP; c014d8ec <new_inode+2c/60> <=====

>>eax; dc34ec88 <_end+1c080a38/38576e30>
>>ebx; e8542000 <_end+28273db0/38576e30>
>>ecx; dc34ec80 <_end+1c080a30/38576e30>
>>esi; f67619c0 <_end+36493770/38576e30>
>>esp; e8543f34 <_end+28275ce4/38576e30>

Trace; c0142567 <get_pipe_inode+17/a0>
Trace; c0142621 <do_pipe+31/240>
Trace; c0123086 <do_sigaction+e6/120>
Trace; c0123408 <sys_rt_sigaction+a8/c0>
Trace; c010cd57 <sys_pipe+17/50>
Trace; c0115280 <do_page_fault+0/4df>
Trace; c010737f <system_call+33/38>

Code; c014d8ec <new_inode+2c/60>
00000000 <_EIP>:
Code; c014d8ec <new_inode+2c/60> <=====
   0: 89 42 04 mov %eax,0x4(%edx) <=====
Code; c014d8ef <new_inode+2f/60>
   3: 89 51 08 mov %edx,0x8(%ecx)
Code; c014d8f2 <new_inode+32/60>
   6: c7 40 04 a0 23 25 c0 movl $0xc02523a0,0x4(%eax)
Code; c014d8f9 <new_inode+39/60>
   d: a3 a0 23 25 c0 mov %eax,0xc02523a0
Code; c014d8fe <new_inode+3e/60>
  12: a1 08 00 00 00 mov 0x8,%eax

Apr 20 06:45:01 glitch kernel: <1>Unable to handle kernel paging request at virtual address ad544236
Apr 20 06:45:01 glitch kernel: c014d8ec
Apr 20 06:45:01 glitch kernel: *pde = 00000000
Apr 20 06:45:01 glitch kernel: Oops: 0002
Apr 20 06:45:01 glitch kernel: CPU: 0
Apr 20 06:45:01 glitch kernel: EIP: 0010:[<c014d8ec>] Not tainted
Apr 20 06:45:01 glitch kernel: EFLAGS: 00010206
Apr 20 06:45:01 glitch kernel: eax: dc34eac8 ebx: e8542000 ecx: dc34eac0 edx: ad544232
Apr 20 06:45:01 glitch kernel: esi: f048c640 edi: 401379d8 ebp: ffffffe9 esp: e8543f34
Apr 20 06:45:01 glitch kernel: ds: 0018 es: 0018 ss: 0018
Apr 20 06:45:01 glitch kernel: Process cron (pid: 15583, stackpage=e8543000)
Apr 20 06:45:01 glitch kernel: Stack: c1c1bc00 c0142567 c1c1bc00 e8542000 c0142621 c0123086 00000011 e8542568
Apr 20 06:45:01 glitch kernel: 00000000 bffff1e0 f66d96c0 c0123408 bffff150 e8543f70 00000014 0804a078
Apr 20 06:45:01 glitch kernel: 14000000 4004e9d8 00010000 00000000 00001000 40013000 f66e79c0 e8542000
Apr 20 06:45:01 glitch kernel: Call Trace: [<c0142567>] [<c0142621>] [<c0123086>] [<c0123408>] [<c010cd57>]
Apr 20 06:45:01 glitch kernel: [<c0115280>] [<c010737f>]
Apr 20 06:45:01 glitch kernel: Code: 89 42 04 89 51 08 c7 40 04 a0 23 25 c0 a3 a0 23 25 c0 a1 08

>>EIP; c014d8ec <new_inode+2c/60> <=====

>>eax; dc34eac8 <_end+1c080878/38576e30>
>>ebx; e8542000 <_end+28273db0/38576e30>
>>ecx; dc34eac0 <_end+1c080870/38576e30>
>>esi; f048c640 <_end+301be3f0/38576e30>
>>esp; e8543f34 <_end+28275ce4/38576e30>

Trace; c0142567 <get_pipe_inode+17/a0>
Trace; c0142621 <do_pipe+31/240>
Trace; c0123086 <do_sigaction+e6/120>
Trace; c0123408 <sys_rt_sigaction+a8/c0>
Trace; c010cd57 <sys_pipe+17/50>
Trace; c0115280 <do_page_fault+0/4df>
Trace; c010737f <system_call+33/38>

Code; c014d8ec <new_inode+2c/60>
00000000 <_EIP>:
Code; c014d8ec <new_inode+2c/60> <=====
   0: 89 42 04 mov %eax,0x4(%edx) <=====
Code; c014d8ef <new_inode+2f/60>
   3: 89 51 08 mov %edx,0x8(%ecx)
Code; c014d8f2 <new_inode+32/60>
   6: c7 40 04 a0 23 25 c0 movl $0xc02523a0,0x4(%eax)
Code; c014d8f9 <new_inode+39/60>
   d: a3 a0 23 25 c0 mov %eax,0xc02523a0
Code; c014d8fe <new_inode+3e/60>
  12: a1 08 00 00 00 mov 0x8,%eax

Apr 20 06:47:01 glitch kernel: <1>Unable to handle kernel paging request at virtual address ad544236
Apr 20 06:47:01 glitch kernel: c014d8ec
Apr 20 06:47:01 glitch kernel: *pde = 00000000
Apr 20 06:47:01 glitch kernel: Oops: 0002
Apr 20 06:47:01 glitch kernel: CPU: 0
Apr 20 06:47:01 glitch kernel: EIP: 0010:[<c014d8ec>] Not tainted
Apr 20 06:47:01 glitch kernel: EFLAGS: 00010202
Apr 20 06:47:01 glitch kernel: eax: dc34e908 ebx: e8542000 ecx: dc34e900 edx: ad544232
Apr 20 06:47:01 glitch kernel: esi: f7413440 edi: 401379d8 ebp: ffffffe9 esp: e8543f34
Apr 20 06:47:01 glitch kernel: ds: 0018 es: 0018 ss: 0018
Apr 20 06:47:01 glitch kernel: Process cron (pid: 15584, stackpage=e8543000)
Apr 20 06:47:01 glitch kernel: Stack: c1c1bc00 c0142567 c1c1bc00 e8542000 c0142621 c0123086 00000011 e8542568
Apr 20 06:47:01 glitch kernel: 00000000 bffff1e0 f04182c0 c0123408 bffff150 e8543f70 00000014 0804a078
Apr 20 06:47:01 glitch kernel: 14000000 4004e9d8 00010000 00000000 00001000 40013000 f66e79c0 e8542000
Apr 20 06:47:01 glitch kernel: Call Trace: [<c0142567>] [<c0142621>] [<c0123086>] [<c0123408>] [<c010cd57>]
Apr 20 06:47:01 glitch kernel: [<c0115280>] [<c010737f>]
Apr 20 06:47:01 glitch kernel: Code: 89 42 04 89 51 08 c7 40 04 a0 23 25 c0 a3 a0 23 25 c0 a1 08

>>EIP; c014d8ec <new_inode+2c/60> <=====

>>eax; dc34e908 <_end+1c0806b8/38576e30>
>>ebx; e8542000 <_end+28273db0/38576e30>
>>ecx; dc34e900 <_end+1c0806b0/38576e30>
>>esi; f7413440 <_end+371451f0/38576e30>
>>esp; e8543f34 <_end+28275ce4/38576e30>

Trace; c0142567 <get_pipe_inode+17/a0>
Trace; c0142621 <do_pipe+31/240>
Trace; c0123086 <do_sigaction+e6/120>
Trace; c0123408 <sys_rt_sigaction+a8/c0>
Trace; c010cd57 <sys_pipe+17/50>
Trace; c0115280 <do_page_fault+0/4df>
Trace; c010737f <system_call+33/38>

Code; c014d8ec <new_inode+2c/60>
00000000 <_EIP>:
Code; c014d8ec <new_inode+2c/60> <=====
   0: 89 42 04 mov %eax,0x4(%edx) <=====
Code; c014d8ef <new_inode+2f/60>
   3: 89 51 08 mov %edx,0x8(%ecx)
Code; c014d8f2 <new_inode+32/60>
   6: c7 40 04 a0 23 25 c0 movl $0xc02523a0,0x4(%eax)
Code; c014d8f9 <new_inode+39/60>
   d: a3 a0 23 25 c0 mov %eax,0xc02523a0
Code; c014d8fe <new_inode+3e/60>
  12: a1 08 00 00 00 mov 0x8,%eax

Apr 20 06:50:01 glitch kernel: <1>Unable to handle kernel paging request at virtual address 201a213a
Apr 20 06:50:01 glitch kernel: c014e022
Apr 20 06:50:01 glitch kernel: *pde = 00000000
Apr 20 06:50:01 glitch kernel: Oops: 0002
Apr 20 06:50:01 glitch kernel: CPU: 0
Apr 20 06:50:01 glitch kernel: EIP: 0010:[<c014e022>] Not tainted
Apr 20 06:50:01 glitch kernel: EFLAGS: 00010212
Apr 20 06:50:01 glitch kernel: eax: 00000000 ebx: 00000000 ecx: 0000002c edx: 201a213a
Apr 20 06:50:01 glitch kernel: esi: 201a202a edi: 201a213a ebp: ffffffe9 esp: e8543f0c
Apr 20 06:50:01 glitch kernel: ds: 0018 es: 0018 ss: 0018
Apr 20 06:50:01 glitch kernel: Process cron (pid: 15585, stackpage=e8543000)
Apr 20 06:50:01 glitch kernel: Stack: e8542000 c1c1bc00 c014cd83 201a213a 00000000 000000b0 e8542000 f6761d40
Apr 20 06:50:01 glitch kernel: 401379d8 c014d8d7 c1c1bc00 c0142567 c1c1bc00 e8542000 c0142621 c0123086
Apr 20 06:50:01 glitch kernel: 00000011 e8542568 00000000 bffff1e0 f0d22c40 c0123408 bffff150 e8543f70
Apr 20 06:50:01 glitch kernel: Call Trace: [<c014cd83>] [<c014d8d7>] [<c0142567>] [<c0142621>] [<c0123086>]
Apr 20 06:50:01 glitch kernel: [<c0123408>] [<c010cd57>] [<c0115280>] [<c010737f>]
Apr 20 06:50:01 glitch kernel: Code: f3 ab eb ae c1 e9 02 89 d7 f3 ab aa eb a4 55 57 56 53 83 ec

>>EIP; c014e022 <__constant_c_and_count_memset+72/80> <=====

>>esp; e8543f0c <_end+28275cbc/38576e30>

Trace; c014cd83 <alloc_inode+143/150>
Trace; c014d8d7 <new_inode+17/60>
Trace; c0142567 <get_pipe_inode+17/a0>
Trace; c0142621 <do_pipe+31/240>
Trace; c0123086 <do_sigaction+e6/120>
Trace; c0123408 <sys_rt_sigaction+a8/c0>
Trace; c010cd57 <sys_pipe+17/50>
Trace; c0115280 <do_page_fault+0/4df>
Trace; c010737f <system_call+33/38>

Code; c014e022 <__constant_c_and_count_memset+72/80>
00000000 <_EIP>:
Code; c014e022 <__constant_c_and_count_memset+72/80> <=====
   0: f3 ab repz stos %eax,%es:(%edi) <=====
Code; c014e024 <__constant_c_and_count_memset+74/80>
   2: eb ae jmp ffffffb2 <_EIP+0xffffffb2>
Code; c014e026 <__constant_c_and_count_memset+76/80>
   4: c1 e9 02 shr $0x2,%ecx
Code; c014e029 <__constant_c_and_count_memset+79/80>
   7: 89 d7 mov %edx,%edi
Code; c014e02b <__constant_c_and_count_memset+7b/80>
   9: f3 ab repz stos %eax,%es:(%edi)
Code; c014e02d <__constant_c_and_count_memset+7d/80>
   b: aa stos %al,%es:(%edi)
Code; c014e02e <__constant_c_and_count_memset+7e/80>
   c: eb a4 jmp ffffffb2 <_EIP+0xffffffb2>
Code; c014e030 <__sync_one+0/142>
   e: 55 push %ebp
Code; c014e031 <__sync_one+1/142>
   f: 57 push %edi
Code; c014e032 <__sync_one+2/142>
  10: 56 push %esi
Code; c014e033 <__sync_one+3/142>
  11: 53 push %ebx
Code; c014e034 <__sync_one+4/142>
  12: 83 ec 00 sub $0x0,%esp

Apr 20 06:53:01 glitch kernel: <1>Unable to handle kernel paging request at virtual address 5ccaa4f8
Apr 20 06:53:01 glitch kernel: c013062a
Apr 20 06:53:01 glitch kernel: *pde = 00000000
Apr 20 06:53:01 glitch kernel: Oops: 0000
Apr 20 06:53:01 glitch kernel: CPU: 0
Apr 20 06:53:01 glitch kernel: EIP: 0010:[<c013062a>] Not tainted
Apr 20 06:53:01 glitch kernel: EFLAGS: 00010086
Apr 20 06:53:01 glitch kernel: eax: 9f2c2138 ebx: 9f2c2138 ecx: e01a2000 edx: 00000000
Apr 20 06:53:01 glitch kernel: esi: c1c0ff84 edi: 00000246 ebp: 000001f0 esp: e8543efc
Apr 20 06:53:01 glitch kernel: ds: 0018 es: 0018 ss: 0018
Apr 20 06:53:01 glitch kernel: Process cron (pid: 15586, stackpage=e8543000)
Apr 20 06:53:01 glitch kernel: Stack: 4013a940 f7ad14dc e8542000 f5b552c0 c1c1bc00 ffffffe9 c014cd5f c1c0ff84
Apr 20 06:53:01 glitch kernel: 000001f0 00000000 e8542000 f5b552c0 401379d8 c014d8d7 c1c1bc00 c0142567
Apr 20 06:53:01 glitch kernel: c1c1bc00 e8542000 c0142621 c0123086 00000011 e8542568 00000000 bffff1e0
Apr 20 06:53:01 glitch kernel: Call Trace: [<c014cd5f>] [<c014d8d7>] [<c0142567>] [<c0142621>] [<c0123086>]
Apr 20 06:53:01 glitch kernel: [<c0123408>] [<c010cd57>] [<c0115280>] [<c010737f>]
Apr 20 06:53:01 glitch kernel: Code: 8b 44 81 18 0f af 5e 18 89 41 14 03 59 0c 40 74 18 57 9d 89

>>EIP; c013062a <__kmem_cache_alloc+4a/f0> <=====

>>ecx; e01a2000 <_end+1fed3db0/38576e30>
>>esi; c1c0ff84 <_end+1941d34/38576e30>
>>esp; e8543efc <_end+28275cac/38576e30>

Trace; c014cd5f <alloc_inode+11f/150>
Trace; c014d8d7 <new_inode+17/60>
Trace; c0142567 <get_pipe_inode+17/a0>
Trace; c0142621 <do_pipe+31/240>
Trace; c0123086 <do_sigaction+e6/120>
Trace; c0123408 <sys_rt_sigaction+a8/c0>
Trace; c010cd57 <sys_pipe+17/50>
Trace; c0115280 <do_page_fault+0/4df>
Trace; c010737f <system_call+33/38>

Code; c013062a <__kmem_cache_alloc+4a/f0>
00000000 <_EIP>:
Code; c013062a <__kmem_cache_alloc+4a/f0> <=====
   0: 8b 44 81 18 mov 0x18(%ecx,%eax,4),%eax <=====
Code; c013062e <__kmem_cache_alloc+4e/f0>
   4: 0f af 5e 18 imul 0x18(%esi),%ebx
Code; c0130632 <__kmem_cache_alloc+52/f0>
   8: 89 41 14 mov %eax,0x14(%ecx)
Code; c0130635 <__kmem_cache_alloc+55/f0>
   b: 03 59 0c add 0xc(%ecx),%ebx
Code; c0130638 <__kmem_cache_alloc+58/f0>
   e: 40 inc %eax
Code; c0130639 <__kmem_cache_alloc+59/f0>
   f: 74 18 je 29 <_EIP+0x29>
Code; c013063b <__kmem_cache_alloc+5b/f0>
  11: 57 push %edi
Code; c013063c <__kmem_cache_alloc+5c/f0>
  12: 9d popf
Code; c013063d <__kmem_cache_alloc+5d/f0>
  13: 89 00 mov %eax,(%eax)

Apr 20 06:53:01 glitch kernel: <1>Unable to handle kernel paging request at virtual address 5ccaa4f8
Apr 20 06:53:01 glitch kernel: c013062a
Apr 20 06:53:01 glitch kernel: *pde = 00000000
Apr 20 06:53:01 glitch kernel: Oops: 0000
Apr 20 06:53:01 glitch kernel: CPU: 0
Apr 20 06:53:01 glitch kernel: EIP: 0010:[<c013062a>] Not tainted
Apr 20 06:53:01 glitch kernel: EFLAGS: 00010082
Apr 20 06:53:01 glitch kernel: eax: 9f2c2138 ebx: 9f2c2138 ecx: e01a2000 edx: 00000000
Apr 20 06:53:01 glitch kernel: esi: c1c0ff84 edi: 00000246 ebp: 000001f0 esp: ca585efc
Apr 20 06:53:01 glitch kernel: ds: 0018 es: 0018 ss: 0018
Apr 20 06:53:01 glitch kernel: Process cron (pid: 15587, stackpage=ca585000)
Apr 20 06:53:01 glitch kernel: Stack: 4013a940 f7ad1d5c ca584000 efcb8940 c1c1bc00 ffffffe9 c014cd5f c1c0ff84
Apr 20 06:53:01 glitch kernel: 000001f0 00000000 ca584000 efcb8940 401379d8 c014d8d7 c1c1bc00 c0142567
Apr 20 06:53:01 glitch kernel: c1c1bc00 ca584000 c0142621 c0123086 00000011 ca584568 00000000 bffff1e0
Apr 20 06:53:01 glitch kernel: Call Trace: [<c014cd5f>] [<c014d8d7>] [<c0142567>] [<c0142621>] [<c0123086>]
Apr 20 06:53:01 glitch kernel: [<c0123408>] [<c010cd57>] [<c0115280>] [<c010737f>]
Apr 20 06:53:01 glitch kernel: Code: 8b 44 81 18 0f af 5e 18 89 41 14 03 59 0c 40 74 18 57 9d 89

>>EIP; c013062a <__kmem_cache_alloc+4a/f0> <=====

>>ecx; e01a2000 <_end+1fed3db0/38576e30>
>>esi; c1c0ff84 <_end+1941d34/38576e30>
>>esp; ca585efc <_end+a2b7cac/38576e30>

Trace; c014cd5f <alloc_inode+11f/150>
Trace; c014d8d7 <new_inode+17/60>
Trace; c0142567 <get_pipe_inode+17/a0>
Trace; c0142621 <do_pipe+31/240>
Trace; c0123086 <do_sigaction+e6/120>
Trace; c0123408 <sys_rt_sigaction+a8/c0>
Trace; c010cd57 <sys_pipe+17/50>
Trace; c0115280 <do_page_fault+0/4df>
Trace; c010737f <system_call+33/38>

Code; c013062a <__kmem_cache_alloc+4a/f0>
00000000 <_EIP>:
Code; c013062a <__kmem_cache_alloc+4a/f0> <=====
   0: 8b 44 81 18 mov 0x18(%ecx,%eax,4),%eax <=====
Code; c013062e <__kmem_cache_alloc+4e/f0>
   4: 0f af 5e 18 imul 0x18(%esi),%ebx
Code; c0130632 <__kmem_cache_alloc+52/f0>
   8: 89 41 14 mov %eax,0x14(%ecx)
Code; c0130635 <__kmem_cache_alloc+55/f0>
   b: 03 59 0c add 0xc(%ecx),%ebx
Code; c0130638 <__kmem_cache_alloc+58/f0>
   e: 40 inc %eax
Code; c0130639 <__kmem_cache_alloc+59/f0>
   f: 74 18 je 29 <_EIP+0x29>
Code; c013063b <__kmem_cache_alloc+5b/f0>
  11: 57 push %edi
Code; c013063c <__kmem_cache_alloc+5c/f0>
  12: 9d popf
Code; c013063d <__kmem_cache_alloc+5d/f0>
  13: 89 00 mov %eax,(%eax)

Apr 20 06:55:01 glitch kernel: <1>Unable to handle kernel paging request at virtual address 5ccaa4f8
Apr 20 06:55:01 glitch kernel: c013062a
Apr 20 06:55:01 glitch kernel: *pde = 00000000
Apr 20 06:55:01 glitch kernel: Oops: 0000
Apr 20 06:55:01 glitch kernel: CPU: 0
Apr 20 06:55:01 glitch kernel: EIP: 0010:[<c013062a>] Not tainted
Apr 20 06:55:01 glitch kernel: EFLAGS: 00010082
Apr 20 06:55:01 glitch kernel: eax: 9f2c2138 ebx: 9f2c2138 ecx: e01a2000 edx: 00000000
Apr 20 06:55:01 glitch kernel: esi: c1c0ff84 edi: 00000246 ebp: 000001f0 esp: e8543efc
Apr 20 06:55:01 glitch kernel: ds: 0018 es: 0018 ss: 0018
Apr 20 06:55:01 glitch kernel: Process cron (pid: 15588, stackpage=e8543000)
Apr 20 06:55:01 glitch kernel: Stack: 4013a940 f7ad1d5c e8542000 f66b3dc0 c1c1bc00 ffffffe9 c014cd5f c1c0ff84
Apr 20 06:55:01 glitch kernel: 000001f0 00000000 e8542000 f66b3dc0 401379d8 c014d8d7 c1c1bc00 c0142567
Apr 20 06:55:01 glitch kernel: c1c1bc00 e8542000 c0142621 c0123086 00000011 e8542568 00000000 bffff1e0
Apr 20 06:55:01 glitch kernel: Call Trace: [<c014cd5f>] [<c014d8d7>] [<c0142567>] [<c0142621>] [<c0123086>]
Apr 20 06:55:01 glitch kernel: [<c0123408>] [<c010cd57>] [<c0115280>] [<c010737f>]
Apr 20 06:55:01 glitch kernel: Code: 8b 44 81 18 0f af 5e 18 89 41 14 03 59 0c 40 74 18 57 9d 89

>>EIP; c013062a <__kmem_cache_alloc+4a/f0> <=====

>>ecx; e01a2000 <_end+1fed3db0/38576e30>
>>esi; c1c0ff84 <_end+1941d34/38576e30>
>>esp; e8543efc <_end+28275cac/38576e30>

Trace; c014cd5f <alloc_inode+11f/150>
Trace; c014d8d7 <new_inode+17/60>
Trace; c0142567 <get_pipe_inode+17/a0>
Trace; c0142621 <do_pipe+31/240>
Trace; c0123086 <do_sigaction+e6/120>
Trace; c0123408 <sys_rt_sigaction+a8/c0>
Trace; c010cd57 <sys_pipe+17/50>
Trace; c0115280 <do_page_fault+0/4df>
Trace; c010737f <system_call+33/38>

Code; c013062a <__kmem_cache_alloc+4a/f0>
00000000 <_EIP>:
Code; c013062a <__kmem_cache_alloc+4a/f0> <=====
   0: 8b 44 81 18 mov 0x18(%ecx,%eax,4),%eax <=====
Code; c013062e <__kmem_cache_alloc+4e/f0>
   4: 0f af 5e 18 imul 0x18(%esi),%ebx
Code; c0130632 <__kmem_cache_alloc+52/f0>
   8: 89 41 14 mov %eax,0x14(%ecx)
Code; c0130635 <__kmem_cache_alloc+55/f0>
   b: 03 59 0c add 0xc(%ecx),%ebx
Code; c0130638 <__kmem_cache_alloc+58/f0>
   e: 40 inc %eax
Code; c0130639 <__kmem_cache_alloc+59/f0>
   f: 74 18 je 29 <_EIP+0x29>
Code; c013063b <__kmem_cache_alloc+5b/f0>
  11: 57 push %edi
Code; c013063c <__kmem_cache_alloc+5c/f0>
  12: 9d popf
Code; c013063d <__kmem_cache_alloc+5d/f0>
  13: 89 00 mov %eax,(%eax)

Apr 20 06:55:40 glitch kernel: <1>Unable to handle kernel NULL pointer dereference at virtual address 00000004
Apr 20 06:55:40 glitch kernel: c014c1fc
Apr 20 06:55:40 glitch kernel: *pde = 00000000
Apr 20 06:55:40 glitch kernel: Oops: 0002
Apr 20 06:55:40 glitch kernel: CPU: 0
Apr 20 06:55:40 glitch kernel: EIP: 0010:[<c014c1fc>] Not tainted
Apr 20 06:55:40 glitch kernel: EFLAGS: 00210282
Apr 20 06:55:40 glitch kernel: eax: 00000000 ebx: ad54422a ecx: d6621970 edx: ad54423a
Apr 20 06:55:40 glitch kernel: esi: d6621940 edi: c3aedf2e ebp: 00000014 esp: c3aedf0c
Apr 20 06:55:40 glitch kernel: ds: 0018 es: 0018 ss: 0018
Apr 20 06:55:40 glitch kernel: Process smbd (pid: 14710, stackpage=c3aed000)
Apr 20 06:55:40 glitch kernel: Stack: d6621940 f0d978c0 c01d0c22 d6621940 ad54422a 00113000 3231315b 30303436
Apr 20 06:55:40 glitch kernel: ad54005d 00000000 00200292 c1c0fcfc f63d5140 40306000 c3aedf24 00000009
Apr 20 06:55:40 glitch kernel: 00113000 f66e72c0 00000000 bffff200 bffff170 bffff108 c01d187d ad54433a
Apr 20 06:55:40 glitch kernel: Call Trace: [<c01d0c22>] [<c01d187d>] [<c01d2772>] [<c010737f>]
Apr 20 06:55:40 glitch kernel: Code: 89 48 04 89 46 30 89 51 04 89 4b 10 89 5e 08 8b 74 24 04 8b

>>EIP; c014c1fc <d_instantiate+2c/50> <=====

>>ecx; d6621970 <_end+16353720/38576e30>
>>esi; d6621940 <_end+163536f0/38576e30>
>>edi; c3aedf2e <_end+381fcde/38576e30>
>>esp; c3aedf0c <_end+381fcbc/38576e30>

Trace; c01d0c22 <sock_map_fd+f2/180>
Trace; c01d187d <sys_socket+3d/60>
Trace; c01d2772 <sys_socketcall+72/260>
Trace; c010737f <system_call+33/38>

Code; c014c1fc <d_instantiate+2c/50>
00000000 <_EIP>:
Code; c014c1fc <d_instantiate+2c/50> <=====
   0: 89 48 04 mov %ecx,0x4(%eax) <=====
Code; c014c1ff <d_instantiate+2f/50>
   3: 89 46 30 mov %eax,0x30(%esi)
Code; c014c202 <d_instantiate+32/50>
   6: 89 51 04 mov %edx,0x4(%ecx)
Code; c014c205 <d_instantiate+35/50>
   9: 89 4b 10 mov %ecx,0x10(%ebx)
Code; c014c208 <d_instantiate+38/50>
   c: 89 5e 08 mov %ebx,0x8(%esi)
Code; c014c20b <d_instantiate+3b/50>
   f: 8b 74 24 04 mov 0x4(%esp,1),%esi
Code; c014c20f <d_instantiate+3f/50>
  13: 8b 00 mov (%eax),%eax

Apr 20 06:57:02 glitch kernel: <1>Unable to handle kernel paging request at virtual address 201a213a
Apr 20 06:57:02 glitch kernel: c014e022
Apr 20 06:57:02 glitch kernel: *pde = 00000000
Apr 20 06:57:02 glitch kernel: Oops: 0002
Apr 20 06:57:02 glitch kernel: CPU: 0
Apr 20 06:57:02 glitch kernel: EIP: 0010:[<c014e022>] Not tainted
Apr 20 06:57:02 glitch kernel: EFLAGS: 00210212
Apr 20 06:57:02 glitch kernel: eax: 00000000 ebx: 00000000 ecx: 0000002c edx: 201a213a
Apr 20 06:57:02 glitch kernel: esi: 201a202a edi: 201a213a ebp: bfffecf8 esp: c3aedee0
Apr 20 06:57:02 glitch kernel: ds: 0018 es: 0018 ss: 0018
Apr 20 06:57:02 glitch kernel: Process smbd (pid: 15589, stackpage=c3aed000)
Apr 20 06:57:02 glitch kernel: Stack: c028a524 c1c1b800 c014cd83 201a213a 00000000 000000b0 c028a524 00000001
Apr 20 06:57:02 glitch kernel: 00000001 c014d8d7 c1c1b800 c01d0d47 c1c1b800 4020ced0 00000000 c3aedf24
Apr 20 06:57:02 glitch kernel: 00000000 c028a524 c01d1786 00000000 00030002 000081a4 00000001 00000000
Apr 20 06:57:02 glitch kernel: Call Trace: [<c014cd83>] [<c014d8d7>] [<c01d0d47>] [<c01d1786>] [<c01d186b>]
Apr 20 06:57:02 glitch kernel: [<c01d2772>] [<c0115280>] [<c0107470>] [<c010737f>]
Apr 20 06:57:02 glitch kernel: Code: f3 ab eb ae c1 e9 02 89 d7 f3 ab aa eb a4 55 57 56 53 83 ec

>>EIP; c014e022 <__constant_c_and_count_memset+72/80> <=====

>>esp; c3aedee0 <_end+381fc90/38576e30>

Trace; c014cd83 <alloc_inode+143/150>
Trace; c014d8d7 <new_inode+17/60>
Trace; c01d0d47 <sock_alloc+17/a0>
Trace; c01d1786 <sock_create+66/120>
Trace; c01d186b <sys_socket+2b/60>
Trace; c01d2772 <sys_socketcall+72/260>
Trace; c0115280 <do_page_fault+0/4df>
Trace; c0107470 <error_code+34/3c>
Trace; c010737f <system_call+33/38>

Code; c014e022 <__constant_c_and_count_memset+72/80>
00000000 <_EIP>:
Code; c014e022 <__constant_c_and_count_memset+72/80> <=====
   0: f3 ab repz stos %eax,%es:(%edi) <=====
Code; c014e024 <__constant_c_and_count_memset+74/80>
   2: eb ae jmp ffffffb2 <_EIP+0xffffffb2>
Code; c014e026 <__constant_c_and_count_memset+76/80>
   4: c1 e9 02 shr $0x2,%ecx
Code; c014e029 <__constant_c_and_count_memset+79/80>
   7: 89 d7 mov %edx,%edi
Code; c014e02b <__constant_c_and_count_memset+7b/80>
   9: f3 ab repz stos %eax,%es:(%edi)
Code; c014e02d <__constant_c_and_count_memset+7d/80>
   b: aa stos %al,%es:(%edi)
Code; c014e02e <__constant_c_and_count_memset+7e/80>
   c: eb a4 jmp ffffffb2 <_EIP+0xffffffb2>
Code; c014e030 <__sync_one+0/142>
   e: 55 push %ebp
Code; c014e031 <__sync_one+1/142>
   f: 57 push %edi
Code; c014e032 <__sync_one+2/142>
  10: 56 push %esi
Code; c014e033 <__sync_one+3/142>
  11: 53 push %ebx
Code; c014e034 <__sync_one+4/142>
  12: 83 ec 00 sub $0x0,%esp

Apr 20 06:57:02 glitch kernel: <1>Unable to handle kernel paging request at virtual address ad544236
Apr 20 06:57:02 glitch kernel: c014de6e
Apr 20 06:57:02 glitch kernel: *pde = 00000000
Apr 20 06:57:02 glitch kernel: Oops: 0002
Apr 20 06:57:02 glitch kernel: CPU: 0
Apr 20 06:57:02 glitch kernel: EIP: 0010:[<c014de6e>] Not tainted
Apr 20 06:57:02 glitch kernel: EFLAGS: 00210246
Apr 20 06:57:02 glitch kernel: eax: ec8c1908 ebx: ec8c1900 ecx: cd82fac8 edx: ad544232
Apr 20 06:57:02 glitch kernel: esi: c0287a60 edi: c1c1b800 ebp: e024a240 esp: c3aedd44
Apr 20 06:57:02 glitch kernel: ds: 0018 es: 0018 ss: 0018
Apr 20 06:57:02 glitch kernel: Process smbd (pid: 15589, stackpage=c3aed000)
Apr 20 06:57:02 glitch kernel: Stack: 00000000 ec8c1a10 c1c1d200 e024a240 ec8c1900 ec8c1900 c014b9e0 ec8c1900
Apr 20 06:57:02 glitch kernel: f621f0c0 f621f0c0 c1c1d200 c01399d5 e024a240 f621f0c0 f621f0c0 f67153c0
Apr 20 06:57:02 glitch kernel: 00000000 00000001 c01380ad f621f0c0 f67153c0 001effff 00000005 f67153c0
Apr 20 06:57:02 glitch kernel: Call Trace: [<c014b9e0>] [<c01399d5>] [<c01380ad>] [<c011bb4d>] [<c011c238>]
Apr 20 06:57:02 glitch kernel: [<c01079f2>] [<c0115534>] [<c0168d4b>] [<c0161aef>] [<c01686d5>] [<c012baf8>]
Apr 20 06:57:02 glitch kernel: [<c0115280>] [<c0107470>] [<c014e022>] [<c014cd83>] [<c014d8d7>] [<c01d0d47>]
Apr 20 06:57:02 glitch kernel: [<c01d1786>] [<c01d186b>] [<c01d2772>] [<c0115280>] [<c0107470>] [<c010737f>]
Apr 20 06:57:02 glitch kernel: Code: 89 4a 04 89 11 89 40 04 83 8b f8 00 00 00 10 89 43 08 ff 0d

>>EIP; c014de6e <iput+19e/210> <=====

>>eax; ec8c1908 <_end+2c5f36b8/38576e30>
>>ebx; ec8c1900 <_end+2c5f36b0/38576e30>
>>ecx; cd82fac8 <_end+d561878/38576e30>
>>esi; c0287a60 <sockfs_ops+0/50>
>>edi; c1c1b800 <_end+194d5b0/38576e30>
>>ebp; e024a240 <_end+1ff7bff0/38576e30>
>>esp; c3aedd44 <_end+381faf4/38576e30>

Trace; c014b9e0 <dput+a0/150>
Trace; c01399d5 <fput+d5/130>
Trace; c01380ad <filp_close+4d/80>
Trace; c011bb4d <put_files_struct+5d/d0>
Trace; c011c238 <do_exit+a8/240>
Trace; c01079f2 <die+72/80>
Trace; c0115534 <do_page_fault+2b4/4df>
Trace; c0168d4b <journal_dirty_metadata+13b/1d0>
Trace; c0161aef <ext3_do_update_inode+16f/3e0>
Trace; c01686d5 <journal_get_write_access+55/80>
Trace; c012baf8 <filemap_nopage+198/210>
Trace; c0115280 <do_page_fault+0/4df>
Trace; c0107470 <error_code+34/3c>
Trace; c014e022 <__constant_c_and_count_memset+72/80>
Trace; c014cd83 <alloc_inode+143/150>
Trace; c014d8d7 <new_inode+17/60>
Trace; c01d0d47 <sock_alloc+17/a0>
Trace; c01d1786 <sock_create+66/120>
Trace; c01d186b <sys_socket+2b/60>
Trace; c01d2772 <sys_socketcall+72/260>
Trace; c0115280 <do_page_fault+0/4df>
Trace; c0107470 <error_code+34/3c>
Trace; c010737f <system_call+33/38>

Code; c014de6e <iput+19e/210>
00000000 <_EIP>:
Code; c014de6e <iput+19e/210> <=====
   0: 89 4a 04 mov %ecx,0x4(%edx) <=====
Code; c014de71 <iput+1a1/210>
   3: 89 11 mov %edx,(%ecx)
Code; c014de73 <iput+1a3/210>
   5: 89 40 04 mov %eax,0x4(%eax)
Code; c014de76 <iput+1a6/210>
   8: 83 8b f8 00 00 00 10 orl $0x10,0xf8(%ebx)
Code; c014de7d <iput+1ad/210>
   f: 89 43 08 mov %eax,0x8(%ebx)
Code; c014de80 <iput+1b0/210>
  12: ff 0d 00 00 00 00 decl 0x0

Apr 20 07:00:01 glitch kernel: <1>Unable to handle kernel paging request at virtual address 5ccaa4f8
Apr 20 07:00:01 glitch kernel: c013062a
Apr 20 07:00:01 glitch kernel: *pde = 00000000
Apr 20 07:00:01 glitch kernel: Oops: 0000
Apr 20 07:00:01 glitch kernel: CPU: 0
Apr 20 07:00:01 glitch kernel: EIP: 0010:[<c013062a>] Not tainted
Apr 20 07:00:01 glitch kernel: EFLAGS: 00010082
Apr 20 07:00:01 glitch kernel: eax: 9f2c2138 ebx: 9f2c2138 ecx: e01a2000 edx: 00000000
Apr 20 07:00:01 glitch kernel: esi: c1c0ff84 edi: 00000246 ebp: 000001f0 esp: c3aedefc
Apr 20 07:00:01 glitch kernel: ds: 0018 es: 0018 ss: 0018
Apr 20 07:00:01 glitch kernel: Process cron (pid: 15590, stackpage=c3aed000)
Apr 20 07:00:01 glitch kernel: Stack: 4013a940 f7ad155c c3aec000 f621f0c0 c1c1bc00 ffffffe9 c014cd5f c1c0ff84
Apr 20 07:00:01 glitch kernel: 000001f0 00000000 c3aec000 f621f0c0 401379d8 c014d8d7 c1c1bc00 c0142567
Apr 20 07:00:01 glitch kernel: c1c1bc00 c3aec000 c0142621 c0123086 00000011 c3aec568 00000000 bffff1e0
Apr 20 07:00:01 glitch kernel: Call Trace: [<c014cd5f>] [<c014d8d7>] [<c0142567>] [<c0142621>] [<c0123086>]
Apr 20 07:00:01 glitch kernel: [<c0123408>] [<c010cd57>] [<c0115280>] [<c010737f>]
Apr 20 07:00:01 glitch kernel: Code: 8b 44 81 18 0f af 5e 18 89 41 14 03 59 0c 40 74 18 57 9d 89

>>EIP; c013062a <__kmem_cache_alloc+4a/f0> <=====

>>ecx; e01a2000 <_end+1fed3db0/38576e30>
>>esi; c1c0ff84 <_end+1941d34/38576e30>
>>esp; c3aedefc <_end+381fcac/38576e30>

Trace; c014cd5f <alloc_inode+11f/150>
Trace; c014d8d7 <new_inode+17/60>
Trace; c0142567 <get_pipe_inode+17/a0>
Trace; c0142621 <do_pipe+31/240>
Trace; c0123086 <do_sigaction+e6/120>
Trace; c0123408 <sys_rt_sigaction+a8/c0>
Trace; c010cd57 <sys_pipe+17/50>
Trace; c0115280 <do_page_fault+0/4df>
Trace; c010737f <system_call+33/38>

Code; c013062a <__kmem_cache_alloc+4a/f0>
00000000 <_EIP>:
Code; c013062a <__kmem_cache_alloc+4a/f0> <=====
   0: 8b 44 81 18 mov 0x18(%ecx,%eax,4),%eax <=====
Code; c013062e <__kmem_cache_alloc+4e/f0>
   4: 0f af 5e 18 imul 0x18(%esi),%ebx
Code; c0130632 <__kmem_cache_alloc+52/f0>
   8: 89 41 14 mov %eax,0x14(%ecx)
Code; c0130635 <__kmem_cache_alloc+55/f0>
   b: 03 59 0c add 0xc(%ecx),%ebx
Code; c0130638 <__kmem_cache_alloc+58/f0>
   e: 40 inc %eax
Code; c0130639 <__kmem_cache_alloc+59/f0>
   f: 74 18 je 29 <_EIP+0x29>
Code; c013063b <__kmem_cache_alloc+5b/f0>
  11: 57 push %edi
Code; c013063c <__kmem_cache_alloc+5c/f0>
  12: 9d popf
Code; c013063d <__kmem_cache_alloc+5d/f0>
  13: 89 00 mov %eax,(%eax)

Apr 20 07:00:01 glitch kernel: <1>Unable to handle kernel paging request at virtual address 5ccaa4f8
Apr 20 07:00:01 glitch kernel: c013062a
Apr 20 07:00:01 glitch kernel: *pde = 00000000
Apr 20 07:00:01 glitch kernel: Oops: 0000
Apr 20 07:00:01 glitch kernel: CPU: 0
Apr 20 07:00:01 glitch kernel: EIP: 0010:[<c013062a>] Not tainted
Apr 20 07:00:01 glitch kernel: EFLAGS: 00010086
Apr 20 07:00:01 glitch kernel: eax: 9f2c2138 ebx: 9f2c2138 ecx: e01a2000 edx: 00000000
Apr 20 07:00:01 glitch kernel: esi: c1c0ff84 edi: 00000246 ebp: 000001f0 esp: e8543efc
Apr 20 07:00:01 glitch kernel: ds: 0018 es: 0018 ss: 0018
Apr 20 07:00:01 glitch kernel: Process cron (pid: 15591, stackpage=e8543000)
Apr 20 07:00:01 glitch kernel: Stack: 4013a940 f7ad1d5c e8542000 f048c8c0 c1c1bc00 ffffffe9 c014cd5f c1c0ff84
Apr 20 07:00:01 glitch kernel: 000001f0 00000000 e8542000 f048c8c0 401379d8 c014d8d7 c1c1bc00 c0142567
Apr 20 07:00:01 glitch kernel: c1c1bc00 e8542000 c0142621 c0123086 00000011 e8542568 00000000 bffff1e0
Apr 20 07:00:01 glitch kernel: Call Trace: [<c014cd5f>] [<c014d8d7>] [<c0142567>] [<c0142621>] [<c0123086>]
Apr 20 07:00:01 glitch kernel: [<c0123408>] [<c010cd57>] [<c0115280>] [<c010737f>]
Apr 20 07:00:01 glitch kernel: Code: 8b 44 81 18 0f af 5e 18 89 41 14 03 59 0c 40 74 18 57 9d 89

>>EIP; c013062a <__kmem_cache_alloc+4a/f0> <=====

>>ecx; e01a2000 <_end+1fed3db0/38576e30>
>>esi; c1c0ff84 <_end+1941d34/38576e30>
>>esp; e8543efc <_end+28275cac/38576e30>

Trace; c014cd5f <alloc_inode+11f/150>
Trace; c014d8d7 <new_inode+17/60>
Trace; c0142567 <get_pipe_inode+17/a0>
Trace; c0142621 <do_pipe+31/240>
Trace; c0123086 <do_sigaction+e6/120>
Trace; c0123408 <sys_rt_sigaction+a8/c0>
Trace; c010cd57 <sys_pipe+17/50>
Trace; c0115280 <do_page_fault+0/4df>
Trace; c010737f <system_call+33/38>

Code; c013062a <__kmem_cache_alloc+4a/f0>
00000000 <_EIP>:
Code; c013062a <__kmem_cache_alloc+4a/f0> <=====
   0: 8b 44 81 18 mov 0x18(%ecx,%eax,4),%eax <=====
Code; c013062e <__kmem_cache_alloc+4e/f0>
   4: 0f af 5e 18 imul 0x18(%esi),%ebx
Code; c0130632 <__kmem_cache_alloc+52/f0>
   8: 89 41 14 mov %eax,0x14(%ecx)
Code; c0130635 <__kmem_cache_alloc+55/f0>
   b: 03 59 0c add 0xc(%ecx),%ebx
Code; c0130638 <__kmem_cache_alloc+58/f0>
   e: 40 inc %eax
Code; c0130639 <__kmem_cache_alloc+59/f0>
   f: 74 18 je 29 <_EIP+0x29>
Code; c013063b <__kmem_cache_alloc+5b/f0>
  11: 57 push %edi
Code; c013063c <__kmem_cache_alloc+5c/f0>
  12: 9d popf
Code; c013063d <__kmem_cache_alloc+5d/f0>
  13: 89 00 mov %eax,(%eax)

Apr 20 07:02:01 glitch kernel: <1>Unable to handle kernel paging request at virtual address 5ccaa4f8
Apr 20 07:02:01 glitch kernel: c013062a
Apr 20 07:02:01 glitch kernel: *pde = 00000000
Apr 20 07:02:01 glitch kernel: Oops: 0000
Apr 20 07:02:01 glitch kernel: CPU: 0
Apr 20 07:02:01 glitch kernel: EIP: 0010:[<c013062a>] Not tainted
Apr 20 07:02:01 glitch kernel: EFLAGS: 00010082
Apr 20 07:02:01 glitch kernel: eax: 9f2c2138 ebx: 9f2c2138 ecx: e01a2000 edx: 00000000
Apr 20 07:02:01 glitch kernel: esi: c1c0ff84 edi: 00000246 ebp: 000001f0 esp: c3aedefc
Apr 20 07:02:01 glitch kernel: ds: 0018 es: 0018 ss: 0018
Apr 20 07:02:01 glitch kernel: Process cron (pid: 15592, stackpage=c3aed000)
Apr 20 07:02:01 glitch kernel: Stack: 4013a940 f7ad1d5c c3aec000 f75f0140 c1c1bc00 ffffffe9 c014cd5f c1c0ff84
Apr 20 07:02:01 glitch kernel: 000001f0 00000000 c3aec000 f75f0140 401379d8 c014d8d7 c1c1bc00 c0142567
Apr 20 07:02:01 glitch kernel: c1c1bc00 c3aec000 c0142621 c0123086 00000011 c3aec568 00000000 bffff1e0
Apr 20 07:02:01 glitch kernel: Call Trace: [<c014cd5f>] [<c014d8d7>] [<c0142567>] [<c0142621>] [<c0123086>]
Apr 20 07:02:01 glitch kernel: [<c0123408>] [<c010cd57>] [<c0115280>] [<c010737f>]
Apr 20 07:02:01 glitch kernel: Code: 8b 44 81 18 0f af 5e 18 89 41 14 03 59 0c 40 74 18 57 9d 89

>>EIP; c013062a <__kmem_cache_alloc+4a/f0> <=====

>>ecx; e01a2000 <_end+1fed3db0/38576e30>
>>esi; c1c0ff84 <_end+1941d34/38576e30>
>>esp; c3aedefc <_end+381fcac/38576e30>

Trace; c014cd5f <alloc_inode+11f/150>
Trace; c014d8d7 <new_inode+17/60>
Trace; c0142567 <get_pipe_inode+17/a0>
Trace; c0142621 <do_pipe+31/240>
Trace; c0123086 <do_sigaction+e6/120>
Trace; c0123408 <sys_rt_sigaction+a8/c0>
Trace; c010cd57 <sys_pipe+17/50>
Trace; c0115280 <do_page_fault+0/4df>
Trace; c010737f <system_call+33/38>

Code; c013062a <__kmem_cache_alloc+4a/f0>
00000000 <_EIP>:
Code; c013062a <__kmem_cache_alloc+4a/f0> <=====
   0: 8b 44 81 18 mov 0x18(%ecx,%eax,4),%eax <=====
Code; c013062e <__kmem_cache_alloc+4e/f0>
   4: 0f af 5e 18 imul 0x18(%esi),%ebx
Code; c0130632 <__kmem_cache_alloc+52/f0>
   8: 89 41 14 mov %eax,0x14(%ecx)
Code; c0130635 <__kmem_cache_alloc+55/f0>
   b: 03 59 0c add 0xc(%ecx),%ebx
Code; c0130638 <__kmem_cache_alloc+58/f0>
   e: 40 inc %eax
Code; c0130639 <__kmem_cache_alloc+59/f0>
   f: 74 18 je 29 <_EIP+0x29>
Code; c013063b <__kmem_cache_alloc+5b/f0>
  11: 57 push %edi
Code; c013063c <__kmem_cache_alloc+5c/f0>
  12: 9d popf
Code; c013063d <__kmem_cache_alloc+5d/f0>
  13: 89 00 mov %eax,(%eax)

1 warning issued. Results may not be reliable.



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



This archive was generated by hypermail 2b29 : Wed Apr 23 2003 - 22:00:31 EST