curl / Mailing Lists / curl-library / Single Mail

curl-library

Re: curl_easy_perform fails with access violation exception

From: Alex Bligh via curl-library <curl-library_at_cool.haxx.se>
Date: Wed, 3 May 2017 23:27:58 +0200

> On 3 May 2017, at 19:11, Shibu A via curl-library <curl-library_at_cool.haxx.se> wrote:
>
> I am using Openssl libcurl binary to do a curl operation and i see from the application log the multiple requests happens at the libcurl in same time fream and the first one succeed and the second one fails with access violation exception. Is the libcurl thread safe ? Do I need to do synchronization for curl_easy_perform ? I tried with locking function and it haven;t worked.

Could you confirm you read and followed all the guidelines here:
  https://curl.haxx.se/libcurl/c/threadsafe.html
before posting, specifically including anything they might have to say about callbacks for your SSL library.

-- 
Alex Bligh
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette:   https://curl.haxx.se/mail/etiquette.html
Received on 2017-05-03