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

   Remove the commented-out debug statement from the SslData destructor. This 
statement was commented out in PR #9792 as a stop-gap measure because it was 
causing crashes during shutdown when accessing the potentially-destroyed 
dbg_ctl static object. Let's close the associated issue by just removing the 
commented out debug statement since it is generally considered unsafe to log in 
a destructor precisely because of its use of static structures which can 
surface order-dependent issues like the one reported in #9794. That is, not 
logging in the destructor is the correct solution, so let's just make @maskit's 
patch official.
   
   Fixes: #9794


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