Boost logo

Boost Users :

Subject: Re: [Boost-users] [Iostreams] Known issue with 32-bit and iostreams::file_descriptor_sink?
From: Tim Landscheidt (tim_at_[hidden])
Date: 2018-02-19 13:45:51


I wrote:

> […]

> These issues occur only on 32-bit architectures (i386/i686),
> and on Fedora 26 (boost 1.63) some segmentation faults can
> be /fixed/ by executing:

> | std::ostream *dummy = new iostreams::stream<iostreams::file_descriptor_sink>(2, iostreams::never_close_handle);

> but this does not "work" on Debian Stretch (boost 1.62).

> […]

The same effect could be achieved by "malloc(208)", i. e.
iostreams::file_descriptor_sink has no influence on the is-
sue.

Sorry for the noise,
Tim


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net