From owner-freebsd-hackers@FreeBSD.ORG Tue Jun 15 22:42:59 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C7EC16A4CE for ; Tue, 15 Jun 2004 22:42:59 +0000 (GMT) Received: from mail.advantagecom.net (mail.advantagecom.net [65.103.151.155]) by mx1.FreeBSD.org (Postfix) with ESMTP id C538343D46 for ; Tue, 15 Jun 2004 22:42:58 +0000 (GMT) (envelope-from andykinney@advantagecom.net) Received: from SCSI-MONSTER (scsi-monster.advantagecom.net [207.109.186.200]) by mail.advantagecom.net (8.11.6/8.11.6) with ESMTP id i5FMgl304768; Tue, 15 Jun 2004 15:42:47 -0700 From: "Andrew Kinney" Organization: Advantagecom Networks, Inc. To: Tamas TEVESZ Date: Tue, 15 Jun 2004 15:43:08 -0700 MIME-Version: 1.0 Message-ID: <40CF190C.8295.4E0C7F2D@localhost> Priority: normal In-reply-to: X-mailer: Pegasus Mail for Windows (v4.12a) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body cc: freebsd-hackers@freebsd.org Subject: Re: 4.10-RELEASE and -STABLE crashing regularly under load X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: andykinney@advantagecom.net List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jun 2004 22:42:59 -0000 On 15 Jun 2004 at 22:34, Tamas TEVESZ wrote: > #6 0xc0213fd9 in pmap_qenter (va=0, m=0xfa135548, count=4) at > #/usr/src/sys/i386/i386/pmap.c:848 There's your problem. va=0 usually happens when your run out of KVA and pmap functions choke (trap 12 panic) when they see va=0 or numbers derived from that variable. It's not nice, but it's what happens. This is the number one problem on systems with 2GB+ of RAM (you have 4GB, so you'll run into this a lot). Try increasing KVA_PAGES in your kernel config and recompiling. It's worked in almost every other case like this where large memory configurations are in use. Sincerely, Andrew Kinney President and Chief Technology Officer Advantagecom Networks, Inc. http://www.advantagecom.net