TSan reports a false positive when using xpc_connection_cancel. We're missing a happens-before edge from xpc_connection_cancel to the event handler on the same connection.
Details
Details
Diff Detail
Diff Detail
Differential D31475
[tsan] Add interceptor for xpc_connection_cancel to avoid false positives kubamracek on Mar 29 2017, 11:50 AM. Authored by
Details TSan reports a false positive when using xpc_connection_cancel. We're missing a happens-before edge from xpc_connection_cancel to the event handler on the same connection.
Diff Detail |