Something about thread sanitizer's instrumentation doesn't like our context swap implementation. As documented in #219 there's a segfault during cleanup that happens because in some cases a worker thread fails to return from swapping the context to a qthread. This particular function isn't a source of concern for race conditions anyway so I'm just turning the sanitizer off locally.
Fixes #219.
Something about thread sanitizer's instrumentation doesn't like our context swap implementation. As documented in #219 there's a segfault during cleanup that happens because in some cases a worker thread fails to return from swapping the context to a qthread. This particular function isn't a source of concern for race conditions anyway so I'm just turning the sanitizer off locally.