curl / Mailing Lists / curl-library / Single Mail
Buy commercial curl support from WolfSSL. We help you work out your issues, debug your libcurl applications, use the API, port to new platforms, add new features and more. With a team lead by the curl founder himself.

Re: Help: libcurl debug

From: Daniel Stenberg via curl-library <curl-library_at_cool.haxx.se>
Date: Sun, 17 May 2020 19:46:04 +0200 (CEST)

On Sun, 17 May 2020, Kunal Chauhan wrote:

> 1.Trying to check the curl perform function is running fine or not .
> 2. My Curl vesion is 7.55.0
> 3. Is there any bug opened for the same please guide to see the details .

Isn't it ironic how your question email also contains sensible answers to the
questions in the quoted piece?

>> 3. Build your code with debug symbols (-g on with gcc or clang) so that you
>> get told exact line numbers and variable contents for stack frames.
>> When
>> you get problems *inside* libcurl, a good advice is to also build a
>> version
>> of curl with debug symbols present as then you can get a fully detailed
>> stack trace.
>>
>> 4. If you still experience problems you can't find: write a small
>> stand-alone
>> example code that reproduces the problem and show us. Then we can build
>> that, reproduce the problem and help figuring out what to do to fix it.
>>
>> If you *can't* write a small program that reproduces the issue, that's
>> a
>> rather strong indication the problem is not in libcurl...

-- 
  / daniel.haxx.se | Commercial curl support up to 24x7 is available!
                   | Private help, bug fixes, support, ports, new features
                   | https://www.wolfssl.com/contact/
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette:   https://curl.haxx.se/mail/etiquette.html
Received on 2020-05-17