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: Mon, 03 Jun 2013 19:30:30 +0000

- **status**: pending-invalid --> closed-invalid

---
** [bugs:#1226] curl_easy_cleanup crash (visual studio 10)**
**Status:** closed-invalid
**Labels:** crash 
**Created:** Fri May 17, 2013 09:48 AM UTC by ardanew
**Last Updated:** Tue May 21, 2013 09:37 PM 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-06-03

These mail archives are generated by hypermail.

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

File upload with ASP.NET