From owner-freebsd-stable Sat Aug 31 19:26:55 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F6D037B400; Sat, 31 Aug 2002 19:26:53 -0700 (PDT) Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5DB943E75; Sat, 31 Aug 2002 19:26:52 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.5/8.12.4) with ESMTP id g812QqPQ011239; Sat, 31 Aug 2002 19:26:52 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.5/8.12.4/Submit) id g812Qptg011236; Sat, 31 Aug 2002 19:26:51 -0700 (PDT) (envelope-from dillon) Date: Sat, 31 Aug 2002 19:26:51 -0700 (PDT) From: Matthew Dillon Message-Id: <200209010226.g812Qptg011236@apollo.backplane.com> To: "Marc G. Fournier" Cc: Arnvid Karstad , , Subject: Re: Problems with FreeBSD - causing zalloc to return 0 ?! References: <20020831220710.D14642-100000@mail1.hub.org> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG : :jupiter# tail -f /var/log/server_watch :Aug 31 20:12:46 jupiter root[8902]: $1 = 4055891968 :Aug 31 20:13:47 jupiter root[9548]: $1 = 4060086272 : :Anything I might want to add to that script, or is the kernel_vm_end the :only thing that is useful at this point? set radix 0x10 (kgdb) set radix 0x10 Input and output radices now set to decimal 16, hex 10, octal 20. (kgdb) print kernel_vm_end $1 = 0xe9000000 ^^^^^^^^^^ this is a normal looking value. KVM is 0xC0000000 - 0xFFFFFFFF. If kernel_vm_end reaches 0xFFC00000 (or somewhere very close to that), then you have run out of KVM. Typically the KVM high address progresses slowly and then stabilizes (no longer progresses). If the KVM high address continues to progress and the system eventually runs out of KVM, BOOM. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message