X-Spam-Check-By: sourceware.org Message-Id: <1136686821.13286.251326103@webmail.messagingengine.com> From: "Brett Serkez" To: "Ken Senior" , cygwin AT cygwin DOT com Cc: cygwin AT cygwin DOT com Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="ISO-8859-1" MIME-Version: 1.0 References: <43BDAFBC DOT 9080401 AT gmail DOT com> <1136506661 DOT 2833 DOT 251196190 AT webmail DOT messagingengine DOT com> <43BDBBC2 DOT 1040100 AT gmail DOT com> <1136509322 DOT 5881 DOT 251198868 AT webmail DOT messagingengine DOT com> <43BDCD93 DOT 1060009 AT gmail DOT com> <1136517852 DOT 14114 DOT 251205876 AT webmail DOT messagingengine DOT com> <43BFE85F DOT 80308 AT gmail DOT com> Subject: Re: cygwin and rsync In-Reply-To: <43BFE85F.80308@gmail.com> Date: Sat, 07 Jan 2006 21:20:21 -0500 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com <...snip...> > Does this tell anyone anything? If not, I could traverse the learning > curve on getting gdb information from the process. As an additional thought on why rsync may be hanging on a write to stdout, presuming the cause is a deadlock. What is the size of the file it is hanging on? We saw earlier that the number of bytes was around a magic number. I'm wondering if the number of bytes to be transmitted is encountering a conversion error (truncation,sign,...). If one of the two copies mis-understood how many bytes were to be transmitted it might stop reading or writing to early and come out of sync with the other. You might consider excluding this file and see if rsync is successful or encounters another similar file it hangs on and exclude it and see if they have something in common such as their size. Just a thought, Brett ---------------------------------------------------------------- Brett C. Serkez, Techie -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/