[Bug 1004845] Review Request: python-libarchive - Fully functional Python wrapper for libarchive.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

Paul Wouters <pwouters@xxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|package-review@lists.fedora |
                   |project.org                 |



--- Comment #10 from Paul Wouters <pwouters@xxxxxxxxxx> ---
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
package-review@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/package-review





[Index of Archives]     [Fedora Legacy]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]