Under apache 1.3 I have no problems of memory corruptions. Apache 2.2 is completely based on apr and I use apr pools for all memory allocation in my module. It seems that the memory corruption is possible. I'd like to know what daniel thinks about it and then how to solve it. Any help is very appreciated. Best regards
Marco [EMAIL PROTECTED] ha scritto: > On Wed, 01 Aug 2007 11:17:12 +0200, Marco Spinetti <[EMAIL PROTECTED]> 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. > > > > > _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
