From owner-freebsd-questions Thu Oct 24 10:15:16 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA06461 for questions-outgoing; Thu, 24 Oct 1996 10:15:16 -0700 (PDT) Received: from admin.cyberenet.net (root@admin.cyberenet.net [204.213.252.6]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id KAA06452 for ; Thu, 24 Oct 1996 10:15:13 -0700 (PDT) Received: from twwells.com by admin.cyberenet.net with smtp (Smail3.1.29.1 #7) id m0vGTN9-000NztC; Thu, 24 Oct 96 13:15 EDT Received: by twwells.com (Smail3.1.29.1 #8) id m0vGTIL-0001CzC; Thu, 24 Oct 96 13:10 EDT Message-Id: From: bill@twwells.com (T. William Wells) Subject: more about system hangs To: freebsd-questions@freebsd.org Date: Thu, 24 Oct 1996 13:10:13 -0400 (EDT) X-Mailer: ELM [version 2.4 PL25] Content-Type: text Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk (It appears that the list is dropping my messages randomly. Here is a resend.) I've been tracing down the hangs and it appears to be within kmem_alloc, called from pmap_pinit. I don't think I can trace it down further, as there's no way to stick debugs in this code. (Debugs that won't bring the system to its knees anyway....) What I'm wondering is this: since it's allocating out of kernel_map is it possible to run out of space there? And doesn't this code simply wait for memory, rather than panicing? If so, that would account for my hangs. Is there a way I can check for this from ddb or by adding debugs? Other suggestions?