Date: Wed, 29 Sep 2004 15:26:21 -0700 From: Julian Elischer <julian@elischer.org> To: Damian Gerow <dgerow@afflictions.org> Cc: current@freebsd.org Subject: Re: Random processes hanging in unkillable state in -BETA6 Message-ID: <415B368D.3020506@elischer.org> In-Reply-To: <20040929215528.GH29565@afflictions.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> <20040929215528.GH29565@afflictions.org>
next in thread | previous in thread | raw e-mail | index | archive | help
It actually needs a *arg to be a valid ctor.. -ksegrp_init(void *mem, int size, int flags) +ksegrp_ctor(void *mem, int size, void *arg, int flags) Damian Gerow wrote: >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 > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?415B368D.3020506>