Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Sep 2002 09:34:20 -0400 (EDT)
From:      Daniel Eischen <eischen@pcnet1.pcnet.com>
To:        Bruce Evans <bde@zeta.org.au>
Cc:        Martin Blapp <mb@imp.ch>, "Jacques A. Vidrine" <nectar@FreeBSD.org>, 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
Message-ID:  <Pine.GSO.4.10.10209150927520.24713-100000@pcnet1.pcnet.com>
In-Reply-To: <20020915050924.G1223-100000@gamplex.bde.org>

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.10.10209150927520.24713-100000>