[OSM-dev] mod_tile causes segfault on debian 7.0
Tom Hughes
tom at compton.nu
Wed May 22 11:54:01 UTC 2013
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 (tom at compton.nu)
http://compton.nu/
More information about the dev
mailing list