delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
X-SWARE-Spam-Status: | No, hits=-3.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,TW_RV |
X-Spam-Check-By: | sourceware.org |
MIME-Version: | 1.0 |
In-Reply-To: | <20120606123434.GA27662@calimero.vinschen.de> |
References: | <CAOLRrpGi-OaejySZ82AVDVzt01mPd0A6gWgjaN60W-sqHZG8cw AT mail DOT gmail DOT com> <20120606123434 DOT GA27662 AT calimero DOT vinschen DOT de> |
Date: | Wed, 6 Jun 2012 16:41:35 +0200 |
Message-ID: | <CAOLRrpHQV2JcaK_f1UAEFR33ga=w8hqdNUSEqfZj1ygKXMCVoA@mail.gmail.com> |
Subject: | Re: Windows 8 Release Preview. fork problems with rsync |
From: | Bertrand Latinville <blatinville44 AT gmail DOT com> |
To: | cygwin AT cygwin DOT com |
X-IsSubscribed: | yes |
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 |
X-MIME-Autoconverted: | from quoted-printable to 8bit by delorie.com id q56EfvrP017639 |
I'm using rsync --chmod=ug=rwX -arvz --prune-empty-dirs --include="*/" --include-from=include-file.txt --exclude="*" ${source_dir}/ ${dest_dir} The include list from include-file.txt is up to four lines with some wildcard like folder1/folder2/*.dll folder3/** 2012/6/6 Corinna Vinschen > 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? > > -- 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 |