X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Wed, 6 Jun 2012 14:34:34 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: Windows 8 Release Preview. fork problems with rsync Message-ID: <20120606123434.GA27662@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: 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 On Jun 6 12:57, Bertrand Latinville wrote: > Hello, > > I'm using cygwin 1.7.75 on Windows 8 Release Preview 64 bits. > Bash scripts are launched via jenkins. > > I'm getting some problems with rsync giving fork errors. > This is not systematic,this happens once over 6 times. > > building file list ... done >      1 [main] rsync 1728 fhandler_dev_zero::fixup_mmap_after_fork: > requested 0xFED00000 != 0x0 mem alloc base 0x0, state 0x10000, size > 262144, Win32 error 487 Apparently rsync calls mmap to create an anonymous mapping. mmap memory areas are allocated top down. Also top-down allocated are the OS areas which correspond to the PEB and the TEBs. The above memory collision is probably one where the mmap area collides with a TEB or PEB. I'm testing on W* as well and I'm running a W2012 server all the time since last Friday, but I didn't observe this problem yet. I also can't reproduce it with some arbitrary rsync -a command. What rsync command are you using? Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple