cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: ares

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 18 Sep 2003 13:38:30 +0200 (CEST)

On Wed, 17 Sep 2003, Giuseppe Attardi wrote:

> But another one has appeared.
> I get SIGSEGV in SocketIsDead, that gets called from line
>
> bool dead = SocketIsDead(check->firstsocket);
>
> in ConnectionExists. This is the value of check:

check->firstsocket is -1. That's not a live socket, and thus the matching
entry ConnectionExists() found was not fine. It should probably not be in
there in the first place. Can you figure out how that comes?

Can you provide us with source code to an app that shows this problem on a
public URL?

-- 
 Daniel Stenberg -- curl: been grokking URLs since 1998
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
Received on 2003-09-18