From owner-freebsd-current@FreeBSD.ORG Wed Sep 25 00:42:37 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C5AD8278; Wed, 25 Sep 2013 00:42:37 +0000 (UTC) (envelope-from miguelmclara@gmail.com) Received: from mail-we0-x233.google.com (mail-we0-x233.google.com [IPv6:2a00:1450:400c:c03::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 123D12809; Wed, 25 Sep 2013 00:42:36 +0000 (UTC) Received: by mail-we0-f179.google.com with SMTP id x55so5247471wes.24 for ; Tue, 24 Sep 2013 17:42:35 -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=m6z9l+krADejNw839i0PZRIf3bV40JgxZXA8XAxVpZc=; b=u1zcYZfnQrxUl+3r05IfTQmbIC0TNlOFWefvA+3AwsbVMO92Y2d2+XRvs8QBikE1ce EdcIugzqA0zNOBiOVbGY5G/AxhrWz3i6CzDSA0j05hi37XLvUvC4Fr+4bXokhJ1KgAj+ akFU9F0ay1pPGzVa3adXXOFn321n876nYswVYasYRx4hT4o83yX6WJ7t85qBCKO6AuB0 RUhTVIWrnRX73wUNmfi7N62R0foUt4+rJ7FRems/i/zXmGDMsZin6Crobj/wMDTSxsOk cTdwEwxk/Wf/wvVWDw1cOSHnc0f7TP7lPYLuq9XkJtgIPpDS5HOrcjb8DB6YpLK6/im4 j8BQ== X-Received: by 10.194.93.3 with SMTP id cq3mr24873125wjb.26.1380069755454; Tue, 24 Sep 2013 17:42:35 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.147.68 with HTTP; Tue, 24 Sep 2013 17:42:15 -0700 (PDT) In-Reply-To: References: <20130922221757.GC2336@glenbarber.us> From: Miguel Clara Date: Wed, 25 Sep 2013 00:42:15 +0000 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: Wed, 25 Sep 2013 00:42:37 -0000 Sorry for the late reply... Worked like a charm! So the issue should be indeed fixed! On Sun, Sep 22, 2013 at 10:25 PM, Miguel Clara wrote: > 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 >> >> >