Comment 4 for bug 1095309

Revision history for this message
Riku Voipio (riku-voipio) wrote :

Most tests fail at:

pthread_attr_setstacksize(&tattr, 64 * 1024);

64K is less than 0x20000, what appears to be the PTHREAD_STACK_MIN for Aarch64.