cURL / Mailing Lists / curl-library / Single Mail

curl-library

curl_easy_init() failed within thread excution

From: Meir Yanovich <meiry242_at_gmail.com>
Date: Sat, 1 Nov 2008 08:00:58 +0200

Hello all
i have strange problem when i init cUrl with single threaded every
thing is fine
but when i start more threads each thread created new curl wrapper object
in the part :

CURL *m_pcurl;
m_pcurl = curl_easy_init();

its just failed , my question is how can i print some debug info to
get any hints about why it crashes
im using win xp with vs express
Thanks allot
Received on 2008-11-01