I'm experimenting some memory leak in my apache 2.2 module.
I suppose that it's a memory leak because if I start apache (prefork)
and I see with the top command (linux), the memory size (SIZE column of
top) of httpd apache childs grows slowly with the increasing of the
requests.
For debugging I start apache in this way:
./httpd -X -k start &
gdb httpd [pid_previuos_command]
Then I make a request from onether shell: the problem is that I don't
know how to discover the memory leak.
Could someone help me how to find the possibile memory leak?
Best regards
Marco