From owner-freebsd-current@FreeBSD.ORG Fri Jun 10 22:54:32 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A664106566B for ; Fri, 10 Jun 2011 22:54:32 +0000 (UTC) (envelope-from eirnym@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 80F858FC14 for ; Fri, 10 Jun 2011 22:54:31 +0000 (UTC) Received: by bwz12 with SMTP id 12so3662218bwz.13 for ; Fri, 10 Jun 2011 15:54:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=pOqgYLMv/mH2XvIWqZOsOMu7n716zi1faeOOMVVxBoA=; b=e5tKHdlf2FoTPFiU2IPJlnlVjJn8Nbmcl28Aox/e4EZOYjcDbJ1Y6HHMvvCRVxy/i3 7ZuENPGkrETpwaoVSk9Ckq6HdhR9udoW3H72reKiwRT0q3jorIFb5qoYNJs/0aW/GxGx 7+SZaiE97AQ+w8kWgqj1y15DqBGtYzHB1K10Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=B5bvDoo9zGlcyFBnbF3LLqgzDdFVAJ35mGI9eDRUtKGTnDhgMajzVtO+8ykWmSLPH5 DJ8gi2r16CRHLWBs9ri09ypnSt/ARYMnu7WBHAoA4MTkks9lON3GM9eBEGcfTwh+Hzsx bgQHfH6x8vaIp9kuhvnSYwa16vFi5yLu2g+pw= Received: by 10.204.19.83 with SMTP id z19mr2357536bka.191.1307746470216; Fri, 10 Jun 2011 15:54:30 -0700 (PDT) MIME-Version: 1.0 Received: by 10.204.15.74 with HTTP; Fri, 10 Jun 2011 15:54:10 -0700 (PDT) In-Reply-To: References: From: Eir Nym Date: Fri, 10 Jun 2011 22:54:10 +0000 Message-ID: To: "K. Macy" Content-Type: text/plain; charset=UTF-8 Cc: freebsd-current@freebsd.org, Kim Culhan , Jack Vogel Subject: Re: 9.0-CURRENT-201105-amd64 install kernel panic 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, 10 Jun 2011 22:54:32 -0000 On 10 June 2011 19:48, K. Macy wrote: > This recent commit changed the way that the value for size being > passed to m_getjcl is initialized. Not seeing any obvious bugs, and > not having any additional context I would guess that that you're > receiving an interrupt before adapter->rx_mbuf_sz is set. I trust jfv@ > to look in to this shortly. > > http://svnweb.freebsd.org/base/head/sys/dev/e1000/if_em.c?r1=214362&r2=214363& > > Thanks > > You can try my custom kernel & world if you find it applicable for your tasks. I use it for my computer http://eroese.org/_/_/pub/bsd/222913 I don't know how to roll world and kernel to USB image without mount and other privileges, so you need to tar -xpf world and kernel. > On Fri, Jun 10, 2011 at 9:19 PM, Kim Culhan wrote: >> On Fri, June 10, 2011 11:22 am, Kim Culhan wrote: >>> Booting from FreeBSD-9.0-CURRENT-201105-amd64-memstick >>> the kernel panics: >>> >>> panic: m_getzone: m_getjcl: invalid cluster type >> >> Found a ps2 keyboard works in the debugger (not usb) and backtrace is here: >> >> http://www.flickr.com/photos/opensolaris/5819107302/in/photostream >> -kim >> _______________________________________________ >> freebsd-current@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-current >> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >> > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >