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