From owner-freebsd-current@FreeBSD.ORG Tue Aug 10 15:39:46 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 19A9316A4CE for ; Tue, 10 Aug 2004 15:39:46 +0000 (GMT) Received: from mail.imp.ch (ns1.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C5BD43D46 for ; Tue, 10 Aug 2004 15:39:45 +0000 (GMT) (envelope-from mb@imp.ch) Received: from cvs.imp.ch (cvs.imp.ch [157.161.4.9]) by mail.imp.ch (8.12.9p2/8.12.3) with ESMTP id i7AFdbbC081377 for ; Tue, 10 Aug 2004 17:39:38 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Date: Tue, 10 Aug 2004 17:39:37 +0200 (CEST) From: Martin Blapp To: current@freebsd.org In-Reply-To: <20040810113341.U31181@cvs.imp.ch> Message-ID: <20040810173827.B31181@cvs.imp.ch> References: <20040810113341.U31181@cvs.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Checksum: 7368209757ed51574eedab65d0770b3e X-Virus-Status: No, scantime="0.0030 seconds" X-Spam-Level: X-Spam-Status: No, hits=-4.9 required=4 scantime="3.8713 seconds" tests=BAYES_00 X-Scanned-By: MIMEDefang 2.44 Subject: Re: Stalled processes consuming 100% CPU in latest current 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: Tue, 10 Aug 2004 15:39:46 -0000 Hi, > And there it hangs forever and does nothing ... The userland hangs turned our to be a corrupt bayes. The result was many processes eating all existing CPU slots. This lead to high socket and IPC usage and to the panics afterwords. Martin