curl/lib
2003-10-17 09:29:30 +00:00
..
.cvsignore
arpa_telnet.h
base64.c
base64.h
ca-bundle.crt
config-mac.h
config-riscos.h
config-vms.h
config-win32.h Gisle Vanem's IPv6-on-Windows patch applied! 2003-10-14 12:00:45 +00:00
config.dj
connect.c the previous fix left this compiler error 2003-10-15 20:37:00 +00:00
connect.h
content_encoding.c
content_encoding.h
cookie.c
cookie.h
curllib.dsp
curllib.dsw
dict.c Gisle Vanem's IPv6-on-Windows patch applied! 2003-10-14 12:00:45 +00:00
dict.h
easy.c Kimmo Kinnunen fixed a crash with duphandle() when CURLDEBUG was set 2003-10-14 13:10:05 +00:00
escape.c
escape.h
file.c Gisle Vanem's IPv6-on-Windows patch applied! 2003-10-14 12:00:45 +00:00
file.h
formdata.c
formdata.h
ftp.c made the code deal with empty name and password 2003-10-17 09:26:28 +00:00
ftp.h
getdate.c.cvs
getdate.h
getdate.y
getenv.c
getinfo.c
getinfo.h
hash.c Jeff Pohlmeyer did some marvelous debugging to track this one down. We MUST 2003-09-14 21:17:54 +00:00
hash.h Jeff Pohlmeyer did some marvelous debugging to track this one down. We MUST 2003-09-14 21:17:54 +00:00
hostip.c Gisle Vanem's IPv6-on-Windows patch applied! 2003-10-14 12:00:45 +00:00
hostip.h Based on a patch provided by Siddhartha Prakash Jain. In Curl_resolv() when 2003-10-04 14:50:45 +00:00
http_chunks.c
http_chunks.h
http_digest.c
http_digest.h
http_negotiate.c Markus Moeller's SPNEGO patch applied, with my edits, additions and minor 2003-09-19 12:56:22 +00:00
http_negotiate.h Markus Moeller's SPNEGO patch applied, with my edits, additions and minor 2003-09-19 12:56:22 +00:00
http_ntlm.c make no user or no password just mean blank fields, not aborted operation 2003-10-17 09:29:06 +00:00
http_ntlm.h When we issue a HTTP request, first make sure if the authentication phase 2003-09-15 21:11:22 +00:00
http.c make empty names look fine in verbose output 2003-10-17 09:29:30 +00:00
http.h
if2ip.c
if2ip.h
inet_ntoa_r.h
inet_pton.c Gisle Vanem's IPv6-on-Windows patch applied! 2003-10-14 12:00:45 +00:00
inet_pton.h include file fixes 2003-10-08 13:07:08 +00:00
krb4.c
krb4.h
ldap.c
ldap.h
libcurl.def
llist.c
llist.h
Makefile.am password promting support removed from libcurl 2003-10-16 14:08:59 +00:00
Makefile.b32
Makefile.b32.resp
makefile.dj
Makefile.m32
Makefile.riscos
Makefile.vc6
md5.c
md5.h
memdebug.c Gisle Vanem's IPv6-on-Windows patch applied! 2003-10-14 12:00:45 +00:00
memdebug.h Gisle Vanem's IPv6-on-Windows patch applied! 2003-10-14 12:00:45 +00:00
mprintf.c
multi.c Clear the connection pointer after the async resolve has failed. 2003-10-13 12:21:56 +00:00
netrc.c
netrc.h
progress.c Gisle Vanem's IPv6-on-Windows patch applied! 2003-10-14 12:00:45 +00:00
progress.h
README.ares added more mirrored versions of the ares 1.1.1 package 2003-10-13 13:10:05 +00:00
README.encoding
README.memoryleak
security.c
security.h
sendf.c Gisle Vanem's IPv6-on-Windows patch applied! 2003-10-14 12:00:45 +00:00
sendf.h
setup.h Gisle Vanem's IPv6-on-Windows patch applied! 2003-10-14 12:00:45 +00:00
share.c
share.h
speedcheck.c Gisle Vanem's IPv6-on-Windows patch applied! 2003-10-14 12:00:45 +00:00
speedcheck.h
ssluse.c rewritten alternative name check 2003-10-16 13:44:34 +00:00
ssluse.h
strequal.c
strequal.h
strtok.c
strtok.h
telnet.c Gisle Vanem's IPv6-on-Windows patch applied! 2003-10-14 12:00:45 +00:00
telnet.h
timeval.c Gisle Vanem's IPv6-on-Windows patch applied! 2003-10-14 12:00:45 +00:00
timeval.h Gisle Vanem's IPv6-on-Windows patch applied! 2003-10-14 12:00:45 +00:00
transfer.c password promting support removed from libcurl 2003-10-16 14:08:59 +00:00
transfer.h
url.c o the name and password arrays are 256 bytes, so let's accept that lengthy 2003-10-17 09:28:00 +00:00
url.h
urldata.h Added CURLOPT_IPRESOLVE support 2003-09-19 15:16:47 +00:00
version.c Markus Moeller's SPNEGO patch applied, with my edits, additions and minor 2003-09-19 12:56:22 +00:00

$Id$
                                  _   _ ____  _     
                              ___| | | |  _ \| |    
                             / __| | | | |_) | |    
                            | (__| |_| |  _ <| |___ 
                             \___|\___/|_| \_\_____|

             How To Track Down Suspected Memory Leaks in libcurl
             ===================================================

Single-threaded

  Please note that this memory leak system is not adjusted to work in more
  than one thread. If you want/need to use it in a multi-threaded app. Please
  adjust accordingly.


Build

  Rebuild libcurl with -DCURLDEBUG (usually, rerunning configure with
  --enable-debug fixes this). 'make clean' first, then 'make' so that all
  files actually are rebuilt properly. It will also make sense to build
  libcurl with the debug option (usually -g to the compiler) so that debugging
  it will be easier if you actually do find a leak in the library.

  This will create a library that has memory debugging enabled.

Modify Your Application

  Add a line in your application code:

       curl_memdebug("filename");

  This will make the malloc debug system output a full trace of all resource
  using functions to the given file name. Make sure you rebuild your program
  and that you link with the same libcurl you built for this purpose as
  described above.

Run Your Application

  Run your program as usual. Watch the specified memory trace file grow.

  Make your program exit and use the proper libcurl cleanup functions etc. So
  that all non-leaks are returned/freed properly.

Analyze the Flow

  Use the tests/memanalyze.pl perl script to analyze the memdump file:

    tests/memanalyze.pl < memdump

  This now outputs a report on what resources that were allocated but never
  freed etc. This report is very fine for posting to the list!

  If this doesn't produce any output, no leak was detected in libcurl. Then
  the leak is mostly likely to be in your code.