From owner-freebsd-hackers@FreeBSD.ORG Fri Apr 18 14:10:47 2003 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 C80A437B401 for ; Fri, 18 Apr 2003 14:10:47 -0700 (PDT) Received: from puffin.mail.pas.earthlink.net (puffin.mail.pas.earthlink.net [207.217.120.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DBBF43FE0 for ; Fri, 18 Apr 2003 14:10:47 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from pool0240.cvx22-bradley.dialup.earthlink.net ([209.179.198.240] helo=mindspring.com) by puffin.mail.pas.earthlink.net with asmtp (SSLv3:RC4-MD5:128) (Exim 3.33 #1) id 196d8A-0004IG-00 for hackers@freebsd.org; Fri, 18 Apr 2003 14:10:46 -0700 Message-ID: <3EA06987.3CF6D402@mindspring.com> Date: Fri, 18 Apr 2003 14:09:27 -0700 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: hackers@freebsd.org Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-ELNK-Trace: b1a02af9316fbb217a47c185c03b154d40683398e744b8a435745805e1197074db3f89ddea4ff695387f7b89c61deb1d350badd9bab72f9c350badd9bab72f9c Subject: Re: Repeated similar panics on -STABLE X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Apr 2003 21:10:48 -0000 Since the thread occurred on -hackers, thought I'd post here, too. The thread (see subject) around 02 Apr 2003 demonstrated a panic in kern_malloc.c in malloc() as a result in the increased default KVA space in the 4.x branch. I just posted a patch to -stable. If there is a committer interested in fixing this problem for people who doesn't read -stable, they may want to grab it and commit it. -- Terry