Paolo Bonzini wrote: > > The default thread stack size is: > > - glibc i386, x86_64 7.4 MB > > Even when -lrt is added?
Yes, sure, I get the same results whether the program is linked with -lpthread or with -lpthread -lrt. librt is not meant to modify the behaviour of libpthread. Bruno