public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Bertrand Latinville <blatinville44@gmail.com>
To: cygwin@cygwin.com
Subject: Re: Windows 8 Release Preview. fork problems with rsync
Date: Wed, 06 Jun 2012 14:41:00 -0000	[thread overview]
Message-ID: <CAOLRrpHQV2JcaK_f1UAEFR33ga=w8hqdNUSEqfZj1ygKXMCVoA@mail.gmail.com> (raw)
In-Reply-To: <20120606123434.GA27662@calimero.vinschen.de>

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

  reply	other threads:[~2012-06-06 14:41 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-06 10:57 Bertrand Latinville
2012-06-06 12:36 ` Corinna Vinschen
2012-06-06 14:41   ` Bertrand Latinville [this message]
2012-06-06 16:13     ` Corinna Vinschen
2012-06-06 16:59       ` Nick Lowe
2012-06-06 18:30         ` Corinna Vinschen
2012-06-07  8:12           ` Noel Grandin
2012-06-18 14:51             ` Corinna Vinschen
2012-06-07 14:36       ` Ryan Johnson
2012-06-18 14:51         ` Corinna Vinschen
2012-06-21 13:30 Assaf
2012-06-21 15:34 ` Larry Hall (Cygwin)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAOLRrpHQV2JcaK_f1UAEFR33ga=w8hqdNUSEqfZj1ygKXMCVoA@mail.gmail.com' \
    --to=blatinville44@gmail.com \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).