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] #1226 curl_easy_cleanup crash (visual studio 10)

From: Daniel Stenberg <bagder_at_users.sf.net>
Date: Fri, 17 May 2013 13:49:54 +0000

so does curl_easy_cleanup() always crash or just when you don't do anything at all with the handle?

Tried to step into the libcurl code to get more detailed info about where the problem occurs?

---
** [bugs:#1226] curl_easy_cleanup crash (visual studio 10)**
**Status:** open
**Labels:** crash 
**Created:** Fri May 17, 2013 09:48 AM UTC by ardanew
**Last Updated:** Fri May 17, 2013 09:48 AM UTC
**Owner:** Daniel Stenberg
got curl-7.30.0 
buld with visual studio 10 - nmake /f Makefile.vc mode=static VC=10 MACHINE=x86
added to VC10 win32 project 
        #define CURL_STATICLIB
        #include "curl/curl.h"
        #pragma comment(lib, "libcurl_a.lib")
in code:
	curl = curl_easy_init();
	curl_easy_cleanup(curl); <--- crash
crash details:
    Windows has triggered a breakpoint in ArmadaSignaling2.exe.
    This may be due to a corruption of the heap, which indicates a bug in aaa.exe or any of the DLLs it has loaded.
OS - windows7 x64
PS with curl-7.28.1 compiled the same way cant reproduce this crash.
---
Sent from sourceforge.net because you indicated interest in <https://sourceforge.net/p/curl/bugs/1226/>
To unsubscribe from further messages, please visit <https://sourceforge.net/auth/subscriptions/>
Received on 2013-05-17

These mail archives are generated by hypermail.

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

File upload with ASP.NET