From owner-freebsd-current@FreeBSD.ORG Sat Jan 24 20:30:56 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0944B106564A for ; Sat, 24 Jan 2009 20:30:56 +0000 (UTC) (envelope-from admin@lissyara.su) Received: from hosting.lissyara.su (hosting.lissyara.su [77.221.149.162]) by mx1.freebsd.org (Postfix) with ESMTP id F17818FC0A for ; Sat, 24 Jan 2009 20:30:54 +0000 (UTC) (envelope-from admin@lissyara.su) Received: from [89.178.147.234] (port=52218 helo=HP.lissyara.su) by hosting.lissyara.su with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1LQp9W-000AjZ-Ey; Sat, 24 Jan 2009 23:30:51 +0300 Message-ID: <497B7A7A.3080103@lissyara.su> Date: Sat, 24 Jan 2009 23:30:50 +0300 From: Alex Keda User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; ru-RU; rv:1.8.1.19) Gecko/20090110 Thunderbird/2.0.0.19 Mnenhy/0.7.5.666 MIME-Version: 1.0 To: "Paul B. Mahol" References: <497A159B.5050404@lissyara.su> <497B24D5.3010200@lissyara.su> <3a142e750901240847o652c581erd1fe90c776824fbe@mail.gmail.com> In-Reply-To: <3a142e750901240847o652c581erd1fe90c776824fbe@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Description: if spam count > 60 - this is spam X-Spam-Count: 0 X-Descriptions: powered by www.lissyara.su X-Bounce-ID: hosting.lissyara.su Cc: freebsd-current@freebsd.org Subject: Re: acpi_throttle1: failed to attach P_CNT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jan 2009 20:30:56 -0000 Paul B. Mahol пишет: > On 1/24/09, Alex Keda wrote: >> Alex Keda pishet: >>> After last update I have in dmesg >>> >>> acpi_throttle1: on cpu1 >>> acpi_throttle1: failed to attach P_CNT >>> device_attach: acpi_throttle1 attach returned 6 >>> >>> When I build somesing - laptop shutdown, because CPU temp > 105 Celsius >>> >>> HP# uname -a >>> FreeBSD HP.lissyara.su 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Thu Jan 22 >>> 19:49:57 MSK 2009 root@HP.lissyara.su:/usr/obj/usr/src/sys/HP amd64 >>> HP# >> HP$ dmesg > .... > > I get this one: > > GEOM: ad0s1: geometry does not match label (15h,63s != 16h,63s). > Trying to mount root from ufs:/dev/ad0s1a > ACPI Exception (utmutex-0376): AE_TIME, Thread 186B0 could not acquire > Mutex [0] [20070320] > ACPI Error (exutils-0180): Could not acquire AML Interpreter mutex [20070320] > ACPI Error (utmutex-0421): Mutex [0] is not acquired, cannot release [20070320] > ACPI Error (exutils-0250): Could not release AML Interpreter mutex [20070320] > ACPI Exception (utmutex-0376): AE_TIME, Thread 186B0 could not acquire > Mutex [0] [20070320] > ACPI Error (exutils-0180): Could not acquire AML Interpreter mutex [20070320] > ACPI Error (utmutex-0421): Mutex [0] is not acquired, cannot release [20070320] > ACPI Error (exutils-0250): Could not release AML Interpreter mutex [20070320] > > The problem is it doesnt happens always, but with soft reset there is > (perceived) > bigger chance to happen. Also kernel without WITNESS and other debug > options have much bigger > chance for this error to happen. nooptions KDB nooptions DDB nooptions GDB nooptions INVARIANTS nooptions INVARIANT_SUPPORT nooptions WITNESS nooptions WITNESS_SKIPSPIN no changes =( any idea?