delorie.com/archives/browse.cgi | search |
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 <corinna-cygwin AT cygwin DOT com> |
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: | <CAOLRrpGi-OaejySZ82AVDVzt01mPd0A6gWgjaN60W-sqHZG8cw AT mail DOT gmail DOT com> |
MIME-Version: | 1.0 |
In-Reply-To: | <CAOLRrpGi-OaejySZ82AVDVzt01mPd0A6gWgjaN60W-sqHZG8cw@mail.gmail.com> |
User-Agent: | Mutt/1.5.21 (2010-09-15) |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |