From owner-cvs-all Sun Sep 15 6:34:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0179837B400; Sun, 15 Sep 2002 06:34:22 -0700 (PDT) Received: from mail.pcnet.com (pcnet1.pcnet.com [204.213.232.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60AD543E4A; Sun, 15 Sep 2002 06:34:21 -0700 (PDT) (envelope-from eischen@pcnet1.pcnet.com) Received: from localhost (eischen@localhost) by mail.pcnet.com (8.12.3/8.12.1) with ESMTP id g8FDYK1p026383; Sun, 15 Sep 2002 09:34:20 -0400 (EDT) Date: Sun, 15 Sep 2002 09:34:20 -0400 (EDT) From: Daniel Eischen To: Bruce Evans Cc: Martin Blapp , "Jacques A. Vidrine" , netctar@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/net getaddrinfo.c gethostbydns.c getnetbydns.c name6.c res_query.c res_update.c In-Reply-To: <20020915050924.G1223-100000@gamplex.bde.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 15 Sep 2002, Bruce Evans wrote: > On Sat, 14 Sep 2002, Martin Blapp wrote: > > > > Hmm, I cannot reproduce it. What's your environment? > > > > It's not you fault. Tim J. Robbins and I have reporduced it and he has > > tracked it down to libc_r. > > > > Stack growing is broken in libc_r. Everything that tries to expand the > > stack above 65536 is broken. It's not broken. It's working as it should. If you want threads to have a bigger than default stack, you have to set the thread attributes appropriately. POSIX threads does not define "stack growing" ;-) The main thread stack is fixed at 1MB max. -- Dan Eischen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message