Concatenated .xz should decompress to one stream

Bug #1182172 reported by mycl
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
PylibLZMA
New
Undecided
Unassigned

Bug Description

If you concatenate two .xz files and decompress them they should come out as one stream.

For example:

m@air:~/tmp$ echo Hello | xz > hi.xz
m@air:~/tmp$ cat hi.xz hi.xz > hi2.xz
m@air:~/tmp$ xzcat hi2.xz
Hello
Hello

>>> import lzma
>>> print lzma.open('hi2.xz').read()
>>> print lzma.LZMAFile('hi2.xz').read()
Hello

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.