On Wed, 01 Aug 2007 11:17:12 +0200, Marco Spinetti <spinmar interfree it> wrote:
I'm experimenting some memory overlap with apr pools.
I wrote an apache module (apache 2.2.4) which uses memory allocations
from r->pool (which is an apr pool).
I am using an apache module in apache 1.3.x (1.3.37) and I have not experienced any weird memory corruptions.
You could probably find the culprit by running apache in one-shot mode (there is documentation on how to do this) while running it under valgrind memcheck.