From owner-freebsd-stable@FreeBSD.ORG Fri May 7 18:33:58 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1789A1065771 for ; Fri, 7 May 2010 18:33:58 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-ww0-f54.google.com (mail-ww0-f54.google.com [74.125.82.54]) by mx1.freebsd.org (Postfix) with ESMTP id 9178A8FC1B for ; Fri, 7 May 2010 18:33:57 +0000 (UTC) Received: by wwb39 with SMTP id 39so1049322wwb.13 for ; Fri, 07 May 2010 11:33:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=c95g+U00L4Po+Xadyjc3/QFeq/jC7Ud2bcqxPbFRUd8=; b=Exv/O9bdcc4LmdueHM0DFY+a0FvP1AoqPVfMFWvrJApystvi8wFHmdxdnCOogtapsj 3Oa9Oqt9Hj1658Y2uhquunJiP+Zg4Jw4Ow88/vTlbZm+gKjflXg6O0Qphm0bj285zW2J l9BOzf0tHiaRIXRS1RljT3gRY9ucoPJdibAvE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=pASNAQ1NfFaNz5gPXwl3B1/Gb95FPAnFZiFSjGfJzw1e7MxQlH+qyixQr9MsJAPROZ H3gtyT7ot0J9T7KbQkAEI+4nQlqCvD/J0VhlyBBO3hdRjkH9cprq54RJ8QOsneRgrTCP vFAPEYAATuhsdLcxWIXeirhOuN6ZhoM8GAJT8= Received: by 10.227.127.145 with SMTP id g17mr398465wbs.152.1273257232994; Fri, 07 May 2010 11:33:52 -0700 (PDT) Received: from [192.168.1.23] (121.21.102-84.rev.gaoland.net [84.102.21.121]) by mx.google.com with ESMTPS id k13sm1180190wed.11.2010.05.07.11.33.51 (version=SSLv3 cipher=RC4-MD5); Fri, 07 May 2010 11:33:52 -0700 (PDT) From: Demelier David To: Giovanni Trematerra In-Reply-To: References: <4DEBDE2C-C0D2-469D-AC42-DD5027926424@FreeBSD.org> <96F538BA-488A-46B3-99A0-BC324DB0F73A@FreeBSD.org> <20100505135743.GA1613@Melon.malikania.fr> <20100507120843.GA1738@Melon.malikania.fr> Content-Type: text/plain; charset="UTF-8" Date: Fri, 07 May 2010 20:33:46 +0200 Message-ID: <1273257226.1671.3.camel@malikania.fr> Mime-Version: 1.0 X-Mailer: Evolution 2.28.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 8bit Cc: freebsd-stable@freebsd.org Subject: Re: Kernel panic when unpluggin AC adaptor X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 May 2010 18:33:58 -0000 Le Vendredi 07 mai 2010 à 18:22 +0200, Giovanni Trematerra a écrit : > On Fri, May 7, 2010 at 2:08 PM, Demelier David wrote: > > Hi, > > I noticed that pluggin the AC adaptor when I boot without it does not > > panic. It only panic when removing it. > > > > Maybe that could help ? > > > > Good to know. The problem lies somewhere when performance state change. > In your case it happens when you remove AC adaptor. Let's hope someone on > acpi@ ml comes up with a good idea. > Okay so for the moment no change, I'll wait for someone with an idea that could solve my problem. For me because the panic only happens when changing profile from ac plugged -> ac unplugged (and not the reverse) I would think it's a cpu related acpi issue. David.