cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Segmentation fault using libcURL

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Sun, 26 Dec 2010 19:16:12 +0100 (CET)

On Sat, 25 Dec 2010, Alessio Sangalli wrote:

> I have set NOSIGNAL and - the situation does not seem to happen!
>
> Could you be so kind to eleborate on the implications of using NOSIGNAL?

It means libcurl will not attempt to use signals to cancel slow name resolves,
and it will not try to block any signals. It'll simply not touch anything that
involves signals.

If you use the stock synchronous name resolver you won't be able to time out
name resolves without signals.

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2010-12-26