From owner-cvs-all Fri Nov 6 07:16:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA09720 for cvs-all-outgoing; Fri, 6 Nov 1998 07:16:06 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA09715; Fri, 6 Nov 1998 07:16:05 -0800 (PST) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA08423; Fri, 6 Nov 1998 07:16:07 -0800 (PST) Date: Fri, 6 Nov 1998 07:16:07 -0800 (PST) Message-Id: <199811061516.HAA08423@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern link_elf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/11/06 07:16:07 PST Modified files: sys/kern link_elf.c Log: Don't put aggregate structs 4K large on the kernel stack, especially when we can recurse when loading dependencies and that the kstack is limited to something like 6 or 7KB. Having a single dependency caused an instant double panic, and I stronly suspect some of the other strange "events" that I have seen are possibly as a result of taking a couple of interrupts with a large chunk of the stack already in use. While here, fix a minor logic hiccup in a sanity check. Revision Changes Path 1.10 +30 -23 src/sys/kern/link_elf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message