From owner-freebsd-acpi@FreeBSD.ORG Mon Dec 31 18:20:07 2007 Return-Path: Delivered-To: freebsd-acpi@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3582D16A41A for ; Mon, 31 Dec 2007 18:20:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 16B0F13C4DB for ; Mon, 31 Dec 2007 18:20:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id lBVIK50Z014808 for ; Mon, 31 Dec 2007 18:20:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id lBVIK5Ir014807; Mon, 31 Dec 2007 18:20:05 GMT (envelope-from gnats) Date: Mon, 31 Dec 2007 18:20:05 GMT Message-Id: <200712311820.lBVIK5Ir014807@freefall.freebsd.org> To: freebsd-acpi@FreeBSD.org From: John Baldwin Cc: Subject: Re: bin/109760: [acpi]: [modules] kldunload acpi_video - crash X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: John Baldwin List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Dec 2007 18:20:07 -0000 The following reply was made to PR bin/109760; it has been noted by GNATS. From: John Baldwin To: bug-followup@FreeBSD.org, merlyn500@gmail.com Cc: Subject: Re: bin/109760: [acpi]: [modules] kldunload acpi_video - crash Date: Mon, 31 Dec 2007 11:08:39 -0500 Can you get a crashdump and do the following in kgdb on the dump: - stack trace ("bt") - go to the frame of acpi_video_vo_destroy - "p *vo" - "p voqh" - "p *voqh" It looks like it is dying in the STAILQ_REMOVE() at the bottom of acpi_video_vo_destroy(), but I need more info to see why. -- John Baldwin