On 22/05/13 12:49, Tom Hughes wrote:
Unfortunately there is no way (that Kai has found) to get a per-thread memory pool on 2.2 so the old code is still used there, which will quite likely crash if you are using a threaded mpm.
I suspect the solution is probably to make the ap_log calls use the request pool (from r->pool) and then arrange for the stores array to be allocated during child initialisation rather than trying to do it on the first request.
Tom -- Tom Hughes ([email protected]) http://compton.nu/ _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

