Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 23 Feb 2001 14:35:28 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 23 Feb 2001 14:35:18 -0500 Received: from xanadu.kublai.com ([166.84.169.10]:48001 "HELO xanadu.kublai.com") by vger.kernel.org with SMTP id ; Fri, 23 Feb 2001 14:35:00 -0500 Date: Fri, 23 Feb 2001 14:34:58 -0500 From: Brendan Cully To: Linux Kernel List Subject: regular lockup on 2.4.2 (w/oops) Message-ID: <20010223143458.A596@xanadu.kublai.com> Mail-Followup-To: Linux Kernel List Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.15i X-Operating-System: Linux 2.4.1 i686 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi, Since running 2.4.2 I've been getting regular lockups, usually during the boot process but occasionally during regular usage too. I've copied down an oops by hand from the console (it seems to be always the same oops, except ESI varies). I wonder if it's related to ACPI and/or IDE - I seem to get on occasion one ide_dmaproc: lost interrupt message during fsck - after a few seconds it recovers only to hang for good some 10-15 seconds later. My system: dual PIII/550 on a 440 BX (Gigabyte 6bxds), 256 MB RAM. The oops is generated after I do SysRq-S,U,B. If I don't try to reboot with SysRq it just hangs indefinitely. I've rolled back to 2.4.1, although I'm a bit afraid since I've heard reports of FS corruption under it...? Here's the oops report: ------ ksymoops 2.3.7 on i686 2.4.2. Options used -V (default) -k /proc/ksyms (default) -l /proc/modules (default) -o /lib/modules/2.4.2/ (default) -m /boot/System.map-2.4.2 (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. NMI Watchdog detected LOCKUP on CPU0, registers: CPU: 0 EIP: 0010:[] Using defaults from ksymoops -t elf32-i386 -a i386 EFLAGS: 00000097 eax: 00000000 ebx: 00000000 ecx: 00000001 edx: c031050c esi: c1582000 edi: 00000007 ebp: 00000062 esp: c02dbec0 Process swapper (pid: 0 stackpage=c02db000) Stack: c0325660 c0111f88 00000000 00000000 c02f83cd 00000000 c0111fc8 c0111f88 00000000 00000001 00000000 c01072de c0325660 c0193e91 00000000 c027e711 00000030 00000000 0000270f c02d9000 c0192304 00000062 c02dbfa8 c0325660 Call Trace: [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] Code: 8b 44 24 0c 39 c8 75 f8 85 db 74 0c eb 02 89 f6 8b 44 24 10 >>EIP; c0111f50 <===== Trace; c0111f88 Trace; c0111fc8 Trace; c0111f88 Trace; c01072de Trace; c01072de Trace; c0193e91 Trace; c0192634 Trace; c019378d Trace; c0193818 Trace; c01096c1 Trace; c010a8a6 Trace; c0107170 Trace; c0107170 Trace; c010901c Trace; c0107170 Trace; c0107170 Trace; c0100018 Trace; c0107196 Trace; c0107202 Trace; c0105000 Trace; c01001cf Code; c0111f50 00000000 <_EIP>: Code; c0111f50 <===== 0: 8b 44 24 0c mov 0xc(%esp,1),%eax <===== Code; c0111f54 4: 39 c8 cmp %ecx,%eax Code; c0111f56 6: 75 f8 jne 0 <_EIP> Code; c0111f58 8: 85 db test %ebx,%ebx Code; c0111f5a a: 74 0c je 18 <_EIP+0x18> c0111f68 Code; c0111f5c c: eb 02 jmp 10 <_EIP+0x10> c0111f60 Code; c0111f5e e: 89 f6 mov %esi,%esi Code; c0111f60 10: 8b 44 24 10 mov 0x10(%esp,1),%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/