From owner-freebsd-current@FreeBSD.ORG Wed Sep 29 22:00:36 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 F39D916A4D3 for ; Wed, 29 Sep 2004 22:00:35 +0000 (GMT) Received: from pandora.afflictions.org (asylum.afflictions.org [64.7.134.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CD8743D2D for ; Wed, 29 Sep 2004 22:00:35 +0000 (GMT) (envelope-from dgerow@afflictions.org) Received: from localhost (localhost [127.0.0.1]) by pandora.afflictions.org (Postfix) with ESMTP id B5D3B78C55; Wed, 29 Sep 2004 18:02:05 -0400 (EDT) Received: from dementia.afflictions.org (dementia.afflictions.org [172.19.206.56]) by pandora.afflictions.org (Postfix) with ESMTP id 2858178C35; Wed, 29 Sep 2004 18:02:01 -0400 (EDT) Received: by dementia.afflictions.org (Postfix, from userid 1001) id 595E91703D; Wed, 29 Sep 2004 17:55:28 -0400 (EDT) Date: Wed, 29 Sep 2004 17:55:28 -0400 From: Damian Gerow To: Julian Elischer Message-ID: <20040929215528.GH29565@afflictions.org> Mail-Followup-To: Julian Elischer , current@freebsd.org References: <20040927211341.GB30059@afflictions.org> <20040929040222.GI5115@afflictions.org> <415A3E1B.5010404@elischer.org> <20040929050154.GJ5115@afflictions.org> <415A6AE3.4050309@elischer.org> <415A6B8A.1040902@elischer.org> <20040929093723.GB29565@afflictions.org> <415B113A.1060508@elischer.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <415B113A.1060508@elischer.org> X-Operating-System: FreeBSD 5.3-BETA6 on a i386 X-GPG-Fingerprint: B3D7 D901 A53A 1A99 BFD6 E6DF 9F3B 742B C288 9CC9 User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at afflictions.org cc: current@freebsd.org Subject: Re: Random processes hanging in unkillable state in -BETA6 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: Wed, 29 Sep 2004 22:00:36 -0000 Thus spake Julian Elischer (julian@elischer.org) [29/09/04 15:49]: : EEEKKK! Always a good noise. : all the values of 7d000 are impossible.. in fact all the values in that : column are : "impossible". I'll have my machine committed to Bizzarro World immediately. : or we ahve a "leak" of opennings : : looking at the values and the fact that 7d000 appears in several of them : I am suspicious that we didn't clear it properly at init. : (goes to look at code..) : hmmm yep i tlooks like htat might be it. : : try the following diff : warning: cut'n'paste.. apply by hand. Failure to compile: cc -c -O -pipe -march=pentium4 -Wall -Wredundant-decls -Wnested-externs \ -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline \ -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. \ -I/usr/src/sys -I/usr/src/sys/contrib/dev/acpica \ -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter \ -I/usr/src/sys/contrib/pf -I/usr/src/sys/contrib/dev/ath \ -I/usr/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm \ -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 \ --param inline-unit-growth=100 --param large-function-growth=1000 \ -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding \ -Werror /usr/src/sys/kern/kern_thread.c /usr/src/sys/kern/kern_thread.c: In function `threadinit': /usr/src/sys/kern/kern_thread.c:373: warning: passing arg 3 of `uma_zcreate' from incompatible pointer type *** Error code 1 Stop in /usr/obj/usr/src/sys/dementia. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. - Damian