On Sunday 22 November 2009, Sam Morris wrote: What architecture are you using
This says i386: > cd build-i486-linux-gnu/test && ( ulimit -S -s 8192 ; ./testall -v > testatomic) testatomic : \Line 280: Failed creating > threads > //bin/bash: line 1: 7441 Segmentation fault ./testall -v > testatomic But this says amd64: > -- System Information: > Debian Release: squeeze/sid > APT prefers testing > APT policy: (430, 'testing'), (420, 'unstable'), (410, > 'experimental') Architecture: amd64 (x86_64) In any case: Do you have some virtual memory limit per process set (I think this is often the case on vservers)? If yes, try changing the 8192 above to 512. If you have a per user process limit, you may want to increase that, too. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

