Skip to content

Instantly share code, notes, and snippets.

@steipete
Created October 18, 2016 00:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steipete/1ab3db81c923784e8ee50e5502294a0a to your computer and use it in GitHub Desktop.
Save steipete/1ab3db81c923784e8ee50e5502294a0a to your computer and use it in GitHub Desktop.
# 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