X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Thorsten Kampe Subject: Re: Rsync and the two latest snapshots Date: Mon, 13 Aug 2007 18:20:05 +0100 Lines: 33 Message-ID: References: <20070809095039 DOT GE28646 AT calimero DOT vinschen DOT de> <20070810113045 DOT GJ8535 AT calimero DOT vinschen DOT de> <20070810133327 DOT GM8535 AT calimero DOT vinschen DOT de> <20070813151239 DOT GA24215 AT calimero DOT vinschen DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit User-Agent: MicroPlanet-Gravity/2.70.2067 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 * Corinna Vinschen (Mon, 13 Aug 2007 17:12:39 +0200) > On Aug 10 15:33, Corinna Vinschen wrote: > > On Aug 10 14:14, Thorsten Kampe wrote: > > > * Corinna Vinschen (Fri, 10 Aug 2007 13:30:45 +0200) > > > > On Aug 9 19:23, Thorsten Kampe wrote: > > > > > rsync: recv_generator: failed to stat "/cygdrive/j/thorsten/backup/usb/data/in > > > > > stall/thebat/imap/IMAP-Einstellungen und Erkl\#344rung der verschiedenen Punkt > > > > > e/atb_team.gif": Bad address (14) > > > > > > > > Erm... you didn't tell about this "Bad address" error. > > > > > > These are just German Umlauts and in my opinion not connected to the "too many open files" errors. > > > > "Bad address" is a serious error message (accessing an invalid memory > > address) and, even *if* they are due to the german umlauts, it's probably > > worth to find out what's causing it. > > > > > > > rsync: recv_generator: mkdir "/cygdrive/j/thorsten/backup/usb/data/install/usb > > > > > 2" failed: Too many open files (24) > Ok, I'm almost sure I found the cause of the problem. Due to an unlucky > combination of function calls, my new code filled up the internal heap > of the DLL without ever freeing the mmeory again, for each file access. > Since the internal heap is rather big by default, you only encounter this > problem for long running processes accessing lots of files. > > I've checked in a patch. Please give the next developer snapshot > another try. Yes, it's fixed now, thanks. You've also done some magic because the whole rsync file transfer runs about 2 - 6 times faster than it used to. It's amazing. Thorsten -- 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/