From owner-freebsd-stable@FreeBSD.ORG Wed Oct 31 18:50:37 2012 Return-Path: Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 878E2C40 for ; Wed, 31 Oct 2012 18:50:37 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id D1E9E8FC0C for ; Wed, 31 Oct 2012 18:50:36 +0000 (UTC) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id UAA12074; Wed, 31 Oct 2012 20:50:31 +0200 (EET) (envelope-from avg@FreeBSD.org) Message-ID: <509172F6.2040400@FreeBSD.org> Date: Wed, 31 Oct 2012 20:50:30 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:16.0) Gecko/20121029 Thunderbird/16.0.2 MIME-Version: 1.0 To: Tom Lislegaard Subject: Re: 9-Stable panic: resource_list_unreserve: can't find resource References: In-Reply-To: X-Enigmail-Version: 1.4.5 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: "'freebsd-stable@freebsd.org'" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 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, 31 Oct 2012 18:50:37 -0000 on 31/10/2012 12:14 Tom Lislegaard said the following: > Hi > > I'm running > FreeBSD stingray 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #3: Mon Oct 29 16:11:35 CET 2012 tl@stingray:/usr/obj/usr/src/sys/stingray amd64 > on a new Dell laptop and keep getting these panics (typically once or twice per day) > > (kgdb) set pagination off > (kgdb) bt > #0 doadump (textdump=Variable "textdump" is not available. > ) at pcpu.h:229 > #1 0xffffffff80425e64 in kern_reboot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:448 > #2 0xffffffff8042634c in panic (fmt=0x1
) at /usr/src/sys/kern/kern_shutdown.c:636 > #3 0xffffffff8045773e in resource_list_unreserve (rl=Variable "rl" is not available. > ) at /usr/src/sys/kern/subr_bus.c:3338 > #4 0xffffffff802c3ee4 in acpi_delete_resource (bus=0xfffffe00052c1100, child=0xfffffe00052c1500, type=4, rid=3323) at /usr/src/sys/dev/acpica/acpi.c:1405 > #5 0xffffffff802c62bc in acpi_bus_alloc_gas (dev=0xfffffe00052c1500, type=0xfffffe00052b786c, rid=0xfffffe00052b7978, gas=Variable "gas" is not available. > ) at /usr/src/sys/dev/acpica/acpi.c:1450 > #6 0xffffffff802d1663 in acpi_PkgGas (dev=0xfffffe00052c1500, res=Variable "res" is not available. > ) at /usr/src/sys/dev/acpica/acpi_package.c:120 > #7 0xffffffff802cbf6b in acpi_cpu_cx_cst (sc=0xfffffe00052b7800) at /usr/src/sys/dev/acpica/acpi_cpu.c:782 > #8 0xffffffff802cc3a4 in acpi_cpu_notify (h=Variable "h" is not available. > ) at /usr/src/sys/dev/acpica/acpi_cpu.c:1050 > #9 0xffffffff802a3fca in AcpiEvNotifyDispatch (Context=0x0) at /usr/src/sys/contrib/dev/acpica/events/evmisc.c:283 > #10 0xffffffff802c26c3 in acpi_task_execute (context=0xfffffe00051d6800, pending=Variable "pending" is not available. > ) at /usr/src/sys/dev/acpica/Osd/OsdSchedule.c:134 > #11 0xffffffff804683c4 in taskqueue_run_locked (queue=0xfffffe00052bc100) at /usr/src/sys/kern/subr_taskqueue.c:308 > #12 0xffffffff80469366 in taskqueue_thread_loop (arg=Variable "arg" is not available. > ) at /usr/src/sys/kern/subr_taskqueue.c:497 > #13 0xffffffff803f762f in fork_exit (callout=0xffffffff80469320 , arg=0xffffffff80a20cc8, frame=0xffffff80002cdb00) at /usr/src/sys/kern/kern_fork.c:992 > #14 0xffffffff806be6be in fork_trampoline () at /usr/src/sys/amd64/amd64/exception.S:602 Could you please provide *sc from frame 7? -- Andriy Gapon