From owner-freebsd-mips@FreeBSD.ORG Wed Feb 10 07:53:16 2010 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C0AC2106566B for ; Wed, 10 Feb 2010 07:53:16 +0000 (UTC) (envelope-from neelnatu@gmail.com) Received: from mail-pz0-f202.google.com (mail-pz0-f202.google.com [209.85.222.202]) by mx1.freebsd.org (Postfix) with ESMTP id 961B78FC0C for ; Wed, 10 Feb 2010 07:53:16 +0000 (UTC) Received: by pzk40 with SMTP id 40so4603pzk.7 for ; Tue, 09 Feb 2010 23:53:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=jd6nZJknHo0pzKpmqfWQ5CpRc2/nLgRnuCX3oTvVMJE=; b=CGPf5CmZAbm91OrgoDf0MnC90F8PTL6qlWCFpogXRqWz+QdZ4QH+/I2SI+fy3IWXyh u4jtZ9E5GhrHKQ+32lKRJSpPtVV77ZNW/Is4tdfSaAgf3YmimgQNLV20oYM4rowE6qxr YagvZm5WUzK41KxtfxFJx1pUcRFFfQQhiEdtY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=U45k5tyIX//8cHants7je8LFLTP2pbL5nO0z/GrMGSKH8icbqr4SMESHcJln0paOw7 EbgqMiUkb5oiILh7YXhfq6LHZCl9B1F4pG4IgDjWOWBNt2RBs87FAQDY2dYn9XBv7Hjp 6Vlxnfyiidzm/WpSxM51hH7jo7oYEBHFqxQO0= MIME-Version: 1.0 Received: by 10.142.2.29 with SMTP id 29mr6145769wfb.99.1265788395927; Tue, 09 Feb 2010 23:53:15 -0800 (PST) In-Reply-To: <98a59be81002092343w74ef718l148f0f6d683285c4@mail.gmail.com> References: <98a59be81002092343w74ef718l148f0f6d683285c4@mail.gmail.com> Date: Tue, 9 Feb 2010 23:53:15 -0800 Message-ID: From: Neel Natu To: "C. Jayachandran" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-mips@freebsd.org Subject: Re: Fix for buildworld hang on XLR X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2010 07:53:16 -0000 Hi JC, On Tue, Feb 9, 2010 at 11:43 PM, C. Jayachandran wrote: > Hi Randall, > > Looks like the buildworld hang was caused by a bug in the GMAC driver. > In some cases an additional zero length descriptor was getting added > to the descriptor list which makes the GMAC go into underrun > condition. =A0Can you see if this fix works for you? > > The patch is at http://sites.google.com/site/cjayachandran/files/rge.c.di= ff > > I still get a crash in pmap_enter during buildworld after quite a long > time. It seems that de-referencing the pte in some cases crashes. I'm > looking at it. > How much memory do you have installed on your system? Is any of that memory mapped above 512MB (physical)? best Neel > Regards, > JC. > _______________________________________________ > freebsd-mips@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mips > To unsubscribe, send any mail to "freebsd-mips-unsubscribe@freebsd.org" >