From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S272383AbTG2VV1 (ORCPT ); Tue, 29 Jul 2003 17:21:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S272215AbTG2VTF (ORCPT ); Tue, 29 Jul 2003 17:19:05 -0400 Received: from e6.ny.us.ibm.com ([32.97.182.106]:17395 "EHLO e6.ny.us.ibm.com") by vger.kernel.org with ESMTP id S272169AbTG2VO6 (ORCPT ); Tue, 29 Jul 2003 17:14:58 -0400 Date: Tue, 29 Jul 2003 14:18:38 -0700 From: "Martin J. Bligh" To: Andrew Morton cc: linux-kernel Subject: Re: Panic on 2.6.0-test1-mm1 Message-ID: <170360000.1059513518@flay> In-Reply-To: <5110000.1059489420@[10.10.2.4]> References: <5110000.1059489420@[10.10.2.4]> X-Mailer: Mulberry/2.1.2 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org > The big box had this on the console ... looks like it was doing a > compile at the time ... sorry, only just noticed it after returning > from OLS, so don't have more context (2.6.0-test1-mm1). > > kernel BUG at include/linux/list.h:149! > invalid operand: 0000 [#1] > SMP > CPU: 3 > EIP: 0060:[] Not tainted VLI > EFLAGS: 00010083 > EIP is at pgd_dtor+0x64/0x8c > eax: c1685078 ebx: c1685060 ecx: c0288348 edx: c1685078 > esi: 00000082 edi: c030b6a0 ebp: e9b9c000 esp: e9ea3ed0 > ds: 007b es: 007b ss: 0068 > Process cc1 (pid: 4439, threadinfo=e9ea2000 task=eac36690) > Stack: 00000000 f01fdecc c0139588 e9b9c1e0 f01fdecc 00000000 00000039 f01fdecc > 0000000a f01fdf54 e9871000 c013a540 f01fdecc e9b9c000 f01e9000 00000024 > f01e9010 f01fdecc c013ace8 f01fdecc f01e9010 00000024 f01fdecc f01fdfb8 > Call Trace: > [] slab_destroy+0x40/0x124 > [] free_block+0xfc/0x13c > [] drain_array_locked+0x80/0xac > [] reap_timer_fnc+0xdb/0x1e0 > [] reap_timer_fnc+0x0/0x1e0 > [] run_timer_softirq+0x13d/0x170 > [] do_softirq+0x6c/0xcc > [] smp_apic_timer_interrupt+0x14b/0x158 > [] apic_timer_interrupt+0x1a/0x20 > > Code: 80 50 26 00 00 8d 14 92 8d 1c d0 8d 53 18 8b 4a 04 39 11 74 0e 0f 0b 94 00 99 3e 24 c0 8d b6 00 00 00 00 8b 43 18 39 50 04 74 08 <0f> 0b 95 00 99 3e 24 c0 89 48 04 89 01 c7 43 18 00 01 10 00 c7 > <0>Kernel panic: Fatal exception in interrupt > In interrupt handler - not syncing Seems to be trivially reproducible by doing "make -j vmlinux". I'll try your latest one to see if it's fixed already, I guess. M. kernel BUG at include/linux/list.h:149! invalid operand: 0000 [#1] SMP CPU: 3 EIP: 0060:[] Not tainted VLI EFLAGS: 00010083 EIP is at pgd_dtor+0x64/0x8c eax: c1573450 ebx: c1573438 ecx: c0288348 edx: c1573450 esi: 00000082 edi: c030b6a0 ebp: e2e1b000 esp: e2813ed4 ds: 007b es: 007b ss: 0068 Process cc1 (pid: 11439, threadinfo=e2812000 task=e4869980) Stack: 00000000 f01fdecc c0139588 e2e1b1e0 f01fdecc 00000000 00000039 f01fdecc 00000017 f01fdf54 e05f4000 c013a540 f01fdecc e2e1b000 f01c6410 00000018 f01c6400 f01fdecc c013ac31 f01fdecc f01c6410 00000018 f01fdecc f01fdfb8 Call Trace: [] slab_destroy+0x40/0x124 [] free_block+0xfc/0x13c [] drain_array+0x55/0x8c [] reap_timer_fnc+0x0/0x1e0 [] reap_timer_fnc+0x93/0x1e0 [] reap_timer_fnc+0x0/0x1e0 [] run_timer_softirq+0x13d/0x170 [] do_softirq+0x6c/0xcc [] smp_apic_timer_interrupt+0x14b/0x158 [] apic_timer_interrupt+0x1a/0x20 Code: 80 50 26 00 00 8d 14 92 8d 1c d0 8d 53 18 8b 4a 04 39 11 74 0e 0f 0b 94 00 99 3e 24 c0 8d b6 00 00 00 00 8b 43 18 39 50 04 74 08 <0f> 0b 95 00 99 3e 24 c0 89 48 04 89 01 c7 43 18 00 01 10 00 c7 <0>Kernel panic: Fatal exception in interrupt In interrupt handler - not syncing