Bug 652939
Summary: | tar segfaults while doing listed-incremental archive of root partition | |||
---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Kevin Street <mm+rhbz> | |
Component: | tar | Assignee: | Ondrej Vasik <ovasik> | |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | |
Severity: | low | Docs Contact: | ||
Priority: | low | |||
Version: | 14 | CC: | alain.spineux, kdudka, ovasik | |
Target Milestone: | --- | |||
Target Release: | --- | |||
Hardware: | x86_64 | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | tar-1.23-8.fc14 | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 653433 (view as bug list) | Environment: | ||
Last Closed: | 2010-11-26 01:08:09 UTC | Type: | --- | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 653433 |
Description
Kevin Street
2010-11-13 16:37:51 UTC
tar-1.23-7.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/tar-1.23-7.fc14 tar-1.23-7.fc14 has been pushed to the Fedora 14 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update tar'. You can provide feedback for this update here: https://admin.fedoraproject.org/updates/tar-1.23-7.fc14 tar 1.23-7 works for me tar-1.23-7.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. My test case is a little bit different and segfault on last fedora 14. It is working fine on F11 and centos5. I tried tar-1.26 and it works too, no segfault. # rm -f /tmp/backup-inc.tgz /tmp/snapshot.snar ; find /bin -not -type s -print | tar cvTf - /tmp/backup-inc.tgz --no-recursion -z --listed-incremental=/tmp/snapshot.snar tar: /bin: Directory is new # rpm -qi rpm: no arguments given for query [root@box172 tmp]# rpm -qi tar Name : tar Relocations: (not relocatable) Version : 1.23 Vendor: Fedora Project Release : 7.fc14 Build Date: Mon 15 Nov 2010 tar-1.23-8.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/tar-1.23-8.fc14 tar-1.23-8.fc14 works as expected Thanks tar-1.23-8.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. |