Oops! # tar -cjf tar.bz2 some-dir Segmentation fault File tar.bz2 is created and contains the only line bzip2: bunzip error 0 But # strace -f -v 2>2 /bin/tar -cjf tar.bz2 some-dir creates perfectly valid archive. The point is in stderr redirected? -- Vladimir