cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: [Linux HTTPS] Application Crash SHA1_Update() from Curl_perform(); Version is CURL_7.48.0

From: Ranjith KS <ksranjith786_at_gmail.com>
Date: Mon, 9 May 2016 14:14:00 +0530

Hi,

Our application that request http connection is multithreaded. where in
each thread we initialize the libcurl and performcleanup independently.
No thread uses same libcurl handles.

We are not using thread shared libcurl implementation. every thread invokes
independent libcurl handles.

Regards
Ranjith Ks

Regards
Ranjith KS

On Sat, May 7, 2016 at 11:16 AM, Ranjith KS <ksranjith786_at_gmail.com> wrote:

> Hi Dan,
>
> It would be more helpful if you could let me know how to use these APIs in
> our code.
> Please give me any example code snippets to make use of these.
>
> Regards
> Ranjith KS
>
>
>
> Regards
> Ranjith KS
>
> On Thu, May 5, 2016 at 8:58 PM, Dan Fandrich <dan_at_coneharvesters.com>
> wrote:
>
>> On Thu, May 05, 2016 at 04:38:32PM +0530, Ranjith KS wrote:
>> > #31 0x00007f5f93a3a384 in ?? () from /opt/ncrue/lib/libQt5Core.so.5
>> > #32 0x0000003d752079d1 in start_thread () from
>> /lib64/libpthread.so.0
>> > #33 0x0000003d74ae88fd in clone () from /lib64/libc.so.6
>> > (gdb)
>> >
>> > Could you please help me out how to resolve this.
>>
>> It looks like this is a multithreaded program. Have you read
>> https://curl.haxx.se/docs/faq.html#Is_libcurl_thread_safe ?
>>
>> >>> Dan
>> -------------------------------------------------------------------
>> List admin: https://cool.haxx.se/list/listinfo/curl-library
>> Etiquette: https://curl.haxx.se/mail/etiquette.html
>
>
>

-------------------------------------------------------------------
List admin: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2016-05-09