On Sat, Oct 24, 2009 at 16:04, Bruno Haible <br...@clisp.org> wrote: > Pádraig Brady wrote: >> + * lib/copy-file.c (copy_file_preserving): Used a 32KiB malloced >> buffer. > > Fine with me too. Yes, 32 KB is more than you can safely allocate on the stack > in a multithreaded program: The default thread stack size is: > - glibc i386, x86_64 7.4 MB
Even when -lrt is added? Paolo