From owner-freebsd-stable@FreeBSD.ORG Wed May 12 14:14:23 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 92454106564A for ; Wed, 12 May 2010 14:14:23 +0000 (UTC) (envelope-from giovanni.trematerra@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 1F1CB8FC0A for ; Wed, 12 May 2010 14:14:22 +0000 (UTC) Received: by fxm1 with SMTP id 1so113808fxm.13 for ; Wed, 12 May 2010 07:14:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=9itA9Ac7xmPi17BAuaR6BNlsHbLHQLJWPAuxOfRLKrY=; b=oMSdQT4QBt5Z/fFC5ZxoK57SKk933hUGjdmCVukigU7OTH4rVpucswjlD+OX28rmwY w+GOQP7YinZOJAxsOh0RrUm1S5lZ13X0PFT62vHMMC1YpBLU5zyjtnBnBFa9nEyvFh/C FxnIpGF3GNdgGCEDPzOTZOzRNR2a+EtaxCUok= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=IzE4f5kQ2CidO6PbSOFy6a6bJeIUbs8Oog+68TKxagz4sTcUXGAE4nJ487GZzdejUY v+iv0TMwAUi9CBjCm2mMRwK8Q1CygKjwojpmRksCFrNYrhNEBF0HqU64CU/CO0HsT1fQ nwyFsXQ1NXtos7DesPfZQdJTU5+uLdBFRFksw= MIME-Version: 1.0 Received: by 10.223.117.164 with SMTP id r36mr8268081faq.28.1273673661659; Wed, 12 May 2010 07:14:21 -0700 (PDT) Received: by 10.223.103.209 with HTTP; Wed, 12 May 2010 07:14:21 -0700 (PDT) In-Reply-To: References: <4DEBDE2C-C0D2-469D-AC42-DD5027926424@FreeBSD.org> <20100507120843.GA1738@Melon.malikania.fr> <1273257226.1671.3.camel@malikania.fr> Date: Wed, 12 May 2010 16:14:21 +0200 Message-ID: From: Giovanni Trematerra To: David DEMELIER Content-Type: text/plain; charset=ISO-8859-1 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: Wed, 12 May 2010 14:14:23 -0000 On Wed, May 12, 2010 at 3:35 PM, David DEMELIER wrote: > Hi, I tested your patch and it didn't panic. I checked the dev.cpu > sysctl nodes to see if the CPU freq is changing or not. > It's very odd. I did nothing to prevent panic. in fact you should have seen a panic. did you apply the patch on a vanilla src? Do you still get panic without the patch when you unplug your AC adapter? Thank you -- GIanni