Bug #523
valgrind: possible memory leaks in lighttpd.
| Status: | Invalid | Start: | ||
| Priority: | High | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | core | |||
| Target version: | - | |||
| Pending: | Resolution: | invalid |
||
| Patch available: |
Description
I'm seeing a huge memory usage with lighttpd 1.4.10 under Linux and I tried valgrind http://valgrind.org to find out more on possible memory leaks. I don't know if valgrind is wrong, but it does report a fair amount of memory not deallocated.
If you would like to reproduce this, I recompiled lighty with -O0 and used:
# valgrind --show-reachable=yes --leak-check=yes /usr/sbin/lighttpd
Hope this helps.