Hi Vincent,

I tried the modified patch (as in the attachment). It takes significant
more time - hour(s) - but still crashes.

Thomas
Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 conky (1.9.0-2) unstable; urgency=low
 .
   * Add debian/patches/fix-kfreebsd-ftbfs.patch to fix FTBFS on kfreebsd.
Author: Vincent Cheng <vincentc1...@gmail.com>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- conky-1.9.0.orig/src/ccurl_thread.c
+++ conky-1.9.0/src/ccurl_thread.c
@@ -167,6 +167,7 @@ void ccurl_fetch_data(ccurl_location_t *
 		curl_easy_setopt(curl, CURLOPT_FOLLOWLOCATION, 1);
 		curl_easy_setopt(curl, CURLOPT_LOW_SPEED_LIMIT, 1000);
 		curl_easy_setopt(curl, CURLOPT_LOW_SPEED_TIME, 60);
+		curl_easy_setopt(curl, CURLOPT_NOSIGNAL, 1);
 
 		if (curloc->last_modified) {
 			const char *header = "If-Modified-Since: ";

Reply via email to