Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable clang's MemorySanitizer within CI #22

Open
vinipsmaker opened this issue Dec 21, 2015 · 3 comments
Open

Enable clang's MemorySanitizer within CI #22

vinipsmaker opened this issue Dec 21, 2015 · 3 comments

Comments

@vinipsmaker
Copy link
Member

On a previous Boost release, it was failing under use-of-uninitialized-value: https://svn.boost.org/trac/boost/ticket/11425#comment:2

@vinipsmaker
Copy link
Member Author

It's also failing on more recent Boost release: https://svn.boost.org/trac/boost/ticket/11425#comment:3

@vinipsmaker
Copy link
Member Author

It'll fail too if I use Catch instead Boost.Test: https://travis-ci.org/vinipsmaker/asiohttpserver/jobs/153905839#L994

@vinipsmaker
Copy link
Member Author

TODO:

Ask for help from clang devs. I tried to blacklist a few functions from being measured, but clang will report them anyway and cause the test to fail:

The failing functions aren't Boost.Http code (internal implementation from Catch).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant