From owner-freebsd-current@FreeBSD.ORG Sun Sep 22 22:12:08 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 44059F45 for ; Sun, 22 Sep 2013 22:12:08 +0000 (UTC) (envelope-from davide.italiano@gmail.com) Received: from mail-vc0-x236.google.com (mail-vc0-x236.google.com [IPv6:2607:f8b0:400c:c03::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 00E842A22 for ; Sun, 22 Sep 2013 22:12:07 +0000 (UTC) Received: by mail-vc0-f182.google.com with SMTP id hf12so1735603vcb.27 for ; Sun, 22 Sep 2013 15:12:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=5GeNza2y0I8Dz/EKnCPQksqhjG0h6F50n/uQWN3p9/o=; b=HG1B4dxAsO8GCMDAmtSOOCSJvxHUL1dJVlngZ7u+cVUHMWujB2iWdHh5mXmndnEi6J CqqcPXg5tkkbb3zk4YdqqgTi+CPteF+bFIGCy7TCZ0KbqNoURC9eOKCW5UGK+Opfa4RH Smb1zkHNy5aLZleu/ErpDhIW5Dp8KAI69++dcX80BcfrfjNQUxAMFcfK6wdL3Fj5LoLf AG/4O03idUU1xNAN56+3q59C0jv4nhVg/7DXPUCkPqk4KOoBIJ3PppQzTdjjS+7bdspL ShuyiaeRdgC/YEaYEtekFsvn9pBqylXfBQnMseFoEnkF9HujlncZa0BzqfaOEBUdK6FP HVqg== MIME-Version: 1.0 X-Received: by 10.52.122.68 with SMTP id lq4mr3748918vdb.21.1379887926965; Sun, 22 Sep 2013 15:12:06 -0700 (PDT) Sender: davide.italiano@gmail.com Received: by 10.220.65.132 with HTTP; Sun, 22 Sep 2013 15:12:06 -0700 (PDT) In-Reply-To: References: Date: Sun, 22 Sep 2013 15:12:06 -0700 X-Google-Sender-Auth: sZy2a2268gpAobYSrzHovrrBB6g Message-ID: Subject: Re: FreeBSD 10.0 Alpha 2 panic "kernel trap 12 with interrupts disable" From: Davide Italiano To: Miguel Clara Content-Type: text/plain; charset=ISO-8859-1 Cc: 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:12:08 -0000 On Sun, Sep 22, 2013 at 2:47 PM, Miguel Clara wrote: > Thanks for the suggestion but I would have tried it If r255788 or newer was > there.... but its not the case! > > I also checked > ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/amd64/amd64/10.0-CURRENT/ but > kernel.txz seems to be "outdated" too! > > I guess the best thing for me at the moment is to wait for a new snapshot. > > 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. -- Davide