From owner-freebsd-acpi@FreeBSD.ORG Wed Dec 17 01:02:35 2008 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5AD371065672 for ; Wed, 17 Dec 2008 01:02:35 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from rn-out-0910.google.com (rn-out-0910.google.com [64.233.170.185]) by mx1.freebsd.org (Postfix) with ESMTP id 0CA358FC08 for ; Wed, 17 Dec 2008 01:02:34 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: by rn-out-0910.google.com with SMTP id j71so4193453rne.12 for ; Tue, 16 Dec 2008 17:02:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=kFrOAY9PZocibgCffj7gVsGA5CJ9b25Mi6wbtZvENzY=; b=LrzJf4gc9MkqzLkbswgqsEvM0OOq7Bq1f060gssg2XSkEFhWmMrZGbzSJ2q3nXYCKg ke73g5cMsVxdebyPbuzJ8EotWBqvYX47ps3GhBhjSg7iQv3sjILKHTKZ172TxTUTMkxG ifMlgw3kHeQ0z/5RAsYjMaucoluzP2OqmaOgM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=WHokLz1VSMCGFNiy14tAh4pl4wdJo4BQ1s17rOjyUXUYb8d2rVoKP2wX1/zGZ+fkPo 7aYaJ9IAYzVJH07GTBDlErUpSP2qPhwle6Vg3Zd7A/1I3dMFxGITVo7TEhu0A0vCtKeT HGO6uCo6eVETpYTbRnZpaEot94Cl4+xtsMRBQ= Received: by 10.90.73.17 with SMTP id v17mr42486aga.25.1229474135183; Tue, 16 Dec 2008 16:35:35 -0800 (PST) Received: by 10.90.91.14 with HTTP; Tue, 16 Dec 2008 16:35:34 -0800 (PST) Message-ID: Date: Wed, 17 Dec 2008 03:35:34 +0300 From: pluknet To: freebsd-acpi@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [acpi] panic: knlist locked, but should not be X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2008 01:02:35 -0000 Hi, Reproducible panic after entering into acpiconf -s 3 on -current SMP i386. [manually transcribed] panic: knlist locked, but should not be cpuid = 1 KDB: enter: panic [thread pid 1107 tid 100062 ] Stopped at kdb_enter db> bt Tracing pid 1107... kdb_enter panic knote acpi_ReqSleepState acpiioctl devfs_ioctl_f kern_ioctl ioctl syscall ... db> show locks exclusive sleep mutex ACPI global lock (ACPI global lock r = 0 (0xc086b040) loc ked @ /usr/src/sys/dev/acpica/acpi.c:2316 I'm still in ddb and can give further info if needed. -- wbr, pluknet