Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750718AbWEZN26 (ORCPT ); Fri, 26 May 2006 09:28:58 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750730AbWEZN26 (ORCPT ); Fri, 26 May 2006 09:28:58 -0400 Received: from relay02.mail-hub.dodo.com.au ([202.136.32.45]:58575 "EHLO relay02.mail-hub.dodo.com.au") by vger.kernel.org with ESMTP id S1750718AbWEZN25 (ORCPT ); Fri, 26 May 2006 09:28:57 -0400 From: Grant Coady To: Willy Tarreau Cc: linux-kernel@vger.kernel.org, Marcelo Tosatti , Grant Coady , Jari Ruusu , Chris Wright Subject: Re: [ANNOUNCE] Linux-2.4.32-hf32.5 Date: Fri, 26 May 2006 23:28:51 +1000 Organization: http://bugsplatter.mine.nu/ Message-ID: References: <20060507131034.GA19198@exosec.fr> <20060525133427.GA22727@w.ods.org> <20060526121623.GA14474@w.ods.org> In-Reply-To: <20060526121623.GA14474@w.ods.org> X-Mailer: Forte Agent 2.0/32.652 MIME-Version: 1.0 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 Content-Length: 3494 Lines: 89 On Fri, 26 May 2006 14:16:23 +0200, Willy Tarreau wrote: >Could you please pass it through ksymoops so that we get an idea about the >function causing this ? What was the last version not causing it ? hf32.4 ? Yes, hf32.4 okay, see: >This looks like a structure member gets accessed while a pointer is NULL, >if you always get 0x88... I would be it could come from >2.4.32-ext3-link-unlink-race-1, but that would be strange. Good guess! The previous version comment stripped .configs are linked by machine name from the summary page above. Localtime 23:28 so it will be overnight delay before I reply to queries for further info ;) grant@sempro:~$ ksymoops -v ~/linux/linux-2.4.32-hf32.5/vmlinux -m /boot/System.map-2.4.32-hf32.5 oops ksymoops 2.4.11 on i686 2.6.16.17a. Options used -v /home/grant/linux/linux-2.4.32-hf32.5/vmlinux (specified) -k /proc/ksyms (default) -l /proc/modules (default) -o /lib/modules/2.6.16.17a/ (default) -m /boot/System.map-2.4.32-hf32.5 (specified) Error (regular_file): read_ksyms stat /proc/ksyms failed ksymoops: No such file or directory No modules in ksyms, skipping objects No ksyms, skipping lsmod Unable to handle kernel NULL pointer dereference at virtual address 00000088 printing eip: c013ee43 *pde = 00000000 Oops: 0002 CPU: 0 EIP: 0010:[] Not tainted Using defaults from ksymoops -t elf32-i386 -a i386 EFLAGS: 00010246 eax: 00000088 ebx: c19bb5c0 ecx: 00000088 edx: f7bf0005 esi: f7e3c508 edi: c19bb5c0 ebp: f7e3c480 esp: f7e6bf18 ds: 0018 es: 0018 ss: 0018 Process swapper (pid: 1, stackpage=f7e6b000) Stack: c19bb5c0 00000000 c19bb5c0 f7bf0000 f7e6bf3c c19bb5c0 c013f056 f7e3c480 c19bb5c0 c19bb440 c19ac140 f7bf0005 00000004 01c0d8cc 00000010 00000000 c013e727 00000803 c02a18f6 c0105000 0008e000 c0302bfb c02a18f6 f7bf0000 Call Trace: [] [] [] [] [] [] [] [] Code: ff 08 0f 88 8f 16 00 00 8b 5f 08 85 db 74 0c 8b 47 0c 39 68 >>EIP; c013ee43 <===== Trace; c013f056 Trace; c013e727 Trace; c0105000 <_stext+0/0> Trace; c013e890 Trace; c01051f3 Trace; c0105085 Trace; c010568b Trace; c0105070 Code; c013ee43 00000000 <_EIP>: Code; c013ee43 <===== 0: ff 08 decl (%eax) <===== Code; c013ee45 2: 0f 88 8f 16 00 00 js 1697 <_EIP+0x1697> Code; c013ee4b 8: 8b 5f 08 mov 0x8(%edi),%ebx Code; c013ee4e b: 85 db test %ebx,%ebx Code; c013ee50 d: 74 0c je 1b <_EIP+0x1b> Code; c013ee52 f: 8b 47 0c mov 0xc(%edi),%eax Code; c013ee55 12: 39 68 00 cmp %ebp,0x0(%eax) <0>Kernel panic: Attempted to kill init! 1 error issued. Results may not be reliable. Thanks, Grant. - 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/