This message generated a parse failure. Raw output follows here. Please use 'back' to navigate. From devnull@lkml.org Sat Jun 15 22:12:25 2024 Received: from vger.kernel.org (vger.kernel.org [209.116.70.75]) by kylie.puddingonline.com (8.11.6/8.11.6) with ESMTP id h089Q9o24799 for ; Wed, 8 Jan 2003 10:26:09 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 8 Jan 2003 04:13:38 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 8 Jan 2003 04:13:38 -0500 Received: from dns-h4s.com ([216.127.80.99]:18907 "EHLO secure.dns-h4s.com") by vger.kernel.org with ESMTP id ; Wed, 8 Jan 2003 04:13:29 -0500 Received: from bonaplus.com (pdc-cas1-4.dial.mhtc.net [216.180.203.24]) (authenticated (0 bits)) by secure.dns-h4s.com (8.11.6/8.11.6) with ESMTP id h089LKY26345 for ; Wed, 8 Jan 2003 04:21:21 -0500 Message-Id: <3E1BEDB9.6040101@bonaplus.com> Date: Wed, 08 Jan 2003 03:22:01 -0600 From: javamaster User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2.1) Gecko/20021130 X-Accept-Language: en-us, en Mime-Version: 1.0 To: linux-kernel@vger.kernel.org Subject: Oops on kernel 2.4.20 Content-Type: multipart/mixed; boundary="------------020801090106080603080702" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org This is a multi-part message in MIME format. --------------020801090106080603080702 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit I have a RedHat 7.0 distro on a Pentium 200 system with 80mb of ram. I just upgraded my kernel to 2.4.20 and I keep getting an oops whenever I'm doing something fairly intensive (make dep for the kernel always causes it). I've attached the log captured by klogd, the output from ksymoops and the gdb disassemble of the offending function shrink_cache. The system works fine with the 2.2.16-22 kernel that came with RedHat 7.0. The only thing weird about my system is that the primary IDE interface is not working. Any ideas? javamaster@bonaplus.com --------------020801090106080603080702 Content-Type: text/plain; name="gdb_output.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="gdb_output.txt" GNU gdb 5.0 Copyright 2000 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-redhat-linux"... (no debugging symbols found)... (gdb) disassemble shrink_cah che Dump of assembler code for function shrink_cache: 0xc0129280 : push %ebp 0xc0129281 : push %edi 0xc0129282 : mov %eax,%edi 0xc0129284 : push %esi 0xc0129285 : push %ebx 0xc0129286 : mov %edi,%ebx 0xc0129288 : sub $0x24,%esp 0xc012928b : mov %edx,0x10(%esp,1) 0xc012928f : mov 0xc02b6058,%edx 0xc0129295 : mov %edx,%eax 0xc0129297 : sar $0x1f,%edx 0xc012929a : idiv 0x38(%esp,1),%eax 0xc012929e : mov 0x38(%esp,1),%edx 0xc01292a2 : mov %eax,%ebp 0xc01292a4 : mov $0xa,%eax 0xc01292a9 : mov %ecx,0xc(%esp,1) 0xc01292ad : sub %edx,%eax 0xc01292af : mov $0x66666667,%edx 0xc01292b4 : mov %al,%cl 0xc01292b6 : mov %edx,%eax 0xc01292b8 : imul %ebp,%eax 0xc01292ba : sar $0x2,%edx 0xc01292bd : mov %ebp,%eax 0xc01292bf : sar $0x1f,%eax 0xc01292c2 : shl %cl,%ebx 0xc01292c4 : sub %eax,%edx 0xc01292c6 : cmp %ebx,%edx 0xc01292c8 : jle 0xc01292cc 0xc01292ca : mov %ebx,%edx 0xc01292cc : dec %ebp 0xc01292cd : mov %edx,0x8(%esp,1) 0xc01292d1 : js 0xc0129583 0xc01292d7 : mov 0xc02613fc,%ecx 0xc01292dd : cmp $0xc02613f8,%ecx 0xc01292e3 : je 0xc0129583 0xc01292e9 : mov $0xffffe000,%edx 0xc01292ee : and %esp,%edx 0xc01292f0 : movl $0xffffe000,0x4(%esp,1) 0xc01292f8 : mov %edx,0x4(%esp,1) 0xc01292fc : lea 0x0(%esi,1),%esi 0xc0129300 : mov 0x4(%esp,1),%edx 0xc0129304 : mov 0x14(%edx),%eax 0xc0129307 : test %eax,%eax 0xc0129309 : je 0xc0129320 0xc012930b : movl $0x0,(%edx) 0xc0129311 : call 0xc0110840 0xc0129316 : jmp 0xc012956e 0xc012931b : nop 0xc012931c : lea 0x0(%esi,1),%esi 0xc0129320 : lea 0xffffffe4(%ecx),%esi 0xc0129323 : mov 0xfffffffc(%ecx),%eax 0xc0129326 : xor $0x40,%eax 0xc0129329 : and $0x40,%eax 0xc012932c : je 0xc0129336 0xc012932e : ud2a 0xc0129330 : add %di,0x22(%esp,%ebx,4) 0xc0129335 : rorb $0x0,0x80a9fc41(%ebx) 0xc012933c : add %al,(%eax) 0xc012933e : je 0xc0129348 0xc0129340 : ud2a 0xc0129342 : addr16 add %edi,-100(%si) 0xc0129346 : and %al,%al 0xc0129348 : mov (%ecx),%eax 0xc012934a : mov 0x4(%ecx),%edx 0xc012934d : xor %ebx,%ebx 0xc012934f : mov %edx,0x4(%eax) 0xc0129352 : mov %eax,(%edx) 0xc0129354 : movl $0x0,(%ecx) 0xc012935a : movl $0x0,0x4(%ecx) 0xc0129361 : mov 0xc02613f8,%eax 0xc0129366 : mov %ecx,0x4(%eax) 0xc0129369 : mov %eax,(%ecx) 0xc012936b : movl $0xc02613f8,0x4(%ecx) 0xc0129372 : mov %ecx,0xc02613f8 0xc0129378 : mov 0xfffffff8(%ecx),%eax 0xc012937b : test %eax,%eax 0xc012937d : sete %bl 0xc0129380 : test %ebx,%ebx 0xc0129382 : jne 0xc012956e 0xc0129388 : xor %eax,%eax 0xc012938a : mov 0xffffffff(%ecx),%al 0xc012938d : mov 0xc02b605c(,%eax,4),%edx 0xc0129394 : mov 0x10(%esp,1),%eax 0xc0129398 : mov 0x98(%eax),%eax 0xc012939e : cmp %eax,0x98(%edx) 0xc01293a4 : jne 0xc012956e 0xc01293aa : cmp 0x10(%esp,1),%edx 0xc01293ae : ja 0xc012956e 0xc01293b4 : mov 0x28(%esi),%eax 0xc01293b7 : test %eax,%eax 0xc01293b9 : jne 0xc01293d2 0xc01293bb : mov 0xfffffff8(%ecx),%eax 0xc01293be : cmp $0x1,%eax 0xc01293c1 : jne 0xc0129503 0xc01293c7 : mov 0xffffffec(%ecx),%edx 0xc01293ca : test %edx,%edx 0xc01293cc : je 0xc0129503 0xc01293d2 : bts %ebx,0xfffffffc(%ecx) 0xc01293d6 : sbb %eax,%eax 0xc01293d8 : test %eax,%eax 0xc01293da : je 0xc0129413 0xc01293dc : mov 0xfffffffc(%ecx),%eax 0xc01293df : test $0x8000,%eax 0xc01293e4 : je 0xc012956e 0xc01293ea : testl $0x100,0xc(%esp,1) 0xc01293f2 : je 0xc012956e 0xc01293f8 : incl 0xfffffff8(%ecx) 0xc01293fb : mov 0xfffffffc(%ecx),%eax 0xc01293fe : and $0x1,%eax 0xc0129401 : je 0xc01294c7 0xc0129407 : push %esi 0xc0129408 : call 0xc0122f10 <___wait_on_page> 0xc012940d : pop %eax 0xc012940e : jmp 0xc01294c7 0xc0129413 : mov 0xfffffffc(%ecx),%eax 0xc0129416 : and $0x10,%eax 0xc0129419 : je 0xc0129480 0xc012941b : mov 0xfffffff8(%ecx),%edx 0xc012941e : mov 0x28(%esi),%ecx 0xc0129421 : test %ecx,%ecx 0xc0129423 : je 0xc0129430 0xc0129425 : xor %eax,%eax 0xc0129427 : cmp $0x2,%edx 0xc012942a : jmp 0xc0129435 0xc012942c : lea 0x0(%esi,1),%esi 0xc0129430 : xor %eax,%eax 0xc0129432 : cmp $0x1,%edx 0xc0129435 : sete %al 0xc0129438 : test %eax,%eax 0xc012943a : je 0xc0129483 0xc012943c : mov 0x8(%esi),%eax 0xc012943f : test %eax,%eax 0xc0129441 : je 0xc0129483 0xc0129443 : mov 0x1c(%eax),%eax 0xc0129446 : testl $0x100,0xc(%esp,1) 0xc012944e : mov (%eax),%edx 0xc0129450 : je 0xc0129483 0xc0129452 : test %edx,%edx 0xc0129454 : je 0xc0129483 0xc0129456 : mov $0x4,%eax 0xc012945b : btr %eax,0x18(%esi) 0xc012945f : mov $0xf,%eax 0xc0129464 : bts %eax,0x18(%esi) 0xc0129468 : incl 0x14(%esi) 0xc012946b : push %esi 0xc012946c : call *%edx 0xc012946e : mov %esi,%eax 0xc0129470 : xor %edx,%edx 0xc0129472 : call 0xc012a650 <__free_pages> 0xc0129477 : pop %esi 0xc0129478 : jmp 0xc012956e 0xc012947d : lea 0x0(%esi),%esi 0xc0129480 : mov 0x28(%esi),%ecx 0xc0129483 : test %ecx,%ecx 0xc0129485 : je 0xc01294d5 0xc0129487 : incl 0x14(%esi) 0xc012948a : mov 0xc(%esp,1),%ebx 0xc012948e : push %ebx 0xc012948f : push %esi 0xc0129490 : call 0xc0131ff0 0xc0129495 : pop %edx 0xc0129496 : test %eax,%eax 0xc0129498 : pop %ecx 0xc0129499 : je 0xc01294c0 0xc012949b : mov 0x8(%esi),%eax 0xc012949e : test %eax,%eax 0xc01294a0 : jne 0xc01294b5 0xc01294a2 : mov %esi,%eax 0xc01294a4 : call 0xc0122fd0 0xc01294a9 : mov %esi,%eax 0xc01294ab : call 0xc0128d30 <__lru_cache_del> 0xc01294b0 : jmp 0xc0129562 0xc01294b5 : xor %edx,%edx 0xc01294b7 : mov %esi,%eax 0xc01294b9 : call 0xc012a650 <__free_pages> 0xc01294be : jmp 0xc01294d5 0xc01294c0 : mov %esi,%eax 0xc01294c2 : call 0xc0122fd0 0xc01294c7 : xor %edx,%edx 0xc01294c9 : mov %esi,%eax 0xc01294cb : call 0xc012a650 <__free_pages> 0xc01294d0 : jmp 0xc012956e 0xc01294d5 : mov 0x8(%esi),%ecx 0xc01294d8 : test %ecx,%ecx 0xc01294da : je 0xc01294fc 0xc01294dc : mov 0x28(%esi),%ebx 0xc01294df : mov 0x14(%esi),%edx 0xc01294e2 : test %ebx,%ebx 0xc01294e4 : je 0xc01294f0 0xc01294e6 : xor %eax,%eax 0xc01294e8 : cmp $0x2,%edx 0xc01294eb : jmp 0xc01294f5 0xc01294ed : lea 0x0(%esi),%esi 0xc01294f0 : xor %eax,%eax 0xc01294f2 : cmp $0x1,%edx 0xc01294f5 : sete %al 0xc01294f8 : test %eax,%eax 0xc01294fa : jne 0xc0129520 0xc01294fc : mov %esi,%eax 0xc01294fe : call 0xc0122fd0 0xc0129503 : decl 0x8(%esp,1) 0xc0129507 : jns 0xc012956e 0xc0129509 : mov 0x10(%esp,1),%ecx 0xc012950d : mov 0xc(%esp,1),%edx 0xc0129511 : mov 0x38(%esp,1),%eax 0xc0129515 : call 0xc0128dc0 0xc012951a : jmp 0xc0129583 0xc012951c : lea 0x0(%esi,1),%esi 0xc0129520 : mov 0x18(%esi),%eax 0xc0129523 : and $0x10,%eax 0xc0129526 : je 0xc0129531 0xc0129528 : mov %esi,%eax 0xc012952a : call 0xc0122fd0 0xc012952f : jmp 0xc012956e 0xc0129531 : cmp $0xc0261460,%ecx 0xc0129537 : je 0xc0129542 0xc0129539 : push %esi 0xc012953a : call 0xc0122460 <__remove_inode_page> 0xc012953f : pop %ecx 0xc0129540 : jmp 0xc0129554 0xc0129542 : mov 0xc(%esi),%ebx 0xc0129545 : push %esi 0xc0129546 : call 0xc012a9f0 <__delete_from_swap_cache> 0xc012954b : mov %ebx,(%esp,1) 0xc012954e : call 0xc012af10 0xc0129553 : pop %edx 0xc0129554 : mov %esi,%eax 0xc0129556 : call 0xc0128d30 <__lru_cache_del> 0xc012955b : mov %esi,%eax 0xc012955d : call 0xc0122fd0 0xc0129562 : xor %edx,%edx 0xc0129564 : mov %esi,%eax 0xc0129566 : call 0xc012a650 <__free_pages> 0xc012956b : dec %edi 0xc012956c : je 0xc0129583 0xc012956e : dec %ebp 0xc012956f : js 0xc0129583 0xc0129571 : mov 0xc02613fc,%ecx 0xc0129577 : cmp $0xc02613f8,%ecx 0xc012957d : jne 0xc0129300 0xc0129583 : mov %edi,%eax 0xc0129585 : add $0x24,%esp 0xc0129588 : pop %ebx 0xc0129589 : pop %esi 0xc012958a : pop %edi 0xc012958b : pop %ebp 0xc012958c : ret 0xc012958d : lea 0x0(%esi),%esi End of assembler dump. (gdb) q --------------020801090106080603080702 Content-Type: text/plain; name="ksymoops_output.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="ksymoops_output.txt" ksymoops 2.4.8 on i586 2.4.20. Options used -V (default) -k /proc/ksyms (default) -l /proc/modules (default) -o /lib/modules/2.4.20/ (default) -m /boot/System.map (specified) No modules in ksyms, skipping objects Warning (read_lsmod): no symbols in lsmod, is /proc/modules a valid lsmod file? <1>Unable to handle kernel NULL pointer dereference at virtual address 00000400 <4>00000400 <1>*pde = 00000000 <4>Oops: 0000 <4>CPU: 0 <4>EIP: 0010:[<00000400>] Not tainted Using defaults from ksymoops -t elf32-i386 -a i386 <4>EFLAGS: 00010202 <4>eax: 00000001 ebx: c02b60a0 ecx: c5804000 edx: 00000004 <4>esi: 00000004 edi: 00000019 ebp: 0000094e esp: c11aff28 <4>ds: 0018 es: 0018 ss: 0018 <4>Process kswapd (pid: 4, stackpage=c11af000) <4>Stack: c10aa504 c0129553 c02b60a0 00000020 c11ae000 000000ef 000001d0 c0261570 <4> 00007006 00000020 00000018 00000018 00000020 000001d0 00000006 00007006 <4> c01296e5 00000006 00000003 c0261570 00000006 000001d0 c0261570 00000000 <4>Call Trace: [shrink_cache+723/784] [shrink_caches+85/128] [try_to_free_pages_zone+48/80] [kswapd_balance_pgdat+69/144] [kswapd_balance+22/48] <4>Code: Bad EIP value. >>EIP; 00000400 Before first symbol <===== >>ebx; c02b60a0 <4> <1>Unable to handle kernel NULL pointer dereference at virtual address 00000300 <4>00000300 <1>*pde = 00000000 <4>Oops: 0000 <4>CPU: 0 <4>EIP: 0010:[<00000300>] Not tainted <4>EFLAGS: 00010202 <4>eax: 00000001 ebx: c02b60a0 ecx: c5804000 edx: 00000003 <4>esi: 00000003 edi: 00000020 ebp: 00000980 esp: c067bd88 <4>ds: 0018 es: 0018 ss: 0018 <4>Process mkdep (pid: 1565, stackpage=c067b000) <4>Stack: c10a4e38 c0129553 c02b60a0 00000202 c067a000 000000f1 000001d2 c0261570 <4> c10df0c0 c34f14c0 c10dfcfc 00000001 00000020 000001d2 00000006 00007222 <4> c01296e5 00000006 00000003 c0261570 00000006 000001d2 c0261570 00000000 <4>Call Trace: [shrink_cache+723/784] [shrink_caches+85/128] [try_to_free_pages_zone+48/80] [balance_classzone+90/528] [__alloc_pages+274/368] <4>Code: Bad EIP value. >>EIP; 00000300 Before first symbol <===== >>ebx; c02b60a0 1 warning issued. Results may not be reliable. --------------020801090106080603080702 Content-Type: text/plain; name="oops.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="oops.txt" klogd 1.3-3, log source = /proc/kmsg started. Inspecting /boot/System.map-2.4.20 Loaded 15928 symbols from /boot/System.map-2.4.20. Symbols match kernel version 2.4.20. No module symbols loaded. <1>Unable to handle kernel NULL pointer dereference at virtual address 00000400 <4> printing eip: <4>00000400 <1>*pde = 00000000 <4>Oops: 0000 <4>CPU: 0 <4>EIP: 0010:[<00000400>] Not tainted <4>EFLAGS: 00010202 <4>eax: 00000001 ebx: c02b60a0 ecx: c5804000 edx: 00000004 <4>esi: 00000004 edi: 00000019 ebp: 0000094e esp: c11aff28 <4>ds: 0018 es: 0018 ss: 0018 <4>Process kswapd (pid: 4, stackpage=c11af000) <4>Stack: c10aa504 c0129553 c02b60a0 00000020 c11ae000 000000ef 000001d0 c0261570 <4> 00007006 00000020 00000018 00000018 00000020 000001d0 00000006 00007006 <4> c01296e5 00000006 00000003 c0261570 00000006 000001d0 c0261570 00000000 <4>Call Trace: [shrink_cache+723/784] [shrink_caches+85/128] [try_to_free_pages_zone+48/80] [kswapd_balance_pgdat+69/144] [kswapd_balance+22/48] <4> [kswapd+161/192] [kswapd+0/192] [kernel_thread+43/64] <4> <4>Code: Bad EIP value. <4> <1>Unable to handle kernel NULL pointer dereference at virtual address 00000300 <4> printing eip: <4>00000300 <1>*pde = 00000000 <4>Oops: 0000 <4>CPU: 0 <4>EIP: 0010:[<00000300>] Not tainted <4>EFLAGS: 00010202 <4>eax: 00000001 ebx: c02b60a0 ecx: c5804000 edx: 00000003 <4>esi: 00000003 edi: 00000020 ebp: 00000980 esp: c067bd88 <4>ds: 0018 es: 0018 ss: 0018 <4>Process mkdep (pid: 1565, stackpage=c067b000) <4>Stack: c10a4e38 c0129553 c02b60a0 00000202 c067a000 000000f1 000001d2 c0261570 <4> c10df0c0 c34f14c0 c10dfcfc 00000001 00000020 000001d2 00000006 00007222 <4> c01296e5 00000006 00000003 c0261570 00000006 000001d2 c0261570 00000000 <4>Call Trace: [shrink_cache+723/784] [shrink_caches+85/128] [try_to_free_pages_zone+48/80] [balance_classzone+90/528] [__alloc_pages+274/368] <4> [page_cache_read+95/192] [read_cluster_nonblocking+41/64] [filemap_nopage+269/528] [iget4+211/224] [filemap_nopage+0/528] [do_no_page+83/464] <4> [handle_mm_fault+88/192] [do_mmap_pgoff+1240/1440] [do_page_fault+390/1227] [open_namei+728/1280] [old_mmap+258/320] [old_mmap+298/320] <4> [do_page_fault+0/1227] [error_code+52/64] <4> <4>Code: Bad EIP value. <4> <1>Unable to handle kernel NULL pointer dereference at virtual address 00000100 <4> printing eip: <4>00000100 <1>*pde = 00000000 <4>Oops: 0000 <4>CPU: 0 <4>EIP: 0010:[<00000100>] Not tainted <4>EFLAGS: 00010202 <4>eax: 00000001 ebx: c02b60a0 ecx: c5804000 edx: 00000001 <4>esi: 00000001 edi: 00000013 ebp: 0000096c esp: c43b7dcc <4>ds: 0018 es: 0018 ss: 0018 <4>Process gdb (pid: 1573, stackpage=c43b7000) <4>Stack: c10cfcb0 c0129553 c02b60a0 00000003 c43b6000 000000e8 000001d2 c0261570 <4> c10dfbb8 c38e7040 c10df48c 00000000 00000020 000001d2 00000006 0000723a <4> c01296e5 00000006 00000003 c0261570 00000006 000001d2 c0261570 00000000 <4>Call Trace: [shrink_cache+723/784] [shrink_caches+85/128] [try_to_free_pages_zone+48/80] [balance_classzone+90/528] [__alloc_pages+274/368] <4> [do_anonymous_page+94/320] [do_no_page+53/464] [handle_mm_fault+88/192] [do_page_fault+390/1227] [update_process_times+32/176] [update_wall_time+11/64] <4> [timer_bh+39/928] [timer_interrupt+116/288] [bh_action+27/80] [tasklet_hi_action+70/112] [do_softirq+85/160] [do_page_fault+0/1227] <4> [error_code+52/64] <4> <4>Code: Bad EIP value. <4> <1>Unable to handle kernel NULL pointer dereference at virtual address 00000400 <4> printing eip: <4>00000400 <1>*pde = 00000000 <4>Oops: 0000 <4>CPU: 0 <4>EIP: 0010:[<00000400>] Not tainted <4>EFLAGS: 00010202 <4>eax: 00000001 ebx: c02b60a0 ecx: c5804000 edx: 00000004 <4>esi: 00000004 edi: c4e09ff8 ebp: c1130220 esp: c3dede9c <4>ds: 0018 es: 0018 ss: 0018 <4>Process rhnsd (pid: 776, stackpage=c3ded000) <4>Stack: c10b26f4 c0120836 c02b60a0 00000002 bfffef20 00000001 c1130220 c112ef60 <4> c0120c2b c1130220 c112ef60 bfffef20 c4e09ff8 00000400 00000001 0000000f <4> c3dec560 c4db619c c4db619c c3dedf30 c01069ed 0000000f c4db619c c1130220 <4>Call Trace: [do_swap_page+134/256] [handle_mm_fault+107/192] [handle_signal+125/256] [do_page_fault+390/1227] [dput+289/336] <4> [schedule_timeout+132/160] [process_timeout+0/80] [sys_nanosleep+272/400] [do_page_fault+0/1227] [error_code+52/64] <4> <4>Code: Bad EIP value. <4> <1>Unable to handle kernel NULL pointer dereference at virtual address 00000300 <4> printing eip: <4>00000300 <1>*pde = 00000000 <4>Oops: 0000 <4>CPU: 0 <4>EIP: 0010:[<00000300>] Not tainted <4>EFLAGS: 00010207 <4>eax: 00000000 ebx: c02b60a0 ecx: c5804000 edx: 00003fde <4>esi: 00000003 edi: c10b11a4 ebp: c10bf038 esp: c3dedca4 <4>ds: 0018 es: 0018 ss: 0018 <4>Process rhnsd (pid: 776, stackpage=c3ded000) <4>Stack: c10b11a4 c012aa80 c02b60a0 c02b60a0 c02b60a0 c012b11f c10b11a4 00000300 <4> 00004000 00003000 c011f8b9 00000300 00000002 c4e0a4e0 00000000 40139000 <4> c3def400 40135000 00000000 40139000 c3def400 00000001 c01a0db4 c02c1f14 <4>Call Trace: [delete_from_swap_cache+64/80] [free_swap_and_cache+111/160] [zap_page_range+409/640] [poke_blanked_console+100/112] [fput+198/240] <4> [exit_mmap+177/288] [mmput+81/112] [do_exit+143/544] [bust_spinlocks+62/80] [die+77/112] [do_page_fault+919/1227] <4> [start_request+430/544] [ide_do_request+664/736] [do_ide_request+15/32] [schedule+772/816] [do_page_fault+0/1227] [error_code+52/64] <4> [do_swap_page+134/256] [handle_mm_fault+107/192] [handle_signal+125/256] [do_page_fault+390/1227] [dput+289/336] [schedule_timeout+132/160] <4> [process_timeout+0/80] [sys_nanosleep+272/400] [do_page_fault+0/1227] [error_code+52/64] <4> <4>Code: Bad EIP value. <4> <1>Unable to handle kernel paging request at virtual address 00001300 <4> printing eip: <4>00001300 <1>*pde = 00000000 <4>Oops: 0000 <4>CPU: 0 <4>EIP: 0010:[<00001300>] Not tainted <4>EFLAGS: 00010202 <4>eax: 00000001 ebx: c02b60a0 ecx: c5804000 edx: 00000013 <4>esi: 00000013 edi: c41b3798 ebp: c1130520 esp: c3e85e9c <4>ds: 0018 es: 0018 ss: 0018 <4>Process xfs (pid: 744, stackpage=c3e85000) <4>Stack: c10a9928 c0120836 c02b60a0 00000001 401e6004 00000000 c1130520 c4496e60 <4> c0120c2b c1130520 c4496e60 401e6004 c41b3798 00001300 00000000 0000000f <4> c3e84560 c4af367c c4af367c c3e85f30 c01069ed 0000000f c4af367c c1130520 <4>Call Trace: [do_swap_page+134/256] [handle_mm_fault+107/192] [handle_signal+125/256] [do_page_fault+390/1227] [do_sigaction+197/256] <4> [sys_rt_sigaction+153/240] [sys_socketcall+289/528] [do_page_fault+0/1227] [error_code+52/64] <4> <4>Code: Bad EIP value. <4> <1>Unable to handle kernel NULL pointer dereference at virtual address 00000500 <4> printing eip: <4>00000500 <1>*pde = 00000000 <4>Oops: 0000 <4>CPU: 0 <4>EIP: 0010:[<00000500>] Not tainted <4>EFLAGS: 00010203 <4>eax: 00000000 ebx: c02b60a0 ecx: c5804000 edx: 00003fdf <4>esi: 00000005 edi: c10a93d4 ebp: c10a9400 esp: c3e85ca4 <4>ds: 0018 es: 0018 ss: 0018 <4>Process xfs (pid: 744, stackpage=c3e85000) <4>Stack: c10a93d4 c012aa80 c02b60a0 c02b60a0 c02b60a0 c012b11f c10a93d4 00000500 <4> 00009000 00004000 c011f8b9 00000500 00000004 c41b322c 00000000 40090000 <4> c3e97400 40087000 00000000 40090000 c3e97400 00000001 c01a0db4 c02c1f14 <4>Call Trace: [delete_from_swap_cache+64/80] [free_swap_and_cache+111/160] [zap_page_range+409/640] [poke_blanked_console+100/112] [fput+198/240] <4> [exit_mmap+177/288] [call_console_drivers+224/240] [mmput+81/112] [do_exit+143/544] [bust_spinlocks+62/80] [die+77/112] <4> [do_page_fault+919/1227] [sock_def_readable+34/80] [unix_dgram_sendmsg+804/896] [vsnprintf+681/1088] [do_page_fault+0/1227] [error_code+52/64] <4> [do_swap_page+134/256] [handle_mm_fault+107/192] [handle_signal+125/256] [do_page_fault+390/1227] [do_sigaction+197/256] [sys_rt_sigaction+153/240] <4> [sys_socketcall+289/528] [do_page_fault+0/1227] [error_code+52/64] <4> <4>Code: Bad EIP value. <4> <1>Unable to handle kernel paging request at virtual address 00001600 <4> printing eip: <4>00001600 <1>*pde = 00000000 <4>Oops: 0000 <4>CPU: 0 <4>EIP: 0010:[<00001600>] Not tainted <4>EFLAGS: 00010202 <4>eax: 00000001 ebx: c02b60a0 ecx: c5804000 edx: 00000016 <4>esi: 00000016 edi: c42934c8 ebp: c11307a0 esp: c40c5e9c <4>ds: 0018 es: 0018 ss: 0018 <4>Process gpm (pid: 571, stackpage=c40c5000) <4>Stack: c10b3220 c0120836 c02b60a0 00000001 401325e8 00000000 c11307a0 c4e35980 <4> c0120c2b c11307a0 c4e35980 401325e8 c42934c8 00001600 00000000 c1162040 <4> c10d9314 000008c0 000008e0 c1162040 c10d9314 00000000 c10d9314 c11307a0 <4>Call Trace: [do_swap_page+134/256] [handle_mm_fault+107/192] [do_page_fault+390/1227] [ext2_delete_entry+387/400] [ext2_unlink+73/96] <4> [vfs_unlink+285/336] [path_release+16/48] [sys_unlink+186/240] [do_page_fault+0/1227] [error_code+52/64] <4> <4>Code: Bad EIP value. <4> <1>Unable to handle kernel paging request at virtual address 00001500 <4> printing eip: <4>00001500 <1>*pde = 00000000 <4>Oops: 0000 <4>CPU: 0 <4>EIP: 0010:[<00001500>] Not tainted <4>EFLAGS: 00010213 <4>eax: 00000000 ebx: c02b60a0 ecx: c5804000 edx: 00003fe0 <4>esi: 00000015 edi: c10b32a4 ebp: 4012f000 esp: c40c5ca4 <4>ds: 0018 es: 0018 ss: 0018 <4>Process gpm (pid: 571, stackpage=c40c5000) <4>Stack: c10b32a4 c012aa80 c02b60a0 c02b60a0 c02b60a0 c012b11f c10b32a4 00001500 <4> 00006000 00000000 c011f8b9 00001500 00000000 c42934bc 00000000 40135000 <4> c40c6400 4012f000 00000000 40135000 c40c6400 00000001 c01a0db4 c02c1f14 <4>Call Trace: [delete_from_swap_cache+64/80] [free_swap_and_cache+111/160] [zap_page_range+409/640] [poke_blanked_console+100/112] [fput+198/240] <4> [exit_mmap+177/288] [call_console_drivers+224/240] [mmput+81/112] [do_exit+143/544] [bust_spinlocks+62/80] [die+77/112] <4> [do_page_fault+919/1227] [ext2_add_link+762/784] [do_page_fault+0/1227] [error_code+52/64] [do_swap_page+134/256] [handle_mm_fault+107/192] <4> [do_page_fault+390/1227] [ext2_delete_entry+387/400] [ext2_unlink+73/96] [vfs_unlink+285/336] [path_release+16/48] [sys_unlink+186/240] <4> [do_page_fault+0/1227] [error_code+52/64] <4> <4>Code: Bad EIP value. <4> <1>Unable to handle kernel paging request at virtual address 00001a00 <4> printing eip: <4>00001a00 <1>*pde = 00000000 <4>Oops: 0000 <4>CPU: 0 <4>EIP: 0010:[<00001a00>] Not tainted <4>EFLAGS: 00010202 <4>eax: 00000001 ebx: c02b60a0 ecx: c5804000 edx: 0000001a <4>esi: 0000001a edi: c42ea2dc ebp: c1130720 esp: c4155e9c <4>ds: 0018 es: 0018 ss: 0018 <4>Process sendmail (pid: 555, stackpage=c4155000) <4>Stack: c10b3640 c0120836 c02b60a0 00000001 080b7d7c 00000000 c1130720 c426a1e0 <4> c0120c2b c1130720 c426a1e0 080b7d7c c42ea2dc 00001a00 00000000 0000000f <4> c4154560 c4530bbc c4530bbc c4155f30 c01069ed 0000000f c4530bbc c1130720 <4>Call Trace: [do_swap_page+134/256] [handle_mm_fault+107/192] [handle_signal+125/256] [do_page_fault+390/1227] [do_getitimer+152/160] <4> [do_setitimer+115/240] [sys_alarm+50/80] [do_page_fault+0/1227] [error_code+52/64] <4> <4>Code: Bad EIP value. <4> <1>Unable to handle kernel paging request at virtual address 00001900 <4> printing eip: <4>00001900 <1>*pde = 00000000 <4>Oops: 0000 <4>CPU: 0 <4>EIP: 0010:[<00001900>] Not tainted <4>EFLAGS: 00010207 <4>eax: 00000000 ebx: c02b60a0 ecx: c5804000 edx: 00003fe1 <4>esi: 00000019 edi: c10b5218 ebp: 080a7000 esp: c4155ca4 <4>ds: 0018 es: 0018 ss: 0018 <4>Process sendmail (pid: 555, stackpage=c4155000) <4>Stack: c10b5218 c012aa80 c02b60a0 c02b60a0 c02b60a0 c012b11f c10b5218 00001900 <4> 00004000 00000000 c011f8b9 00001900 00000000 c42ea29c 00000000 080ab000 <4> c4156080 080a7000 00000000 080ab000 c4156080 00000001 c01a0db4 c02c1f14 <4>Call Trace: [delete_from_swap_cache+64/80] [free_swap_and_cache+111/160] [zap_page_range+409/640] [poke_blanked_console+100/112] [vt_console_print+766/784] <4> [exit_mmap+177/288] [call_console_drivers+224/240] [mmput+81/112] [do_exit+143/544] [bust_spinlocks+62/80] [die+77/112] <4> [do_page_fault+919/1227] [do_no_page+53/464] [handle_mm_fault+88/192] [do_page_fault+0/1227] [error_code+52/64] [do_swap_page+134/256] <4> [handle_mm_fault+107/192] [handle_signal+125/256] [do_page_fault+390/1227] [do_getitimer+152/160] [do_setitimer+115/240] [sys_alarm+50/80] <4> [do_page_fault+0/1227] [error_code+52/64] <4> <4>Code: Bad EIP value. Kernel logging (proc) stopped. Kernel log daemon terminating. --------------020801090106080603080702-- - 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/