Problem installing apache webserver on my FreeRunner

Timo Juhani Lindfors timo.lindfors at iki.fi
Sun Mar 1 17:17:11 CET 2009


Aapo Rantalainen <aapo.rantalainen at gmail.com> writes:
> I eliminate warnings and memory leaks. (can be compiled -Wall -Wextra cleanly)
> I use valgrind to find memory leaks, and it founds something with
> threading. I read manuals and found this solution, but valgrind is not
> satisfated.

Also things like

safe_malloc(10000000*sizeof(char));

all around the code sound very suspious and potentially eat a lot of
memory.





More information about the community mailing list