On Fri, 24 Dec 2010, Alessio Sangalli wrote:
Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x40020b60 (LWP 820)] 0x40147b30 in addbyter () from /usr/lib/libcurl.so.4
I am now carefully checking the multi-threading related options. Any hint in the meanwhile?
Maker sure you don't use signals (CURLOPT_NOSIGNAL) and if you use an SSL-based protocol: setup the crypto library's mutex callback.
-- / daniel.haxx.se ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
