From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263198AbTDMEK2 (for ); Sun, 13 Apr 2003 00:10:28 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263224AbTDMEK1 (for ); Sun, 13 Apr 2003 00:10:27 -0400 Received: from sith.maoz.com ([205.167.76.10]:57506 "EHLO sith.maoz.com") by vger.kernel.org with ESMTP id S263198AbTDMEKY (for ); Sun, 13 Apr 2003 00:10:24 -0400 From: Jeremy Hall Message-Id: <200304130422.h3D4M6XY031187@sith.maoz.com> Subject: Re: 2.5.67-mm2 In-Reply-To: <200304130354.h3D3slbp031124@sith.maoz.com> from Jeremy Hall at "Apr 12, 2003 11:54:47 pm" To: Jeremy Hall Date: Sun, 13 Apr 2003 00:22:06 -0400 (EDT) CC: Andrew Morton , felipe_alfaro@linuxmail.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org X-Mailer: ELM [version 2.4ME+ PL60 (25)] 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 ah, here we go BUG(); line 907 of mm/slab.c name == "size-32" in_interrupt() is an undefined symbol in this context, so I don't know whether we are in interrupt context or not, if indeed that is what this is no symbol BYTES_PER_WORD, but size == 32 MAX_OBJ_ORDER and PAGE_SIZE are unknown symbols in this context dtor appears to be 0, and it looks like it should be set to something offset == 0 and it looks like it should be < 0 or > size in kmem_cache_create from kmem_cache_sizes_init at mm/slab.c:616 _J In the new year, Jeremy Hall wrote: > mm1 worked. > > to be clear, my append line looks like > > append="gdb console=gdb pci=biosirq" and maybe some other stuff on there > > to get my machine to boot in single processor mode, I have to add nosmp > and acpi=off > > if I don't add acpi=off I get apic errors on my cpus, as well as if I say > noapic like the boot process says to, it says > > amd errata #22 may be present. in the event of instability boot with the > noapic option > > dual athlon 1900 palamino's on a tyan 2462ung > > _J > > In the new year, Andrew Morton wrote: > > Jeremy Hall wrote: > > > > > > I dunno about that, but mm2 locks in the boot process and doesn't display > > > anything to me through gdb even though it is supposed to. I have gdb > > > console=gdb but that doesn't make the messages flow. > > > > > > > You want "gdb console=gdb". It changed. > > > > What CPU type? > > > > Try just 2.5.67 plus > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.5/2.5.67/2.5.67-mm2/broken-out/linus.patch > > > > try disabling kgdb in config. > > > > etcetera. > > > > -- > > To unsubscribe, send a message with 'unsubscribe linux-mm' in > > the body to majordomo@kvack.org. For more info on Linux MM, > > see: http://www.linux-mm.org/ . > > Don't email: aart@kvack.org > > > > -- > To unsubscribe, send a message with 'unsubscribe linux-mm' in > the body to majordomo@kvack.org. For more info on Linux MM, > see: http://www.linux-mm.org/ . > Don't email: aart@kvack.org >