From owner-freebsd-stable@FreeBSD.ORG Wed Nov 15 18:24:29 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org 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 59D7D16A403 for ; Wed, 15 Nov 2006 18:24:29 +0000 (UTC) (envelope-from dkirhlarov@oilspace.com) Received: from office.oilspace.com (ns2.oilspace.com [194.129.65.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FD7743D73 for ; Wed, 15 Nov 2006 18:24:27 +0000 (GMT) (envelope-from dkirhlarov@oilspace.com) Received: from dimma (proxy-mow.oilspace.com [81.222.156.190]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by office.oilspace.com (Postfix) with ESMTP id 6AD4B17A998 for ; Wed, 15 Nov 2006 18:24:25 +0000 (GMT) Received: from dimma (localhost [127.0.0.1]) by dimma (8.13.8/8.13.8) with ESMTP id kAFIOMM2001648 for ; Wed, 15 Nov 2006 21:24:22 +0300 (MSK) (envelope-from dkirhlarov@dimma) Received: (from dkirhlarov@localhost) by dimma (8.13.8/8.13.8/Submit) id kAFIOMdS001647 for freebsd-stable@freebsd.org; Wed, 15 Nov 2006 21:24:22 +0300 (MSK) (envelope-from dkirhlarov) Date: Wed, 15 Nov 2006 21:24:21 +0300 From: Dmitriy Kirhlarov To: freebsd-stable@freebsd.org Message-ID: <20061115182420.GA1132@dimma.mow.oilspace.com> Mail-Followup-To: freebsd-stable@freebsd.org References: <20061113084430.GE59604@dimma.mow.oilspace.com> <20061113184505.GA51659@xor.obsecurity.org> <20061114075020.GA1154@dimma.mow.oilspace.com> <20061114185344.GA89030@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061114185344.GA89030@xor.obsecurity.org> X-Mailer: Mutt-ng devel (2005-03-13) based on Mutt 1.5.9 X-Operating-System: FreeBSD 6.2-PRERELEASE User-Agent: mutt-ng/devel-r804 (FreeBSD) Subject: Re: RELENG_6 panic under heavy load X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Nov 2006 18:24:29 -0000 On Tue, Nov 14, 2006 at 01:53:45PM -0500, Kris Kennaway wrote: > From alc@: > > --- > I've never seen anything like this before. UMA is failing to allocate > the zone structure. This is unrelated to the large-swap scenario that > you ran into. Ask him to uncomment all of the UMA debugging #define's > at the start of uma_core.c. It was very painfull for me and I don't get result... #define UMA_DEBUG 1 #define UMA_DEBUG_ALLOC 1 #define UMA_DEBUG_ALLOC_1 1 in uma_core.c kill my machine. I get tons of crap to serial console. Server unaccessable over network too. I ask colocation support for manualy reboot server, for access to console and boot with old kernel. Now I update world and kernel to RELENG_6 11/15/2006 00:00:00 UTC Any other idea? PS. unionfs switch off now. UMA debug switch off too. WBR Dmitriy