Closed mattyclarkson closed 2 months ago
No response
pigz decompress after cosmo-3.2.4 does not work anymore
pigz
cosmo-3.2.4
$ uname -srmo Linux 6.8.1-arch1-1 x86_64 GNU/Linux $ wget https://cosmo.zip/pub/cosmos /v/3.7.1/bin/ape-x86_64.elf $ wget https://cosmo.zip/pub/cosmos/v/3.7.1/bin/pigz -O pigz-3.7.1 $ wget https://cosmo.zip/pub/cosmos/v/3.2.4/bin/pigz -O pigz-3.2.4 $ chmod u+x ape-x86_64.elf $ echo "Hello, world" | gzip | ./ape-x86_64.elf ./pigz-3.2.4 -d Hello, world $ echo "Hello, world" | gzip | ./ape-x86_64.elf ./pigz-3.7.1 -d pigz-3.7.1: abort: internal error
The captured strace/ftrace logs for each command:
strace
ftrace
cosmos 3.7.1
Linux
Duplicate of ahgamut/superconfigure#38. Shall I close this in favour of that one?
Yes it's an issue with superconfigure.
Contact Details
No response
What happened?
pigz
decompress aftercosmo-3.2.4
does not work anymoreThe captured
strace
/ftrace
logs for each command:Version
cosmos 3.7.1
What operating system are you seeing the problem on?
Linux
Relevant log output
No response