Re: Curl 7.29.0 core dump

2013-04-24 Thread Daniel Stenberg
On Tue, 23 Apr 2013, Ceri Davies wrote: It does crash at the same point (the stack traces look identical), and it crashes after we have done thousands of calls though the interface (47000+ in the last one I looked at). This crash does not occur with 7.15.5. I also have another problem with in

Re: Curl 7.29.0 core dump

2013-04-23 Thread Michael Wood
On 23 April 2013 17:28, Ceri Davies wrote: [...] > I do not use https, just regular http. > mutex callbacks sound interesting, what are they, are they only relevant to > https? The mutex callbacks are only relevant to SSL/TLS (and therefore HTTPS). -- Michael Wood -

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 logic server, by emulating a SOAP/XML re

Re: Curl 7.29.0 core dump

2013-04-19 Thread Daniel Stenberg
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 logic server, by emulating a SOAP/XML request, and it gets a response back via the write funct