You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2014/09/30 14:21:13 UTC

[Bug 7074] sa-update failing because curl returns exit code 13

https://issues.apache.org/SpamAssassin/show_bug.cgi?id=7074

--- Comment #6 from Mark Martinec <Ma...@ijs.si> ---
Created attachment 5241
  --> https://issues.apache.org/SpamAssassin/attachment.cgi?id=5241&action=edit
properly report a crashed spawned process

Distinguish an exited from a crashed spawned process
in error reporting by sa-update.

Previously:
  http: (curl) GET http://spamassassin.apache.org/updates/MIRRORED.BY, FAILED,
status: 13

Now:
  http: (curl) GET http://spamassassin.apache.org/updates/MIRRORED.BY, FAILED,
status: DIED, signal 13 (000d)

-- 
You are receiving this mail because:
You are the assignee for the bug.