Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 27 Jul 2002 05:30:46 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 27 Jul 2002 05:30:45 -0400 Received: from twilight.cs.hut.fi ([130.233.40.5]:287 "EHLO twilight.cs.hut.fi") by vger.kernel.org with ESMTP id ; Sat, 27 Jul 2002 05:30:43 -0400 Date: Sat, 27 Jul 2002 12:33:44 +0300 From: Ville Herva To: linux-kernel@vger.kernel.org Subject: Re: 2.5.29: oops on boot Message-ID: <20020727093344.GP1548@niksula.cs.hut.fi> Mail-Followup-To: Ville Herva , linux-kernel@vger.kernel.org References: <20020727090625.GO1548@niksula.cs.hut.fi> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020727090625.GO1548@niksula.cs.hut.fi> User-Agent: Mutt/1.3.25i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 4610 Lines: 117 On Sat, Jul 27, 2002 at 12:06:26PM +0300, you [Ville Herva] wrote: > 2.5.27 and 2.5.28 wouldn't boot at all (they hung at ide probe). 2.5.29 > boots, but oopses after freeing unused memory. > > Again, root = hdc = cdrom with ext2 fs on it. > > HW is vmware, which may be the cause of the problem (but frankly I don't > dare to run 2.5 on real hw at this point :). > > > <...> > NET4: Linux TCP/IP 1.0 for NET4.0 > IP Protocols: ICMP, UDP, TCP, IGMP > IP: routing cache hash table of 512 buckets, 4Kbytes > TCP: Hash tables configured (established 4096 bind 8192) > NET4: Unix domain sockets 1.0/SMP for Linux NET4.0. > ds: no socket drivers loaded! > VFS: Mounted root (ext2 filesystem) readonly. > Freeing unused kernel memory: 216k freed > Unable to handle kernel paging request at virtual address 645f00ad > c013f646 > *pde = 00000000 That was with gcc (GCC) 3.1 20020620. With 2.96.110, I get this: <...> TCP: Hash tables configured (established 4096 bind 8192) NET4: Unix domain sockets 1.0/SMP for Linux NET4.0. ds: no socket drivers loaded! VFS: Mounted root (ext2 filesystem) readonly. Freeing unused kernel memory: 216k freed Unable to handle kernel paging request at virtual address 645f00ad c013f646 *pde = 00000000 Oops: 0000 CPU: 0 EIP: 0010:[] Not tainted Using defaults from ksymoops -t elf32-i386 -a i386 EFLAGS: 00000246 eax: 00000000 ebx: c109d138 ecx: c109d138 edx: c109d138 esi: 00000000 edi: 645f0065 ebp: c10cda68 esp: c10cda0c ds: 0018 es: 0018 ss: 0018 Stack: 00000002 00000060 fffffff5 00000000 c3ee1090 000224b3 00000000 00000000 000001d0 c10cda50 00112538 645f0065 c11e2620 0000000c c10cda54 c01a68ce 0000000c 00000000 c10cda68 c015923c c109d138 00000000 0000000c c10cdaf8 Call Trace: [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] Code: 8b 5f 48 c7 45 c4 01 00 00 00 8b 7d 08 88 d9 d3 65 c4 8b 47 >>EIP; c013f646 <===== Trace; c01a68ce Trace; c015923c Trace; c0159512 Trace; c0168c10 Trace; c017a136 Trace; c017a16f Trace; c012a457 <__kmem_cache_shrink+27/b0> Trace; c0159675 Trace; c0168c10 Trace; c0168e57 Trace; c0168c10 Trace; c0138d26 <__block_commit_write+66/b0> Trace; c0138e06 Trace; c0138ecc Trace; c012ab54 Trace; c012adb0 Trace; c012afa8 Trace; c012adb0 Trace; c0144db1 Trace; c0144e36 Trace; c015bda7 Trace; c0107afb <__down_trylock+3b/50> Trace; c0138ecc Trace; c012ac98 Trace; c0131ba1 Trace; c015b1c0 Trace; c0145624 Trace; c01459ae Trace; c0107c1d Trace; c01094df Trace; c0105147 Trace; c0105000 <_stext+0/0> Trace; c01076be Trace; c0105060 Code; c013f646 00000000 <_EIP>: Code; c013f646 <===== 0: 8b 5f 48 mov 0x48(%edi),%ebx <===== Code; c013f649 3: c7 45 c4 01 00 00 00 movl $0x1,0xffffffc4(%ebp) Code; c013f650 a: 8b 7d 08 mov 0x8(%ebp),%edi Code; c013f653 d: 88 d9 mov %bl,%cl Code; c013f655 f: d3 65 c4 shll %cl,0xffffffc4(%ebp) Code; c013f658 12: 8b 47 00 mov 0x0(%edi),%eax <0>Kernel panic: Attempted to kill init! -- v -- v@iki.fi - 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/