From owner-freebsd-stable Sun Jul 4 16: 3:56 1999 Delivered-To: freebsd-stable@freebsd.org Received: from yamuna.dalai-nor.de (yamuna.dalai-nor.de [194.231.227.71]) by hub.freebsd.org (Postfix) with ESMTP id 376481517F for ; Sun, 4 Jul 1999 16:03:45 -0700 (PDT) (envelope-from pruess@yamuna.dalai-nor.de) Received: (from pruess@localhost) by yamuna.dalai-nor.de (8.8.7/8.8.5) id BAA16780; Mon, 5 Jul 1999 01:03:41 +0200 (CEST) Message-Id: <199907042303.BAA16780@yamuna.dalai-nor.de> Subject: double panic To: freebsd-stable@FreeBSD.ORG Date: Mon, 5 Jul 1999 01:03:41 +0200 (CEST) Cc: pruess@yamuna.dalai-nor.de (G P) From: "G.P." Reply-To: G.P@chatcity.de X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! Since I am not use to join a newsgroup, please correct me if I misbehave (since I already posted a similiar message and nobody answered, maybe I 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 started the following code as a simple user: #include #include int main(int argc, char *argv[]) { pid_t p; while ((p=fork())>0); if (p==0) pause(); return(0); } The systems panics (double fault). I am not able to debug the core: kernel symbol `gd_curpcb' not found. No stack. My configuration is as follows: Asus P2B-LS (with IBM DGHS18U and DGHS09U attachted) PII-450 512 MB ECC Adaptec - 2940B UW (with IBM DGHS09U, PIONEER CD-ROM and HP C1533A attachted) ZNYX ZX34X with DEC 21140A Intel EtherExpress Pro 10/100B Ethernet Please help me! Gunnar -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message