(In reply to comment #12) > (In reply to comment #8) > > > Please note that the aio helper thread *should* be using a default 2MB stack on > > x86, not 16K, I don't see anywhere that sets the helper threads stack to 16K. > > The helper thread stack size *is* set by __pthread_get_minstack. Thanks, I just spotted that in nptl/sysdeps/unix/sysv/linux/aio_misc.h. > This was done here: > > 2011-12-22 Ulrich Drepper