masaori335 commented on code in PR #12341: URL: https://github.com/apache/trafficserver/pull/12341#discussion_r2220509654
########## src/iocore/hostdb/HostDB.cc: ########## @@ -1294,6 +1294,10 @@ HostDBContinuation::remove_and_trigger_pending_dns() } EThread *thread = this_ethread(); while ((c = qq.dequeue())) { + if (c->action.cancelled || c->mutex == nullptr) { Review Comment: This change could be workaround, but to fix this completely, it looks like we need to make this `HostDBContinuation` refcount object. -- 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: github-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org