From: Jason Evans [mailto:[EMAIL PROTECTED]]
>Thread stacks have a default size of 64kB.

As you know, stack size can be explicitly set using
pthread_attr_setstacksize().

However, note that Solaris uses a pthread stack size of 1 MB. Porter beware.

>libc_r now uses growable stacks with "guard pages" between stacks
>to try to catch stack overflow.

In this case, is there a message printed to the console or syslog that tells
the programmer/sysadmin what's happening?

Charles


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to