cmcfarlen opened a new pull request, #12307:
URL: https://github.com/apache/trafficserver/pull/12307

   It's possible depending on refcounts of underlying mutex objects that when 
tearing down an instance of the origin_server_auth plugin that we might call 
`pthread_mutex_destroy` while holding a lock on the same mutex.  This causes 
ATS to abort.
   
   The fix involves deferring the continuation destroy until after the mutex is 
unlocked.  At that time, it doesn't matter what the refcount is and it is safe 
to destroy the mutex.


-- 
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]

Reply via email to