Re: crash while trying to log.

2018-04-11 Thread Daniel Stenberg
On Wed, 11 Apr 2018, surya chandrika wrote: In debug build (when compiled with -g option) our application worked fine. When we released the application in released mode (without -g option), application crashes while trying to wrtie socket logs. res = curl_easy_setopt( curl_handle,

Re: crash while trying to log.

2018-04-10 Thread Patrick Schlangen
Hi, > #6 0x004e9e2d in x::log_function(void*, curl_infotype, char*, > unsigned long, void*) () since it crashes in your log_function, it would be interesting to see its source. Best Regards, Patrick ---