ywkaras opened a new issue, #8903:
URL: https://github.com/apache/trafficserver/issues/8903

   
https://github.com/apache/trafficserver/blob/d18721884615958f151eee084244c506552c6512/src/traffic_server/InkAPI.cc#L1368
   
   What is the point of a mutex, if the application will crash when there is 
contention for it.  If you really want that behavior, you could just use an 
atomic<bool>, not a mutex.  A Yahoo plugin, that uses the 
TS_LIFECYCLE_SSL_SECRET_HOOK, is crashing at the ink_release_assert().  Because 
it's expecting a mutex to be, ya know, a 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