From owner-freebsd-questions Sat Feb 25 09:34:42 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id JAA16531 for questions-outgoing; Sat, 25 Feb 1995 09:34:42 -0800 Received: from Root.COM (implode.Root.COM [198.145.90.1]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id JAA16525 for ; Sat, 25 Feb 1995 09:34:38 -0800 Received: from corbin.Root.COM (corbin.Root.COM [198.145.90.18]) by Root.COM (8.6.8/8.6.5) with ESMTP id JAA16686; Sat, 25 Feb 1995 09:33:57 -0800 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.9/8.6.5) with SMTP id JAA00420; Sat, 25 Feb 1995 09:33:57 -0800 Message-Id: <199502251733.JAA00420@corbin.Root.COM> X-Authentication-Warning: corbin.Root.COM: Host localhost didn't use HELO protocol To: Greg Rowe cc: questions@FreeBSD.org Subject: Re: mb_map full Crashes In-reply-to: Your message of "Fri, 24 Feb 95 16:28:32 CST." <199502242228.QAA01133@nevis.oss.interact.net> From: David Greenman Reply-To: davidg@Root.COM Date: Sat, 25 Feb 1995 09:33:56 -0800 Sender: questions-owner@FreeBSD.org Precedence: bulk > I've had a couple of these '/kernel: mb_map full' crashes since installing >the latest snap. The system reboots and comes back up fine. No other error >messages. Are there any known problems with the snap that would cause this? No. I just had another look through the code to make sure that all the cases are handled correctly...and they are. The "mb_map full" message only comes out once, and may very likely have happend long before your crash - are you saying that it happens immediately before the panic? Can you provide more details on the panic - such as the trap message if there was one. It would also be useful if you could describe your system configuration a bit - such as type of ethernet card, amount of memory, and anything related to your networking use. -DG