X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-0.1 required=5.0 tests=BAYES_20,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Message-ID: <1337790410.10347.YahooMailNeo@web39303.mail.mud.yahoo.com> Date: Wed, 23 May 2012 09:26:50 -0700 (PDT) From: Bill Ross Reply-To: Bill Ross Subject: RE: Has anyone collected a summary of cygwin vs Windows 7 64 bit outstanding issues? To: "cygwin AT cygwin DOT com" MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 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 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id q4NGRBVW018758 On 5/23/2012 9:24 AM, Larry W. Virden wrote: > We are trying to make use of cygwin in several ways on Windows 7 > 64-bit desktops. >  > One of the first things we have noticed is that there are a lot of > processes sitting on the desktop that appear to be related to cygwin > that we didn't see previously on 32 bit XP. >  > For instance, if we open a bash console, perform an ssh to another > machine, do some work, then close the window, the bash and ssh still > seem to be listed when we look at the windows 7 task manager.   I have 64-bit Win7 with cygwin, and after a while this sort of thing runs out of resources (errno 11) until I reboot (and then starts up after a few ok runs, as just now):   $ find . -name "*.java" | while read i ; do > echo %%%% $i >> x > grep foob $i >> x > done 375832787 [main] -bash 6020 fork: child -1 - forked process died unexpectedly, retry 0, exit code -1073741819, errno 11 -bash: fork: retry: Resource temporarily unavailable -bash: fork: Resource temporarily unavailable   And I think I have noticed lots of bash processes hanging around, though not in this instance.   $ uname -a CYGWIN_NT-6.1-WOW64 mybox 1.7.13(0.260/5/3) 2012-04-05 12:43 i686 Cygwin   Bill -- 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