Just a quick question, but I'm seeing one of the apache worker threads getting stuck in apr_pool_clear, chewing resources and basically being a PITA. The thread keeps looping in
while (a->sub_pools) {
apr_pool_destroy(a->sub_pools);
}
This happens when I've served a randon number of requests using ab or
for real. I can't figure out why it would get stuck there... anyone
any ideas?
david
