Closed mlichvar closed 2 months ago
The pthread_attr_setstacksize() call requesting size of 0xffff fails on systems with 64k pages. Request the maximum of 0xffff and PTHREAD_STACK_MIN instead.
The pthread_attr_setstacksize() call requesting size of 0xffff fails on systems with 64k pages. Request the maximum of 0xffff and PTHREAD_STACK_MIN instead.