[bug-notifications] [gtar 0004601]: gtar -xf Segmentation Fault
Mantis Bug Tracker
noreply at opencsw.org
Tue Nov 9 18:25:22 CET 2010
A NOTE has been added to this issue.
======================================================================
https://www.opencsw.org/mantis/view.php?id=4601
======================================================================
Reported By: smwardle
Assigned To:
======================================================================
Project: gtar
Issue ID: 4601
Category: regular use
Reproducibility: always
Severity: crash
Priority: normal
Status: new
======================================================================
Date Submitted: 2010-11-09 11:36 CET
Last Modified: 2010-11-09 18:25 CET
======================================================================
Summary: gtar -xf Segmentation Fault
Description:
Using gtar to extract multiple files from an archive (created by gtar)
gives a Segmentation Fault.
======================================================================
----------------------------------------------------------------------
(0008449) smwardle (reporter) - 2010-11-09 18:25
https://www.opencsw.org/mantis/view.php?id=4601#c8449
----------------------------------------------------------------------
Examplple:
mkdir /tmp/{ggg,qqq}
touch /tmp/ggg/{a,b,c}
cd /tmp/ggg
gtar -cf - a b c | gtar -C /tmp/qqq/ -xf -
ls /tmp/qqq/
More information about the bug-notifications
mailing list