Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 12 Sep 2002 10:12:46 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 12 Sep 2002 10:12:46 -0400 Received: from mailrelay2.lanl.gov ([128.165.4.103]:6024 "EHLO mailrelay2.lanl.gov") by vger.kernel.org with ESMTP id ; Thu, 12 Sep 2002 10:12:45 -0400 Subject: 2.5.34-mm2 kernel BUG at sched.c:944! only with CONFIG_PREEMPT=y From: Steven Cole To: Andrew Morton Cc: Linux Kernel , linux-mm@kvack.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.2-5mdk Date: 12 Sep 2002 08:14:01 -0600 Message-Id: <1031840041.1990.378.camel@spc9.esa.lanl.gov> Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2501 Lines: 68 I got the following BUG at sched.c:944! with 2.5.34-mm2 and PREEMPT on. This was repeatable. With no PREEMPT, 2.5.34-mm2 booted and is running fine. Some other options used: SMP, HUGETLB_PAGE, HIGHPTE, HIGHMEM4G. System is dual p3, scsi, 1GB. Steven ksymoops 2.4.4 on i686 2.5.34. Options used -v vmlinux (specified) -K (specified) -L (specified) -O (specified) -m System.map (specified) kernel BUG at sched.c:944! invalid operand: 0000 CPU: 0 EIP: 0060:[] Not tainted Using defaults from ksymoops -t elf32-i386 -a i386 EFLAGS: 00010206 eax: c02d4000 ebx: c02d4000 ecx: 00000000 edx: 00000000 esi: 0009b800 edi: c0105000 ebp: c02d5c8 esp: c02d5fa8 ds: 068 es: 0068 ss: 0068 Stack: c01072c4 00000060 00000286 00000000 00000000 c02d4000 0009b800 c0105000 c02d5fd4 c0117ad6 00000000 0008e000 c010504b c02d68c2 c02ba3a0 00000000 c027e980 0003fff0 0003fff0 c033e660 00000002 c01001b1 Call Trace: [] [] [] [] Code: 0f 0b b0 03 5f 52 28 c0 b9 00 e0 ff ff 21 e1 ff 41 10 9b 01 >>EIP; c01176ff <===== Trace; c01072c4 Trace; c0105000 <_stext+0/0> Trace; c0117ad6 Trace; c010504b Code; c01176ff 00000000 <_EIP>: Code; c01176ff <===== 0: 0f 0b ud2a <===== Code; c0117701 2: b0 03 mov $0x3,%al Code; c0117703 4: 5f pop %edi Code; c0117704 5: 52 push %edx Code; c0117705 6: 28 c0 sub %al,%al Code; c0117707 8: b9 00 e0 ff ff mov $0xffffe000,%ecx Code; c011770c d: 21 e1 and %esp,%ecx Code; c011770e f: ff 41 10 incl 0x10(%ecx) Code; c0117711 12: 9b fwait Code; c0117712 13: 01 00 add %eax,(%eax) <0>Kernel panic: Attempted to kill the idle task! - 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/