JosiahWI commented on PR #13439: URL: https://github.com/apache/trafficserver/pull/13439#issuecomment-5179371798
@masaori335 I have cleaned up the synchronization. I ran your command and it passed. I've also run the test through ASan and TSan. Curiously, TSan detects a data race on `ProxyMutex::thread_holding` in debug builds (not in release builds). Sure enough, accesses to `ProxyMutex::thread_holding` in the locking code are unsynchronized. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
