https://bugzilla.redhat.com/show_bug.cgi?id=1004845

Paul Wouters <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|[email protected] |
                   |project.org                 |



--- Comment #10 from Paul Wouters <[email protected]> ---
On f19 it builds, bug segfaults

tar zcvf example.tar.gz /tmp/.Test-unix/
tar: Removing leading `/' from member names
/tmp/.Test-unix/

>>> import libarchive.
>>> a  = libarchive.Archive('example.tar.gz')
>>> for entry in a:
...     print entry.pathname
... a.close()
  File "<stdin>", line 3
    a.close()
    ^
SyntaxError: invalid syntax
>>> a
<libarchive.Archive object at 0x7f14629bdc50>
>>> a.close()
>>> 
>>> for entry in a:
...     print entry.pathname
... 
Segmentation fault

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=qL561TCONP&a=cc_unsubscribe
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to