2010/3/9, MigueL DíaZ wrote: > Extra information: Crash is not solid, I mean, it doesn't happen everytime, > maybe once or twice a day (The program it's supposed to run 24/7) > > Program terminated with signal 11, Segmentation fault. > #0 0x0046d367 in ?? () from /usr/lib/libcurl.so.4 > (gdb) bt > #0 0x0046d367 in ?? () from /usr/lib/libcurl.so.4 > #1 0x0046e5a0 in curl_mvsnprintf () from /usr/lib/libcurl.so.4 > #2 0x0046cb72 in curl_msnprintf () from /usr/lib/libcurl.so.4 > #3 0x0045ee36 in Curl_failf () from /usr/lib/libcurl.so.4 > #4 0x0047376a in Curl_readwrite () from /usr/lib/libcurl.so.4 > #5 0x00479d18 in ?? () from /usr/lib/libcurl.so.4 > #6 0x0047a3f9 in curl_multi_perform () from /usr/lib/libcurl.so.4 > > I have installed libcurl 7.19.7 for Fedora Core 11:
It isn't documented it in the change log, but 50+ fixes related with printf-style formatting issues were addressed in 7.20.0 You may be facing something that is already fixed in current version. -- -=[Yang]=- ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
