See http://docs.sun.com/app/docs/doc/816-5137/6mba5vpja?a=view - a staddr of 
NULL and a stsize of zero means the system defaults are being used.

Also, make sure the pthread_attr_t object has been initialized properly with 
pthread_attr_init() before it is passed to any of the other pthread_attr_XXX() 
functions, and also make sure it is cleaned up after use with 
pthread_attr_destroy()
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to