We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ pxz > test.xz < ../test.sql Segmentation fault $ dmesg | tail -1 [95343.183680] pxz[22354]: segfault at 615000 ip 00007fb492b7f89b sp 00007fff4cbd8e88 error 4 in libc-2.17.so[7fb492af8000+1a2000] $ df -h . Filesystem Size Used Avail Use% Mounted on /dev/mapper/vg1-root 147G 147G 0 100% /
Emptying the file system prevents pxz from crashing.
The text was updated successfully, but these errors were encountered:
Seems to be fixed now:
$ ./pxz test ./pxz: writing to archive failed: No space left on device
Sorry, something went wrong.
No branches or pull requests
$ pxz > test.xz < ../test.sql
Segmentation fault
$ dmesg | tail -1
[95343.183680] pxz[22354]: segfault at 615000 ip 00007fb492b7f89b sp 00007fff4cbd8e88 error 4 in libc-2.17.so[7fb492af8000+1a2000]
$ df -h .
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/vg1-root 147G 147G 0 100% /
Emptying the file system prevents pxz from crashing.
The text was updated successfully, but these errors were encountered: