From owner-freebsd-stable Sun Jul 4 17: 4:39 1999 Delivered-To: freebsd-stable@freebsd.org Received: from pop.uniserve.com (pop.uniserve.com [204.244.156.3]) by hub.freebsd.org (Postfix) with SMTP id 2B3F815140 for ; Sun, 4 Jul 1999 17:04:36 -0700 (PDT) (envelope-from tom@uniserve.com) Received: from shell.uniserve.ca [204.244.186.218] by pop.uniserve.com with smtp (Exim 1.82 #4) id 110wFJ-0003a0-00; Sun, 4 Jul 1999 17:04:29 -0700 Date: Sun, 4 Jul 1999 17:04:26 -0700 (PDT) From: Tom X-Sender: tom@shell.uniserve.ca To: "G.P." Cc: freebsd-stable@FreeBSD.ORG, G P Subject: Re: double panic In-Reply-To: <199907042303.BAA16780@yamuna.dalai-nor.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 5 Jul 1999, G.P. wrote: > already did ...). I installed 19990630-SNAP (3.2) and 3.[12]-RELEASE. > All systems behave the same, but the following lines are tested only > on > 3.2-RELEASE: > > I used /usr/src/sys/i386/conf/GENERIC, copied it to CUSTOM, increased > maxusers to 512, compiled and installed the kernel. After boot, I maxusers > 128 can be troublesome. Lower it to 128. > started the following code as a simple user: "simple user"? What is that? "root"? > > #include > #include > > int main(int argc, char *argv[]) > { > pid_t p; > > while ((p=fork())>0); > if (p==0) pause(); > return(0); > } That just forks over and over again. > The systems panics (double fault). I am not able to debug the core: > kernel symbol `gd_curpcb' not found. > No stack. You probably can't debug the core, because maxusers is so large. Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message