From owner-freebsd-current@FreeBSD.ORG Sat May 29 18:27:55 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E60516A4CE for ; Sat, 29 May 2004 18:27:55 -0700 (PDT) Received: from mtaw6.prodigy.net (mtaw6.prodigy.net [64.164.98.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5135643D54 for ; Sat, 29 May 2004 18:27:55 -0700 (PDT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (cb3fd564565e42b22d5101f8ae59d9e0@adsl-67-115-73-128.dsl.lsan03.pacbell.net [67.115.73.128]) by mtaw6.prodigy.net (8.12.10/8.12.10) with ESMTP id i4U1QV9G012544 for ; Sat, 29 May 2004 18:26:31 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id E3F7151770; Sat, 29 May 2004 18:27:53 -0700 (PDT) Date: Sat, 29 May 2004 18:27:53 -0700 From: Kris Kennaway To: freebsd-current@freebsd.org Message-ID: <20040530012753.GB5166@xor.obsecurity.org> References: <20040528165806.B32534@oasis.uptsoft.com> <20040529160345.A27754@oasis.uptsoft.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GID0FwUMdk1T2AWN" Content-Disposition: inline In-Reply-To: <20040529160345.A27754@oasis.uptsoft.com> User-Agent: Mutt/1.4.2.1i Subject: Re: crash when bpf is used heavily X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 30 May 2004 01:27:55 -0000 --GID0FwUMdk1T2AWN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, May 29, 2004 at 04:03:45PM +0300, Sergey Lyubka wrote: > put M_NOWAIT in bpf_allocbufs(). > Got page fault now. > panic: kmem_malloc(4098) too small=20 That means "You have run out of KVA" and need to reduce the workload, or retune the kernel memory allocations. Kris --GID0FwUMdk1T2AWN Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAuTiZWry0BWjoQKURAqQSAJ4/OmtjUUDqIUqLxGOXI4nBlIP7jACgqIvV qV4ZGlcUHbh/f3mKR8lOhPE= =X0pf -----END PGP SIGNATURE----- --GID0FwUMdk1T2AWN--