cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-tracker Archives

[curl:bugs] #1284 curl_easy_perform Memory Leak

From: taoyuan237 <taoyuan237_at_users.sf.net>
Date: Thu, 26 Sep 2013 09:37:12 +0000

---------- Block 78 at 0x01E5C540: 751 bytes ----------
  Call Stack:
    z:\curl-7.32.0\curl-7.32.0\lib\sendf.c (449): libcurld.dll!Curl_client_write + 0x21 bytes
    z:\curl-7.32.0\curl-7.32.0\lib\transfer.c (705): libcurld.dll!readwrite_data + 0x16 bytes
    z:\curl-7.32.0\curl-7.32.0\lib\transfer.c (1022): libcurld.dll!Curl_readwrite + 0x19 bytes
    z:\curl-7.32.0\curl-7.32.0\lib\multi.c (1478): libcurld.dll!multi_runsingle + 0x10 bytes
    z:\curl-7.32.0\curl-7.32.0\lib\multi.c (1751): libcurld.dll!curl_multi_perform + 0x15 bytes
    z:\curl-7.32.0\curl-7.32.0\lib\easy.c (554): libcurld.dll!curl_easy_perform + 0x11 bytes
    f:\dd\vctools\crt_bld\self_x86\crt\src\threadex.c (314): MSVCR100D.dll!_callthreadstartex + 0xF bytes
    f:\dd\vctools\crt_bld\self_x86\crt\src\threadex.c (297): MSVCR100D.dll!_threadstartex
    0x7671336A (File and line number not available): kernel32.dll!BaseThreadInitThunk + 0x12 bytes
    0x77079F72 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x63 bytes
    0x77079F45 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x36 bytes
  Data:
    0D 0A 0D 0A 3C 21 44 4F 43 54 59 50 45 20 68 74 ....<!DO CTYPE.ht
    6D 6C 20 50 55 42 4C 49 43 20 22 2D 2F 2F 57 33 ml.PUBLI C."-//W3
    43 2F 2F 44 54 44 20 58 48 54 4D 4C 20 31 2E 30 C//DTD.X HTML.1.0
    20 54 72 61 6E 73 69 74 69 6F 6E 61 6C 2F 2F 45 .Transit ional//E
    4E 22 20 22 68 74 74 70 3A 2F 2F 77 77 77 2E 77 N"."http ://www.w
    33 2E 6F 72 67 2F 54 52 2F 78 68 74 6D 6C 31 2F 3.org/TR /xhtml1/
    44 54 44 2F 78 68 74 6D 6C 31 2D 74 72 61 6E 73 DTD/xhtm l1-trans
    69 74 69 6F 6E 61 6C 2E 64 74 64 22 3E 0D 0A 3C itional. dtd">..<
    68 74 6D 6C 20 78 6D 6C 6E 73 3D 22 68 74 74 70 html.xml ns="http
    3A 2F 2F 77 77 77 2E 77 33 2E 6F 72 67 2F 31 39 ://www.w 3.org/19
    39 39 2F 78 68 74 6D 6C 22 3E 0D 0A 3C 68 65 61 99/xhtml ">..<hea
    64 20 69 64 3D 22 63 74 6C 30 30 5F 48 65 61 64 d.id="ct l00_Head
    31 22 3E 3C 74 69 74 6C 65 3E 0D 0A 09 0D 0A 20 1"><titl e>......
    20 20 20 E6 8B 9B E5 95 86 E9 93 B6 E8 A1 8C 20 ........ ........
    2D 2D 20 69 E7 90 86 E8 B4 A2 0D 0A 0D 0A 3C 2F --.i.... ......</
    74 69 74 6C 65 3E 3C 6C 69 6E 6B 20 72 65 6C 3D title><l ink.rel=

---
** [bugs:#1284] curl_easy_perform Memory Leak**
**Status:** open
**Labels:** bug 
**Created:** Thu Sep 26, 2013 09:24 AM UTC by taoyuan237
**Last Updated:** Thu Sep 26, 2013 09:24 AM UTC
**Owner:** nobody
I use code like this docs\examples\getinmemory.c curllib happened Memory Leak
---------- Block 76 at 0x00136488: 9654 bytes ----------
  Call Stack:
    z:\curl-7.32.0\curl-7.32.0\lib\sendf.c (449): libcurld.dll!Curl_client_write + 0x21 bytes
    z:\curl-7.32.0\curl-7.32.0\lib\transfer.c (705): libcurld.dll!readwrite_data + 0x16 bytes
    z:\curl-7.32.0\curl-7.32.0\lib\transfer.c (1022): libcurld.dll!Curl_readwrite + 0x19 bytes
    z:\curl-7.32.0\curl-7.32.0\lib\multi.c (1478): libcurld.dll!multi_runsingle + 0x10 bytes
    z:\curl-7.32.0\curl-7.32.0\lib\multi.c (1751): libcurld.dll!curl_multi_perform + 0x15 bytes
    z:\curl-7.32.0\curl-7.32.0\lib\easy.c (554): libcurld.dll!curl_easy_perform + 0x11 bytes
    f:\dd\vctools\crt_bld\self_x86\crt\src\threadex.c (314): MSVCR100D.dll!_callthreadstartex + 0xF bytes
    f:\dd\vctools\crt_bld\self_x86\crt\src\threadex.c (297): MSVCR100D.dll!_threadstartex
    0x7671336A (File and line number not available): kernel32.dll!BaseThreadInitThunk + 0x12 bytes
    0x77079F72 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x63 bytes
    0x77079F45 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x36 bytes
  Data:
    3C 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     <....... ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
---------- Block 85 at 0x03E244C0: 17006 bytes ----------
  Call Stack:
    z:\curl-7.32.0\curl-7.32.0\lib\sendf.c (449): libcurld.dll!Curl_client_write + 0x21 bytes
    z:\curl-7.32.0\curl-7.32.0\lib\transfer.c (705): libcurld.dll!readwrite_data + 0x16 bytes
    z:\curl-7.32.0\curl-7.32.0\lib\transfer.c (1022): libcurld.dll!Curl_readwrite + 0x19 bytes
    z:\curl-7.32.0\curl-7.32.0\lib\multi.c (1478): libcurld.dll!multi_runsingle + 0x10 bytes
    z:\curl-7.32.0\curl-7.32.0\lib\multi.c (1751): libcurld.dll!curl_multi_perform + 0x15 bytes
    z:\curl-7.32.0\curl-7.32.0\lib\easy.c (554): libcurld.dll!curl_easy_perform + 0x11 bytes
    f:\dd\vctools\crt_bld\self_x86\crt\src\threadex.c (314): MSVCR100D.dll!_callthreadstartex + 0xF bytes
    f:\dd\vctools\crt_bld\self_x86\crt\src\threadex.c (297): MSVCR100D.dll!_threadstartex
    0x7671336A (File and line number not available): kernel32.dll!BaseThreadInitThunk + 0x12 bytes
    0x77079F72 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x63 bytes
    0x77079F45 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x36 bytes
  Data:
    3C 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     <....... ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
    00 00 00 00    00 00 00 00    00 00 00 00    00 00 00 00     ........ ........
---
Sent from sourceforge.net because curl-tracker@cool.haxx.se is subscribed to https://sourceforge.net/p/curl/bugs/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/curl/admin/bugs/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.
Received on 2013-09-26

These mail archives are generated by hypermail.

donate! Page updated May 06, 2013.
web site info

File upload with ASP.NET