From owner-freebsd-current Sun Sep 15 13:47:11 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4179A37B400 for ; Sun, 15 Sep 2002 13:47:10 -0700 (PDT) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7B8D43E3B for ; Sun, 15 Sep 2002 13:47:09 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.3/8.12.5) with ESMTP id g8FKl8Vo017178 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Sun, 15 Sep 2002 16:47:08 -0400 (EDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.3/8.12.5/Submit) id g8FKl6Li017175; Sun, 15 Sep 2002 16:47:06 -0400 (EDT) (envelope-from wollman) Date: Sun, 15 Sep 2002 16:47:06 -0400 (EDT) From: Garrett Wollman Message-Id: <200209152047.g8FKl6Li017175@khavrinen.lcs.mit.edu> To: Daniel Eischen Cc: freebsd-current@FreeBSD.ORG Subject: Re: cvsup, mozilla, pan segfaulting since yesterday? In-Reply-To: References: <20020915235325.A45719@dilbert.robbins.dropbear.id.au> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG < said: > There are portable ways to do this. If you need bigger thread > stacks, then set them with pthread_attr_setstacksize(). If you > need bigger guard pages, the set them with pthread_attr_setguardsize(). I think it is reasonable to expect that the default stack size will be sufficient to hold the stack frame of any single Standard library function. (If the Standard doesn't require this, it ought to.) -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message