Actions
Bug #523
closedvalgrind: possible memory leaks in lighttpd.
Status:
Invalid
Priority:
High
Category:
core
Target version:
-
ASK QUESTIONS IN Forums:
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.
Updated by jan about 19 years ago
- Status changed from New to Fixed
- Resolution set to invalid
we check for leaks regularing and most of the shown leaks are static buffers in external libaries like openssl or dl.
Actions
Also available in: Atom