From owner-freebsd-stable@FreeBSD.ORG Wed Jun 10 15:37:02 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A55811065673 for ; Wed, 10 Jun 2009 15:37:02 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 26B6C8FC16 for ; Wed, 10 Jun 2009 15:37:02 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id CF6E646B1A; Wed, 10 Jun 2009 11:37:01 -0400 (EDT) Received: from jhbbsd.hudson-trading.com (unknown [209.249.190.8]) by bigwig.baldwin.cx (Postfix) with ESMTPA id C74258A06A; Wed, 10 Jun 2009 11:37:00 -0400 (EDT) From: John Baldwin To: freebsd-stable@freebsd.org Date: Wed, 10 Jun 2009 10:38:36 -0400 User-Agent: KMail/1.9.7 References: <20090606071431.092609ce@vaio> <200906081045.39497.jhb@freebsd.org> <20090610061913.04a97b6c@vaio> In-Reply-To: <20090610061913.04a97b6c@vaio> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906101038.37028.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Wed, 10 Jun 2009 11:37:00 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.95.1 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.5 required=4.2 tests=AWL,BAYES_00,RDNS_NONE autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: Robert Subject: Re: Panic resource_list_alloc 7.2 stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2009 15:37:03 -0000 On Wednesday 10 June 2009 9:19:13 am Robert wrote: > On Mon, 8 Jun 2009 10:45:39 -0400 > John Baldwin wrote: > > > On Saturday 06 June 2009 10:14:31 am Robert wrote: > > > Greetings > > > > > > This problem seems the same as this one from May of this year > > > > > > http://lists.freebsd.org/pipermail/freebsd-stable/2009-May/050088.html > > > > > > This happens on an older HP laptop. It was running on 7.1 prerelease > > > fine and then I updated to 7.2 Stable yesterday. > > > > > > FreeBSD hp.shasta204.local 7.2-STABLE FreeBSD 7.2-STABLE #0: Fri > > > Jun 5 11:47:29 PDT 2009 > > > root@vaio.shasta204.local:/usr/obj/usr/src/sys/VESA i386 > > > > > > The bits from pciconf > > > > > > atapci0@pci0:0:7:1: class=0x010180 card=0x00000000 > > > chip=0x71118086 rev=0x01 hdr=0x00 vendor = 'Intel Corporation' > > > device = '82371AB/EB/MB PIIX4/4E/4M IDE Controller' > > > class = mass storage > > > subclass = ATA > > > > > > The date of ata-chipset.c > > > > > > -rw-r--r-- 1 root wheel 188823 May 22 02:21 ata-chipset.c > > > > > > The chipset is found in the above file > > > > > > ata_intel_ident(device_t dev) > > > { > > > struct ata_pci_controller *ctlr = device_get_softc(dev); > > > static struct ata_chip_id ids[] = > > > {{ ATA_I82371FB, 0, 0, 2, ATA_WDMA2, "PIIX" }, > > > { ATA_I82371SB, 0, 0, 2, ATA_WDMA2, "PIIX3" }, > > > { ATA_I82371AB, 0, 0, 2, ATA_UDMA2, "PIIX4" }, > > > ^^^^^^^ > > > { ATA_I82443MX, 0, 0, 2, ATA_UDMA2, "PIIX4" }, > > > > > > I can include the dump if needed but I am not at this time to > > > shorten the email. But here is the panic. > > > > > > Dump header from device /dev/ad0s1b > > > Architecture: i386 > > > Architecture Version: 2 > > > Dump Length: 68939776B (65 MB) > > > Blocksize: 512 > > > Dumptime: Sat Jun 6 05:40:52 2009 > > > Hostname: hp.shasta204.local > > > Magic: FreeBSD Kernel Dump > > > Version String: FreeBSD 7.2-STABLE #0: Fri Jun 5 11:47:29 PDT > > > 2009 root@vaio.shasta204.local:/usr/obj/usr/src/sys/VESA > > > Panic String: resource_list_alloc: resource entry is busy > > > Dump Parity: 3285399556 > > > Bounds: 1 > > > Dump Status: good > > > > > > > > > Any help would be greatly appreciated. > > > > The last screen of the dmesg output would be helpful. > > > I have installed 7.2 on the laptop because it would panic whenever > going into multiuser. I would prefer to be on stable. > > Here is dmesg.boot. I hope that is what you wanted. Hmm, can you get the stack trace from the dump that you have? I'm curious which device driver is triggering the panic. -- John Baldwin