23 Nov
2018
23 Nov
'18
3:43 a.m.
On Sun, Nov 18, 2018 at 6:32 PM Marshall Clow via Boost
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