bryancall commented on issue #5744: URL: https://github.com/apache/trafficserver/issues/5744#issuecomment-4827337792
The crash reported here is a deadlock (pthread_mutex_lock returning Resource deadlock avoided) that happens specifically when launching the traffic_manager process on macOS with debug enabled, bisected to Diags::tag_activated. The traffic_manager process and its entire source directory were removed from Apache Traffic Server in https://github.com/apache/trafficserver/pull/8633, which first shipped in release 10.0.0. Since the component that crashed no longer exists, this startup deadlock is no longer reachable. I am closing this as obsolete after the traffic_manager removal. If a similar deadlock in Diags::tag_activated is seen in a current process such as traffic_server, please open a new issue with a reproduction against a recent release. -- 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]
