bneradt commented on issue #10657: URL: https://github.com/apache/trafficserver/issues/10657#issuecomment-1773974607
I'm guessing this is a use after free. If I comment out the delete in the `cache_init_success_callback` I don't see the seg fault anymore: https://github.com/apache/trafficserver/blob/62f52506d3948d6824fa9793e3ba8fa7d73b7760/src/iocore/cache/unit_tests/test_CacheDir.cc#L83 I suppose there is an ordering issue in which that gets removed before an event gets called. -- 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]
