| View previous topic :: View next topic |
| Author |
Message |
Mark Adler Guest
|
Posted: Sat Oct 25, 2008 7:19 pm Post subject: pigz 2.1 released |
|
|
pigz 2.1 is available here:
http://zlib.net/pigz/
This version has some portability enhancements and improved
parallelism for decompression.
Any testing and associated reports would be appreciated. Thanks.
Mark |
|
| |
|
Back to top |
Nimo Guest
|
Posted: Mon Oct 27, 2008 7:05 pm Post subject: Re: pigz 2.1 released |
|
|
Yeah testing,
very faster,
may be coz of multiprocessing. |
|
| |
|
Back to top |
Jim Leonard Guest
|
Posted: Tue Oct 28, 2008 4:41 pm Post subject: Re: pigz 2.1 released |
|
|
On Oct 25, 2:19 pm, Mark Adler <mad...@alumni.caltech.edu> wrote:
| Quote: | pigz 2.1 is available here:
http://zlib.net/pigz/
This version has some portability enhancements and improved
parallelism for decompression.
Any testing and associated reports would be appreciated. Thanks.
|
Unfortunately, I have a failure on my 64-bit Solairs 10 Sparc system:
# pigz --verbose /tmp/testfile.bin
/tmp/testfile.bin to /tmp/testfile.bin.gz
Assertion failed: count == pool->made, file pigz.c, line 803
Abort(coredump)
Original file was 1 gigabyte exactly. But it is missing now:
# ls -l /tmp/testfile.bin
/tmp/testfile.bin: No such file or directory
..gz exists, but is corrupt:
# ls -l /tmp/test*
-rw-r--r-- 1 root root 394648712 Oct 28 11:35 /tmp/
testfile.bin.gz
# pigz --test /tmp/testfile.bin.gz
# pigz --verbose --test /tmp/testfile.bin.gz
pigz abort: corrupted gzip stream -- crc32 mismatch: /tmp/
testfile.bin.gz |
|
| |
|
Back to top |
Mark Adler Guest
|
Posted: Wed Oct 29, 2008 7:55 am Post subject: Re: pigz 2.1 released |
|
|
On 2008-10-28 09:41:15 -0700, Jim Leonard <MobyGamer@gmail.com> said:
| Quote: | Unfortunately, I have a failure on my 64-bit Solairs 10 Sparc system:
|
Jim,
Thank you for the report. I will contact you directly to see if you
can help with a resolution.
Mark |
|
| |
|
Back to top |
|