Skip to content
New issue

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

Segfault when disk is full #9

Open
cyril-bouthors opened this issue Aug 14, 2013 · 1 comment
Open

Segfault when disk is full #9

cyril-bouthors opened this issue Aug 14, 2013 · 1 comment

Comments

@cyril-bouthors
Copy link

$ 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.

@ole-tange
Copy link

Seems to be fixed now:

$ ./pxz test
./pxz: writing to archive failed: No space left on device

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants