rsync error: STATUS_ACCESS_VIOLATION

2007-10-25 Thread Rob Bosch
I received the following error on the client when testing the pre2 release.
I'm not sure what it means or if it helps.  Rsync 2.6.9 runs the same backup
without error.  I compiled rsync under cygwin CVS so it may be an issue
there as well.  Server side did not crash.  It did log an error, but I'm
pretty sure it was due to the client-side crash.  Rsync was running using an
ssh port forwarding initiated by a separate command.

 

  4 [main] rsync 8728 _cygtls::handle_exceptions: Exception:
STATUS_ACCESS_VIOLATION

Exception: STATUS_ACCESS_VIOLATION at eip=

eax=011BD368 ebx=0040 ecx=61121124 edx= esi=C128
edi=0022D008

ebp=001F2E88 esp=001F2DF0 program=E: \bin\rsync.exe, pid 8728, thread main

cs=001B ds=0023 es=0023 fs=003B gs= ss=0023

Stack trace:

Frame Function  Args

 

 

Server Log Entry:

2007/10/25 18:52:29 [4328] rsync error: error in rsync protocol data stream
(code 12) at io.c(596) [receiver=3.0.0pre2]

-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: rsync error: STATUS_ACCESS_VIOLATION

2007-10-25 Thread Matt McCutchen
On Thu, 2007-10-25 at 18:55 -0600, Rob Bosch wrote:
 I received the following error on the client when testing the pre2
 release.

   4 [main] rsync 8728 _cygtls::handle_exceptions: Exception:
 STATUS_ACCESS_VIOLATION

This might be the same crash that Erik Jan Tromp reported here:

http://lists.samba.org/archive/rsync/2007-October/018934.html

That crash was fixed in the CVS rsync after rsync 3.0.0.pre2 .  Please
try again with the latest rsync from CVS.

Matt

-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


RE: rsync error: STATUS_ACCESS_VIOLATION

2007-10-25 Thread Rob Bosch
That appears to have been the problem.  I pulled the latest CVS version and
the backup passed the same point and is still running.  If I get another
failure I'll post it back.  Thanks Matt!

Rob

-Original Message-
From: Matt McCutchen [mailto:[EMAIL PROTECTED] On Behalf Of Matt
McCutchen
Sent: Thursday, October 25, 2007 7:03 PM
To: Rob Bosch
Cc: rsync@lists.samba.org
Subject: Re: rsync error: STATUS_ACCESS_VIOLATION

On Thu, 2007-10-25 at 18:55 -0600, Rob Bosch wrote:
 I received the following error on the client when testing the pre2
 release.

   4 [main] rsync 8728 _cygtls::handle_exceptions: Exception:
 STATUS_ACCESS_VIOLATION

This might be the same crash that Erik Jan Tromp reported here:

http://lists.samba.org/archive/rsync/2007-October/018934.html

That crash was fixed in the CVS rsync after rsync 3.0.0.pre2 .  Please
try again with the latest rsync from CVS.

Matt


-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html