From owner-freebsd-current@FreeBSD.ORG Fri Mar 19 13:09:19 2010 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 18E1B1065670; Fri, 19 Mar 2010 13:09:19 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: from mail-bw0-f216.google.com (mail-bw0-f216.google.com [209.85.218.216]) by mx1.freebsd.org (Postfix) with ESMTP id 6709E8FC1F; Fri, 19 Mar 2010 13:09:18 +0000 (UTC) Received: by bwz8 with SMTP id 8so3028622bwz.3 for ; Fri, 19 Mar 2010 06:09:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:subject:mime-version :content-type:from:in-reply-to:date:cc:content-transfer-encoding :message-id:references:to:x-mailer; bh=zaa8M5RgQFTVsWFINuKYfyJX/+Yu7GzqPUoT/Bb8KzM=; b=s143rq3uEbnpl7tUMyp1tBq0yBiZnC6GTCW+kpGHUuQjNFZRHv8/iFae2ahO6y1LLl Cl5Kjh+fLpvzpg3g0dtwCJ3DCWP58VYwww0xWOTSQRC7K9LHUjPfrr3wX7XpANZ0xiwJ l8RVG9EUTXL+TqOqTMVlXBMOmjS138B9QFviU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=cKKe3K+ygsm7kY5FpvP23qUC414GHXXMKbLXJcv7KvYio6FxmRfUJihzL9v3DksSE1 ZheReED3LMOhC38wJYsEQU3Sm9CXW0B7/+jtDElE/dbSIdx/662/YOh2I1mArV5MSK9L s5xzXLvxFL5b77nkXETu0ppALZU0F/zOoT3cU= Received: by 10.204.7.146 with SMTP id d18mr3470075bkd.101.1269004157154; Fri, 19 Mar 2010 06:09:17 -0700 (PDT) Received: from [10.0.10.2] (54.81.54.77.rev.vodafone.pt [77.54.81.54]) by mx.google.com with ESMTPS id x16sm4499184bku.23.2010.03.19.06.09.13 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 19 Mar 2010 06:09:13 -0700 (PDT) Sender: Rui Paulo Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii From: Rui Paulo In-Reply-To: <82c4140e1003181515r5c43ad86k90fe8abd8cd3f832@mail.gmail.com> Date: Fri, 19 Mar 2010 13:09:11 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: References: <20100318133540.GQ35333@bunrab.catwhisker.org> <1CA4C3D2-675E-4FE9-8574-4E17A073C389@gmail.com> <000C4323-1DD2-4EA1-BAEE-FDAF1F7B679C@freebsd.org> <82c4140e1003181338ue9c7561r4d8cfa167cebfb51@mail.gmail.com> <82c4140e1003181515r5c43ad86k90fe8abd8cd3f832@mail.gmail.com> To: kmacy@freebsd.org X-Mailer: Apple Mail (2.1077) Cc: current@freebsd.org Subject: Re: Panic @r205276 (Fatal trap 12: page fault while in kernel mode) 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: Fri, 19 Mar 2010 13:09:19 -0000 On 18 Mar 2010, at 22:15, K. Macy wrote: > On Thu, Mar 18, 2010 at 1:38 PM, K. Macy wrote: >>>>=20 >>>> I have the same panic. I'll try to revert 205266. >>>=20 >>> Yes, 205266 is the culprit. >>=20 >> Try updating. I've made the change a no-op until I can track the = problem down. >=20 > Do you all have either out-of-tree modules or modules that you did not > re-build when re-compiling your kernel? I have in-tree modules, but I tried a clean build. -- Rui Paulo