Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jan 2000 04:55:06 +0200
From:      Iani Brankov <ian@bulinfo.net>
To:        hackers@freebsd.org
Cc:        Jason Evans <jasone@canonware.com>
Subject:   Re: The stack size for a process?
Message-ID:  <3883D60A.BA0BAF37@bulinfo.net>
References:  <200001180055.TAA17507@pcnet1.pcnet.com> <3883D1BB.391C9F0C@bulinfo.net> <20000117183902.B27689@sturm.canonware.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Jason Evans wrote:

[snip]

> 
> Thread stacks have a default size of 64kB.  libc_r now uses growable stacks
> with "guard pages" between stacks to try to catch stack overflow.  It looks
> like it did you some good. =)
> 
> You will need to specify an alternate stack during thread creation to get
> around this size limit, or you can just use less stack space.
> 

Thank you very much!
That explains everything.

The problem's in my tv set (as we say here) and I'll fix the picture
:)

--iani


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




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