Github user bgaff commented on the pull request: https://github.com/apache/trafficserver/pull/323#issuecomment-153950509 @jpeach the only way to deal with that would be a mutex that protects initialization and destruction. The problem is that these objects are constructed via static initialization and so the mutex itself isn't guaranteed to be initialized in time. I believe this is just a variant of the static initialization fiasco problem.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---