Boost logo

Boost :

Subject: Re: [boost] [release] 1.69.0 post-beta merges
From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2018-11-23 03:43:46


On Sun, Nov 18, 2018 at 6:32 PM Marshall Clow via Boost
<boost_at_[hidden]> wrote:
> The master branch will close for the 1.69.0 release on 5-December.

I'm seeing a few address sanitizer errors in the matrix for your
configurations, I believe this happens when asan is not informed that
program threads may switch stacks (e.g. from Boost.Coroutine). In my
Jamfile I account for this by defining `BOOST_USE_ASAN=1` for the
ubasan variant:

<https://github.com/boostorg/beast/blob/develop/Jamfile#L68>

The Beast Travis matrix includes address sanitizer, undefined behavior
sanitizer, and valgrind so I'm pretty sure that this is a false
positive. How can we reflect that in the matrix?

Regards


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk