Created
October 18, 2016 00:51
-
-
Save steipete/1ab3db81c923784e8ee50e5502294a0a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ThreadSanitizerSuppressions.supp | |
# See https://github.com/google/sanitizers/wiki/ThreadSanitizerSuppressions for options | |
# Apple has issues in there that we cannot fix: | |
# ThreadSanitizer: use of an invalid mutex (e.g. uninitialized or destroyed) (CoreGraphics+0x34650f) in ripl_retain | |
# rdar://28612548 http://openradar.appspot.com/28612548 | |
mutex:ripl_retain | |
mutex:ripl_release | |
mutex:rips_initialize | |
mutex:rips_Initialize | |
mutex:RIPLayerCreateImage | |
# We create on one thread and consume on others. This is safe. | |
race:DocumentLibraryPreviewResult.hpp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment