This is an archive of the discontinued LLVM Phabricator instance.

[lsan] When necessary, define LSan suppression for pthread_exit.
ClosedPublic

Authored by alekseyshl on Apr 25 2017, 10:30 AM.

Details

Summary

Generalize already defined LSan suppression for the leak on
pthread_exit, some envs do not have the entire call stack symbolized,
so we have to be less specific.

Event Timeline

alekseyshl created this revision.Apr 25 2017, 10:30 AM
This revision was automatically updated to reflect the committed changes.