search for: rerr_crash

Displaying 1 result from an estimated 1 matches for "rerr_crash".

2006 Feb 13
1
rsync SIGSEGV signal handler in Cygwin.
...s patch is for version 2.6.6 (if you interesting in it): diff -ur rsync-2.6.6/errcode.h rsync/errcode.h --- rsync-2.6.6/errcode.h Wed Apr 13 03:04:10 2005 +++ rsync/errcode.h Sat Jan 28 04:35:08 2006 @@ -44,6 +44,8 @@ #define RERR_TIMEOUT 30 /* timeout in data send/receive */ +#define RERR_CRASH 50 /* We have crashed. */ + /* Although it doesn't seem to be specified anywhere, * ssh and the shell seem to return these values: * diff -ur rsync-2.6.6/log.c rsync/log.c --- rsync-2.6.6/log.c Fri Jun 10 02:27:22 2005 +++ rsync/log.c Sat Jan 28 04:37:10 2006 @@ -66,6 +66,7 @@ {...