Re: Curl 7.29.0 core dump

2013-04-23 Thread Ceri Davies
Daniel Stenberg haxx.se> writes: > > On Fri, 19 Apr 2013, Ceri Davies wrote: > > > I'm an experienced programmer but new to curl. I have implemented a fuse > > filesystem that send notifications on open/close mkdir/rmdir events via curl > > to a web lo

Curl 7.29.0 core dump

2013-04-19 Thread Ceri Davies
ayload); res = curl_easy_perform(curl); if (CURLE_OK != res) { LOG_ERROR("ERROR:curl connect failed %s", curl_easy_strerror(res)); rc = -2; } LOG_DEBUG("### Received (%ld, max %ld) bytes:\n%s\n### /Received",    responseDataChunk.size, PAYLOAD_SIZE, responseDataChunk.memory);