Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Nov 1998 07:16:07 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/kern link_elf.c
Message-ID:  <199811061516.HAA08423@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811061516.HAA08423>