cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: exception in ConnectPlease

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 23 Oct 2001 14:14:44 +0200 (MET DST)

On Tue, 23 Oct 2001, T. Bharath wrote:

> Just to add The os iam using is NT and there are three diffrent threads
> trying to download about 30 urls,each thread uses a different handle and
> the handle is being reused by the thread for multiple downloads.It
> perfectly works fine with earlier version 7.9 of the library

I came to think of that I could make some similar tests on my Solaris box by
running configure with --disable-thread and then I pretty soon got myself a
core dump in the pack_hostent() function due to misaligned pointers...

I'm not sure this is really relvant to the problem you experience, but the
patch is as follows:

http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/curl/curl/lib/hostip.c.diff?r1=1.34&r2=1.35

-- 
    Daniel Stenberg -- curl groks URLs -- http://curl.haxx.se/
Received on 2001-10-23