From owner-freebsd-current@FreeBSD.ORG Sun Sep 22 22:26:00 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 19BA493D; Sun, 22 Sep 2013 22:26:00 +0000 (UTC) (envelope-from miguelmclara@gmail.com) Received: from mail-we0-x22a.google.com (mail-we0-x22a.google.com [IPv6:2a00:1450:400c:c03::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5A2EE2AF8; Sun, 22 Sep 2013 22:25:59 +0000 (UTC) Received: by mail-we0-f170.google.com with SMTP id w62so2445250wes.15 for ; Sun, 22 Sep 2013 15:25:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=jkOzt/GX0lIK4TmUns0irglvUjzbQK6qkRWt3ShMpGU=; b=cp3qrAoPud4Hlo4DnLywR/L9O0E0fCPKJJn6CBdNCh5jetyaI+ShG+w/hF+ohxHPEI 1Ir9ceKZhhQ1Vji359BtybzbiFlhT67QrCd0FMkE/uLc9Bp0CTe9dGvVNCSgaZtn0ivi MlDRgwMSOjOJUOWARNzEX2aJvv/EEChxkcn/2ZUptT6A+ePm7o6crLJc/B3JZg+5O9kP FmhDitMnj0E/qieg3enwHQlOMpd6FSImDG4BMKS1MPvrYm7BGG666UXZtG773k5lpJm9 Omn+J5oN982PSCFnNkGT5LUYBc+sn0N8H5dIbyJ1hvhA5RlcstCxhuSm54+cWaCxuzPC d1HQ== X-Received: by 10.180.82.164 with SMTP id j4mr10910266wiy.65.1379888757659; Sun, 22 Sep 2013 15:25:57 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.147.68 with HTTP; Sun, 22 Sep 2013 15:25:37 -0700 (PDT) In-Reply-To: <20130922221757.GC2336@glenbarber.us> References: <20130922221757.GC2336@glenbarber.us> From: Miguel Clara Date: Sun, 22 Sep 2013 23:25:37 +0100 Message-ID: Subject: Re: FreeBSD 10.0 Alpha 2 panic "kernel trap 12 with interrupts disable" To: Glen Barber Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: Davide Italiano , freebsd-current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Sun, 22 Sep 2013 22:26:00 -0000 Interesting Idea... I wasn't aware the snapshots were from previous versions before the regressions, thanks for the heads up! Time to put this to the test, I'll report back after compiling r255788 thanks! > > > The link I gave to you contains a snapshot as per r255342 (which is > > way before the regression was introduced). You can use that, then > > checkout the sources via svnlite and rebuild. I don't see a reason why > > you cannot use that and you want to wait for ALPHA3, but alas. > > > > Alternatively, you can boot the snapshot and use the livecd > functionality to rebuild your existing kernel using your current > installation as a chroot(8) target. This should work fine regardless of > the revision of the snapshot. > > Glen > >