Open
Description
Originally reported on Google Code with ID 78
According to the wiki documentation, C++ exceptions are not supported: https://code.google.com/p/thread-sanitizer/wiki/CppManual#FAQ
While I understand that exception support is not something that Google would be particularly
interested in given the style guide, exceptions are widely used in other C++ codebases
that could benefit from ThreadSanitizer.
If the restriction in the documentation is no longer correct, please update the docs.
If the restriction is still in place, please add support for C++ exceptions. I'd also
be interested in some details on what would be required to implement support or what
the obstacles doing so currently are.
Thanks,
Andrew
Reported by andrew.c.morrow
on 2014-09-30 15:26:55