From owner-freebsd-stable@FreeBSD.ORG Mon May 3 22:30:34 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 3C2601065678 for ; Mon, 3 May 2010 22:30:34 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id D5C0A8FC19 for ; Mon, 3 May 2010 22:30:33 +0000 (UTC) Received: by vws7 with SMTP id 7so1980368vws.13 for ; Mon, 03 May 2010 15:30:25 -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 :content-transfer-encoding; bh=mUMf/6JuG30l+atCG9IyI1LGirUmifZklYJv+6WymV8=; b=i9PZqDMtW5onISkgKTki6g/q2kBqiymG0ejGtgkZngJYEuXfaIWEvfVig+oyLvaOxd lwElYCOOhZpZKwqWwB9SaivNXO/DFlC9bf3jpaPrMqWlIyaCbokzASjU7gWlNq8g7QWk zBse9BYeiEYgE3Zgy/mFvu1m2LMOFO+jFNSsA= 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:content-transfer-encoding; b=qr2pBSRM4TwbetPyq2fSgheIeGUnKkqGPf5ujyAinxvNAqoPnErWd4YhYYWq2V1VPm GEwRodnPaX7DdZIe4nDmJjz8yy03mpUr0W0aue6nifvv5ZWIQFkkCqvzbMld+2pIzgGP 2xHP3iD4uq3Q5584qiJ7D/O1RoNCO9fQnsMzM= MIME-Version: 1.0 Received: by 10.224.69.159 with SMTP id z31mr3660648qai.273.1272925825297; Mon, 03 May 2010 15:30:25 -0700 (PDT) Received: by 10.229.251.17 with HTTP; Mon, 3 May 2010 15:30:24 -0700 (PDT) In-Reply-To: References: Date: Mon, 3 May 2010 15:30:24 -0700 Message-ID: From: Garrett Cooper To: David DEMELIER Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: Mon, 03 May 2010 22:30:34 -0000 On Mon, May 3, 2010 at 2:57 PM, David DEMELIER w= rote: > 2010/5/3 David DEMELIER : >> Hi, >> >> I just updated my 8.0-STABLE/amd64 today around 17h CEST, and it just >> panics when I unplug my AC. =A0The current process =3D 11 (idle: cpu1) i= s >> this related to the cpufreq and related stuff ? >> >> It also says cannot dump. Device not defined or unavailable so I can't >> give you more infos now. >> > > I can confirm that : > > #performance_cx_lowest=3D"HIGH" > #performance_cpu_freq=3D${performance_cx_lowest} > #economy_cx_lowest=3D"LOW" > #economy_cpu_freq=3D${economy_cx_lowest} > > in rc.conf was the problem. Set dumpdev in /boot/loader.conf to your swap device, reboot, and then try to reproduce the issue. Cheers, -Garrett