From owner-freebsd-current@FreeBSD.ORG Tue Aug 17 08:38:57 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8CCE16A4CE for ; Tue, 17 Aug 2004 08:38:57 +0000 (GMT) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F32E43D4C for ; Tue, 17 Aug 2004 08:38:57 +0000 (GMT) (envelope-from sos@DeepCore.dk) Received: from [194.192.25.143] (laptop.deepcore.dk [194.192.25.143]) by spider.deepcore.dk (8.12.11/8.12.10) with ESMTP id i7H8ctjo042745 for ; Tue, 17 Aug 2004 10:38:55 +0200 (CEST) (envelope-from sos@DeepCore.dk) Message-ID: <4121C409.6010605@DeepCore.dk> Date: Tue, 17 Aug 2004 10:38:33 +0200 From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= User-Agent: Mozilla Thunderbird 0.7.2 (X11/20040802) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "'FreeBSD Current'" Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Subject: suspend/resume panic in ACPI.. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Tue, 17 Aug 2004 08:38:57 -0000 With all the trouble in suspend/resume lately I thought to better test=20 it out on my trusty workstation that always has worked with=20 suspend/resume (modulus various problems in our ACPI code from time to=20 time) and now it just panic's as seen below. Something is not koscher in there, and that need to be fixed before we=20 can call 5.3 stable IMHO... in single use mode: #acpiconf -s3 panic: pmap_invalidate_page: interrupts disabled cpuid=3D0; KDB: enter: panic [thread 100076] Stopped at kdb_enter+0x2b: nop db>trace kdb_enter(c068cbef) kdb_enter+0x2b panic(c069f761,c067803b,0,c1e85b4c,9a000) at panic+0x131 pmap_invalidate_page(c1e85b4c,9a000) at pmap_invalidate_page+0x2b pmap_enter(c1e85b4c,9a000,c0c49b08,7,1) at pmap_enter+0x246 acpi_sleep_machdep(c1e88a00, 3) at acpi_sleep_machdep+0xcd acpi_SetSleepState(c1e88a00, 3) at acpi_SetSleepState+0x22b acpiioctl(c06dedfc,80045003,e4aefc60,3,c1f04dc0) at acpiioctl+0x12b =2E.. -S=F8ren