Opened 10 years ago
#7561 new Bugs
bzip2_compressor does not play nicely with either direction of filtering_stream
Reported by: | Owned by: | Jonathan Turkanis | |
---|---|---|---|
Milestone: | To Be Determined | Component: | iostreams |
Version: | Boost 1.42.0 | Severity: | Problem |
Keywords: | bzip2 filtering_istream filtering_ostream | Cc: |
Description
With boost::iostreams::filtering_stream<boost::iostreams::input>, bzip2_compressor's output is always empty. With boost::iostreams::filtering_stream<boost::iostreams::output>, bzip2_compressor segfaults on an empty input.
I'm attaching a program that on my machine reproduces this issue.
Attachments (1)
Note:
See TracTickets
for help on using tickets.