Project

General

Profile

Actions

Bug #523

closed

valgrind: possible memory leaks in lighttpd.

Added by Anonymous about 19 years ago. Updated over 16 years ago.

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.

Actions #1

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 #2

Updated by stbuehler over 16 years ago

  • Status changed from Fixed to Invalid
Actions

Also available in: Atom