Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 9 Dec 2000 02:18:23 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 9 Dec 2000 02:18:14 -0500 Received: from mx2.core.com ([208.40.40.41]:37777 "EHLO smtp-2.core.com") by vger.kernel.org with ESMTP id ; Sat, 9 Dec 2000 02:18:01 -0500 Message-ID: <3A31D5DA.2C8DA0E7@megsinet.net> Date: Sat, 09 Dec 2000 00:48:58 -0600 From: "M.H.VanLeeuwen" X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.4.0-test11 i686) X-Accept-Language: en MIME-Version: 1.0 To: linux-kernel@vger.kernel.org Subject: another buffer.c:827 BUG, RAID1 reconstruction. In-Reply-To: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi, I got this BUG report after test12-pre7 soft locked on my NFS server, all nfsd's in D state and I had to reboot and system was rebuilding the ide RAID1 arrays. NFS client test12-pre7 was rebooted as well, root logged in, and ran ldconfig NFS server BUG'd out Hand copied OOPS hope too much isn't wrong. Martin heli:~$ ksymoops -K -L -O -m /boot/System.map-2.4.0-test12 < buffer.bug ksymoops 2.3.5 on i586 2.2.17-RAID. Options used -V (default) -K (specified) -L (specified) -O (specified) -m /boot/System.map-2.4.0-test12 (specified) Kernel BUG at buffer.c 827 invalid operand: 0000 CPU: 0 EIP: 0010:[] Using defaults from ksymoops -t elf32-i386 -a i386 EFLAGS: 00010082 eax: 0000001c ebx: c10837d0 ecx: 00000000 edx: 00000000 esi: c1be2e40 edi: 00000002 epb: c1be2e88 esp: c0275ea8 ds: 0018 es: 0018 ss: 0018 Stack: c02151a5 c021545a 0000033b 0001e2ba 00000046 c13c7be0 cabe2e40 c011c226c c1b32e40 00000001 c13c7be0 c13c7bf8 00000001 00000001 c01c2392 c13c7be0 00000001 c13c7b88 c11d3780 00000002 c0174c39 c13c7bf8 00000001 c11d3780 Call Trace: [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] code: 0f 06 83 c4 0c 8d 73 28 8d 43 2c 39 43 2c 74 15 b9 01 00 00 >>EIP; c012ca53 <===== Trace; c0215195 Trace; c021545a Trace; c01c226e Trace; c01c2399 Trace; c0174c39 Trace; c019db3b Trace; c01a60b4 Trace; c019f367 Trace; c01a6050 Trace; c010a04f Trace; c010a1ae Trace; c01071f0 Trace; ffffe000 Trace; c0108f20 Trace; c0107180 Trace; ffffe000 Trace; c0107213 Trace; c0107277 Trace; c0105000 Trace; c0100191 Code; c012ca53 00000000 <_EIP>: Code; c012ca53 <===== 0: 0f 06 clts <===== Code; c012ca55 2: 83 c4 0c add $0xc,%esp Code; c012ca58 5: 8d 73 28 lea 0x28(%ebx),%esi Code; c012ca5b 8: 8d 43 2c lea 0x2c(%ebx),%eax Code; c012ca5e b: 39 43 2c cmp %eax,0x2c(%ebx) Code; c012ca61 e: 74 15 je 25 <_EIP+0x25> c012ca78 Code; c012ca63 10: b9 01 00 00 00 mov $0x1,%ecx Aiee, killing interrupt handler heli:~$ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/