25 Jan
2019
25 Jan
'19
7:23 p.m.
Raffi Enficiaud wrote:
On 25.01.19 20:08, Peter Dimov via Boost wrote:
Are you setting the environment variable UBSAN_OPTIONS=print_stacktrace=1?
Yes. Do I need to change that?
No, I was just wondering whether you were getting a stack trace on the failure, and if not, why not. What I do in cases like this, is set UBSAN=1 for the UBSan runs, then in the Jamfile or in the .cpp files disable the known-to-fail tests. Like for instance here: https://github.com/boostorg/system/blob/develop/test/Jamfile.v2#L75