bin/109760: [acpi]: [modules] kldunload acpi_video - crash

John Baldwin jhb at FreeBSD.org
Mon Dec 31 10:20:07 PST 2007


The following reply was made to PR bin/109760; it has been noted by GNATS.

From: John Baldwin <jhb at FreeBSD.org>
To: bug-followup at FreeBSD.org, merlyn500 at 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


More information about the freebsd-acpi mailing list