curl-library
Re: FD leakage with dump
Date: Wed, 28 Mar 2007 14:46:23 +0200
Well, I have observed that when I disabled openssl support in 7.16.1
the fds were still left in CLOSE_WAIT state, plus there were segfaults
inside openssl from time to time, as I mentioned in another mail.
Now with 7.16.2-CVS with the attached config.log neither the leak nor
the CLOSE_WAIT state seems to happen anymore.
I resend the test program with the boost class removed.
The program is quite easy to follow, it's just a couple of methods
that put curl to work. It's a queue of urls, which get crawled.
I don't think is such a big program.
Regards.
On 3/24/07, Daniel Stenberg <daniel_at_haxx.se> wrote:
> On Mon, 12 Mar 2007, Pedro Larroy wrote:
>
> > Also I attach a test program.
>
> Is this really the simplest program you can make that repeats the problem? It
> is very complicated and hard to follow with no comments or docs that explain
> it.
>
> Do you really *need* that boost stuff for this? I still don't have that and
> thus I can't build this test app.
>
> --
> Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
>
- application/x-gzip attachment: curl_multi_socket_test.tar.gz