From owner-freebsd-smp Thu Nov 22 6:54:43 2001 Delivered-To: freebsd-smp@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 896DB37B416 for ; Thu, 22 Nov 2001 06:54:40 -0800 (PST) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 22 Nov 2001 14:54:39 +0000 (GMT) To: Yoriaki FUJIMORI Cc: freebsd-smp@freebsd.org Subject: Re: nfsd/ypserv die on smp In-Reply-To: Your message of "Thu, 22 Nov 2001 23:16:31 +0900." <200111221416.fAMEGVw11024@prinz.fujimori.cache.waseda.ac.jp> Date: Thu, 22 Nov 2001 14:54:39 +0000 From: Ian Dowse Message-ID: <200111221454.aa21292@salmon.maths.tcd.ie> Sender: owner-freebsd-smp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In message <200111221416.fAMEGVw11024@prinz.fujimori.cache.waseda.ac.jp>, Yoria ki FUJIMORI writes: > > 3999 nfsd PSIG SIGPROF SIG_DFL Ah, SIGPROF. This is a common side-effect of overflows in the per-process kernel stack. Shortly after 4.4-RELEASE the size of the per-process kernel stack was increased due to this problem. If you cvsup to 4-STABLE, or alternatively change the definition of "UPAGES" in /usr/src/sys/i386/include/param.h from 2 to 3 and rebuild your kernel, then the problem should go away. Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-smp" in the body of the message